IronDizaster

Untitled

Nov 2nd, 2023 (edited)
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.59 KB | None | 0 0
  1. Let's make a game!
  2. name:Rocket clicker
  3. by:devboi123
  4. 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>
  5. created:18/10/2023
  6. version:1
  7. CSS
  8. #game.on
  9. {
  10. background-size: 100% 100%;
  11. image-rendering: pixelated;
  12. }
  13.  
  14. .Buildingiconsize
  15. {
  16. height:128px;
  17. width:128px;
  18.  
  19.  
  20. }
  21.  
  22. .Achievementiconsize
  23. {
  24. height:32px;
  25. width:32px;
  26.  
  27.  
  28. }
  29.  
  30.  
  31. .thing-icon.shiny-icon
  32. {
  33. width:128px;
  34. height:128px;
  35.  
  36.  
  37.  
  38. }
  39.  
  40. .Upgradeiconsize
  41. {
  42. width:32px;
  43. height:32px;
  44. Settings
  45. background:https://file.garden/ZS942YA0bEcTftMm/Rocket%20clicker/360_F_264279006_WDXxV3OHjAOoHqH7iiLDrg23p0947g7U.jpg
  46. Buildings
  47. *TEMPLATE
  48. tag:Grboost
  49. tag:losable
  50. tag:2
  51. tag:Ascend
  52. *Cursor|Cursors
  53. on earn:yield 1 buildingCounter
  54. tag:Cursors
  55. name:Cursor|Cursors
  56. desc:Clicks your rocket to produce more rockets! <i>(per second : 1 rocket)</i>
  57. on tick:yield 1 rocket
  58. req:20 rockets:earned
  59. cost:20 rockets
  60. icon class:Buildingiconsize
  61. icon:https://file.garden/ZS942YA0bEcTftMm/Rocket%20clicker/468860_cursor_128x128.png
  62. *Spacestation|Spacestations
  63. on earn:yield 1 buildingCounter
  64. name:Spacestation|Spacestations
  65. desc:Doesn't really make sense to produce rockets but it does somehow <i>(per second : 5 rockets)</i>
  66. req:50 rockets:earned
  67. on earn:yield 1 buildingCounter
  68. on tick:yield 5 rocket
  69. cost:50 rockets
  70. icon:https://file.garden/ZS942YA0bEcTftMm/Rocket%20clicker/Untitled23.png
  71. icon class:Buildingiconsize
  72. *Factory|Factories
  73. req:300 rockets:earned
  74. on earn:yield 1 buildingCounter
  75. name:Factory|Factories
  76. desc:Makes Rockets but with pollution <i>(per second : 10 rockets)</i>
  77. cost:300 rockets
  78. on tick:yield 10 rockets
  79. icon:https://file.garden/ZS942YA0bEcTftMm/Rocket%20clicker/New%20Piskel.png
  80. icon class:Buildingiconsize
  81. *lunarbase|lunarbases
  82. name:Martian base
  83. on earn:yield 1 buildingCounter
  84. on tick:yield 50 rockets
  85. desc:Explores space a lot whole more, although doesn't produce rockets, still does so. <i>(per second : 50 rockets)</i>
  86. cost:1000 rockets
  87. req:1000 rockets:earned
  88. icon:https://file.garden/ZS942YA0bEcTftMm/Rocket%20clicker/Untitled%20design.png
  89. icon class:Buildingiconsize
  90. *antimatterreactor
  91. name:Antimatter reactor
  92. on earn:yield 1 buildingCounter
  93. desc:<i>"Fusion of Power!"</i> <i>(per second : 250 rockets)</i>
  94. cost:25000 rockets
  95. req:25000 rockets:earned
  96. on tick:yield 250 rockets
  97. icon:https://file.garden/ZS942YA0bEcTftMm/Rocket%20clicker/Untitled%20design2.png
  98. icon class:Buildingiconsize
  99. Resources
  100. *rocket|rockets
  101. tag:losable
  102. name:Rocket|Rockets
  103. desc:<b>Get as many of these as possible!</b>
  104. *Ascensionres
  105. name:Iron crumbs
  106. on earn:
  107. if (goldenglass>Ascensionres)
  108. hide goldenglass
  109. toast test test
  110. end
  111. end
  112. hidden when 0
  113. *rocketsearnednow
  114. always hidden
  115. is always:((rockets:earned)-rocketsleftbehind)
  116. *rocketsleftbehind
  117. always hidden
  118. tag:losable
  119. *buildingCounter
  120. always hidden
  121. Buttons
  122. *myButton
  123. name:Rocket
  124. class:bigButton
  125. on click:yield 1 rocket
  126. icon:https://file.garden/ZS942YA0bEcTftMm/Rocket%20clicker/93168_rocket_512x512.png
  127. 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.
  128. Upgrades
  129. *TEMPLATE
  130. tag:losable
  131. *Star
  132. name:Star
  133. desc:Spacestations are <b>twice as efficient</b>.
  134. req:1 Spacestation
  135. on earn:hide this
  136. passive:multiply yield of Spacestations by 2
  137. cost:150 rockets
  138. *Doubleclick
  139. name:Double click
  140. on earn:hide this
  141. req:5 Cursors
  142. desc: Your Mouse cursor is <b>twice as efficient</b> per click.
  143. on earn:hide this
  144. cost:500 rockets
  145. passive:multiply yield of rocket by 2
  146. *Accelerator
  147. name:Accelerator
  148. on earn:hide this
  149. desc:Cursors are <b>twice as efficient</b>.
  150. req:2 Cursors
  151. cost:70 rockets
  152. passive:multiply yield of Cursor by 2
  153. *doubleclick
  154. name:Double click 2
  155. on earn:hide this
  156. req:10 Cursors
  157. desc:Your Mouse cursor is <b>twice as efficient</b> per click.
  158. cost:1000 rockets
  159. passive:multiply yield of rocket by 2
  160. *moreworkers
  161. name:More workers in space stations
  162. on earn:hide this
  163. desc:Spacestations are <b>twice as efficient</b>.
  164. passive:multiply yield of Spacestations by 2
  165. req:5 Spacestations
  166. cost:900 rockets
  167. *martiandust
  168. name:Martian dust
  169. desc:<i>Martian bases are <b>twice as efficient.<b> "Very useful to study with, probably gonna run out in 2 days"</i>
  170. cost:10000 rockets
  171. req:1 lunarbase
  172. passive:multiply yield of lunarbases by 2
  173. on earn:hide this
  174. *firstastroonmars
  175. name:First astronaut on mars
  176. cost:20000 rockets
  177. desc:Martian bases are <b>twice as efficient.</b>
  178. req:10 lunarbases
  179. on earn:hide this
  180. passive:multiply yield of lunarbases by 2
  181. *ascension
  182. name:Ascend
  183. on earn:yield (rocketsearnednow) rocketsleftbehind
  184. on earn:yield floor(pow(rocketsearnednow/1e12,1/3)) Ascensionres
  185. on earn:lose tag:losable
  186. desc:</>Ascending now would grant you <b>[floor(pow(rocketsearnednow/1e12,1/3))]</b> Iron crumbs.
  187. *ascensionboosting
  188. passive:multiply yield of tag:Ascend by 1+(10*Ascensionres)
  189. owned
  190. always hidden
  191. tag:notlosable
  192. *goldenglass
  193. tag:Hidden
  194. name:Golden glass
  195. desc:Rocket production 2x <b>permanently.</b>
  196. cost:1 Iron crumbs
  197. passive:multiply yield of tag:2 by 2
  198. on earn:hide this
  199. *metalgloves
  200. name:Metallic gloves
  201. desc:Clicking is 2x more powerful <b>permanently.</b>
  202. cost:20 Iron crumbs
  203. passive:multiply yield of rockets by 2
  204. *engineers
  205. name:Engineers
  206. desc:Buildings are twice as efficient <b>permanently.</b>
  207. cost:300 Iron crumbs.
  208. Achievements
  209. *makingSomeRockets
  210. name:Making some rockets
  211. desc:You made 5 <b>rockets</b>
  212. req:5 rockets:earned
  213. icon class:Achievementiconsize
  214. icon:https://file.garden/ZS942YA0bEcTftMm/Rocket%20clicker/New%20Piskel-1.png.png
  215. *rocketrush
  216. name:Rocket rush
  217. desc:You made 100 <b>rockets</b>
  218. req:100 rockets:earned
  219. *rocketallthewaydown
  220. name:Rockets all the way down
  221. desc:You made 1000 <b>rockets</b>
  222. req:1000 rockets:earned
  223. *spacetraveller
  224. name:Space traveller
  225. desc:You made 10k <b>rockets</b>
  226. req:10000 rockets:earned
  227. *alienslayer
  228. name:Alien slayer
  229. desc:You made 1m <b>rockets</b>
  230. req:1000000 rockets:earned
  231. *Galaxytraveller
  232. name:Galaxy traveller
  233. desc:You made 100m <b>rockets</b>
  234. req:100000000 rockets:earned
  235. *unstoppable
  236. name:Unstoppable
  237. desc:You made 1b <b>rockets</b>
  238. req:100000000 rockets:earned
  239. *justonemore
  240. name:Just...one...more rocket
  241. desc:You made 10b <b>rockets</b>
  242. req:10000000000 rockets:earned
  243. *massproducer
  244. name:Mass producer
  245. desc:You made 100b <b>rockets</b>
  246. req:100000000000
  247. *fastclicking
  248. name:Fast clicking
  249. desc:You got 10 cursors
  250. req:10 Cursors
  251. *hypermouse
  252. name:Hyper mouse
  253. desc:You got 100 cursors.
  254. req:100 Cursors
  255. *luckyfinger
  256. name:Lucky finger
  257. desc:You got 77 cursors.
  258. req:77 Cursors
  259. *Theultimateclcikdown
  260. name:The ultimate clickdown
  261. desc:You got 250 cursors.
  262. *Rocketbuilder
  263. name:Now that's a lot of rockets
  264. desc:You got 5 spacestations
  265. req:5 Spacestations
  266. *Smoke
  267. name:Smoke
  268. req:10 Factories
  269. desc:You got 10 factories.
  270. *Globalwarming
  271. name:Global warming
  272. desc:You got 100 factories
  273. req:100 Factories
  274. *cancer
  275. name:People now have cancer
  276. desc:You got 300 factories
  277. req:300 Factories
  278. *normalbuilding
  279. name:Normal building
  280. desc:Build 1 rocket per second
  281. req:1 rocket per second
  282. *hardcorebuilding
  283. name:Hardcore building
  284. req:5 rockets per second
  285. desc:Build 5 rockets per second
  286. *weneedabiggerplace
  287. name:We're gonna need a bigger place
  288. desc:Build 10 rockets per second
  289. req:10 rockets per second
  290. *countryfamousrocket
  291. name:Country famous rocket maker
  292. desc:Build 50 rockets per second
  293. req:50 rockets per second
  294. *spacevisitingbooming
  295. name:Space visiting is booming
  296. desc:Build 1000 rockets per second
  297. req:1000 rockets per second
  298. *continentfamous
  299. name:Continent famous rocket maker
  300. desc:Build 10000 rockets per second
  301. req:10000 rockets per second
  302. *worldfamousrocket
  303. name:World famous rocket maker
  304. desc:Build 50000 rockets per second
  305. req:50000 rockets per second
  306. *infinitebuilder
  307. name:Infinite builder
  308. desc:Build 100000 rockets per second
  309. req:100000 rockets per second
  310. *iseriouslyneedhelp
  311. name:I Seriously need help
  312. desc:Build 500000 rockets per second
  313. req:500000 rockets per second
  314. *icantstop
  315. name:I Can't stop
  316. desc:Build 1000000 rockets per second
  317. req:1000000 rockets per second
  318. *bacteriaonmars
  319. name:Found life on mars
  320. desc:<i>"although only bacteria, still a success because we haven't ever found life in space"</b>
  321. req:1 lunarbase
  322. *goldrocket
  323. name:Golden rocket
  324. desc:Click 1 Golden rocket
  325. req:Goldenrocket:clicks>=1
  326. *goldrocket2
  327. name:Today's your lucky day
  328. desc:Click 7 Golden rockets
  329. req:Goldenrocket:clicks>=7
  330. *goldrocket3
  331. name:Shiny day
  332. desc:Click 77 Golden rockets. <i>"You look a little tired.."</i>
  333. req:Goldenrocket:clicks>=77
  334. *feelinshiny
  335. name:I'm feeli'n shiny
  336. desc:Click 777 Golden rockets. <i>"Why did you fall asleep at work today?"</i>
  337. req:Goldenrocket:clicks>=777
  338. *Builder
  339. name:Builder
  340. desc:Have 100 buildings in total.
  341. req:buildingCounter>=100
  342. Shinies
  343. *Goldenrocket
  344. on click:yield (random(rockets:ps*10,rockets:ps*70)) rockets
  345. movement:growShrink pulse:1 bobVertical:0.25 bobHorizontal:0.25 anywhere
  346. frequency:180
  347. on click:multiply yield of tag:Grboost by 7
  348. //on click:if (chance(50%)) // effect 1 else// effect 2
  349. 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