Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:Idle coin
- by:Fhalo
- desc:Idle game about making coins. version 1.0
- created:19/12/2024
- updated:20/12/2024
- version:1.0
- CSS
- .thing
- {
- border-radius: 8px;
- background: rgba(255,255,255,0.5);
- }
- .thing-icon,.icon{
- background-size: cover;
- }
- #game
- {
- Settings
- background:https://www.premierline.co.uk/wp-content/uploads/2020/02/shop-layout-desktop-stage-4.jpeg
- building cost increase:125%
- building cost refund:25%
- stylesheet:stuff/bigBlue.css
- Layout
- use default
- Buttons
- *coinButton
- name:The Coin
- desc:Click this little coin to get more recources!
- on click:anim icon wobble
- on click:yield 1 coin
- icon:https://cdn-icons-png.flaticon.com/512/668/668090.png
- no text
- class:bigButton hasFlares
- icon class:shadowed
- tooltip origin:bottom
- tooltip class:red
- Resources
- *coin|coins
- name:Coin
- desc:You need coin to bring back extinct animal, more fossil, more animals.
- icon:https://cdn-icons-png.flaticon.com/512/668/668090.png
- class:noBackground
- hidden when 0
- Buildings
- *TEMPLATE
- tag:losable
- on click:anim glow
- *coinshop
- name:coin shop
- desc:Added in version 1.0.<//>Is a shop that sells coins.<//><b>Effect:</b><.>Produces 1 coin every 10 seconds.
- icon:https://i.pinimg.com/564x/a3/33/17/a333171dbac997e4da6f70c576e1d8f3.jpg
- cost:15 coin
- on tick:yield 0.1 coin
- unlocked
- *coinfactory
- name:coin factory
- desc:Added in version 1.0.<//>Is a shop that sells coins.<//><b>Effect:</b><.>Produces 1 coin every 10 seconds.
- icon:https://i.pinimg.com/564x/a3/33/17/a333171dbac997e4da6f70c576e1d8f3.jpg
- cost:50 coins
- on tick:yield 0.5 coins
- unlocked
- *mrbeast
- name:mr beast
- desc:Added in version 1.0.<//>Is a shop that sells coins.<//><b>Effect:</b><.>Produces 1m coins every 1 second.
- icon:https://i.pinimg.com/564x/a3/33/17/a333171dbac997e4da6f70c576e1d8f3.jpg
- cost:2000000 coins
- on tick:yield 1000000 coins
- unlocked
- Upgrades
- *kungfuTraining
- name:Kung-fu training
- desc:Everybody's doing it!
- passive:multiply yield of coinButton by 2
- cost:100 coins
- *kungfu
- name:Kung-fu
- desc:Everybody's doing it!
- passive:multiply yield of coinButton by 3
- cost:500 coins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement