Bubblesnaz

Clandestine Clicker

Nov 23rd, 2024 (edited)
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. Let's make a game!
  2. name:Clandestine Clicker
  3. by:Bubblesnaz
  4. 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.
  5. created:11/23/2024
  6. version:0.0
  7.  
  8. CSS
  9. #game.on
  10. {
  11. background-size: 100% 100%;
  12. }
  13.  
  14. Settings
  15. stylesheet:stuff/bigBlue.css
  16.  
  17. Achievements
  18. *amateurHacker
  19. name:Amateur Hacker
  20. desc:Only the start. Hack 100 times! Unlocks hackers.
  21. req:intelGainButton:clicks=100
  22. *clickAch2
  23. name:Novice Hacker
  24. desc:Hack 1,000 times! Unlocks hacker upgrade.
  25. req:intelGainButton:clicks=1000
  26. *clickAch3
  27. name:Getting Sore Yet?
  28. desc:Hack 5,000 times!
  29. req:intelGainButton:clicks=5000
  30. *clickAch4
  31. name:A Real Test of Endurance
  32. desc:Ouch! Hack 10,000 times! Unlocks upgrade (plz add details)
  33. req:intelGainButton:clicks=10000
  34. Buttons
  35. *intelGainButton
  36. name:Terminal
  37. on click:yield 1 intel
  38. on click:yield 0.1 cash
  39. class:bigButton hasFlares
  40. show clicks
  41. Resources
  42. *intel
  43. name:Intel
  44. desc:A civilized society's lifeblood. Collect it. Steal it. Kill for it.
  45. *cash
  46. name:Cash
  47. desc:Capitalism makes the world go round!
  48. Shinies
  49. *cashNode
  50. name:Cash Drop
  51. on click:yield (random(10,70)) cash
  52. movement:anywhere fade bounce moveRandom
  53. frequency:120
  54.  
  55. Upgrades
  56. *easySneakers
  57. name:Accessible Sneakers
  58. desc:Nudge local stores to lower premium sneaker prices. Streetkids are more efficient.
  59. passive:multiply yield of streetkids by 5
  60. cost:1000 cash
  61. *botnet
  62. name:botnet
  63. desc:Plug malware into several devices at once, siphoning processing power. (Multiplies CPS and Intel generation)
  64. passive:multiply yield of hackers by 2
  65. cost:80 cash
  66. req:intelGainButton:clicks=1000
  67. *neighborhoodWatch
  68. name:Neighborhood Watch
  69. desc:Establish a neighborhood watch program. Citizens now pay subscription fees for each camera placed.
  70. passive:multiply yield of surveillianceCameras by 3
  71. cost:1000 cash
  72.  
  73.  
  74. Buildings
  75. *streetkid|streetkids
  76. name:Streetkid|Streetkids
  77. desc:The most primitive "spies." Train the impoverished or the ambitious teens in the neighborhood to gain intel, and pickpocket some cash.
  78. on tick:yield 0.5 intel
  79. on tick:yield 0.5 cash
  80. cost:15 cash
  81. *hacker|hackers
  82. name:Hacker|Hackers
  83. desc:Hire anyone from ex-cybersecurity employees, to dudes bored in basements to invade and steal from databases.
  84. on tick:yield 1 intel
  85. on tick:yield 1 cash
  86. cost:120 cash
  87. *celebrityStan|celebrityStans
  88. name:Celebrity Stan|Celebrity Stans
  89. desc:Parasocial fiends. Pay some stans to report and post their findings.
  90. cost:500 cash
  91. on tick:yield 5 intel
  92. *surveillianceCamera|surveillianceCameras
  93. name:Surveilliance Camera|Surveilliance Cameras
  94. desc:Place and hack into cameras to recon citizens and neighborhoods.
  95. cost:400 cash
  96. on tick:yield 7 intel
  97. *thug|thugs
  98. name:Thug|Thugs
  99. desc:Establish neighborhood dominance. Extortions, intimidation and racketeering net intel and cash.
  100. cost:700 cash
  101. on tick:yield 8 intel
  102. on tick:yield 3 cash
  103. *safehouse|safehouses
  104. name:Safehouse|Safehouses
  105. desc:Provide a safe space for operatives to lay low, deposit intel/cash, and plan missions.
  106. cost:1000 cash
  107. on tick:yield 10 intel
  108. on tick:yield 10 cash
Advertisement
Add Comment
Please, Sign In to add comment