Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:Slime Clicker
- by:Totally Real Adware
- desc:idk
- created:30/07/2024
- updated:20/08/2024
- version:1.4
- Resources
- *slime
- name:Slime
- desc:Great for playing with!
- *energy
- name:Energy
- desc:Worth as much as 1,000,000 slime!
- *power
- name:Power
- desc:Good luck getting this.
- *ascensions
- name:Glitter
- desc:"This stuff gets everywhere."
- Buildings
- *kids
- name:Children
- desc: Some friendly kids to make slime. Makes 0.5 a second.
- cost:15 slime
- on tick:yield 0.5 slime
- *science
- name:Scientists
- desc:They stay up all night to make slime. Experiments 2 a second.
- cost:100 slime
- on tick:yield 2 slime
- *farms
- name:Slime Farms
- desc:Tirelessly pulls slime carrots and slime potatoes out of the ground. Harvests 20 a second.
- cost:1000 slime
- on tick:yield 20 slime
- *mines
- name:Slime Mines
- desc:These mine out 500 slime a second.
- cost:10000 slime
- on tick:yield 500 slime
- *factories
- name:Slime Factories
- desc:These dull factories bring tons of life to your slime! I'm not joking, these things give it consciousness. Manufactures 8000 slime a second.
- cost:100000 slime
- on tick:yield 8000 slime
- *temples
- name:Slime Temples
- desc:Deep in the dungeon, the slime in the sky brings tons of golden slime to any explorers brave enough to seek it. Discovers 100000 a second.
- cost:1234567 slime
- on tick:yield 100000 slime
- *energiser
- name:Energiser
- desc:Give 1 Energy every 10 seconds.
- cost:60000000 slime
- on tick:yield 0.1 energy
- req:tech4
- *pc
- name:PCs
- desc:Gamers have been found to rage so much as to produce tons of Energy. You found a way to harvest that 1 Energy every second. By the way, there's not really a limit to these descriptions, and this is my try to see how far I can go. How's your day been?
- cost:5 energy
- on tick:yield 1 energy
- req:tech4
- *pp
- name:Power Plants
- desc:10 Energy a second.
- cost:200 energy
- on tick:yield 10 energy
- req:tech4
- *ps
- name:Energy-Inducing Slime
- desc:This gives 99 Energy a second!
- cost:1000 energy
- on tick:yield 99 energy
- req:tech4
- *sp
- name:Slime-Inducing Energy
- desc:10 million slime may seem like a lot, but not if you have one of these!
- cost:99999 energy
- on tick:yield 10000000 slime
- req:tech4
- *powers
- name:Energy Converter
- desc:The Power is immense. The Power is eternal.
- cost:1000000 energy
- on tick:yield 1 power
- req:1 ps
- *power2
- name:SCREAMING POWER
- desc:HE SCREAMS, HE RESONATES FROM WITHIN
- cost:50 power
- on tick:yield 10 power
- req:1 powers
- *clones
- name:You
- desc:You figured you were one behind all this Slime and Energy. Maybe if there were more of you...
- cost:199 power
- on tick:yield 1000000000 slime
- req:tech4
- Buttons
- *bigslime
- name:The Big Slime
- desc:Clicking this slime gives you more of it.
- on click:yield 1 slime
- CSS
- .thing
- {
- text-shadow:1px 1px 0 blue
- }
- .wrapper {
- text-align: center;
- }
- .button {
- position: absolute;
- top: 50%;
- }
- .button1 {
- background-color: Transparent;
- background-repeat:no-repeat;
- padding:20px;
- color: white;
- border: 3px solid #fff;
- }
- .button1:hover{
- border: 3px solid #000;
- }
- Upgrades
- *upgrade1
- name:Slimy
- desc:Doubles Clicking Production. "squelch"
- cost:30 slime
- req:2 kids
- passive:multiply yield of bigslime by 2
- *upgrade2
- name:Extra Stimulation
- desc:Doubles Child Production. "Why?"
- cost:100 slime
- req:10 kids
- passive:multiply yield of kids by 2
- *upgrade3
- name:10 Slimes
- desc:Clicking Production x10 "clickity"
- cost:1000 slime
- req:600 slime
- passive:multiply yield of bigslime by 10
- *upgrade4
- name:100 Slimes
- desc:Clicking Production x100 "clickityclickity"
- cost:10000000 slime
- req:1000000 slime
- passive:multiply yield of bigslime by 100
- *upgrade5
- name:1000 Slimes
- desc:Clicking Production x1000 "clickityclickityclickityclickity"
- cost:10000000000 slime
- req:99999999 slime
- passive:multiply yield of bigslime by 1000
- *tech1
- name:Computer Chips
- desc:Child Production x1.1 "these li'l squares"
- cost:1000 slime
- req:1 kids
- passive:multiply yield of kids by 1.1
- *tech2
- name:Circuits
- desc:Scientist Production x1.1 "long wires"
- cost:10000 slime
- req:tech1
- passive:multiply yield of science by 1.1
- *tech3
- name:Motherboard
- desc:Farm Production x1.1 "these bi'g squares"
- cost:100000 slime
- req:tech2
- passive:multiply yield of farms by 1.1
- *tech4
- name:Casing and Protection
- desc:Mine Production x1.1 "these cubo'id squares"
- cost:1000000 slime
- req:tech3
- passive:multiply yield of mines by 1.1
- *mouse1
- name:Plastic Mouse
- desc:Clicking Production x2 "Slightly squeaky."
- cost:10 slime
- req:1 slime
- passive:multiply yield of bigslime by 2
- *mouse2
- name:Bronze Mouse
- desc:Clicking Production x2 "A bit brown."
- cost:100 slime
- req:10 slime
- passive:multiply yield of bigslime by 2
- *mouse3
- name:Iron Mouse
- desc:Clicking Production x2 "It feels cold..."
- cost:1000 slime
- req:100 slime
- passive:multiply yield of bigslime by 2
- *mouse4
- name:Silver Mouse
- desc:Clicking Production x2 "A bit brown."
- cost:10000 slime
- req:1000 slime
- passive:multiply yield of bigslime by 2
- *mouse5
- name:Gold Mouse
- desc:Clicking Production x2 "This is only a little valuable, considering slime is now a currency."
- cost:100000 slime
- req:10000 slime
- passive:multiply yield of bigslime by 2
- *mouse6
- name:Fantasteel Mouse
- desc:Clicking Production x2 "It's like there's a red glow coming from it..."
- cost:1000000 slime
- req:100000 slime
- passive:multiply yield of bigslime by 2
- *mouse7
- name:Adamantium Mouse
- desc:Clicking Production x2 "It's like there's a blue glow coming from it... (yes i copy-pasted the text)"
- cost:10000000 slime
- req:1000000 slime
- passive:multiply yield of bigslime by 2
- *mouse8
- name:Nevercrack Mouse
- desc:Clicking Production x2 "It's like there's a green glow coming from it... (now i'm getting unoriginal)"
- cost:100000000 slime
- req:10000000 slime
- passive:multiply yield of bigslime by 2
- *mouse9
- name:Onorigin Mouse
- desc:Clicking Production x2 "It's like there's a rainbow glow coming from it... (i should stop)"
- cost:100000000 slime
- req:10000000 slime
- passive:multiply yield of bigslime by 2
- *mouse10
- name:Dedorigin Mouse
- desc:Clicking Production x2 "It's like there's a black glow coming from it... (this is the last time i promise)"
- cost:1000000000 slime
- req:100000000 slime
- passive:multiply yield of bigslime by 2
- *mouse11
- name:Semigorgornigin Mouse
- desc:Clicking Production x2 "The name of this is so long, people just say 'SGGN'. (see? it's different)"
- cost:10000000000 slime
- req:1000000000 slime
- passive:multiply yield of bigslime by 2
- *mouse12
- name:Cherrymetal Mouse
- desc:Clicking Production x2 "Very pink."
- cost:100000000000 slime
- req:10000000000 slime
- passive:multiply yield of bigslime by 2
- *mouse13
- name:NoName Mouse
- desc:Clicking Production x2 "I'm running out of names, okay?"
- cost:1000000000000 slime
- req:100000000000 slime
- passive:multiply yield of bigslime by 2
- *mouse14
- name:NoName Mouse Volume Two
- desc:Clicking Production x2 "A completely different volume!"
- cost:999999999999999
- req:99999999999999 slime
- passive:multiply yield of bigslime by 2
- *glitter1
- name:Advanced Sparkles
- desc:Clicking Production x2 "sparkle sparkle"
- cost:2 ascensions
- req:1000000 slime
- passive:multiply yield of bigslime by 2
- *glitter2
- name:super shinie
- desc:Clicking Prodction x4 "sparkle sparkle sparkle sparkle"
- cost:10 ascensions
- req:1 energy
- passive:multiply yield of bigslime by 4
- Shinies
- *glitter
- name:Shiny Slime
- on click:yield 1 ascensions
- movement:anywhere fade bounce moveRandom
- frequency:150
- *storks
- name:Stork
- on click:yield (random(10,30)) kids
- movement:anywhere fade bounce moveRandom
- frequency:70
- *vats
- name:Scientist Cloning Vats
- on click:yield (random(9,29)) science
- movement:anywhere fade bounce moveRandom
- frequency:90
- req:tech4
- *land
- name:Extra Land
- on click:yield (random(8,28)) farms
- movement:anywhere fade bounce moveRandom
- frequency:120
- *moreland
- name:Extra Land... Again
- on click:yield (random(7,27)) mines
- movement:anywhere fade bounce moveRandom
- frequency:140
- *plumes
- name:More Smoke
- on click:yield (random(6,26)) factories
- movement:anywhere fade bounce moveRandom
- frequency:160
Advertisement
Add Comment
Please, Sign In to add comment