Advertisement
ibuckshot5

Random Comet Generator

Jun 17th, 2016
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. $name : Comet Generator
  2. $author : ibuckshot5
  3. $description : Generates a random comet.
  4. $amount : 4
  5. $picture : http://piskel-imgstore-b.appspot.com/img/98618e78-34bf-11e6-81b9-8ffc7339c700.gif
  6. $button : Create!
  7.  
  8. $prefixes
  9. Car
  10. Fei
  11. Merc
  12. Ven
  13. Ear
  14. Mar
  15. Fung
  16. Cer
  17. Jup
  18. Sat
  19. Ura
  20. Nep
  21. Plu
  22. Hau
  23. Make
  24. Eri
  25. Vino
  26. Bacterio
  27. Archaeo
  28. Macro
  29. Micro
  30. Milli
  31. Kila
  32. Yotta
  33. Zeta
  34. Atto
  35. Femto
  36. Histid
  37. Isoleuc
  38. Leuc
  39. Lys
  40. Methion
  41. Phenylalan
  42. Threon
  43. Trypto
  44. Val
  45. Alan
  46. Argin
  47. Asparag
  48. Aspart
  49. Cyste
  50. Glutam
  51. Glyc
  52. Prol
  53. Selenocyste
  54. Ser
  55. Tyros
  56.  
  57. $suffixes
  58. ron
  59. rrous
  60. ury
  61. us
  62. th
  63. s
  64. es
  65. iter
  66. urn
  67. nus
  68. tune
  69. to
  70. mea
  71. make
  72. n
  73. gex
  74. um
  75. klyx
  76. met
  77. ine
  78. phan
  79. a
  80.  
  81. $startcolor
  82. 0.[0-50]
  83.  
  84. $endcolor
  85. 0.[51-99]
  86.  
  87. $phrase
  88. <p> Body </p> <p> { </p> <p> name = [0-10000] [prefixes][suffixes] </p> <p> Template </p> <p> { </p> <p> name = Gilly </p> <p> } </p> <p> Orbit </p> <p> { </p> <p> eccentricity = 0.[8-9][0-9][0-9][0-9][0-9] </p> <p> semiMajorAxis = [34386780160-687735603200] </p> <p> meanAnomalyAtEpoch = [0-6].[0-9][0-9] </p> <p> inclination = [0-50] </p> <p> longitudeOfAscendingNode = [0-360] </p> <p> argumentOfPeriapsis = [0-360] </p> <p> referenceBody = Sun </p> <p> color = [endcolor],[endcolor],[endcolor],0.333 </p> <p> } </p> <p> Properties </p> <p> { </p> <p> description = A comet! </p> <p> radius = [3000-20000] </p> <p> mass = [1-9].[0-9][0-9][0-9][0-9]E+[13-16] </p> <p> rotationPeriod = [3600-108000] </p> <p> } </p> <p> PQS </p> <p> { </p> <p> Mods </p> <p> { </p> <p> VertexSimplexHeightAbsolute </p> <p> { </p> <p> seed = [0-2147483647] </p> <p> deformity = [1-2000] </p> <p> octaves = [1-10] </p> <p> persistence = [1-9].[0-9] </p> <p> frequency = [1-9].[0-9] </p> <p> enabled = True </p> <p> } </p> <p> VertexHeightNoise </p> <p> { </p> <p> seed = [0-2147483647] </p> <p> deformity = [0-500] </p> <p> frequency = [1-9].[0-9] </p> <p> lacunarity = [1-9].[0-9] </p> <p> persistance = [1-9].[0-9] </p> <p> octaves = [1-10] </p> <p> enabled = True </p> <p> } </p> <p> VertexSimplexNoiseColor </p> <p> { </p> <p> seed = [0-2147483647] </p> <p> blend = [1-3] </p> <p> colorStart = [startcolor],[startcolor],[startcolor],1 </p> <p> colorEnd = [endcolor],[endcolor],[endcolor],1 </p> <p> octaves = [1-10] </p> <p> persistence = [1-9].[0-9] </p> <p> frequency = [1-9].[0-9] </p> <p> enabled = True </p> <p> } </p> <p> } </p> <p> } </p> <p> CometTails </p> <p> { </p> <p> Tails </p> <p> { </p> <p> Tail </p> <p> { </p> <p> type = Ion </p> <p> color = [endcolor],[endcolor],[endcolor],1 </p> <p> radius = [100-10000] </p> <p> length = [1000-1000000] </p> <p> } </p> <p> Tail </p> <p> { </p> <p> type = Dust </p> <p> color = [startcolor],[startcolor],[startcolor],1 </p> <p> radius = [100-100000] </p> <p> length = [1000-10000000] </p> <p> } </p> <p> } </p> <p> } </p> <p> } </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement