Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's Make a Game!
- //pi clicker!
- name:Pi Clicker!
- author:Edmund C.
- desc:This is Pi Clicker. You click pi.
- created:7/4/24
- version:0.1
- Settings
- tiling background:PiBG.png
- building cost increase:100.314159%
- building cost refund:31.415926%
- CSS
- #game.filtersOn .thing.cantAfford.notOwned
- {
- filter:blur(3px);
- }
- Layout
- *resources
- contains:Resources
- header:Pis
- *buildings
- contains:Buildings
- header:Buildings/Helpers
- tooltip origin:left
- *unlockables
- contains:Upgrades, Achievements
- names:hide
- *boxKey
- contains:Upgrades, Buildings
- header:UPGRADES BUILDINGS
- names:show
- icons:show
- costs:show
- ps:show
- *boxKey
- contains:Resources
- header:PIS
- names:show
- icons:show
- costs:show
- ps:show
- -place building here-
- *PiClick
- name:The Pi
- desc:Click.
- on click:yield 1 Pi
- *pi
- name:Pi
- desc:Buy stuff with Pi!
- show earned
- (thingKey:ps)
- *coder
- name:Coder
- desc:Calculates Pi at a rate of 1 pi per second!
- on tick:yield 1 Pi
- cost:30 Pi
- cost increase:100.31415%
- cost refund:90%
- *geometrist
- name:Geometrist
- desc:Calculates Pi at a rate of 3 pi per second!
- on tick:yield 3 Pi
- cost:100 Pi
- cost increase:100.31415%
- cost refund:90%
- *ai
- name:AI
- desc:Calculates Pi at a rate of 7 pi per second! Half of the time...
- on tick:yield 3.5 Pi
- cost:200 Pi
- cost increase:100.31415%
- cost refund:90%
- *prorobot
- name:Programmed Robot
- desc:Calculates Pi at a rate of 31 pi per second!
- on tick:yield 31 Pi
- cost:800 Pi
- cost increase:100.31415%
- cost refund:90
- *piwizard
- name:Pi Wizard
- desc:Calculates Pi at a rate of 300 pi per second!
- on tick:yield 300 Pi
- cost:2000 Pi
- cost increase:100.31415%
- cost refund:90%
- *chromebook
- name:Chromebook
- desc:Upgrades 1.5x Coder, Geometrist
- passive:multiply yield of coder, geometrist by 1.5
- cost:150 Pi
- *macbook
- name:MacBook
- desc:Upgrades 2x
- passive:multiply yield of coder, geometrist, ai, prorobot by 2
- cost:400 Pi
- *piboost
- name:Pi Boost
- on click:yield (random(100,1000)) Pi
- movement:anywhere fade bounce moveRandom
- frequency:120
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement