SHOW:
|
|
- or go back to the newest paste.
| 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:upgrades |
| 24 | + | contains:upg |
| 25 | names:hide | |
| 26 | - | *upgrades |
| 26 | + | *upg |
| 27 | contains:tag:upgradesII, Upgrades | |
| 28 | header:Upgrades | |
| 29 | costs:hide | |
| 30 | names:hide | |
| 31 | - | *upgradesowned |
| 31 | + | *ownedup |
| 32 | contains:tag:owned | |
| 33 | header:Owned Upgrades | |
| 34 | - | in: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 |
| 58 | + | |
| 59 | *important | |
| 60 | on tick:show :Upgrades | |
| 61 | on tick:hide :Upgrades:owned | |
| 62 | on tick:show tag:owned | |
| 63 | - | *upgradesII |
| 63 | + | |
| 64 | - | name:Unlocked |
| 64 | + | |
| 65 | - | desc:[upgradesII]/323 ([((upgradesII/323)*100)]%) |
| 65 | + | |
| 66 | Buildings | |
| 67 | *TEMPLATE | |
| 68 | on click:anim glow | |
| 69 | ||
| 70 | *cage|cages | |
| 71 | name:Rabbit cage|Rabbit cages | |
| 72 | desc:A tiny little cage.<//><b>Effect:</b><.>Produces 1 rabbit every 10 seconds. | |
| 73 | icon:icons[3,0] | |
| 74 | cost:15 bunnies | |
| 75 | on tick:yield 0.1 bunny | |
| 76 | unlocked | |
| 77 | ||
| 78 | ||
| 79 | Upgrades | |
| 80 | *TEMPLATE | |
| 81 | on click:anim glow | |
| 82 | ||
| 83 | ||
| 84 | *TEMPLATE | |
| 85 | tag:upgrades | |
| 86 | on tick:if (have this) hide this | |
| 87 | on earn:hide this | |
| 88 | ||
| 89 | *TEMPLATE | |
| 90 | no buy | |
| 91 | tag:owned | |
| 92 | - | |
| 92 | + | |
| 93 | *parsley | |
| 94 | - | tag:prestige |
| 94 | + | |
| 95 | desc:A nice little supplement to your bunnies' diet.<//><b>Effect:</b><.>+1 bunny/click | |
| 96 | icon:icons[1,1] | |
| 97 | cost:100 bunnies | |
| 98 | passive:increase bunny yield of bunnyButton by 1 | |
| 99 | req:10 bunnies:earned | |
| 100 | ||
| 101 | *buildingUpgrade8 | |
| 102 | - | on earn:yield 1 upgradesII |
| 102 | + | |
| 103 | desc:Just really nice to be around.<//><b>Effect:</b><.>moon citadel production x2 | |
| 104 | icon:icons[2,0] icons[3,7] | |
| 105 | - | |
| 105 | + | |
| 106 | passive:multiply yield of cage by 2 | |
| 107 | req:10 cage | |
| 108 | ||
| 109 | Achievements | |
| 110 | *TEMPLATE | |
| 111 | on click:anim glow | |
| 112 | ||
| 113 | *bunnyAchiev1 | |
| 114 | name:Run rabbit run | |
| 115 | desc:Have <b>1</b> bunny. | |
| 116 | req:1 bunny | |
| 117 | icon:icons[2,4] icons[0,2] icons[0,6] | |
| 118 | *bunnyAchiev2 | |
| 119 | name:Bunniest home videos | |
| 120 | desc:Have <b>1000</b> bunnies. | |
| 121 | req:1000 bunnies | |
| 122 | icon:icons[2,4] icons[0,3] icons[0,6] |