Advertisement
Our-magestry

Untitled

Mar 14th, 2020
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Let's make a game!
  2. Name:????????? (build 2)
  3. Desc:under construction
  4. by:spyonclear
  5. Created: March 14, 2020
  6. Updated: N/A
  7.  
  8. Settings
  9. background:stuff/meadow.jpg
  10. building cost increase:115%
  11. building cost refund:50%
  12. spritesheet:icons, 48 by 48, stuff/bunnyIcons.png
  13. stylesheet:https://pastebin.com/f71QunDh
  14.  
  15. Layout
  16. *main
  17. contains:Buttons
  18. *resources
  19. contains:Resources
  20. header:Resources
  21. *buildings
  22. contains:Buildings
  23. *unlockables
  24. contains:upg
  25. names:hide
  26. *upg
  27. contains:Upgrades
  28. header:Upgrades
  29. costs:hide
  30. names:hide
  31. *ownedup
  32. contains:tag:owned
  33. header:Owned Upgrades
  34. in:upg
  35. costs:hide
  36. names:hide
  37.  
  38. Buttons
  39. *bunnyButton
  40. name:Make a bunny
  41. desc:Click this little bunny to get more bunnies!
  42. on click:anim icon wobble
  43. on click:yield 1 bunny
  44. icon:stuff/bunny.png
  45. no text
  46. class:bigButton hasFlares
  47. icon class:shadowed
  48. tooltip origin:bottom
  49. tooltip class:redResources
  50.  
  51. Resources
  52. *bunny|bunnies
  53. name:Bunny|Bunnies
  54. desc:These are your bunnies. You can use them to purchase things. Your goal is to have as many bunnies as possible!
  55. icon:icons[0,0]
  56. class:noBackground
  57. show earned
  58. *achR
  59. name:Bunny|Bunnies
  60. desc:These are your bunnies. You can use them to purchase things. Your goal is to have as many bunnies as possible!
  61. class:noBackground
  62. show earned
  63.  
  64. *important
  65. on tick:show :Upgrades
  66. on tick:hide :Upgrades:owned
  67. on tick:show tag:owned
  68. always hidden
  69. is always:1
  70.  
  71. Buildings
  72. *TEMPLATE
  73. on click:anim glow
  74.  
  75. *cage|cages
  76. name:Rabbit cage|Rabbit cages
  77. desc:A tiny little cage.<//><b>Effect:</b><.>Produces 1 rabbit every 10 seconds.
  78. icon:icons[3,0]
  79. cost:15 bunnies
  80. on tick:yield 0.1 bunny
  81. unlocked
  82.  
  83.  
  84. Upgrades
  85. *TEMPLATE
  86. on click:anim glow
  87.  
  88. *TEMPLATE
  89. tag:prestige
  90. on tick:if (have this) hide this
  91. on earn:hide this
  92.  
  93. *TEMPLATE
  94. tag:upgrades
  95. on tick:if (have this) hide this
  96. on earn:hide this
  97.  
  98.  
  99. *parsley
  100. name:Parsley
  101. desc:A nice little supplement to your bunnies' diet.<//><b>Effect:</b><.>+1 bunny/click
  102. icon:icons[1,1]
  103. cost:100 bunnies
  104. passive:increase bunny yield of bunnyButton by 1
  105. req:10 bunnies:earned
  106.  
  107. *buildingUpgrade8
  108. name:Soothing moon crystals
  109. desc:Just really nice to be around.<//><b>Effect:</b><.>moon citadel production x2
  110. icon:icons[2,0] icons[3,7]
  111. cost:1000000000 bunnies
  112. passive:multiply yield of cage by 2
  113. req:10 cage
  114.  
  115. Achievements
  116. *TEMPLATE
  117. on click:anim glow
  118.  
  119. *TEMPLATE
  120. tag:achievements
  121. on earn:yield 1 achR
  122.  
  123. *bunnyAchiev1
  124. name:Run rabbit run
  125. desc:Have <b>1</b> bunny.
  126. req:1 bunny
  127. icon:icons[2,4] icons[0,2] icons[0,6]
  128. *bunnyAchiev2
  129. name:Bunniest home videos
  130. desc:Have <b>1000</b> bunnies.
  131. req:1000 bunnies
  132. icon:icons[2,4] icons[0,3] icons[0,6]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement