Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:Tycoon Simulator
- by:IronDizaster
- forum post:money maker
- desc:You live in a world where anything is possible. Start as a homeless man, climb your way up the social ladder & make millions!
- CSS
- .resPosition
- {
- border-radius:5px;
- }
- .ownedUpgrade
- {
- border-radius:20px;
- }
- Settings
- background:https://imgur.com/d8vcvlj.jpg
- cost increase:105%
- Resources
- *idleStone
- Resources
- *cats
- name:Cats
- desc:These are cats, use them to buy stuff!!
- icon:https://pipe.miroware.io/5f91b0d7e6bde66c95ca308c/click1
- class:resPosition
- *matureIdleStone
- *idleEnergy
- Buttons
- *clickMe
- name:Click Me!
- on click:yield 100 idleStone
- on click:yield 100 matureIdleStone
- on click:yield 100 idleEnergy
- *shinysimulation
- on click:if (chance(50%)) lose (idleStone/2) idleStone
- on click:if (have matureIdleStone) lose (matureIdleStone/2) matureIdleStone
- on click:if (have idleEnergy) lose (idleEnergy/2) idleEnergy
- Upgrades
- *exampleUpgrade
- class:ownedUpgrade
Add Comment
Please, Sign In to add comment