ArseniyIdleMaker

Quest for Stuff

Sep 20th, 2023 (edited)
910
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.82 KB | None | 0 0
  1. Let's make a game!
  2. name:The Weirdest Clicker - Quest for Stuff
  3. desc:Welcome to TWCQFS! This is another boring pointless clicker. You click some weird button to get some weird resources. Got it? I guess it's another game made by ClickingBeyond... Have fun...? Current version: v.1.1
  4. author:ClickingBeyond (X.A.N.A)
  5. created:20/09/2023
  6. updated:06/12/2023
  7. version:1.1
  8.  
  9. Settings
  10. background:https://phonoteka.org/uploads/posts/2022-02/1645102247_14-phonoteka-org-p-shumoizolyatsiya-fon-20.png
  11. building cost increase:122%
  12. building cost refund:40%
  13. no bulk particles
  14.  
  15. Layout
  16. use default
  17.  
  18. Buttons
  19. *stuffbutton
  20. name:Stuff Button
  21. class:bigButton hasFlares
  22. icon:https://i.ibb.co/258sgPc/image.png
  23. on click:yield 1 stuff
  24. on click:yield 1 clicks
  25. on click:yield 1 clickstuff
  26. on click:if ((selfspecialisation = 1) and (chance(0.5%))) yield 1 veryspecialstuff
  27. tag:inherit1
  28.  
  29. Resources
  30. *stuff
  31. name:Stuff
  32. desc:Your main resource. I've heard that there are special kinds of it...
  33. show earned
  34.  
  35. *clicks
  36. name:Clicks
  37. desc:Your clicks. Most of the time are not equal to the amount of your button clicks - these are "true clicks"
  38.  
  39. *veryspecialstuff
  40. name:Very Special Stuff
  41. desc:A very special resource. Spend it carefully.
  42. req:1 veryspecialstuff:earned
  43.  
  44. *greatstuff
  45. name:Great Stuff
  46. desc:Now that's some great stuff.
  47. req:1 greatstuff:earned
  48.  
  49. *sacStuff
  50. name:Sacrificed Stuff
  51. no tooltip
  52. always hidden
  53.  
  54. *prestige
  55. name:Prestige
  56. no tooltip
  57. always hidden
  58.  
  59. *clickstuff
  60. name:Click Stuff
  61. no tooltip
  62. always hidden
  63.  
  64. *greatstuffoverall
  65. name:Great Stuff Total Accumulation During This Ascension
  66. no tooltip
  67. always hidden
  68.  
  69. *bricks
  70. name:Bricks
  71. desc:Bricks.
  72. req:1 bricks:earned
  73.  
  74. Buildings
  75. *stufffans
  76. name:Stuff Fans
  77. desc:These guys will happily turn in any stuff they find! (Initial yield: 0.1 stuff per second)
  78. cost:55 stuff
  79. on tick:yield 0.1 stuff
  80. req:10 stuff:earned
  81. tags:loseuponpre1 inherit1
  82.  
  83. *stuffexperts
  84. name:Stuff Experts
  85. desc:These guys know the best stuff. (Initial yield: 1 stuff per second)
  86. cost:240 stuff
  87. on tick:yield 1 stuff
  88. req:240 stuff:earned
  89. tags:loseuponpre1 inherit1
  90.  
  91. *stuffexplorers
  92. name:Stuff Explorers
  93. desc:They will find it EVERYWHERE. (Initial yield: 7 stuff per second)
  94. cost:1300 stuff
  95. on tick:yield 7 stuff
  96. req:1300 stuff:earned
  97. tags:loseuponpre1 inherit1
  98.  
  99. *stuffmakers
  100. name:Stuff Makers
  101. desc:Not enough stuff in the wild? Then make it yourself! (Initial yield: 46 stuff per second)
  102. cost:9000 stuff
  103. on tick:yield 7 stuff
  104. req:9000 stuff:earned
  105. tags:loseuponpre1 inherit1
  106.  
  107. Upgrades
  108. *welcomechecker
  109. name:Welcome Checker
  110. desc:Checks for welcome.
  111. start with
  112. always hidden
  113.  
  114. *help1
  115. name:-- CLICK UPGRADES --
  116. no tooltip
  117. start with
  118.  
  119. *morestuff
  120. name:More Stuff
  121. desc:You get twice as much stuff from clicking. Does not influence click value.
  122. cost:55 stuff
  123. passive:multiply stuff yield of stuffbutton by 2
  124. passive:multiply clickstuff yield of stuffbutton by 2
  125. req:20 stuff:earned
  126. tag:loseuponpre1
  127.  
  128. *evenmorestuff
  129. name:Even More Stuff
  130. desc:You get twice as much stuff from clicking. Does not influence click value.
  131. cost:200 stuff
  132. passive:multiply stuff yield of stuffbutton by 2
  133. passive:multiply clickstuff yield of stuffbutton by 2
  134. req:100 stuff:earned and morestuff
  135. tag:loseuponpre1
  136.  
  137. *stuffedstuff
  138. name:Stuffed Stuff
  139. desc:Your clicks yield twice as much stuff and are worth 15% more.
  140. cost:1780 stuff
  141. passive:multiply stuff yield of stuffbutton by 2
  142. passive:multiply clickstuff yield of stuffbutton by 2
  143. passive:multiply clicks yield of stuffbutton by 1.15
  144. req:1260 stuff:earned and evenmorestuff
  145. tag:loseuponpre1
  146.  
  147. *doubledeckerstuff
  148. name:Double Decker Stuff
  149. desc:Your clicks yield twice as much stuff and are worth 10% more.
  150. cost:4000 stuff
  151. passive:multiply stuff yield of stuffbutton by 2
  152. passive:multiply clickstuff yield of stuffbutton by 2
  153. passive:multiply clicks yield of stuffbutton by 1.1
  154. req:2900 stuff:earned and stuffedstuff
  155. tag:loseuponpre1
  156.  
  157. *concentratedtuff
  158. name:Concentrated Stuff
  159. desc:Your clicks yield twice as much stuff.
  160. cost:10000 stuff
  161. passive:multiply stuff yield of stuffbutton by 2
  162. passive:multiply clickstuff yield of stuffbutton by 2
  163. req:5450 stuff:earned
  164. tag:loseuponpre1
  165.  
  166. *overconcrstuff
  167. name:Overconcentrated Stuff
  168. desc:Your clicks are worth 30% more.
  169. cost:10000 stuff
  170. passive:multiply clicks yield of stuffbutton by 1.3
  171. req:5450 stuff:earned
  172. tag:loseuponpre1
  173.  
  174. *implodedstuff
  175. name:Imploded Stuff
  176. desc:Your clicks yield twice as much stuff!
  177. cost:143000 stuff
  178. passive:multiply stuff yield of stuffbutton by 2
  179. passive:multiply clickstuff yield of stuffbutton by 2
  180. req:124000 stuff:earned
  181. tag:loseuponpre1
  182.  
  183. *pressurizedstuff
  184. name:Pressurized Stuff
  185. desc:Your clicks yield thrice as much stuff!
  186. cost:1.48e6 stuff
  187. passive:multiply stuff yield of stuffbutton by 3
  188. passive:multiply clickstuff yield of stuffbutton by 3
  189. req:1.22e6 stuff:earned
  190. tag:loseuponpre1
  191.  
  192. *help2
  193. name:-- FAN UPGRADES --
  194. no tooltip
  195. hidden
  196.  
  197. *truefans
  198. name:True Fans
  199. desc:Fans bring you twice as much stuff!
  200. cost:120 stuff
  201. passive:multiply stuff yield of stufffans by 2
  202. req:fanbase1
  203. tag:loseuponpre1
  204.  
  205. *searchsquad
  206. name:Stuff Searchers
  207. desc:Fans bring you twice as much stuff!
  208. cost:450 stuff
  209. passive:multiply stuff yield of stufffans by 2
  210. req:fanbase2
  211. tag:loseuponpre1
  212.  
  213. *stufffanclub
  214. name:Stuff Fan Club
  215. desc:Your stuff fans yield twice as much stuff!
  216. cost:1150 stuff
  217. passive:multiply stuff yield of stufffans by 2
  218. req:fanbase3
  219. tag:loseuponpre1
  220.  
  221. *stuffcrusades
  222. name:Stuff Crusades
  223. desc:Your stuff fans yield twice as much stuff! <q> Look how dedicated they are... How pathetic. </q>
  224. cost:13200 stuff
  225. passive:multiply stuff yield of stufffans by 2
  226. req:fanbase4
  227. tag:loseuponpre1
  228.  
  229. *stuffpillaging
  230. name:Stuff Pillaging
  231. desc:Your stuff fans yield thrice as much stuff! <q> They're ready to do anything for that sweet, sweet stuff... Spineless losers. </q>
  232. cost:670000 stuff
  233. passive:multiply stuff yield of stufffans by 3
  234. req:fanbase5
  235. tag:loseuponpre1
  236.  
  237. *help3
  238. name:-- CLICK VALUE UPGRADES --
  239. no tooltip
  240. hidden
  241.  
  242. *worthyclicks
  243. name:Worthy Clicks
  244. desc:Your clicks are worth 10% more!
  245. cost:280 stuff
  246. passive:multiply clicks yield of stuffbutton by 1.1
  247. req:clicker1
  248. tag:loseuponpre1
  249.  
  250. *worthierclicks
  251. name:Worthier Clicks
  252. desc:Your clicks are worth 25% more!
  253. cost:3000 stuff
  254. passive:multiply clicks yield of stuffbutton by 1.25
  255. req:clicker2
  256. tag:loseuponpre1
  257.  
  258. *evenworthierclicks
  259. name:Even Worthier Clicks
  260. desc:Your clicks are worth 20% more!
  261. cost:10000 stuff
  262. passive:multiply clicks yield of stuffbutton by 1.2
  263. req:clicker3
  264. tag:loseuponpre1
  265.  
  266. *superworthyclicks
  267. name:Super Worthy Clicks
  268. desc:Your clicks are worth 35% more!
  269. cost:125000 stuff
  270. passive:multiply clicks yield of stuffbutton by 1.35
  271. req:clicker4
  272. tag:loseuponpre1
  273.  
  274. *hyperworthyclicks
  275. name:Hyper Worthy Clicks
  276. desc:Your clicks are worth twice as much!
  277. cost:5e6 stuff
  278. passive:multiply clicks yield of stuffbutton by 2
  279. req:clicker5
  280. tag:loseuponpre1
  281.  
  282. *help4
  283. name:-- EXPERT UPGRADES --
  284. no tooltip
  285. hidden
  286.  
  287. *qualitystuff
  288. name:Quality Stuff
  289. desc:Your stuff experts yield twice as much stuff!
  290. cost:565 stuff
  291. passive:multiply stuff yield of stuffexperts by 2
  292. req:expertise1
  293. tag:loseuponpre1
  294.  
  295. *greatqualitystuff
  296. name:Great Quality Stuff
  297. desc:Your stuff experts yield twice as much stuff!
  298. cost:1565 stuff
  299. passive:multiply stuff yield of stuffexperts by 2
  300. req:expertise2
  301. tag:loseuponpre1
  302.  
  303. *topqualitystuff
  304. name:Top Quality Stuff
  305. desc:Your stuff experts yield twice as much stuff!
  306. cost:3700 stuff
  307. passive:multiply stuff yield of stuffexperts by 2
  308. req:expertise3
  309. tag:loseuponpre1
  310.  
  311. *artificialstuff
  312. name:Artificial Stuff
  313. desc:Your stuff experts yield twice as much stuff! <q> "The natural stuff is too low-quality" - Stuff Expert #50. </q>
  314. cost:76800 stuff
  315. passive:multiply stuff yield of stuffexperts by 2
  316. req:expertise4
  317. tag:loseuponpre1
  318.  
  319. *filigreestuff
  320. name:Filigree Stuff
  321. desc:Your stuff experts yield thrice as much stuff! <q> "Do you wanna know how god damn long have we been making your stuff?" - Stuff Expert #69. </q>
  322. cost:2e6 stuff
  323. passive:multiply stuff yield of stuffexperts by 3
  324. req:expertise5
  325. tag:loseuponpre1
  326.  
  327. *help5
  328. name:-- EXPLORER UPGRADES --
  329. no tooltip
  330. hidden
  331.  
  332. *stuffhereandthere
  333. name:Stuff Here and There
  334. desc:Your stuff explorers yield twice as much stuff.
  335. cost:3400 stuff
  336. passive:multiply stuff yield of stuffexplorers by 2
  337. req:exploration1
  338. tag:loseuponpre1
  339.  
  340. *stuffhenge
  341. name:Stuff-henge
  342. desc:Your stuff explorers yield twice as much stuff.
  343. cost:7500 stuff
  344. passive:multiply stuff yield of stuffexplorers by 2
  345. req:exploration2
  346. tag:loseuponpre1
  347.  
  348. *stuffshrines
  349. name:Stuff Shrines
  350. desc:Your stuff explorers yield 50% more stuff.
  351. cost:13000 stuff
  352. passive:multiply stuff yield of stuffexplorers by 1.5
  353. req:exploration3
  354. tag:loseuponpre1
  355.  
  356. *stuffdorado
  357. name:Stuff Dorado
  358. desc:Your stuff explorers yield 166.7% more stuff. <q> We've finally found it... the Stuff El Dorado... </q>
  359. cost:556000 stuff
  360. passive:multiply stuff yield of stuffexplorers by 2+(2/3)
  361. req:exploration4
  362. tag:loseuponpre1
  363.  
  364. *stuffeverywhere
  365. name:Stuff Everywhere
  366. desc:Your stuff explorers yield thrice as much stuff. <q> "Wait, it's all stuff?" - "Always has been."
  367. cost:1e7 stuff
  368. passive:multiply stuff yield of stuffexplorers by 3
  369. req:exploration5
  370. tag:loseuponpre1
  371.  
  372. *help6
  373. name:-- MAKER UPGRADES --
  374. no tooltip
  375. hidden
  376.  
  377. *polishedgears
  378. name:Polished Gears
  379. desc:Your stuff makers produce twice as much stuff!
  380. cost:12000 stuff
  381. passive:multiply stuff yield of stuffmakers by 2
  382. req:1 stuffmakers
  383. tag:loseuponpre1
  384.  
  385. *perfectgears
  386. name:Perfect Gears
  387. desc:Your stuff makers produce twice as much stuff!
  388. cost:37000 stuff
  389. passive:multiply stuff yield of stuffmakers by 2
  390. req:10 stuffmakers
  391. tag:loseuponpre1
  392.  
  393. *speedmode
  394. name:Speed Mode
  395. desc:Your stuff makers produce 75% more stuff!
  396. cost:77000 stuff
  397. passive:multiply stuff yield of stuffmakers by 1.75
  398. req:25 stuffmakers
  399. tag:loseuponpre1
  400.  
  401. *quantity
  402. name:Quantity Over Quality
  403. desc:Your stuff makers produce 183.3333333333% more stuff!
  404. cost:1e6 stuff
  405. passive:multiply stuff yield of stuffmakers by 2+(5/6)
  406. req:50 stuffmakers
  407. tag:loseuponpre1
  408.  
  409. *industrialisation
  410. name:Industrialisation
  411. desc:Your stuff makers produce thrice as much stuff!
  412. cost:5.4325e7 stuff
  413. passive:multiply stuff yield of stuffmakers by 3
  414. req:75 stuffmakers
  415. tag:loseuponpre1
  416.  
  417. *helpspecial
  418. name:-- SPECIAL UPGRADES --
  419. desc:Not lost upon Prestige.
  420. hidden
  421.  
  422. *autoclicker
  423. name:Autoclicker
  424. desc:Automatically yields 1 click per second.
  425. cost:55000 stuff
  426. on tick:yield 1 clicks
  427. req:makeityourself3
  428.  
  429. *helpveryspecial
  430. name:-- VERY SPECIAL UPGRADES --
  431. desc:Not lost upon Prestige.
  432. hidden
  433.  
  434. *veryspecialclicks
  435. name:Very Special Clicks
  436. desc:Your clicks yield thrice as much stuff!
  437. cost:20 veryspecialstuff
  438. passive:multiply stuff yield of stuffbutton by 3
  439. passive:multiply clickstuff yield of stuffbutton by 3
  440. req:veryspecialreward1
  441.  
  442. *veryspecialfans
  443. name:Very Special Fans
  444. desc:Your fans yield 2.5 times as much stuff!
  445. cost:15 veryspecialstuff
  446. passive:multiply stuff yield of stufffans by 2.5
  447. req:veryspecialreward1 and 1 stufffans
  448.  
  449. *veryspecialexperts
  450. name:Very Special Experts
  451. desc:Your experts yield 2 times as much stuff!
  452. cost:14 veryspecialstuff
  453. passive:multiply stuff yield of stuffexperts by 2
  454. req:veryspecialreward1 and 1 stuffexperts
  455.  
  456. *veryspecialexplorer
  457. name:Very Special Explorers
  458. desc:Your explorers yield 1.8 times as much stuff!
  459. cost:14 veryspecialstuff
  460. passive:multiply stuff yield of stuffexplorers by 1.8
  461. req:veryspecialreward1 and 1 stuffexplorers
  462.  
  463. *veryspecialmaker
  464. name:Very Special Makers
  465. desc:Your makers yield 1.75 times as much stuff!
  466. cost:15 veryspecialstuff
  467. passive:multiply stuff yield of stuffmakers by 1.75
  468. req:veryspecialreward1 and 1 stuffmakers
  469.  
  470. *inheritance
  471. name:Inheritance
  472. desc:Your stuff income is boosted based on how much Great Stuff you had throughout the game.
  473. cost:50 veryspecialstuff
  474. passive:multiply stuff yield of tag:inherit by 1+(0.01*greatstuffoverall)
  475. passive:multiply clickstuff yield of tag:inherit by 1+(0.01*greatstuffoverall)
  476. req:1 prestige
  477.  
  478. *selfspecialisation
  479. name:Self-Specialisation
  480. desc:The Stuff Button can now produce Very Special Stuff by itself.
  481. cost:60 veryspecialstuff
  482. req:veryspecialreward5
  483.  
  484. *helpprestige
  485. name:-- PRESTIGE LAYERS --
  486. desc:Prestige layers.
  487. hidden
  488.  
  489. *prestige1
  490. name:Prestige
  491. desc:Reset your progress for a new currency.
  492. on earn:yield (floor(pow(stuff/1e6,1/3))) greatstuff
  493. on earn:lose tag:loseuponpre1
  494. on earn:lose stuff:earned stuff
  495. on earn:yield stuff:earned sacStuff
  496. on earn:yield 1 prestige
  497. tag:loseuponpre1
  498. hidden
  499.  
  500. *helpPre1
  501. name:-- PRESTIGE UPGRADES (TIER I) --
  502. desc:The first tier of Prestige upgrades.
  503. hidden
  504.  
  505. *greatness
  506. name:Greatness
  507. desc:Your stuff income is doubled.
  508. cost:1 greatstuff
  509. passive:multiply stuff yield of tag:inherit by 2
  510. passive:multiply clickstuff yield of tag:inherit by 2
  511. req:helpPre1
  512.  
  513. *selfmotivation
  514. name:Self-Motivation
  515. desc:Your stuff income is boosted based on your current amount of stuff
  516. cost:5 greatstuff
  517. passive:multiply stuff yield of tag:inherit by (pow(stuff, 0.1))
  518. passive:multiply clickstuff yield of tag:inherit by (pow(stuff, 0.1))
  519. req:greatness
  520.  
  521. *clicklegacy
  522. name:Click Legacy
  523. desc:Your clicks yield more stuff depending on your true clicks.
  524. cost:5 greatstuff
  525. passive:multiply stuff yield of stuffbutton by pow(stuffbutton:clicks, 0.12)
  526. passive:multiply clickstuff yield of stuffbutton by pow(stuffbutton:clicks, 0.12)
  527. req:greatness
  528.  
  529. *clickaception
  530. name:Click-a-ception
  531. desc:Clicks boost themselves.
  532. cost:6 greatstuff
  533. passive:multiply clicks yield of stuffbutton by pow(clicks, 0.09)
  534. req:greatness
  535.  
  536. *brickspawn
  537. name:Brickage
  538. desc:Bricks will now spawn on the screen.
  539. cost:25 greatstuff
  540. req:greatness and 26 greatstuff:earned
  541.  
  542. *helpbricks
  543. name:-- BRICK UPGRADES --
  544. no tooltip
  545. hidden
  546.  
  547. *brickboost
  548. name:Brick Boost
  549. desc:Bricks now exponentially boost your stuff income.
  550. req:10 bricks
  551. passive:multiply stuff yield of tag:inherit by 1+(pow(bricks:earned*0.01, 1.1))
  552. req:1 bricks:earned
  553.  
  554. Achievements
  555. *welcome
  556. name:Welcome!
  557. desc:You joined the game!
  558. req:welcomechecker
  559. on earn:hide prestige1
  560.  
  561. *moneymaker1
  562. name:Money Maker I
  563. desc:Earn 100 stuff.
  564. req:100 stuff:earned
  565. on earn:yield 1 veryspecialstuff
  566.  
  567. *moneymaker2
  568. name:Money Maker II
  569. desc:Earn 1000 stuff!
  570. req:1000 stuff:earned
  571. on earn:yield 2 veryspecialstuff
  572.  
  573. *moneymaker3
  574. name:Money Maker III
  575. desc:Earn 10000 stuff!
  576. req:10000 stuff:earned
  577. on earn:yield 5 veryspecialstuff
  578.  
  579. *moneymaker4
  580. name:Money Maker IV
  581. desc:Earn 100000 stuff!
  582. req:100000 stuff:earned
  583. on earn:yield 8 veryspecialstuff
  584.  
  585. *moneymaker5
  586. name:Money Maker V
  587. desc:Earn 1 million stuff!
  588. req:1e6 stuff:earned
  589. on earn:yield 10 veryspecialstuff
  590. on earn:show helpprestige
  591. on earn:yield helpprestige
  592. on earn:show prestige1
  593.  
  594. *moneymaker6
  595. name:Money Maker VI
  596. desc:Earn 10 million stuff!
  597. req:1e7 stuff:earned
  598. on earn:yield 15 veryspecialstuff
  599.  
  600. *fanbase1
  601. name:Fanbase I
  602. desc:Get a stuff fan
  603. req:1 stufffans
  604. on earn:show help2
  605. on earn:yield help2
  606. on earn:yield 1 veryspecialstuff
  607.  
  608. *fanbase2
  609. name:Fanbase II
  610. desc:Get 10 stuff fans.
  611. req:10 stufffans
  612. on earn:yield 2 veryspecialstuff
  613.  
  614. *fanbase3
  615. name:Fanbase III
  616. desc:Get 25 stuff fans.
  617. req:25 stufffans
  618. on earn:yield 5 veryspecialstuff
  619.  
  620. *fanbase4
  621. name:Fanbase IV
  622. desc:Get 50 stuff fans.
  623. req:50 stufffans
  624. on earn:yield 8 veryspecialstuff
  625.  
  626. *fanbase5
  627. name:Fanbase V
  628. desc:Get 75 stuff fans.
  629. req:75 stufffans
  630. on earn:yield 10 veryspecialstuff
  631.  
  632. *clicker1
  633. name:Clicker I
  634. desc:Have 100 button clicks.
  635. req:100 clicks:earned
  636. on earn:show help3
  637. on earn:yield help3
  638. on earn:yield 1 veryspecialstuff
  639.  
  640. *clicker2
  641. name:Clicker II
  642. desc:Have 1000 button clicks.
  643. req:1000 clicks:earned
  644. on earn:yield 2 veryspecialstuff
  645.  
  646. *clicker3
  647. name:Clicker III
  648. desc:Have 2500 button clicks.
  649. req:2500 clicks:earned
  650. on earn:yield 5 veryspecialstuff
  651.  
  652. *clicker4
  653. name:Clicker IV
  654. desc:Have 6000 button clicks.
  655. req:6000 clicks:earned
  656. on earn:yield 8 veryspecialstuff
  657.  
  658. *clicker5
  659. name:Clicker V
  660. desc:Have 10000 button clicks.
  661. req:10000 clicks:earned
  662. on earn:yield 10 veryspecialstuff
  663.  
  664. *trueclicker1
  665. name:True Clicker I
  666. desc:Have 100 true button clicks.
  667. req:100 stuffbutton:clicks
  668. on earn:yield 1 veryspecialstuff
  669.  
  670. *trueclicker2
  671. name:True Clicker II
  672. desc:Have 1000 true button clicks.
  673. req:1000 stuffbutton:clicks
  674. on earn:yield 2 veryspecialstuff
  675.  
  676. *trueclicker3
  677. name:True Clicker III
  678. desc:Have 2500 true button clicks.
  679. req:2500 stuffbutton:clicks
  680. on earn:yield 5 veryspecialstuff
  681.  
  682. *expertise1
  683. name:Expertise I
  684. desc:Have 1 stuff expert.
  685. req:1 stuffexperts
  686. on earn:yield help4
  687. on earn:show help4
  688. on earn:yield 1 veryspecialstuff
  689.  
  690. *expertise2
  691. name:Expertise II
  692. desc:Have 10 stuff experts.
  693. req:10 stuffexperts
  694. on earn:yield 2 veryspecialstuff
  695.  
  696. *expertise3
  697. name:Expertise III
  698. desc:Have 25 stuff experts.
  699. req:25 stuffexperts
  700. on earn:yield 5 veryspecialstuff
  701.  
  702. *expertise4
  703. name:Expertise IV
  704. desc:Have 50 stuff experts.
  705. req:50 stuffexperts
  706. on earn:yield 8 veryspecialstuff
  707.  
  708. *expertise5
  709. name:Expertise V
  710. desc:Have 75 stuff experts.
  711. req:75 stuffexperts
  712. on earn:yield 10 veryspecialstuff
  713.  
  714. *neverclick1
  715. name:Neverclick I (CHALLENGE)
  716. desc:Earn 250 stuff while clicking no more than 55 times.
  717. req:250 stuff:earned
  718. req:(stuffbutton:clicks<=55)
  719. on earn:yield 10 veryspecialstuff
  720.  
  721. *neverclick2
  722. name:Neverclick II (CHALLENGE)
  723. desc:Earn 2000 stuff while clicking no more than 55 times. <q> Maybe you should stop. </q>
  724. req:2000 stuff:earned
  725. req:(stuffbutton:clicks<=55)
  726. on earn:yield 15 veryspecialstuff
  727.  
  728. *neverclick3
  729. name:Neverclick III (CHALLENGE)
  730. desc:Earn 10000 stuff while clicking no more than 55 times. <q> OK, stop now. </q>
  731. req:10000 stuff:earned
  732. req:(stuffbutton:clicks<=55)
  733. on earn:yield 20 veryspecialstuff
  734.  
  735. *veryspecialreward1
  736. name:Very Special Reward I
  737. desc:Earn 1 Very Special Stuff.
  738. req:1 veryspecialstuff:earned
  739. on earn:show helpveryspecial
  740. on earn:yield helpveryspecial
  741.  
  742. *veryspecialreward2
  743. name:Very Special Reward II
  744. desc:Earn 10 Very Special Stuff.
  745. req:10 veryspecialstuff:earned
  746.  
  747. *veryspecialreward3
  748. name:Very Special Reward III
  749. desc:Earn 25 Very Special Stuff.
  750. req:25 veryspecialstuff:earned
  751.  
  752. *veryspecialreward4
  753. name:Very Special Reward IV
  754. desc:Earn 50 Very Special Stuff.
  755. req:50 veryspecialstuff:earned
  756.  
  757. *veryspecialreward5
  758. name:Very Special Reward V
  759. desc:Earn 100 Very Special Stuff
  760. req:100 veryspecialstuff:earned
  761.  
  762. *exploration1
  763. name:Exploration I
  764. desc:Get your first stuff explorer.
  765. req:1 stuffexplorers
  766. on earn:show help5
  767. on earn:yield help5
  768. on earn:yield 1 veryspecialstuff
  769.  
  770. *exploration2
  771. name:Exploration II
  772. desc:Get 10 stuff explorers.
  773. req:10 stuffexplorers
  774. on earn:yield 2 veryspecialstuff
  775.  
  776. *exploration3
  777. name:Exploration III
  778. desc:Get 25 stuff explorers.
  779. req:25 stuffexplorers
  780. on earn:yield 5 veryspecialstuff
  781.  
  782. *exploration4
  783. name:Exploration IV
  784. desc:Get 50 stuff explorers.
  785. req:50 stuffexplorers
  786. on earn:yield 8 veryspecialstuff
  787.  
  788. *exploration5
  789. name:Exploration V
  790. desc:Get 75 stuff explorers.
  791. req:75 stuffexplorers
  792. on earn:yield 10 veryspecialstuff
  793.  
  794. *makeityourself1
  795. name:Make It Yourself I
  796. desc:Have a stuff maker.
  797. req:1 stuffmakers
  798. on earn:yield help6
  799. on earn:show help6
  800. on earn:yield 1 veryspecialstuff
  801.  
  802. *makeityourself2
  803. name:Make It Yourself II
  804. desc:Have 10 stuff makers.
  805. req:10 stuffmakers
  806. on earn:yield 2 veryspecialstuff
  807.  
  808. *makeityourself3
  809. name:Make It Yourself III
  810. desc:Have 25 stuff makers.
  811. req:25 stuffmakers
  812. on earn:yield 5 veryspecialstuff
  813. on earn:show helpspecial
  814. on earn:yield helpspecial
  815. on earn:show autoclicker
  816.  
  817. *makeityourself4
  818. name:Make It Yourself IV
  819. desc:Have 50 stuff makers.
  820. req:50 stuffmakers
  821. on earn:yield 8 veryspecialstuff
  822.  
  823. *makeityourself5
  824. name:Make It Yourself
  825. desc:Have 75 stuff makers.
  826. req:75 stuffmakers
  827. on earn:yield 10 veryspecialstuff
  828.  
  829. *restinghands
  830. name:Let Your Hands Rest
  831. desc:Buy the Autoclicker.
  832. req:autoclicker
  833. on earn:yield 5 veryspecialstuff
  834.  
  835. *TheOne
  836. name:The One!
  837. desc:Prestige for the first time!
  838. req:1 prestige
  839. on earn:yield 50 veryspecialstuff
  840. on earn:show helpPre1
  841. on earn:yield helpPre1
  842.  
  843. *higherplane
  844. name:A Higher Plane of Upgrading
  845. desc:Discover the Tier I Prestige Upgrades.
  846. req:greatness
  847.  
  848. *greatstuffed1
  849. name:Great-Stuffed I
  850. desc:Earn 10 Great Stuff
  851. req:10 greatstuff:earned
  852. on earn:yield 10 veryspecialstuff
  853.  
  854. *greatstuffed2
  855. name:Great-Stuffed II
  856. desc:Earn 25 Great Stuff
  857. req:25 greatstuff:earned
  858. on earn:yield 10 veryspecialstuff
  859.  
  860. *noneed
  861. name:No Need for US, huh?
  862. desc:Begin producing VSS via clicks.
  863. req:selfspecialisation
  864.  
  865. *carpaltunneling1
  866. name:Carpal Tunneling I
  867. desc:Make 3000 stuff via clicking.
  868. req:3000 clickstuff:earned
  869.  
  870. *carpaltunneling2
  871. name:Carpal Tunneling II
  872. desc:Make 30000 stuff via clicking.
  873. req:30000 clickstuff:earned
  874.  
  875. *carpaltunneling3
  876. name:Carpal Tunneling III
  877. desc:Make 250000 stuff via clicking.
  878. req:250000 clickstuff:earned
  879.  
  880. *carpaltunneling4
  881. name:Carpal Tunneling IV
  882. desc:Make a million stuff via clicking.
  883. req:1e6 clickstuff:earned
  884.  
  885. *brickin
  886. name:Brickin'
  887. desc:Earn your first brick.
  888. req:1 bricks:earned
  889. on earn:yield 5 veryspecialstuff
  890. on earn:show helpbricks
  891. on earn:yield helpbricks
  892.  
  893. Shinies
  894.  
  895. *brick
  896. name:Brick
  897. on click:yield (random(1, 3)) bricks
  898. frequency:120
  899. frequency variation:10
  900. movement:anywhere moveBottom
  901. req:brickspawn
Advertisement
Add Comment
Please, Sign In to add comment