Pyronic

Untitled

Jan 27th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. Let's make a game!
  2. name:Idle Multi
  3. by:Alito
  4. desc:Money
  5. created:25/7/2017
  6. updated:24/10/2017
  7. version:1
  8.  
  9. Settings
  10. stylesheet:stuff/bigBlue.css
  11. building cost increase:100%
  12. building cost refund:100%
  13.  
  14. CSS
  15. #game.filtersOn .thing.cantAfford.notOwned
  16. {
  17. filter:blur(1px);
  18. }
  19.  
  20. Layout
  21. use default
  22.  
  23. Resources
  24. *money
  25. name:Money
  26. desc:Total Money
  27. icon:https://i.imgur.com/mPG0i0d.png
  28. show earned
  29. on tick:yield 10 money
  30.  
  31. *time
  32. name:Time
  33. desc:Total Time
  34. icon:https://i.imgur.com/UxevYw6.png
  35. show earned
  36. on tick:yield 1 time
  37.  
  38.  
  39.  
  40. *multiplier
  41. name:Multiplier
  42. desc:Multiplies your money income
  43. passive:multiply money yield of money by ((multiplier)*1*rebirths)
  44. icon:https://i.imgur.com/H4qcpcr.png
  45. start with:1
  46.  
  47. *rebirths
  48. name:Rebirths
  49. desc:Multiplies your multipliers
  50. show earned
  51. start with:1
  52.  
  53. Upgrades
  54. *m1
  55. name:+1 Multi
  56. desc:+1 Multi
  57. on earn:yield 1 multiplier
  58. on earn:lose m1
  59. cost:100 money
  60. unlocked
Advertisement
Add Comment
Please, Sign In to add comment