Pyronic

Untitled

Jan 27th, 2019
1,071
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 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.  
  24. Buttons
  25. *multiButton
  26. name:Buy Multi
  27. desc:Buy Multi (100 money for each multi)
  28. on click:yield (money/100) multiplier
  29. on click:lose money
  30.  
  31. Resources
  32. *money
  33. name:Money
  34. desc:Total Money
  35. icon:https://i.imgur.com/mPG0i0d.png
  36. show earned
  37. on tick:yield 10 money
  38.  
  39. *time
  40. name:Time
  41. desc:Total Time
  42. icon:https://i.imgur.com/UxevYw6.png
  43. show earned
  44. on tick:yield 1 time
  45.  
  46.  
  47.  
  48. *multiplier
  49. name:Multiplier
  50. desc:Multiplies your money income
  51. passive:multiply money yield of money by ((multiplier)*1*rebirths)
  52. icon:https://i.imgur.com/H4qcpcr.png
  53. start with:1
  54.  
  55. *rebirths
  56. name:Rebirths
  57. desc:Multiplies your multipliers
  58. start with:1
  59.  
  60. Upgrades
  61.  
  62. *rebirth1
  63. name:+1 Rebirth
  64. desc:Rebirths multiply your multipliers
  65. on earn:yield 1 rebirths
  66. on earn:lose money
  67. on earn:lose multiplier
  68. on earn:yield 1 multiplier
  69. on earn:lose rebirth1
  70. cost:1000000000000 multiplier
  71.  
  72. *rebirth2
  73. name:+5 Rebirths
  74. desc:Rebirths multiply your multipliers
  75. on earn:yield 5 rebirths
  76. on earn:lose money
  77. on earn:lose multiplier
  78. on earn:yield 1 multiplier
  79. on earn:lose rebirth2
  80. cost:100000000000000 multiplier
Advertisement
Add Comment
Please, Sign In to add comment