Advertisement
ClickerGuy

Rupee Clicker

Oct 9th, 2023 (edited)
3,835
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Let's make a game!
  2. Name: Diamond Clicker
  3. desc:desc:<//> <.> <t><b>Game Credits</b> <.> <t><b>TESTING/TRANSPARANCING IMAGES</b> <.> KarenBruun <t><b>DEV</b> <.> Eric (Dev of Also Grandma Clicker, Grandma Clicker Reborn and Grandma Clicker Rebirth!) <.> <t><b><#FF9331>Total Clicks Stats </#></b> <.> <i><#FF9331>Total Times Clicked </#> (<#FF00CC>[TotalRupees]</#>)
  4. by:Eric
  5. Created: 10/24/2017
  6. Updated: 8/3/2021
  7. forum post:16638
  8. Version: V.0.0.0.1
  9.  
  10. Settings
  11. building cost increase:190%
  12. building cost refund: 25%
  13. spritesheet:icons, 48 by 48, https://i.imgur.com/RATykiH.png
  14. background:http://www.colorhexa.com/afafaf.png
  15. stylesheet:https://pastebin.com/raw/SjCztRLV
  16.  
  17. Layout
  18. *main
  19. contains:buttons, title
  20. *title
  21. header:
  22. *res
  23. contains:Resources
  24. *buttons
  25. contains:Buttons
  26. contains:tag:log
  27. *stats
  28. contains:tag:stat
  29. *store
  30. contains:buildings, upgrades, res, stats
  31.  
  32. *buildings
  33. contains:BulkDisplay, buildingsII
  34. header:All Buildings
  35. tooltip origin:left
  36.  
  37. *buildingsII
  38. contains:tag:HyliaStore
  39. header:Hylia Store
  40. tooltip origin:left
  41.  
  42.  
  43. *upgrades
  44. contains:tag:upgradesII, Upgrades
  45. header:Upgrades
  46. costs:hide
  47. names:hide
  48.  
  49. *achievs
  50. contains:tag:Achievements
  51. header:Achievements
  52. in:store
  53. *prestige
  54. contains:tag:prestige
  55. header:Grandma's Prestige Store
  56. in:store
  57. costs:hide
  58. names:hide
  59. *ownedprestige
  60. contains:tag:ownedprestige
  61. header:Owned Prestige Upgrades
  62. in:prestige
  63. costs:hide
  64. names:hide
  65. *log
  66. contains:Log
  67. in:store
  68.  
  69. Buttons
  70. *click
  71. name:Make Diamonds
  72. desc:Click this To Make Rupees <//><b>Click Effects:</b> <.> You Have an <b><#B232B2>X% Chance</#></b> To <b><#B232B2>Find Upgrades</#></b> That Will Help You <b><#B232B2> Get More Rupees</#></b> and <b><#B232B2>Other Cool Upgrades</#></b>
  73. on click:yield 1 Rupees
  74. on click:yield 1 TotalRupees
  75. class:bigButton hasFlares
  76. Icon:https://i.ibb.co/vkSDpwg/image.png
  77. tooltip origin:bottom
  78. tooltip class:red
  79. show clicks
  80.  
  81. Resources
  82.  
  83. *Rupees
  84. name:Rupees
  85. desc:Make Rupees
  86. Icon:https://i.ibb.co/7RP9RFH/image.png
  87. show earned
  88.  
  89. //Stats
  90.  
  91. *XCheaper
  92. name:Total Clicks
  93. desc:Grandma and her powers summon more grandmas for you!
  94. Icon:
  95. always hidden
  96.  
  97.  
  98. *upgradesII
  99.     tag:upgradesII
  100.     name:Upgrades
  101.     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]/72 ([((upgradesII/72)*100)]%)</#></B> Unlocked!
  102.  
  103. //Stats
  104.  
  105. *TotalRupees
  106. name:Total Rupee Clicks
  107. desc:
  108. Icon:
  109. always hidden
  110.  
  111. Buildings
  112.  
  113. *TEMPLATE
  114. tag:HyliaStore
  115.  
  116. *TheHookShot
  117. name:Hookshot
  118. text:Hookshot ([this*100]%)
  119. desc:hh <//><b>Effects I:</b> <.> <b><#0096FF>[XCheaper]% </#></b> Cheaper Permanently From Upgrades </b>
  120. cost:1 Rupees
  121. req:1 Rupees
  122. tags:HyliaStoreZ HyliaStore
  123. limit:1
  124. icon:https://i.ibb.co/JRhK3Zp/image.png
  125. show max
  126.  
  127.  
  128.  
  129. Upgrades
  130. //Upgrades
  131.  
  132. *TEMPLATE
  133. tag:upgrades
  134. on tick:if (have this) hide this
  135. on earn:hide this
  136. on earn:yield 1 upgradesII
  137.  
  138.  
  139.  
  140. Achievements
  141. *TEMPLATE
  142. no text
  143.  
  144. *RupeeClickI
  145. name:"Your First Rupee"
  146. desc: <b>"Found <##50C878>1</#></b> <b>Rupee</b>"</q>
  147. req:1 Rupees
  148. Icon:https://i.ibb.co/kSD5BcC/image.png
  149.  
  150. *RupeeClickII
  151. name:"All About the Hundreds"
  152. desc: <b>"Found <##50C878>100</#></b> <b>Rupee</b>"</q>
  153. req:100 Rupees
  154. Icon:https://i.ibb.co/kSD5BcC/image.png
  155.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement