Advertisement
Stevehead25

Untitled

May 24th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. Let's make a game!
  2. name:WiP
  3. desc:Wip
  4. version:alpha/0.7
  5.  
  6.  
  7.  
  8. Settings
  9. tiling background:https://png.pngtree.com/thumb_back/fw800/back_pic/03/73/24/6057b9dacef0403.jpg
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. Resources
  21.  
  22. *gold
  23. name:Gold
  24. desc:Get them moolahz
  25. icon:https://i.postimg.cc/RFwg31cr/pixil-frame-0-43.png
  26.  
  27.  
  28. *power
  29. name:Electricity
  30. desc:Use this to unlock upgrades!
  31. icon:https://i.postimg.cc/5tY09Pzg/pixil-frame-0-44.png
  32. on click:if (chance(25%)) gain 1 power
  33.  
  34.  
  35. Buildings
  36.  
  37. *smallgen
  38. name:Small Generator
  39. desc:Generates a little power per second
  40. cost:50 gold
  41. on tick:gain 0.1 power
  42. start with:1
  43.  
  44. *medgen
  45. name:Medium Generator
  46. desc:Makes a medium amount of pOwEr!
  47. req:bank>0
  48. on tick:gain 0.5 power
  49. cost:200 gold
  50.  
  51.  
  52.  
  53. *mine
  54. name:Mine
  55. desc:MINING AWAY
  56. start with:1
  57. cost:100 gold
  58. on tick:if (power>1) yield 1 gold
  59. on tick:if (power>1) lose 0.5 power
  60.  
  61.  
  62.  
  63. *bank
  64. name:Bank
  65. desc:Store your monays in this handy boiiii and get interest!
  66. cost:500 gold
  67. req:mine>1
  68. on tick:if (power>1) yield 5 gold
  69. on tick:if (power>1) lose 2 power
  70.  
  71.  
  72.  
  73.  
  74. Upgrades
  75.  
  76.  
  77. *cheat
  78. name:Cheater!
  79. desc:Cheat
  80. no text
  81. icon:https://i.postimg.cc/02GpRjky/pixil-frame-0-47.png
  82. on click:gain 10000 gold
  83. req:stonepick and mine<1
  84.  
  85.  
  86.  
  87. *stonepick
  88. name:Stone Pickaxes
  89. desc:With better pickaxes, mines generate a lot more of them MoOoOoLaH!
  90. req:mine>0
  91. passive:multiply gain of mine by 1.2
  92. cost:350 gold and 15 power
  93. no text
  94. icon:https://i.postimg.cc/KcChBsFT/pixil-frame-0-45.png
  95.  
  96.  
  97. *ironpick
  98. name:Iron Pickaxes
  99. desc:IrOn!
  100. req:stonepick
  101. passive:multiply gain of mine by 1.3
  102. cost:500 gold and 25 power
  103. no text
  104. icon:https://i.postimg.cc/j50cXNgR/pixil-frame-0-46.png
  105.  
  106.  
  107.  
  108. Achievements
  109.  
  110. *miner
  111. name:Miner
  112. desc:Buy a mine
  113. req:mine>1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement