nilrem3

numbergame

May 11th, 2021 (edited)
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Let's make a game!
  2. name:number game
  3. Resources
  4. *number
  5. name:Number
  6. desc:Your number! Try to make this as big as possible.
  7. Buildings
  8. *plus
  9. name:Plus Sign
  10. desc:Increases your number slowly.
  11. cost:5 number
  12. start with:1
  13. cost increase: 200%
  14. on tick:yield 1 number
  15. *multiplication
  16. name:Multiplication Sign
  17. desc:Gives more number the more plus signs you have.
  18. cost:100 number
  19. cost increase: 300%
  20. on tick:yield (plus) number
  21. req:3 plus
  22. Upgrades
  23. *betterincrement1
  24. name:Better Increment
  25. passive:multiply yield of increment by 2
  26. req:3 (increment:clicks)
  27. cost:10 number
  28. Shinies
  29. *increment
  30. name:Increment
  31. frequency:10
  32. frequency variation:3
  33. duration:5
  34. on click:yield ((increment:clicks) + 1) number
  35. movement:anywhere
  36. *quadratic
  37. name:Quadratic
  38. frequency:60
  39. frequency variation:10
  40. duration:5
  41. on click:yield (((quadratic:clicks) + 1) * ((quadratic:clicks) + 1)) number
  42. req:10 (increment:clicks)
Add Comment
Please, Sign In to add comment