View difference between Paste ID: haLhy5Ed and 92XPTtYX
SHOW: | | - or go back to the newest paste.
1
Let's make a game!
2-
Name:????????? (build 2)
2+
Name:????????? (build 3)
3
Desc:under construction
4
by:spyonclear
5
Created: March 14, 2020
6-
Updated: N/A
6+
Updated: March 15, 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:upgradesII, Upgrades
28
	header:Upgrades
29
	costs:hide
30
	names:hide
31
*upgradesowned
32
	contains:tag:owned
33
	header:Owned Upgrades
34
	in:upgrades
35
	costs:hide
36
	names:hide
37
38
Buttons
39-
	*bunnyButton
39+
    *bunnyButton
40-
		name:Make a bunny
40+
        name:Make a bunny
41-
		desc:Click this little bunny to get more bunnies!
41+
        desc:Click this little bunny to get more bunnies!
42-
		on click:anim icon wobble
42+
        on click:anim icon wobble
43-
		on click:yield 1 bunny
43+
        on click:yield 1 timeR
44-
		icon:stuff/bunny.png
44+
        icon:stuff/bunny.png
45-
		no text
45+
        no text
46-
		class:bigButton hasFlares
46+
        class:bigButton hasFlares
47-
		icon class:shadowed
47+
        icon class:shadowed
48-
		tooltip origin:bottom
48+
        tooltip origin:bottom
49-
		tooltip class:redResources
49+
        tooltip class:redResources
50-
		
50+
       
51
Resources
52-
	*bunny|bunnies
52+
    *timeR
53-
		name: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!
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]
55+
        icon:icons[0,0]
56-
		class:noBackground
56+
        class:noBackground
57-
		show earned
57+
        show earned
58-
	*achR
58+
    *achR
59-
		name:Bunny|Bunnies
59+
        name:Achievments
60-
		desc:These are your bunnies. You can use them to purchase things. Your goal is to have as many bunnies as possible!
60+
        desc:Shows amout of achievments. Might need that shit during development
61-
		class:noBackground
61+
        class:noBackground
62-
		show earned
62+
        show earned
63-
	*upgradesII
63+
    *upgradesII
64-
		name:Unlocked
64+
        name:Upgrades
65-
		desc:[upgradesII]/323 ([((upgradesII/323)*100)]%)
65+
        desc:Shows amout of upgrades. Might need that shit during development as well.
66-
		class:noBackground
66+
        class:noBackground
67-
		show earned
67+
        show earned
68
69
	*important
70
		on tick:show :Upgrades
71
		on tick:hide :Upgrades:owned
72-
		on tick:show tag: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-
		
79+
80-
	*cage|cages
80+
    *base
81-
		name:Rabbit cage|Rabbit cages
81+
        start with:1
82-
		desc:A tiny little cage.<//><b>Effect:</b><.>Produces 1 rabbit every 10 seconds.
82+
        always hidden
83-
		icon:icons[3,0]
83+
        on tick:yield 1 timeR
84-
		cost:15 bunnies
84+
       
85-
		on tick:yield 0.1 bunny
85+
    *cage|cages
86-
		unlocked
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-
	*parsley
106+
107-
		name:Parsley
107+
108-
		desc:A nice little supplement to your bunnies' diet.<//><b>Effect:</b><.>+1 bunny/click
108+
109-
		icon:icons[1,1]
109+
110-
		cost:100 bunnies
110+
111-
		passive:increase bunny yield of bunnyButton by 1
111+
    *parsley
112-
		req:10 bunnies:earned
112+
        name:Parsley
113-
		
113+
        desc:A nice little supplement to your bunnies' diet.<//><b>Effect:</b><.>+1 bunny/click
114-
	*buildingUpgrade8
114+
        icon:icons[1,1]
115-
		name:Soothing moon crystals
115+
        cost:10 timeR
116-
		desc:Just really nice to be around.<//><b>Effect:</b><.>moon citadel production x2
116+
        passive:increase timeR yield of bunnyButton by 1
117-
		icon:icons[2,0] icons[3,7]
117+
        req:10 timeR:earned
118-
		cost:1000000000 bunnies
118+
119-
		passive:multiply yield of cage by 2
119+
120-
		req:10 cage
120+
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-
		tag:achievements
131+
    *bunnyAchiev1
132-
		on earn:yield 1 achR
132+
        name:Run rabbit run
133-
		
133+
        desc:Have <b>1</b> bunny.
134-
	*bunnyAchiev1
134+
        req:1 timeR
135-
		name:Run rabbit run
135+
        icon:icons[2,4] icons[0,2] icons[0,6]
136-
		desc:Have <b>1</b> bunny.
136+
    *bunnyAchiev2
137-
		req:1 bunny
137+
        name:Bunniest home videos
138-
		icon:icons[2,4] icons[0,2] icons[0,6]
138+
        desc:Have <b>1000</b> bunnies.
139-
	*bunnyAchiev2
139+
        req:1000 timeR
140-
		name:Bunniest home videos
140+
        icon:icons[2,4] icons[0,3] icons[0,6]