Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:Game to tell mistakes
- desc:what it says in the tin.
- by:TGRein
- created:27/10/2022
- updated:27/10/2022
- Resources
- *testres
- name:testresource
- desc:you generate this.
- *testres2
- name:testresource2
- desc:all your buildings!
- Buildings
- *TEMPLATE
- tag:epic
- *testbld
- name:testbuilding
- desc:use this to generate testres:ps testres
- on tick:yield 1 testres
- *testbld2
- name:testbuilding2
- desc:generating even moar testres
- on tick:yield 5 testres
- cost:10 testres
- Upgrades
- *testupg1
- name:testupgrade1
- desc:increases the testres per second of testbld to 2
- passive:increase yield of testbld by 1
- on earn:toast aaaaaaa
- cost:1 testres
- *testupg2
- name:testupgrade2
- desc:increases the testres per second of testbld to 4
- passive:increase yield of testbld by 2
- cost:2 testres
- *testupg3
- name:testupgrade3
- desc:info, you need all three of these to get testupgrade4 <//> also increases the testres per second of testbld to 8
- passive:increase yield of testbld by 4
- cost:4 testres
- *testupg4opt1
- name:testupgrade4option1
- tag:allupg
- desc:well, this is req:testupg1 and testupg2 and testupg3. <//> also increases the testres per second of testbld to 16
- passive:increase yield of testbld by 8
- cost:8 testres
- req:testupg1 and testupg2 and testupg3
- *testupg4opt2
- name:testupgrade4option2
- tag:allupg
- desc:well, this is req:testupg1, testupg2, testupg3. <//> also increases the testres per second of testbld to 16
- passive:increase yield of testbld by 8
- cost:8 testres
- req:testupg1, testupg2, testupg3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement