mrcake2005

New Game

Nov 22nd, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Let's make a game!
  2. name:Rocks
  3. by:Elton
  4. desc:Mine some rocks. The rocks you mine can be used as currency!
  5. created:22/11/18
  6. updated:22/11/18
  7. version:1
  8. Buttons
  9. *Rocks
  10. name:Rocks
  11. desc:Click this to get rocks.
  12. on click:yield 1 rock
  13. Resources
  14. *rock
  15. name:Rocks Gathered
  16. desc:This is the amount of rocks you have currently.
  17. show earned
  18. Buildings
  19. *Genericmine
  20. name:Generic Mine
  21. desc:Just a regular mine with regular people.<//><.>+1 rock per second.
  22. on tick:yield 1 rock
  23. cost:5 rock
  24. cost increase:125%
  25. *SBM
  26. name:Slightly Better Mine
  27. desc:A better mine than the last.
  28. on tick:yield 3 rock
  29. cost:20 rock
  30. cost increase:125%
Add Comment
Please, Sign In to add comment