Advertisement
ReinMakesGames2

Progress Game

Nov 9th, 2022 (edited)
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Let's make a game!
  2. name:Progress Game
  3. desc:The IGM Game where you progress.
  4. by:TGRein
  5. created:09/11/2022
  6. updated:09/11/2022
  7. version:1
  8. Settings
  9. building cost increase:130%
  10. Resources
  11. *progress
  12. name:Progression
  13. desc:It's your progress!
  14. start with:1
  15. Buttons
  16. *progressbutton
  17. name:Progress
  18. desc:Progress using THIS BUTTON!
  19. on click:yield 1 progress
  20. class:bigButton
  21. icon:https://file.garden/Y1ubKpOdi23QPODL/imageedit_11_6290441788.png
  22. Buildings
  23. *autoclick
  24. name:Autoclicker
  25. desc:Progressess by [autoclick:ps] progress every second. <q>You got a Trademarked autoclicker. At least you can progress with it.</q>
  26. cost:5 progress
  27. on tick:yield 0.2 progress
  28. Upgrades
  29. *progress1
  30. name:Progress
  31. //progress button upgrades
  32. *pbupg1
  33. name:Cleaned Progress Button
  34. desc:Multiplies yield of Progress Button by 1.5 <q>"You Realized that your Button was Garbage, but you didn't have the funds to get a better button so you just cleaned it."</q>
  35. cost:10 progress
  36. passive:multiply progress yield of progressbutton by 1.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement