Advertisement
ReinMakesGames2

Untitled

Oct 27th, 2022 (edited)
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. Let's make a game!
  2. name:Game to tell mistakes
  3. desc:what it says in the tin.
  4. by:TGRein
  5. created:27/10/2022
  6. updated:27/10/2022
  7. Resources
  8. *testres
  9. name:testresource
  10. desc:you generate this.
  11. *testres2
  12. name:testresource2
  13. desc:all your buildings!
  14. Buildings
  15. *TEMPLATE
  16. tag:epic
  17. *testbld
  18. name:testbuilding
  19. desc:use this to generate testres:ps testres
  20. on tick:yield 1 testres
  21. *testbld2
  22. name:testbuilding2
  23. desc:generating even moar testres
  24. on tick:yield 5 testres
  25. cost:10 testres
  26. Upgrades
  27. *testupg1
  28. name:testupgrade1
  29. desc:increases the testres per second of testbld to 2
  30. passive:increase yield of testbld by 1
  31. on earn:toast aaaaaaa
  32. cost:1 testres
  33. *testupg2
  34. name:testupgrade2
  35. desc:increases the testres per second of testbld to 4
  36. passive:increase yield of testbld by 2
  37. cost:2 testres
  38. *testupg3
  39. name:testupgrade3
  40. desc:info, you need all three of these to get testupgrade4 <//> also increases the testres per second of testbld to 8
  41. passive:increase yield of testbld by 4
  42. cost:4 testres
  43. *testupg4opt1
  44. name:testupgrade4option1
  45. tag:allupg
  46. desc:well, this is req:testupg1 and testupg2 and testupg3. <//> also increases the testres per second of testbld to 16
  47. passive:increase yield of testbld by 8
  48. cost:8 testres
  49. req:testupg1 and testupg2 and testupg3
  50. *testupg4opt2
  51. name:testupgrade4option2
  52. tag:allupg
  53. desc:well, this is req:testupg1, testupg2, testupg3. <//> also increases the testres per second of testbld to 16
  54. passive:increase yield of testbld by 8
  55. cost:8 testres
  56. req:testupg1, testupg2, testupg3
Tags: testgame
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement