Pyronic

Untitled

Jan 7th, 2019
589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. $name : Planet Generator
  2. $author : Ali
  3. $description : Create a new planet
  4. $amount : 1
  5. $button : Create
  6.  
  7. $a
  8. Pro
  9. Ultron
  10. Vre
  11. Kor
  12. Bit
  13. Mord
  14. Aero
  15. Nort
  16. Fil
  17. Pog
  18. Mas
  19. Rul
  20. Num
  21. Bog
  22. Cos
  23. Mic
  24. Reb
  25. Drac
  26. Pin
  27.  
  28. $b
  29. bonu
  30. fhen
  31. dron
  32. cron
  33. relm
  34. ton
  35. par
  36. non
  37. sep
  38. cen
  39. mil
  40.  
  41. $temp
  42. [100-500]
  43.  
  44. $distance
  45. [1-10000000]
  46.  
  47. $size
  48. [250000-1000000000]
  49.  
  50. $planettype
  51. exoplanet
  52. terrestial planet
  53.  
  54.  
  55. $distancename
  56. light years
  57.  
  58. $ground
  59. rocky
  60. flat
  61. spiky
  62. green
  63. blue
  64. red
  65. white
  66. black
  67. pink
  68. purple
  69.  
  70. $planet
  71. <p>This [planettype] is located [distance] [distancename] away from the sun and the ground is [ground]. The size of the planet is [size] km big and the temperature is [temp]°</p>
  72. <p>This [planettype] is located [distance] [distancename] away from the sun and the ground is [ground]. The size of the planet is [size] km big and the temperature is -[temp]°</p>
  73.  
  74.  
  75. $name
  76. <h1>[A][B]</h1> </br> [planet]
  77. <h1>[B][A]</h1> </br> [planet]
Advertisement
Add Comment
Please, Sign In to add comment