Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Let's make a game!
- name:Clandestine Clicker
- by:Bubblesnaz
- desc:The world depends on us... so we say. Gather intelligence on our enemies, exploit their weaknesses, destabilize countries not of use to us, and create the new world order that our planet needs.
- created:11/23/2024
- version:0.0
- CSS
- #game.on
- {
- background-size: 100% 100%;
- }
- Settings
- stylesheet:stuff/bigBlue.css
- Achievements
- *amateurHacker
- name:Amateur Hacker
- desc:Only the start. Hack 100 times! Unlocks hackers.
- req:intelGainButton:clicks=100
- *clickAch2
- name:Novice Hacker
- desc:Hack 1,000 times! Unlocks hacker upgrade.
- req:intelGainButton:clicks=1000
- *clickAch3
- name:Getting Sore Yet?
- desc:Hack 5,000 times!
- req:intelGainButton:clicks=5000
- *clickAch4
- name:A Real Test of Endurance
- desc:Ouch! Hack 10,000 times! Unlocks upgrade (plz add details)
- req:intelGainButton:clicks=10000
- Buttons
- *intelGainButton
- name:Terminal
- on click:yield 1 intel
- on click:yield 0.1 cash
- class:bigButton hasFlares
- show clicks
- Resources
- *intel
- name:Intel
- desc:A civilized society's lifeblood. Collect it. Steal it. Kill for it.
- *cash
- name:Cash
- desc:Capitalism makes the world go round!
- Shinies
- *cashNode
- name:Cash Drop
- on click:yield (random(10,70)) cash
- movement:anywhere fade bounce moveRandom
- frequency:120
- Upgrades
- *easySneakers
- name:Accessible Sneakers
- desc:Nudge local stores to lower premium sneaker prices. Streetkids are more efficient.
- passive:multiply yield of streetkids by 5
- cost:1000 cash
- *botnet
- name:botnet
- desc:Plug malware into several devices at once, siphoning processing power. (Multiplies CPS and Intel generation)
- passive:multiply yield of hackers by 2
- cost:80 cash
- req:intelGainButton:clicks=1000
- *neighborhoodWatch
- name:Neighborhood Watch
- desc:Establish a neighborhood watch program. Citizens now pay subscription fees for each camera placed.
- passive:multiply yield of surveillianceCameras by 3
- cost:1000 cash
- Buildings
- *streetkid|streetkids
- name:Streetkid|Streetkids
- desc:The most primitive "spies." Train the impoverished or the ambitious teens in the neighborhood to gain intel, and pickpocket some cash.
- on tick:yield 0.5 intel
- on tick:yield 0.5 cash
- cost:15 cash
- *hacker|hackers
- name:Hacker|Hackers
- desc:Hire anyone from ex-cybersecurity employees, to dudes bored in basements to invade and steal from databases.
- on tick:yield 1 intel
- on tick:yield 1 cash
- cost:120 cash
- *celebrityStan|celebrityStans
- name:Celebrity Stan|Celebrity Stans
- desc:Parasocial fiends. Pay some stans to report and post their findings.
- cost:500 cash
- on tick:yield 5 intel
- *surveillianceCamera|surveillianceCameras
- name:Surveilliance Camera|Surveilliance Cameras
- desc:Place and hack into cameras to recon citizens and neighborhoods.
- cost:400 cash
- on tick:yield 7 intel
- *thug|thugs
- name:Thug|Thugs
- desc:Establish neighborhood dominance. Extortions, intimidation and racketeering net intel and cash.
- cost:700 cash
- on tick:yield 8 intel
- on tick:yield 3 cash
- *safehouse|safehouses
- name:Safehouse|Safehouses
- desc:Provide a safe space for operatives to lay low, deposit intel/cash, and plan missions.
- cost:1000 cash
- on tick:yield 10 intel
- on tick:yield 10 cash
Advertisement
Add Comment
Please, Sign In to add comment