Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:Rocket clicker
- by:devboi123
- desc:Keep clicking until you get as much rockets as possible! rocket clicks : <b>[myButton:clicks]</b> Golden rocket clicks : <b>[Goldenrocket:clicks]</b> Rockets earned(in total) : <b>[rockets:earned]</b>
- created:18/10/2023
- version:1
- CSS
- #game.on
- {
- background-size: 100% 100%;
- image-rendering: pixelated;
- }
- .Buildingiconsize
- {
- height:128px;
- width:128px;
- }
- .Achievementiconsize
- {
- height:32px;
- width:32px;
- }
- .thing-icon.shiny-icon
- {
- width:128px;
- height:128px;
- }
- .Upgradeiconsize
- {
- width:32px;
- height:32px;
- Settings
- background:https://file.garden/ZS942YA0bEcTftMm/Rocket%20clicker/360_F_264279006_WDXxV3OHjAOoHqH7iiLDrg23p0947g7U.jpg
- Buildings
- *TEMPLATE
- tag:Grboost
- tag:losable
- tag:2
- tag:Ascend
- *Cursor|Cursors
- on earn:yield 1 buildingCounter
- tag:Cursors
- name:Cursor|Cursors
- desc:Clicks your rocket to produce more rockets! <i>(per second : 1 rocket)</i>
- on tick:yield 1 rocket
- req:20 rockets:earned
- cost:20 rockets
- icon class:Buildingiconsize
- icon:https://file.garden/ZS942YA0bEcTftMm/Rocket%20clicker/468860_cursor_128x128.png
- *Spacestation|Spacestations
- on earn:yield 1 buildingCounter
- name:Spacestation|Spacestations
- desc:Doesn't really make sense to produce rockets but it does somehow <i>(per second : 5 rockets)</i>
- req:50 rockets:earned
- on earn:yield 1 buildingCounter
- on tick:yield 5 rocket
- cost:50 rockets
- icon:https://file.garden/ZS942YA0bEcTftMm/Rocket%20clicker/Untitled23.png
- icon class:Buildingiconsize
- *Factory|Factories
- req:300 rockets:earned
- on earn:yield 1 buildingCounter
- name:Factory|Factories
- desc:Makes Rockets but with pollution <i>(per second : 10 rockets)</i>
- cost:300 rockets
- on tick:yield 10 rockets
- icon:https://file.garden/ZS942YA0bEcTftMm/Rocket%20clicker/New%20Piskel.png
- icon class:Buildingiconsize
- *lunarbase|lunarbases
- name:Martian base
- on earn:yield 1 buildingCounter
- on tick:yield 50 rockets
- desc:Explores space a lot whole more, although doesn't produce rockets, still does so. <i>(per second : 50 rockets)</i>
- cost:1000 rockets
- req:1000 rockets:earned
- icon:https://file.garden/ZS942YA0bEcTftMm/Rocket%20clicker/Untitled%20design.png
- icon class:Buildingiconsize
- *antimatterreactor
- name:Antimatter reactor
- on earn:yield 1 buildingCounter
- desc:<i>"Fusion of Power!"</i> <i>(per second : 250 rockets)</i>
- cost:25000 rockets
- req:25000 rockets:earned
- on tick:yield 250 rockets
- icon:https://file.garden/ZS942YA0bEcTftMm/Rocket%20clicker/Untitled%20design2.png
- icon class:Buildingiconsize
- Resources
- *rocket|rockets
- tag:losable
- name:Rocket|Rockets
- desc:<b>Get as many of these as possible!</b>
- *Ascensionres
- name:Iron crumbs
- on earn:
- if (goldenglass>Ascensionres)
- hide goldenglass
- toast test test
- end
- end
- hidden when 0
- *rocketsearnednow
- always hidden
- is always:((rockets:earned)-rocketsleftbehind)
- *rocketsleftbehind
- always hidden
- tag:losable
- *buildingCounter
- always hidden
- Buttons
- *myButton
- name:Rocket
- class:bigButton
- on click:yield 1 rocket
- icon:https://file.garden/ZS942YA0bEcTftMm/Rocket%20clicker/93168_rocket_512x512.png
- desc:Get a certain amount of <b>rockets</b>, unlock a new <b>building</b>, you probably still don't have any buildings yet, but start clicking now.
- Upgrades
- *TEMPLATE
- tag:losable
- *Star
- name:Star
- desc:Spacestations are <b>twice as efficient</b>.
- req:1 Spacestation
- on earn:hide this
- passive:multiply yield of Spacestations by 2
- cost:150 rockets
- *Doubleclick
- name:Double click
- on earn:hide this
- req:5 Cursors
- desc: Your Mouse cursor is <b>twice as efficient</b> per click.
- on earn:hide this
- cost:500 rockets
- passive:multiply yield of rocket by 2
- *Accelerator
- name:Accelerator
- on earn:hide this
- desc:Cursors are <b>twice as efficient</b>.
- req:2 Cursors
- cost:70 rockets
- passive:multiply yield of Cursor by 2
- *doubleclick
- name:Double click 2
- on earn:hide this
- req:10 Cursors
- desc:Your Mouse cursor is <b>twice as efficient</b> per click.
- cost:1000 rockets
- passive:multiply yield of rocket by 2
- *moreworkers
- name:More workers in space stations
- on earn:hide this
- desc:Spacestations are <b>twice as efficient</b>.
- passive:multiply yield of Spacestations by 2
- req:5 Spacestations
- cost:900 rockets
- *martiandust
- name:Martian dust
- desc:<i>Martian bases are <b>twice as efficient.<b> "Very useful to study with, probably gonna run out in 2 days"</i>
- cost:10000 rockets
- req:1 lunarbase
- passive:multiply yield of lunarbases by 2
- on earn:hide this
- *firstastroonmars
- name:First astronaut on mars
- cost:20000 rockets
- desc:Martian bases are <b>twice as efficient.</b>
- req:10 lunarbases
- on earn:hide this
- passive:multiply yield of lunarbases by 2
- *ascension
- name:Ascend
- on earn:yield (rocketsearnednow) rocketsleftbehind
- on earn:yield floor(pow(rocketsearnednow/1e12,1/3)) Ascensionres
- on earn:lose tag:losable
- desc:</>Ascending now would grant you <b>[floor(pow(rocketsearnednow/1e12,1/3))]</b> Iron crumbs.
- *ascensionboosting
- passive:multiply yield of tag:Ascend by 1+(10*Ascensionres)
- owned
- always hidden
- tag:notlosable
- *goldenglass
- tag:Hidden
- name:Golden glass
- desc:Rocket production 2x <b>permanently.</b>
- cost:1 Iron crumbs
- passive:multiply yield of tag:2 by 2
- on earn:hide this
- *metalgloves
- name:Metallic gloves
- desc:Clicking is 2x more powerful <b>permanently.</b>
- cost:20 Iron crumbs
- passive:multiply yield of rockets by 2
- *engineers
- name:Engineers
- desc:Buildings are twice as efficient <b>permanently.</b>
- cost:300 Iron crumbs.
- Achievements
- *makingSomeRockets
- name:Making some rockets
- desc:You made 5 <b>rockets</b>
- req:5 rockets:earned
- icon class:Achievementiconsize
- icon:https://file.garden/ZS942YA0bEcTftMm/Rocket%20clicker/New%20Piskel-1.png.png
- *rocketrush
- name:Rocket rush
- desc:You made 100 <b>rockets</b>
- req:100 rockets:earned
- *rocketallthewaydown
- name:Rockets all the way down
- desc:You made 1000 <b>rockets</b>
- req:1000 rockets:earned
- *spacetraveller
- name:Space traveller
- desc:You made 10k <b>rockets</b>
- req:10000 rockets:earned
- *alienslayer
- name:Alien slayer
- desc:You made 1m <b>rockets</b>
- req:1000000 rockets:earned
- *Galaxytraveller
- name:Galaxy traveller
- desc:You made 100m <b>rockets</b>
- req:100000000 rockets:earned
- *unstoppable
- name:Unstoppable
- desc:You made 1b <b>rockets</b>
- req:100000000 rockets:earned
- *justonemore
- name:Just...one...more rocket
- desc:You made 10b <b>rockets</b>
- req:10000000000 rockets:earned
- *massproducer
- name:Mass producer
- desc:You made 100b <b>rockets</b>
- req:100000000000
- *fastclicking
- name:Fast clicking
- desc:You got 10 cursors
- req:10 Cursors
- *hypermouse
- name:Hyper mouse
- desc:You got 100 cursors.
- req:100 Cursors
- *luckyfinger
- name:Lucky finger
- desc:You got 77 cursors.
- req:77 Cursors
- *Theultimateclcikdown
- name:The ultimate clickdown
- desc:You got 250 cursors.
- *Rocketbuilder
- name:Now that's a lot of rockets
- desc:You got 5 spacestations
- req:5 Spacestations
- *Smoke
- name:Smoke
- req:10 Factories
- desc:You got 10 factories.
- *Globalwarming
- name:Global warming
- desc:You got 100 factories
- req:100 Factories
- *cancer
- name:People now have cancer
- desc:You got 300 factories
- req:300 Factories
- *normalbuilding
- name:Normal building
- desc:Build 1 rocket per second
- req:1 rocket per second
- *hardcorebuilding
- name:Hardcore building
- req:5 rockets per second
- desc:Build 5 rockets per second
- *weneedabiggerplace
- name:We're gonna need a bigger place
- desc:Build 10 rockets per second
- req:10 rockets per second
- *countryfamousrocket
- name:Country famous rocket maker
- desc:Build 50 rockets per second
- req:50 rockets per second
- *spacevisitingbooming
- name:Space visiting is booming
- desc:Build 1000 rockets per second
- req:1000 rockets per second
- *continentfamous
- name:Continent famous rocket maker
- desc:Build 10000 rockets per second
- req:10000 rockets per second
- *worldfamousrocket
- name:World famous rocket maker
- desc:Build 50000 rockets per second
- req:50000 rockets per second
- *infinitebuilder
- name:Infinite builder
- desc:Build 100000 rockets per second
- req:100000 rockets per second
- *iseriouslyneedhelp
- name:I Seriously need help
- desc:Build 500000 rockets per second
- req:500000 rockets per second
- *icantstop
- name:I Can't stop
- desc:Build 1000000 rockets per second
- req:1000000 rockets per second
- *bacteriaonmars
- name:Found life on mars
- desc:<i>"although only bacteria, still a success because we haven't ever found life in space"</b>
- req:1 lunarbase
- *goldrocket
- name:Golden rocket
- desc:Click 1 Golden rocket
- req:Goldenrocket:clicks>=1
- *goldrocket2
- name:Today's your lucky day
- desc:Click 7 Golden rockets
- req:Goldenrocket:clicks>=7
- *goldrocket3
- name:Shiny day
- desc:Click 77 Golden rockets. <i>"You look a little tired.."</i>
- req:Goldenrocket:clicks>=77
- *feelinshiny
- name:I'm feeli'n shiny
- desc:Click 777 Golden rockets. <i>"Why did you fall asleep at work today?"</i>
- req:Goldenrocket:clicks>=777
- *Builder
- name:Builder
- desc:Have 100 buildings in total.
- req:buildingCounter>=100
- Shinies
- *Goldenrocket
- on click:yield (random(rockets:ps*10,rockets:ps*70)) rockets
- movement:growShrink pulse:1 bobVertical:0.25 bobHorizontal:0.25 anywhere
- frequency:180
- on click:multiply yield of tag:Grboost by 7
- //on click:if (chance(50%)) // effect 1 else// effect 2
- icon:https://file.garden/ZS942YA0bEcTftMm/Rocket%20clicker/%5Bremoval.ai%5D_433c7c68-4a5b-42e6-ac47-5f8070f52276-141113210-golden-rocket-icon-vector-illustration.png
Advertisement
Add Comment
Please, Sign In to add comment