Builder17

Rounding idle test

Jan 16th, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. Let's make a game!
  2. name:Rounding idle test
  3. by:builder17
  4. created:16/01/2020
  5. updated:16/01/2020
  6. version:1
  7.  
  8. Settings
  9. background:https://i.postimg.cc/kMZP0RxR/numbers-background.png
  10. building cost increase:1000%
  11. building cost refund:5%
  12. stylesheet:stuff/bigBlue.css
  13.  
  14. Layout
  15. use default
  16.  
  17. Buttons
  18. *calculateButton
  19. name:Calculate
  20. on click:
  21. anim icon wobble
  22. yield 1 number
  23. end
  24. icon:https://i.postimg.cc/hG9ZXHmB/calculator.png
  25. class:bigButton
  26.  
  27. Resources
  28. *number
  29. name:Numbers
  30. desc:Essential for counting and rounding, you want to reach infinity!
  31. class:noBackground
  32.  
  33. Buildings
  34. *yieldSix
  35. name:Tier 1
  36. desc:<b>Effect:</b><.>Produces 6 numbers every second.
  37. cost:3 number
  38. on tick:yield 6 number
  39. unlocked
  40.  
  41. /**yield60
  42. name:Tier 2
  43. desc:<b>Effect:</b><.>Produces 60 numbers every second.
  44. cost:70 number
  45. on tick:yield 60 number
  46. unlocked*/
  47.  
  48. Upgrades
  49. *onesRounding
  50. name:Round to 10s
  51. desc:Rounds your income to 10s
  52. cost:20 number
  53. passive:
  54. increase yield of calculateButton by 9
  55. increase yield of yieldSix by 4
  56. increase cost of yieldSix by 6
  57. end
  58.  
  59. *tensRounding
  60. name:Round to 100s
  61. desc:Rounds your income to 100s
  62. cost:300 number
  63. passive:
  64. increase yield of calculateButton by 90
  65. increase yield of yieldSix by 90
  66. increase cost of yieldSix by 90
  67. end
Add Comment
Please, Sign In to add comment