IronDizaster

Untitled

Apr 3rd, 2019
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. Let's make a game!
  2. name:Planetary Traveller
  3. by:IronDizaster
  4. desc:You need to do your best to keep your space research company B.I.S.A - Biggest International Space Agency thriving. If you go bankrupt, you <#5603ad><t>LOSE!</t></#><//></>Very early in development<//></><t>Version History</t><//></><b><#990000>ALPHA 1.0.0</#></b><//>Release
  5.  
  6.  
  7. Settings
  8.  
  9. stylesheet:stuff/bigBlue.css
  10. building cost increase:125%
  11. building cost refund:000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.1%
  12.  
  13.  
  14.  
  15. CSS
  16.  
  17. .thing
  18. {
  19. border-radius:360px;
  20. }
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28. Layout
  29.  
  30. *main
  31. contains:res, buttons
  32.  
  33. *res
  34. contains:Resources
  35. class:fullWidth
  36.  
  37. *buttons
  38. contains:Buttons, enemies
  39.  
  40. *store
  41. contains:buildings, upgrades
  42. *buildings
  43. contains:BulkDisplay, Buildings
  44. header:Buildings
  45. tooltip origin:left
  46.  
  47. *upgrades
  48. contains:Upgrades
  49. header:Upgrades
  50. costs:hide
  51. names:hide
  52.  
  53. *enemies
  54. contains:tag:enemy
  55.  
  56. *levelUP
  57. contains:tag:LVLUP
  58. in:buttons
  59.  
  60.  
  61.  
  62.  
  63. Buttons
  64.  
  65. *TrainPower
  66. name:Train Power
  67. class:bigButton
  68. on click:yield 1 HP
  69.  
  70.  
  71.  
  72.  
  73. Resources
  74.  
  75. *XP
  76. name:XP
  77.  
  78.  
  79.  
  80.  
  81.  
  82. *gold
  83. name:Gold
  84.  
  85.  
  86. *HP
  87. name:Power
  88. desc:The power you have accumulated.
  89.  
  90. Buildings
  91.  
  92. *Sludge
  93. name:Sludge
  94. desc:Drops 1 gold on death
  95. tag:enemy
  96. cost:2 HP
  97. on earn:yield 1 gold
  98. on earn:yield 1.5 XP
  99. on earn:hide this
  100. on earn:show Spider
  101. class:bigButton
  102. icon:https://i.imgur.com/3PFXDpF.png
  103.  
  104. *Spider
  105. name:Spider
  106. desc:Drops 2 gold on death
  107. tag:enemy
  108. cost:4 HP
  109. on earn:yield 2 gold
  110. on earn:hide this
  111. on earn:yield 2 XP
  112. on earn:show Sludge
  113. class:bigButton
  114. icon:https://i.imgur.com/3PFXDpF.png
  115. hidden
  116.  
  117. *LevelUp
  118. name:Level+
  119. desc:<//>All your stats are multiplied by <b>five percent</b> every level.
  120. cost:10 XP
  121. passive:multiply yield of HP by 1.05
  122. tag:LVLUP
  123. icon:https://i.imgur.com/HjVqz0b.png
  124.  
  125.  
  126.  
  127. Upgrades
  128.  
  129. *DMGUP
  130. name:Damage UP!
  131. desc:DMG UP
  132. passive:increase HP yield of TrainPower by 1
Advertisement
Add Comment
Please, Sign In to add comment