IronDizaster

Untitled

Feb 6th, 2021 (edited)
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. Let's make a game!
  2. name:Tycoon Simulator
  3. by:IronDizaster
  4. forum post:money maker
  5. desc:You live in a world where anything is possible. Start as a homeless man, climb your way up the social ladder & make millions!
  6.  
  7.  
  8. CSS
  9.  
  10. .resPosition
  11. {
  12. border-radius:5px;
  13. }
  14.  
  15. .ownedUpgrade
  16. {
  17. border-radius:20px;
  18. }
  19.  
  20.  
  21.  
  22.  
  23. Settings
  24. background:https://imgur.com/d8vcvlj.jpg
  25. cost increase:105%
  26.  
  27.  
  28. Resources
  29. *idleStone
  30.  
  31. Resources
  32. *cats
  33. name:Cats
  34. desc:These are cats, use them to buy stuff!!
  35. icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click1
  36. class:resPosition
  37.  
  38. *matureIdleStone
  39.  
  40. *idleEnergy
  41.  
  42. Buttons
  43.  
  44. *clickMe
  45. name:Click Me!
  46. on click:yield 100 idleStone
  47. on click:yield 100 matureIdleStone
  48. on click:yield 100 idleEnergy
  49.  
  50.  
  51. *shinysimulation
  52. on click:if (chance(50%)) lose (idleStone/2) idleStone
  53. on click:if (have matureIdleStone) lose (matureIdleStone/2) matureIdleStone
  54. on click:if (have idleEnergy) lose (idleEnergy/2) idleEnergy
  55.  
  56. Upgrades
  57. *exampleUpgrade
  58. class:ownedUpgrade
Add Comment
Please, Sign In to add comment