Our-magestry

Untitled

Mar 16th, 2020
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Let's make a game!
  2. Name:????????? (build 4)
  3. Desc:under construction
  4. by:spyonclear
  5. Created: March 14, 2020
  6. Updated: March 16, 2020
  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:upgrades
  25. names:hide
  26. *upgrades
  27. contains:tag:Upgrades, tag:upgradesII
  28. header:Upgrades
  29. costs:hide
  30. names:hide
  31. *upgradesowned
  32. contains:tag:Upgrades:owned
  33. header:Owned Upgrades
  34. in:upgrades
  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 timeR
  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. *timeR
  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:Achievments
  60. desc:Shows amout of achievments. Might need that shit during development
  61. class:noBackground
  62. show earned
  63. *upgradesII
  64. name:Upgrades
  65. desc:Shows amout of upgrades. Might need that shit during development as well.
  66. class:noBackground
  67. show earned
  68.  
  69. *important
  70. on tick:show tag:Upgrades
  71. on tick:hide tag:Upgrades:owned
  72. on tick:show tag:prestige
  73. always hidden
  74. is always:1
  75.  
  76. Buildings
  77. *TEMPLATE
  78. on click:anim glow
  79.  
  80. *base
  81. start with:1
  82. always hidden
  83. on tick:yield 1 timeR
  84.  
  85. *cage|cages
  86. name:Rabbit cage|Rabbit cages
  87. desc:A tiny little cage.<//><b>Effect:</b><.>Produces 1 rabbit every 10 seconds.
  88. icon:icons[3,0]
  89. cost:15 timeR
  90. on tick:yield 0.1 timeR
  91. unlocked
  92.  
  93.  
  94. Upgrades
  95. *TEMPLATE
  96. on click:anim glow
  97.  
  98. *TEMPLATE
  99. tag:prestige
  100. on tick:if (have this) hide this
  101. on earn:hide this
  102.  
  103. *TEMPLATE
  104. tag:upgrades
  105. on tick:if (have this) hide this
  106. on earn:hide this
  107. on earn:yield 1 upgradesII
  108.  
  109.  
  110. *TEMPLATE
  111. no buy
  112. tag:Upgrades:owned
  113.  
  114. *parsley
  115. name:Parsley
  116. desc:A nice little supplement to your bunnies' diet.<//><b>Effect:</b><.>+1 bunny/click
  117. icon:icons[1,1]
  118. cost:10 timeR
  119. passive:increase timeR yield of bunnyButton by 1
  120. req:10 timeR:earned
  121.  
  122.  
  123. Achievements
  124. *TEMPLATE
  125. on click:anim glow
  126.  
  127. *TEMPLATE
  128. tag:achievements
  129. on earn:yield 1 achR
  130.  
  131. *bunnyAchiev1
  132. name:Run rabbit run
  133. desc:Have <b>1</b> bunny.
  134. req:1 timeR
  135. icon:icons[2,4] icons[0,2] icons[0,6]
  136. *bunnyAchiev2
  137. name:Bunniest home videos
  138. desc:Have <b>1000</b> bunnies.
  139. req:1000 timeR
  140. icon:icons[2,4] icons[0,3] icons[0,6]
Add Comment
Please, Sign In to add comment