ClickerGuy

test

Jul 13th, 2022 (edited)
1,016
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Let's make a game!
  2. Name: Grandma Clicker (Rebirth)
  3. desc:desc:
  4.  
  5. Settings
  6. building cost increase: 150%
  7. building cost refund: 1%
  8. spritesheet:icons, 48 by 48, https://i.imgur.com/RATykiH.png
  9. background:http://www.colorhexa.com/afafaf.png
  10. stylesheet:https://pastebin.com/SjCztRLV
  11. //thank you to FrenzY for helping me with the layout and Chad The Og Too!
  12. Layout
  13. *main
  14. contains:buttons, title
  15. *title
  16. header:
  17. *res
  18. contains:Resources
  19. *buttons
  20. contains:Buttons
  21. contains:tag:log
  22. *stats
  23. contains:tag:stat
  24. *store
  25. contains:buildings, upgrades, res, stats
  26.  
  27. *buildings
  28. contains:BulkDisplay, buildingsVII
  29. header:All Buildings
  30. tooltip origin:left
  31.  
  32. *buildingsVII
  33. contains:tag:Rewards
  34. header:Clickable Rewards
  35. tooltip origin:left
  36.  
  37. *upgrades
  38. contains:tag:upgradesII, Upgrades
  39. header:Upgrades
  40. costs:hide
  41. names:hide
  42.  
  43.  
  44. Resources
  45.  
  46. *AncientKeys
  47. name:the
  48. desc:Ancient Keys are used to unlock ancient Boxes that have been abandoned in the Ancient Golden Universe!
  49. Icon:https://i.ibb.co/LNCV32g/image.png
  50.  
  51. *upgradesII
  52.    tag:upgradesII
  53.    name:Upgrades
  54.    desc:<b><#FF0000>Hover over this to see how many Upgrades you own! There are many types in the game!</#></B> <//><#61e6ff>-~~Upgrades~~-</#><.><b><#FF00FF>Upgrades <b><#daa520>[upgradesII]/92 ([((upgradesII/793)*100)]%)</#></B> Unlocked!
  55.  
  56. *HiddenSecond
  57. name:Total Clicks
  58. desc:Grandma and her powers summon more grandmas for you!
  59. Icon:
  60.  
  61. *Trryyy
  62. name:Tries
  63. desc:Grandma and her powers summon more grandmas for you!
  64. Icon:
  65.  
  66. Buttons
  67. *click
  68. name:Make Powers
  69. desc:Click this Grandma to gain Grandmas Powers! Grandma Pic made by a fan from GCR Discord, (CassAttack9)! Also you get (0.01%) Base Chance of finding an Ancient Key and the chances will go up with upgrades! | Lastly You have a (0.05%) Base Chance to Find a Golden Grandma from clicking!
  70.  
  71. Buildings
  72.  
  73. *TEMPLATE
  74. tag:stat
  75.  
  76. *GoldenBuilding
  77. name:Golden Grandma
  78. on tick:
  79. yield 10 GoldenPower
  80. if (GoldenPower>10)
  81. end
  82. end
  83.  
  84.  
  85. *TEMPLATE
  86. Buildings
  87.  
  88. *TEMPLATE
  89. tag:Rewards
  90.  
  91. *GoldenPower
  92. name:Idle Golden Grandma Powers
  93. desc:
  94. cost:1 AnicntKeys
  95. icon:https://i.ibb.co/NNw9zLj/image.png
  96. show max
  97.  
  98. *timerbuilding
  99. on tick:
  100. yield 1 HiddenSecond
  101. if (HiddenSecond=10)
  102. lose 1 timerbuilding
  103. if (timerbuilding=1)
  104. hide HiddenSecond
  105. end
  106. end
  107. end
  108.  
  109. *timerbuildingII
  110. on tick:
  111. if (timerbuilding=0)
  112. yield 1 Trryyy
  113. yield 1 timerbuildingII
  114. end
  115. end
  116.  
  117.  
  118.  
  119. Upgrades
  120.  
  121. *TEMPLATE
  122. tag:upgrades
  123. on tick:if (have this) hide this
  124. on earn:hide this
  125. on earn:yield 1 upgradesII
  126.  
  127. *Sell3
  128. name:A Trade Off
  129. desc: <q>"Wanting more Golden Grandmas comes at a cost!"</q> <//><b>Effect:</b> <.>Every time you spam <b>save</b> you get 10 Goldwn Grandmas, but <b>lose</b> 1 Ancient Key!
  130. icon:https://i.ibb.co/JRFmkYn/image.png
  131.  
  132. *Sell4
  133. name:A Trade Offf
  134. desc: <q>"Wanting more Golden Grandmas comes at a cost!"</q> <//><b>Effect:</b> <.>Everytime you spam <b>save</b> you get 10 Goldwn Grandmas, but <b>lose</b> 1 Ancient Key!
  135. passive:grant 500 AncientKeys
  136. icon:https://i.ibb.co/JRFmkYn/image.png
  137.  
  138. Achievements
Add Comment
Please, Sign In to add comment