Pyronic

Untitled

May 19th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 149.39 KB | None | 0 0
  1. Let’s make a game!
  2. -Pixel Clicker
  3. -by Krazynewb
  4. -created on 2/24/2017
  5. -last updated on 5/17/2019
  6. -version 2.1.0
  7.  
  8. Settings :
  9. -prices increase by 115%
  10. -selling gives back 50%
  11. -resources are hidden by default
  12. -clickables are hidden by default
  13. -buildings are hidden by default
  14. -upgrades are hidden by default
  15. -show log
  16. -background : http://i.imgur.com/ke4RCxa.jpg
  17. -text color : #fff
  18. -fonts : Kavoon
  19. -boxes : main (resources, clickables); store (upgrades, buildings); stats (achievements)
  20. -custom stylesheet : https://pastebin.com/TigjXcjF
  21.  
  22. Resources :
  23. *currentevent
  24. -named current mini event
  25. -displayed as Game of Thrones Mini-Event!
  26. -visible
  27.  
  28. *minutesplayed
  29. -named minute|minutes
  30. -displayed as %a minute%s played
  31. -visible
  32.  
  33. *worldexplored
  34. -named world explored|worlds explored
  35. -displayed as %a world%s explored
  36.  
  37. *questcompleted
  38. -named quest completed|quests completed
  39. -displayed as %a quest%s completed
  40.  
  41. *blockbroken
  42. -named block broken|blocks broken
  43. -displayed as %a block%s broken
  44.  
  45. *hourcharge
  46. -named hourly charge
  47. -displayed as Hourly Bonus: %a/60 Minutes
  48. -starts at 60
  49.  
  50. *basketcharge
  51. -named egg basket charge
  52. -displayed as Egg Basket: %a Percent
  53.  
  54. *star
  55. -named stars
  56. -displayed as Rating Board: %a/5 Stars
  57.  
  58. *nothing
  59. -named Nothing
  60. -abstract
  61.  
  62. *bunnytoken
  63. -named bunny token|bunny tokens
  64. -abstract
  65.  
  66. *crowtoken
  67. -named crow token|crow tokens
  68. -abstract
  69.  
  70. *minibottoken
  71. -named mini bot token|mini bot tokens
  72. -abstract
  73.  
  74. *gremlintoken
  75. -named gremlin token|gremlin tokens
  76. -abstract
  77.  
  78. *pickletoken
  79. -named ninja pickle token|ninja pickle tokens
  80. -abstract
  81.  
  82. *sombrerotoken
  83. -named sombrero token|sombrero tokens
  84. -abstract
  85.  
  86. *ghosttoken
  87. -named ghost token|ghost tokens
  88. -abstract
  89.  
  90. *eyetoken
  91. -named eye token|eye tokens
  92. -abstract
  93.  
  94. *pumpkintoken
  95. -named pumpkin token|pumpkin tokens
  96. -abstract
  97.  
  98. *skulltoken
  99. -named skull token|skull tokens
  100. -abstract
  101.  
  102. *pinatachance2
  103. -named pinata chance
  104. -displayed as Pinata : %a/50
  105. -abstract
  106.  
  107. *mischeader
  108. -displayed as ~MATERIALS~
  109. -visible
  110.  
  111. *DailyTicket
  112. -named daily bonus ticket|daily bonus tickets
  113. -displayed as %a daily bonus ticket%s
  114.  
  115. *Exp
  116. -named exp point|exp points
  117. -displayed as %a experience
  118.  
  119. *CincoEventExp2
  120. -named event exp point|event exp points
  121. -displayed as %a event experience
  122.  
  123. *Gems
  124. -named gem|gems
  125. -displayed as %a gem%s
  126. -visible
  127.  
  128. *medal
  129. -named bytecoin|bytecoins
  130. -displayed as %a bytecoin%s
  131.  
  132. *lostsoul
  133. -named lost soul|lost souls
  134. -displayed as %a lost soul%s
  135.  
  136. *bonedust
  137. -named bone dust
  138. -displayed as %a bone dust
  139.  
  140. *fossil
  141. -named unidentified fossil
  142. -displayed as %a unidentified fossil%s
  143.  
  144. *foodvoucher
  145. -named food voucher|food vouchers
  146. -displayed as %a food voucher%s
  147.  
  148. *nicetry
  149. -named mod hoodie
  150. -displayed as %a mod hoodie
  151. -abstract
  152.  
  153. *alienscrap
  154. -named Alien Costume Scrap|Alien Costume Scraps
  155. -displayed as %a alien costume scrap%s
  156.  
  157. *glowstick
  158. -named Glowstick|Glowsticks
  159. -displayed as %a glowstick%s
  160.  
  161. *lolipop
  162. -named Lollipop|Lollipops
  163. -displayed as %a lollipop%s
  164.  
  165. *sword
  166. -named Sword|Swords
  167. -displayed as %a sword%s
  168.  
  169. *microphone
  170. -named Microphone|Microphones
  171. -displayed as %a microphone%s
  172.  
  173. *stereo
  174. -named Stereo|Stereos
  175. -displayed as %a stereo%s
  176.  
  177. *trap
  178. -named Trap|Traps
  179. -displayed as %a trap%s
  180.  
  181. *shorthairstrand
  182. -named Short Hair Strand|Short Hair Strands
  183. -displayed as %a short hair strand%s
  184.  
  185. *longhairstrand
  186. -named Long Hair Strand|Long Hair Strands
  187. -displayed as %a long hair strand%s
  188.  
  189. *hairball
  190. -named Hair Ball|Hair Balls
  191. -displayed as %a hair ball%s
  192.  
  193. *witchhairstrand
  194. -named Witch Hair Strand|Witch Hair Strands
  195. -displayed as %a witch hair strand%s
  196.  
  197. *coin
  198. -named Golden Coin|Golden Coins
  199. -displayed as %a golden coin%s
  200.  
  201. *bamboo
  202. -named Bamboo
  203. -displayed as %a bamboo
  204.  
  205. *teaset
  206. -named Tea Set|Tea Sets
  207. -displayed as %a tea set%s
  208.  
  209. *katana
  210. -named Katana|Katanas
  211. -displayed as %a katana%s
  212.  
  213. *cloverleaf
  214. -named Cloverleaf|Cloverleaves
  215. -displayed as %a cloverleaf%s
  216.  
  217. *gnome
  218. -named Leprechaun Gnome|Leprechaun Gnomes
  219. -displayed as %a leprechaun gnome%s
  220.  
  221. *cloverwings
  222. -named Clover Wings
  223. -displayed as %a pair of clover wings
  224.  
  225. *orangeegg
  226. -named Orange Egg|Orange Eggs
  227. -displayed as %a orange egg%s
  228.  
  229. *blueegg
  230. -named Blue Egg|Blue Eggs
  231. -displayed as %a blue egg%s
  232.  
  233. *violetegg
  234. -named Violet Egg|Violet Eggs
  235. -displayed as %a violet egg%s
  236.  
  237. *chocolateegg
  238. -named Chocolate Egg|Chocolate Eggs
  239. -displayed as %a chocolate egg%s
  240.  
  241. *chickcloth
  242. -named Chick Cloth|Chick Cloths
  243. -displayed as %a chick cloth%s
  244.  
  245. *witchcloth
  246. -named Witch Cloth|Witch Cloths
  247. -displayed as %a witch cloth%s
  248.  
  249. *bunnyears
  250. -named Bunny Ear|Bunny Ears
  251. -displayed as %a bunny ear%s
  252.  
  253. *cherubfeather
  254. -named Cherub Feather|Cherub Feathers
  255. -displayed as %a cherub feather%s
  256.  
  257. *teddybearvoucher
  258. -named Teddy Bear Voucher|Teddy Bear Vouchers
  259. -displayed as %a teddy bear voucher%s
  260.  
  261. *goldenguardianvoucher
  262. -named Golden Guardian Voucher|Golden Guardian Vouchers
  263. -displayed as %a golden guardian voucher%s
  264.  
  265. *darkpixievoucher
  266. -named Dark Pixie Voucher|Dark Pixie Vouchers
  267. -displayed as %a dark pixie voucher%s
  268.  
  269. *plaguedocvoucher
  270. -named Plague Doc Voucher|Plague Doc Vouchers
  271. -displayed as %a plague doc voucher%s
  272.  
  273. *lionvoucher
  274. -named Lion Voucher|Lion Vouchers
  275. -displayed as %a lion voucher%s
  276.  
  277. *horsevoucher
  278. -named Horse Voucher|Horse Vouchers
  279. -displayed as %a horse voucher%s
  280.  
  281. *unicornvoucher
  282. -named Unicorn Voucher|Unicorn Vouchers
  283. -displayed as %a unicorn voucher%s
  284.  
  285. *lordvoucher
  286. -named Lord Voucher|Lord Vouchers
  287. -displayed as %a lord voucher%s
  288.  
  289. *blingblingbuddyvoucher
  290. -named Bling Bling Buddy Voucher|Bling Bling Buddy Vouchers
  291. -displayed as %a bling bling buddy voucher%s
  292.  
  293. *blockheader
  294. -displayed as ~BLOCKS~
  295. -visible
  296.  
  297. *SoilBlock
  298. -named soil block|soil blocks
  299. -displayed as %a soil block%s
  300. -starts at 20
  301.  
  302. *MagicStuff
  303. -named magic stuff|magic stuffs
  304. -displayed as %a magic stuff%s
  305.  
  306. *SciFiBackground
  307. -named scifi background|scifi backgrounds
  308. -displayed as %a scifi background%s
  309.  
  310. *CandyBackground
  311. -named candy background|candy backgrounds
  312. -displayed as %a candy background%s
  313.  
  314. *BBB
  315. -named bbb|bbbs
  316. -displayed as %a bbb%s
  317.  
  318. *SpikeBomb
  319. -named spikebomb|spikebombs
  320. -displayed as %a spikebomb%s
  321.  
  322. *Granite
  323. -named granite|granites
  324. -displayed as %a granite%s
  325.  
  326. *Obsidian
  327. -named obsidian|obsidians
  328. -displayed as %a obsidian%s
  329.  
  330. *Marble
  331. -named marble|marbles
  332. -displayed as %a marble%s
  333.  
  334. *Lava
  335. -named lava block|lava blocks
  336. -displayed as %a lava block%s
  337.  
  338. *Throne
  339. -named throne|thrones
  340. -displayed as %a throne%s
  341.  
  342. *seedheader
  343. -displayed as ~SEEDS~
  344. -visible
  345.  
  346. *SoilSeed
  347. -named soil block seed|soil block seeds
  348. -displayed as %a soil block seed%s
  349.  
  350. *MagicSeed
  351. -named magic stuff seed|magic stuff seeds
  352. -displayed as %a magic stuff seed%s
  353.  
  354. *SciFiSeed
  355. -named scifi background seed|scifi background seeds
  356. -displayed as %a scifi background seed%s
  357.  
  358. *CandyBGSeed
  359. -named candy background seed|candy background seeds
  360. -displayed as %a candy background seed%s
  361.  
  362. *BBBSeed
  363. -named bbb seed|bbb seeds
  364. -displayed as %a bbb seed%s
  365.  
  366. *SpikeSeed
  367. -named spikebomb seed|spikebomb seeds
  368. -displayed as %a spikebomb seed%s
  369.  
  370. *GraniteSeed
  371. -named granite seed|granite seeds
  372. -displayed as %a granite seed%s
  373.  
  374. *ObsidianSeed
  375. -named obsidian seed|obsidian seeds
  376. -displayed as %a obsidian seed%s
  377.  
  378. *MarbleSeed
  379. -named marble seed|marble seeds
  380. -displayed as %a marble seed%s
  381.  
  382. *LavaSeed
  383. -named lava seed|lava seeds
  384. -displayed as %a lava seed%s
  385.  
  386. *shardheader
  387. -displayed as ~SHARDS~
  388. -visible
  389.  
  390. *CColorShard
  391. -named common color shard|common color shards
  392. -displayed as %a common color shard%s
  393.  
  394. *UCColorShard
  395. -named uncommon color shard|uncommon color shards
  396. -displayed as %a uncommon color shard%s
  397.  
  398. *CElementShard
  399. -named common elemental shard|common elemental shards
  400. -displayed as %a common elemental shard%s
  401.  
  402. *UCElementShard
  403. -named uncommon elemental shard|uncommon elemental shards
  404. -displayed as %a uncommon elemental shard%s
  405.  
  406. *RElementShard
  407. -named rare elemental shard|rare elemental shards
  408. -displayed as %a rare elemental shard%s
  409.  
  410. *RMagicShard
  411. -named rare magic shard|rare magic shards
  412. -displayed as %a rare magic shard%s
  413.  
  414. *URMagicShard
  415. -named ultra rare magic shard|ultra rare magic shards
  416. -displayed as %a ultra rare magic shard%s
  417.  
  418. *URTechShard
  419. -named ultra rare tech shard|ultra rare tech shards
  420. -displayed as %a ultra rare tech shard%s
  421.  
  422. *LMagicShard
  423. -named legendary magic shard|legendary magic shards
  424. -displayed as %a legendary magic shard%s
  425.  
  426. *LTechShard
  427. -named legendary tech shard|legendary tech shards
  428. -displayed as %a legendary tech shard%s
  429.  
  430. *EasterShard
  431. -named easter shard|easter shards
  432. -displayed as %a easter shard%s
  433.  
  434. *NightmareShard
  435. -named nightmare shard|nightmare shards
  436. -displayed as %a nightmare shard%s
  437.  
  438. *foodheader
  439. -displayed as ~FRUIT AND FOOD~
  440. -visible
  441.  
  442. *apple
  443. -named apple|apples
  444. -displayed as %a apple%s
  445.  
  446. *blueberry
  447. -named blueberry|blueberries
  448.  
  449. *pineapple
  450. -named pineapple|pineapples
  451. -displayed as %a pineapple%s
  452.  
  453. *strawberry
  454. -named strawberry|strawberries
  455.  
  456. *bluecookie
  457. -named blue cookie|blue cookies
  458. -displayed as %a blue cookie%s
  459.  
  460. *greencookie
  461. -named green cookie|green cookies
  462. -displayed as %a green cookie%s
  463.  
  464. *purplecookie
  465. -named purple cookie|purple cookies
  466. -displayed as %a purple cookie%s
  467.  
  468. *bluecandy
  469. -named blue candy|blue candies
  470.  
  471. *redcandy
  472. -named red candy|red candies
  473.  
  474. *purplecandy
  475. -named purple candy|purple candies
  476.  
  477. *yellowsandwich
  478. -named yellow sandwich|yellow sandwiches
  479. -displayed as %a yellow sandwich%s
  480.  
  481. *redsandwich
  482. -named red sandwich|red sandwiches
  483. -displayed as %a red sandwich%s
  484.  
  485. *purplesandwich
  486. -named purple sandwich|purple sandwiches
  487. -displayed as %a purple sandwich%s
  488.  
  489. *bluejello
  490. -named blue jello
  491. -displayed as %a blue jello
  492.  
  493. *greenjello
  494. -named green jello
  495. -displayed as %a green jello
  496.  
  497. *purplejello
  498. -named purple jello
  499. -displayed as %a purple jello
  500.  
  501. *questheader
  502. -displayed as ~EVENT & QUEST MATERIALS~
  503. -visible
  504.  
  505. *pinata2
  506. -named pinata|pinatas
  507. -displayed as %a pinata%s
  508.  
  509. *sombrero2
  510. -named sombrero|sombreros
  511. -displayed as %a sombrero%s
  512.  
  513. *negashardkey
  514. -named negative shard key|negative shard keys
  515. -displayed as %a negative shard key%s
  516.  
  517. *negatally
  518. -named gem
  519. -abstract
  520.  
  521. *corruptedsoilblock
  522. -named corrupted soil block|corrupted soil blocks
  523. -displayed as %a corrupted soil block%s
  524.  
  525. *corruptedsoilseed
  526. -named corrupted soil seed|corrupted soil seeds
  527. -displayed as %a corrupted soil seed%s
  528.  
  529. *soul
  530. -named soul|souls
  531. -displayed as %a soul%s
  532.  
  533. *scammedgems
  534. -named scammed gem|scammed gems
  535. -displayed as %a scammed gem%s
  536.  
  537. *cdoomshard
  538. -named common doom shard|common doom shards
  539. -displayed as %a common doom shard%s
  540.  
  541. *cspiritshard
  542. -named common spirit shard|common spirit shards
  543. -displayed as %a common spirit shard%s
  544.  
  545. *ucdoomshard
  546. -named uncommon doom shard|uncommon doom shards
  547. -displayed as %a uncommon doom shard%s
  548.  
  549. *ucspiritshard
  550. -named uncommon spirit shard|uncommon spirit shards
  551. -displayed as %a uncommon spirit shard%s
  552.  
  553. *rdoomshard
  554. -named rare doom shard|rare doom shards
  555. -displayed as %a rare doom shard%s
  556.  
  557. *rspiritshard
  558. -named rare spirit shard|rare spirit shards
  559. -displayed as %a rare spirit shard%s
  560.  
  561. *urdoomshard
  562. -named ultra rare doom shard|ultra rare doom shards
  563. -displayed as %a ultra rare doom shard%s
  564.  
  565. *urspiritshard
  566. -named ultra rare spirit shard|ultra rare spirit shards
  567. -displayed as %a ultra rare spirit shard%s
  568.  
  569. *ldoomshard
  570. -named legendary doom shard|legendary doom shards
  571. -displayed as %a legendary doom shard%s
  572.  
  573. Clickables :
  574.  
  575. *EggBasket
  576. -takes 100 basketcharge
  577. -gives 10 chocolateegg
  578. -gives 10 chocolateegg 50% of the time
  579. -gives 10 chocolateegg 50% of the time
  580. -gives 10 chocolateegg 25% of the time
  581. -gives 1 orangeegg 75% of the time
  582. -gives 1 orangeegg 50% of the time
  583. -gives 1 orangeegg 50% of the time
  584. -gives 1 orangeegg 25% of the time
  585. -gives 1 blueegg 75% of the time
  586. -gives 1 blueegg 50% of the time
  587. -gives 1 blueegg 50% of the time
  588. -gives 1 blueegg 25% of the time
  589. -gives 1 violetegg 75% of the time
  590. -gives 1 violetegg 50% of the time
  591. -gives 1 violetegg 50% of the time
  592. -gives 1 violetegg 25% of the time
  593. -visible at 100 basketcharge
  594. -named Easter Egg Basket
  595. -picture : http://i.imgur.com/cZkESlq.png
  596.  
  597. *pinataclickable
  598. -converts pinatachance2 to nothing
  599. -gives 1 pinata2
  600. -visible at 50 pinatachance2
  601. -named Break a Pinata
  602. -picture : http://i.imgur.com/VBhvc7f.jpg
  603.  
  604. *DailyBonus
  605. -takes 60 hourcharge
  606. -gives 10 magicseed 40% of the time
  607. -gives 1 sword 5% of the time
  608. -gives 1 glowstick 5% of the time
  609. -gives 1 alienscrap 5% of the time
  610. -gives 5 ccolorshard 5% of the time
  611. -gives 5 celementshard 5% of the time
  612. -gives 3 throne 10% of the time
  613. -gives 200 gems 10% of the time
  614. -gives 150 apple 50% of the time
  615. -gives 50 blueberry 25% of the time
  616. -gives 25 strawberry 25% of the time
  617. -gives 10 pineapple 10% of the time
  618. -gives 10 bonedust 10% of the time
  619. -gives 1 unicornvoucher 2% of the time
  620. -visible at 60 hourcharge
  621. -named Hourly Bonus
  622. -picture : http://i.imgur.com/8GCJbzi.jpg
  623.  
  624. *dailyconverter
  625. -takes 1 dailyticket
  626. -gives 60 hourcharge
  627. -gives 1 darkpixievoucher 5% of the time
  628. -visible at 1 dailyticket
  629. -named Daily Ticket Converter
  630.  
  631. *SmallLock
  632. -takes 200 gems
  633. -gives 1 worldexplored
  634. -gives 1 exp
  635. -gives 5 soilblock
  636. -gives 5 soilblock 50% of the time
  637. -gives 4 marble
  638. -gives 1 marble 25% of the time
  639. -gives 1 marbleseed 25% of the time
  640. -gives 3 granite
  641. -gives 1 granite 75% of the time
  642. -gives 2 granite 15% of the time
  643. -gives 1 graniteseed 50% of the time
  644. -gives 3 obsidian
  645. -gives 1 obsidian 25% of the time
  646. -gives 1 obsidianseed 25% of the time
  647. -gives 2 lava 50% of the time
  648. -gives 1 lava 25% of the time
  649. -gives 1 lavaseed 15% of the time
  650. -gives 2 magicstuff 10% of the time
  651. -gives 10 apple 25% of the time
  652. -gives 10 apple 25% of the time
  653. -gives 5 apple 25% of the time
  654. -gives 5 blueberry 25% of the time
  655. -gives 5 blueberry 25% of the time
  656. -gives 5 strawberry 10% of the time
  657. -gives 5 strawberry 8% of the time
  658. -gives 2 pineapple 25% of the time
  659. -gives 1 pineapple 10% of the time
  660. -visible at 200 gems
  661. -picture : http://i.imgur.com/zIhql0d.jpg
  662. -named Small Lock
  663.  
  664. *MediumLock
  665. -takes 2500 gems
  666. -gives 1 worldexplored
  667. -gives 1 exp
  668. -gives 15 soilblock
  669. -gives 5 soilseed 50% of the time
  670. -gives 5 marble
  671. -gives 1 marble 25% of the time
  672. -gives 1 marbleseed 25% of the time
  673. -gives 4 granite
  674. -gives 1 granite 75% of the time
  675. -gives 2 granite 15% of the time
  676. -gives 1 graniteseed 50% of the time
  677. -gives 3 obsidian
  678. -gives 1 obsidian 25% of the time
  679. -gives 1 obsidianseed 25% of the time
  680. -gives 2 lava 50% of the time
  681. -gives 1 lava 25% of the time
  682. -gives 1 lavaseed 15% of the time
  683. -gives 20 magicstuff 20% of the time
  684. -gives 10 magicstuff 10% of the time
  685. -gives 20 apple 25% of the time
  686. -gives 15 apple 25% of the time
  687. -gives 10 apple 25% of the time
  688. -gives 15 blueberry 25% of the time
  689. -gives 10 blueberry 25% of the time
  690. -gives 10 strawberry 10% of the time
  691. -gives 5 strawberry 8% of the time
  692. -gives 2 pineapple 25% of the time
  693. -gives 1 pineapple 20% of the time
  694. -visible at 2500 gems
  695. -picture : http://i.imgur.com/Menffv1.jpg
  696. -named Medium Lock
  697.  
  698. *RockPack
  699. -takes 500 gems
  700. -gives 5 graniteseed
  701. -gives 5 marbleseed
  702. -gives 5 obsidianseed
  703. -visible at 500 gems
  704. -picture : http://i.imgur.com/rXYTUEK.jpg
  705. -named Rock Pack
  706.  
  707. *SciFiBooster
  708. -takes 4000 gems
  709. -gives 1 glowstick 50% of the time
  710. -gives 1 glowstick 50% of the time
  711. -gives 1 glowstick 25% of the time
  712. -gives 1 alienscrap 25% of the time
  713. -gives 1 alienscrap 25% of the time
  714. -gives 1 alienscrap 50% of the time
  715. -gives 1 alienscrap 25% of the time
  716. -gives 10 scifibackground 50% of the time
  717. -gives 10 scifibackground 50% of the time
  718. -gives 10 scifiseed 10% of the time
  719. -visible at 4000 gems
  720. -named Sci-Fi Booster
  721. -picture : http://i.imgur.com/QKTvPdh.jpg
  722.  
  723. *MedievalMayhem
  724. -takes 9000 gems
  725. -gives 1 sword 50% of the time
  726. -gives 1 sword 50% of the time
  727. -gives 1 sword 25% of the time
  728. -gives 1 throne 50% of the time
  729. -gives 3 throne 25% of the time
  730. -gives 1 throne 25% of the time
  731. -gives 2 throne 25% of the time
  732. -gives 1 lordvoucher 10% of the time
  733. -visible at 9000 gems
  734. -named Medieval Mayhem
  735. -picture : http://i.imgur.com/gloteFk.jpg
  736.  
  737. *CandyWorldBooster
  738. -takes 50000 gems
  739. -gives 1 lolipop 50% of the time
  740. -gives 1 lolipop 50% of the time
  741. -gives 1 lolipop 25% of the time
  742. -gives 1 cherubfeather 50% of the time
  743. -gives 1 cherubfeather 25% of the time
  744. -gives 1 cherubfeather 25% of the time
  745. -gives 1 cherubfeather 25% of the time
  746. -gives 10 candybackground 25% of the time
  747. -gives 10 candybackground 25% of the time
  748. -gives 5 candybgseed 10% of the time
  749. -gives 1 teddybearvoucher 5% of the time
  750. -named CandyWorld Booster
  751. -visible at 50000 gems
  752. -picture : http://i.imgur.com/hWU8ZoP.jpg
  753.  
  754. *GangstaPack
  755. -takes 125000 gems
  756. -gives 1 microphone 50% of the time
  757. -gives 1 microphone 50% of the time
  758. -gives 1 microphone 25% of the time
  759. -gives 1 stereo 50% of the time
  760. -gives 1 stereo 50% of the time
  761. -gives 1 stereo 25% of the time
  762. -gives 10 bbb 50% of the time
  763. -gives 10 bbb 50% of the time
  764. -gives 5 bbbseed 25% of the time
  765. -gives 1 blingblingbuddyvoucher 10% of the time
  766. -visible at 125000 gems
  767. -named Gangsta Pack
  768. -picture : http://i.imgur.com/OvLAoQY.jpg
  769.  
  770. *HairBooster
  771. -takes 75000 gems
  772. -gives 1 shorthairstrand 100% of the time
  773. -gives 1 shorthairstrand 75% of the time
  774. -gives 1 shorthairstrand 75% of the time
  775. -gives 2 shorthairstrand 25% of the time
  776. -gives 1 longhairstrand 50% of the time
  777. -gives 1 longhairstrand 25% of the time
  778. -gives 1 longhairstrand 25% of the time
  779. -gives 1 witchhairstrand 50% of the time
  780. -gives 1 witchhairstrand 25% of the time
  781. -gives 1 witchhairstrand 10% of the time
  782. -gives 1 hairball 10% of the time
  783. -named Rare Hair Booster
  784. -visible at 75000 gems
  785. -picture : http://i.imgur.com/7KNhBjt.png
  786.  
  787. *ShardBooster
  788. -takes 100000 gems
  789. -gives 1 CColorShard 100% of the time
  790. -gives 1 CColorShard 75% of the time
  791. -gives 1 CColorShard 75% of the time
  792. -gives 1 CColorShard 25% of the time
  793. -gives 1 CColorShard 25% of the time
  794. -gives 1 UCColorShard 50% of the time
  795. -gives 1 UCColorShard 25% of the time
  796. -gives 1 UCColorShard 15% of the time
  797. -gives 1 CElementShard 75% of the time
  798. -gives 1 CElementShard 75% of the time
  799. -gives 1 CElementShard 75% of the time
  800. -gives 1 CElementShard 50% of the time
  801. -gives 1 CElementShard 50% of the time
  802. -gives 1 UCElementShard 50% of the time
  803. -gives 1 UCElementShard 25% of the time
  804. -gives 1 UCElementShard 15% of the time
  805. -gives 1 RElementShard 25% of the time
  806. -gives 1 RElementShard 15% of the time
  807. -gives 1 RElementShard 10% of the time
  808. -gives 1 RMagicShard 25% of the time
  809. -gives 1 RMagicShard 15% of the time
  810. -gives 1 RMagicShard 10% of the time
  811. -gives 1 URMagicShard 10% of the time
  812. -gives 1 URMagicShard 5% of the time
  813. -gives 1 URTechShard 10% of the time
  814. -gives 1 URTechShard 5% of the time
  815. -gives 1 LMagicShard 3% of the time
  816. -gives 1 LTechShard 3% of the time
  817. -named Shard Booster
  818. -visible at 100000 gems
  819. -picture : http://i.imgur.com/ib1MqpP.png
  820.  
  821. *NegaShardBooster
  822. -takes 1 negashardkey
  823. -gives 1 CDoomShard 100% of the time
  824. -gives 1 CDoomShard 75% of the time
  825. -gives 1 CDoomShard 75% of the time
  826. -gives 1 CDoomShard 25% of the time
  827. -gives 1 UCDoomShard 25% of the time
  828. -gives 1 UCDoomShard 50% of the time
  829. -gives 1 UCDoomShard 25% of the time
  830. -gives 1 UCDoomShard 15% of the time
  831. -gives 1 CSpiritShard 75% of the time
  832. -gives 1 CSpiritShard 75% of the time
  833. -gives 1 CSpiritShard 75% of the time
  834. -gives 1 CSpiritShard 50% of the time
  835. -gives 1 CSpiritShard 50% of the time
  836. -gives 1 UCSpiritShard 50% of the time
  837. -gives 1 UCSpiritShard 25% of the time
  838. -gives 1 UCSpiritShard 15% of the time
  839. -gives 1 RDoomShard 25% of the time
  840. -gives 1 RDoomShard 15% of the time
  841. -gives 1 RDoomShard 10% of the time
  842. -gives 1 RSpiritShard 25% of the time
  843. -gives 1 RSpiritShard 15% of the time
  844. -gives 1 RSpiritShard 10% of the time
  845. -gives 1 URDoomShard 10% of the time
  846. -gives 1 URDoomShard 5% of the time
  847. -gives 1 URSpiritShard 10% of the time
  848. -gives 1 URSpiritShard 5% of the time
  849. -gives 1 LDoomShard 3% of the time
  850. -visible at 1 negashardkey
  851. -named Nega Shard Booster
  852. -picture : http://i.imgur.com/HYjpS5a.jpg
  853.  
  854. *EasterBooster
  855. -takes 10000000 gems
  856. -gives 50 chocolateegg 50% of the time
  857. -gives 1 chickcloth 50% of the time
  858. -gives 1 chickcloth 50% of the time
  859. -gives 1 chickcloth 25% of the time
  860. -gives 1 witchcloth 50% of the time
  861. -gives 3 witchcloth 25% of the time
  862. -gives 1 witchcloth 25% of the time
  863. -gives 2 witchcloth 25% of the time
  864. -gives 1 bunnyears 10% of the time
  865. -gives 1 eastershard 5% of the time
  866. -visible at 10000000 gems
  867. -named Easter Booster
  868. -picture : http://i.imgur.com/nSmVwFl.png
  869.  
  870. *SamuraiBooster
  871. -takes 15000000 gems
  872. -gives 20 bamboo
  873. -gives 10 bamboo 75% of the time
  874. -gives 10 bamboo 50% of the time
  875. -gives 5 bamboo 50% of the time
  876. -gives 5 teaset 50% of the time
  877. -gives 5 teaset 25% of the time
  878. -gives 5 teaset 25% of the time
  879. -gives 1 katana 25% of the time
  880. -named Samuraiii Booster
  881. -visible at 15000000 gems
  882. -picture : http://i.imgur.com/aAAZ9fS.jpg
  883.  
  884. *PlatformerBooster
  885. -takes 50000000 gems
  886. -gives 100 granite 75% of the time
  887. -gives 100 granite 50% of the time
  888. -gives 100 granite 25% of the time
  889. -gives 100 obsidian 75% of the time
  890. -gives 100 obsidian 50% of the time
  891. -gives 100 obsidian 25% of the time
  892. -gives 100 marble 75% of the time
  893. -gives 100 marble 50% of the time
  894. -gives 100 marble 25% of the time
  895. -gives 10 trap 50% of the time
  896. -gives 10 trap 25% of the time
  897. -gives 5 trap 10% of the time
  898. -gives 100 lava 50% of the time
  899. -gives 100 lava 25% of the time
  900. -gives 50 lava 10% of the time
  901. -gives 10 spikebomb 50% of the time
  902. -gives 3 spikeseed 10% of the time
  903. -visible at 50000000 gems
  904. -picture : http://i.imgur.com/8EBjeQe.png
  905. -named Platformer Booster
  906.  
  907. *ffm
  908. -gives 5 foodvoucher for 150 apple, 75 blueberry, 25 strawberry, 10 pineapple
  909. -picture : http://i.imgur.com/FQrjwRv.jpg
  910. -named Familiar Food Machine
  911. -on failure says You need 150 apples, 75 blueberries, 25 strawberries and 10 pineapples to get your 5 food vouchers
  912.  
  913. *cookiegiver
  914. -takes 2 foodvoucher
  915. -gives 1 bluecookie
  916. -gives 1 bluecookie 50% of the time
  917. -gives 1 bluecookie 50% of the time
  918. -gives 1 bluecookie 25% of the time
  919. -gives 1 bluecookie 25% of the time
  920. -gives 1 greencookie 50% of the time
  921. -gives 1 greencookie 25% of the time
  922. -gives 1 greencookie 25% of the time
  923. -gives 1 greencookie 10% of the time
  924. -gives 1 purplecookie 25% of the time
  925. -gives 1 purplecookie 15% of the time
  926. -gives 1 purplecookie 10% of the time
  927. -visible at 2 foodvoucher
  928. -named Buy Cookies
  929.  
  930. *candygiver
  931. -takes 5 foodvoucher
  932. -gives 1 bluecandy
  933. -gives 1 bluecandy 50% of the time
  934. -gives 1 bluecandy 50% of the time
  935. -gives 1 bluecandy 25% of the time
  936. -gives 1 bluecandy 25% of the time
  937. -gives 1 redcandy 50% of the time
  938. -gives 1 redcandy 25% of the time
  939. -gives 1 redcandy 25% of the time
  940. -gives 1 redcandy 10% of the time
  941. -gives 1 purplecandy 25% of the time
  942. -gives 1 purplecandy 15% of the time
  943. -gives 1 purplecandy 10% of the time
  944. -visible at 5 foodvoucher
  945. -named Buy Candies
  946.  
  947. *sandwichgiver
  948. -takes 10 foodvoucher
  949. -gives 1 yellowsandwich
  950. -gives 1 yellowsandwich 50% of the time
  951. -gives 1 yellowsandwich 50% of the time
  952. -gives 1 yellowsandwich 25% of the time
  953. -gives 1 yellowsandwich 25% of the time
  954. -gives 1 redsandwich 50% of the time
  955. -gives 1 redsandwich 25% of the time
  956. -gives 1 redsandwich 25% of the time
  957. -gives 1 redsandwich 10% of the time
  958. -gives 1 purplesandwich 25% of the time
  959. -gives 1 purplesandwich 15% of the time
  960. -gives 1 purplesandwich 10% of the time
  961. -visible at 10 foodvoucher
  962. -named Buy Sandwiches
  963.  
  964. *jellogiver
  965. -takes 20 foodvoucher
  966. -gives 1 bluejello
  967. -gives 1 bluejello 50% of the time
  968. -gives 1 bluejello 50% of the time
  969. -gives 1 bluejello 25% of the time
  970. -gives 1 bluejello 25% of the time
  971. -gives 1 greenjello 50% of the time
  972. -gives 1 greenjello 25% of the time
  973. -gives 1 greenjello 25% of the time
  974. -gives 1 greenjello 10% of the time
  975. -gives 1 purplejello 25% of the time
  976. -gives 1 purplejello 15% of the time
  977. -gives 1 purplejello 10% of the time
  978. -visible at 20 foodvoucher
  979. -named Buy Jello
  980.  
  981. *FossilClickable
  982. -takes 100 bonedust
  983. -gives 1 fossil 75% of the time
  984. -visible at 100 bonedust
  985. -named Form a Fossil
  986. -on failure says You tried to make a fossil, but it broke!
  987. -picture : http://i.imgur.com/lTZliyB.jpg
  988.  
  989. *SoilBlockClickable
  990. -takes 1234567890987654321 soilblock
  991. -gives 1234567890987654321 exp
  992. -gives 1234567890987654321 blockbroken
  993. -gives 1234567890987654321 gems 70% of the time
  994. -gives 1234567890987654321 soilblock 30% of the time
  995. -gives 1234567890987654321 soilseed 20% of the time
  996. -visible at 1 soilblock
  997. -named Soil Block
  998. -picture : http://i.imgur.com/IXxPOhl.jpg
  999.  
  1000. *soilseedclickable
  1001. -takes 1 soilseed
  1002. -gives 1234567890987654321 soilblock
  1003. -gives 1234567890987654321 gems 10% of the time
  1004. -gives 1234567890987654321 soilblock 50% of the time
  1005. -gives 1234567890987654321 soilblock 50% of the time
  1006. -visible at 1 soilseed
  1007. -named Soil Block Tree
  1008. -picture : http://i.imgur.com/PC6aiS5.jpg
  1009.  
  1010. *magicstuffclickable
  1011. -takes 1 magicstuff
  1012. -gives 1.5 exp
  1013. -gives 1 blockbroken
  1014. -gives 5 gems 70% of the time
  1015. -gives 1 magicstuff 50% of the time
  1016. -gives 1 magicseed 30% of the time
  1017. -gives 1 cloverleaf 1% of the time
  1018. -visible at 1 magicstuff
  1019. -picture : http://i.imgur.com/iHMTYxE.jpg
  1020. -named Magic Stuff
  1021.  
  1022. *magicseedclickable
  1023. -takes 1 magicseed
  1024. -gives 5 magicstuff
  1025. -gives 1 gems 10% of the time
  1026. -gives 1 magicstuff 50% of the time
  1027. -gives 1 magicstuff 50% of the time
  1028. -visible at 1 magicseed
  1029. -named Magic Stuff Tree
  1030. -picture : http://i.imgur.com/iIWqk5z.jpg
  1031.  
  1032. *scifibgclickable
  1033. -takes 1 scifibackground
  1034. -gives 2 exp
  1035. -gives 1 blockbroken
  1036. -gives 20 gems 60% of the time
  1037. -gives 1 scifibackground 30% of the time
  1038. -gives 1 scifiseed 30% of the time
  1039. -gives 1 cloverleaf 2% of the time
  1040. -visible at 1 scifibackground
  1041. -named SciFi Background
  1042. -picture : http://i.imgur.com/8Ai9boO.jpg
  1043.  
  1044. *scifiseedclickable
  1045. -takes 1 scifiseed
  1046. -gives 5 scifibackground
  1047. -gives 1 gems 10% of the time
  1048. -gives 1 scifibackground 50% of the time
  1049. -gives 1 scifibackground 25% of the time
  1050. -visible at 1 scifiseed
  1051. -named SciFi Background Tree
  1052. -picture : http://i.imgur.com/zq18GSy.jpg
  1053.  
  1054. *candybgclickable
  1055. -takes 1 candybackground
  1056. -gives 3 exp
  1057. -gives 1 blockbroken
  1058. -gives 25 gems 80% of the time
  1059. -gives 1 candybackground 30% of the time
  1060. -gives 1 candybgseed 30% of the time
  1061. -gives 1 cloverleaf 3% of the time
  1062. -visible at 1 candybackground
  1063. -named Candy Background
  1064. -picture : http://i.imgur.com/qEJq2IY.jpg
  1065.  
  1066. *candybgseedclickable
  1067. -takes 1 candybgseed
  1068. -gives 5 candybackground
  1069. -gives 1 gems 10% of the time
  1070. -gives 1 candybackground 50% of the time
  1071. -gives 1 candybackground 25% of the time
  1072. -visible at 1 candybgseed
  1073. -named Candy Background Tree
  1074.  
  1075. *bbbclickable
  1076. -takes 1 bbb
  1077. -gives 5 exp
  1078. -gives 1 blockbroken
  1079. -gives 40 gems 70% of the time
  1080. -gives 1 bbb 30% of the time
  1081. -gives 1 bbbseed 30% of the time
  1082. -gives 1 cloverleaf 3%% of the time
  1083. -visible at 1 bbb
  1084. -named BBB
  1085. -picture : http://i.imgur.com/pO8JgC5.jpg
  1086.  
  1087. *bbbseedclickable
  1088. -takes 1 bbbseed
  1089. -gives 4 bbb
  1090. -gives 1 gems 10% of the time
  1091. -gives 1 bbb 50% of the time
  1092. -gives 1 bbb 25% of the time
  1093. -visible at 1 bbbseed
  1094. -named BBB Tree
  1095.  
  1096. *spikebombclickable
  1097. -takes 1 spikebomb
  1098. -gives 10 exp
  1099. -gives 1 blockbroken
  1100. -gives 400 gems 80% of the time
  1101. -gives 1 spikebomb 30% of the time
  1102. -gives 1 spikeseed 30% of the time
  1103. -gives 1 cloverleaf 4% of the time
  1104. -visible at 1 spikebomb
  1105. -picture : http://i.imgur.com/y84XmFY.png
  1106. -named Spikebomb
  1107.  
  1108. *spikeseedclickable
  1109. -takes 1 spikeseed
  1110. -gives 4 spikebomb
  1111. -gives 1 spikebomb 50% of the time
  1112. -gives 1 spikebomb 25% of the time
  1113. -visible at 1 spikeseed
  1114. -named Spikebomb Tree
  1115.  
  1116. *GraniteClickable
  1117. -takes 1 granite
  1118. -gives 1 exp
  1119. -gives 1 blockbroken
  1120. -gives 2 gems 70% of the time
  1121. -gives 1 graniteseed 15% of the time
  1122. -gives 1 bonedust 25% of the time
  1123. -visible at 1 granite
  1124. -picture : http://i.imgur.com/d9fvTYr.jpg
  1125. -named Granite
  1126.  
  1127. *graniteseedclickable
  1128. -takes 1 graniteseed
  1129. -gives 1 gems 10% of the time
  1130. -gives 3 granite
  1131. -gives 1 granite 50% of the time
  1132. -visible at 1 graniteseed
  1133. -named Granite Tree
  1134.  
  1135. *MarbleClickable
  1136. -takes 1 marble
  1137. -gives 1 exp
  1138. -gives 1 blockbroken
  1139. -gives 2 gems 70% of the time
  1140. -gives 1 marbleseed 15% of the time
  1141. -visible at 1 marble
  1142. -picture : http://i.imgur.com/5CwFRbm.jpg
  1143. -named Marble
  1144.  
  1145. *marbleseedclickable
  1146. -takes 1 marbleseed
  1147. -gives 1 gems 10% of the time
  1148. -gives 3 marble
  1149. -gives 1 marble 50% of the time
  1150. -visible at 1 marbleseed
  1151. -picture : http://i.imgur.com/WeHVi60.jpg
  1152. -named Marble Tree
  1153.  
  1154. *ObsidianClickable
  1155. -takes 1 obsidian
  1156. -gives 1 exp
  1157. -gives 1 blockbroken
  1158. -gives 2 gems 70% of the time
  1159. -gives 1 obsidianseed 15% of the time
  1160. -visible at 1 obsidian
  1161. -picture : http://i.imgur.com/WrC5QVK.jpg
  1162. -named Obsidian
  1163.  
  1164. *obsidianseedclickable
  1165. -takes 1 obsidianseed
  1166. -gives 1 gems 10% of the time
  1167. -gives 3 obsidian
  1168. -gives 1 obsidian 50% of the time
  1169. -visible at 1 obsidianseed
  1170. -named Obsidian Tree
  1171.  
  1172. *LavaClickable
  1173. -takes 1 lava
  1174. -gives 1 exp
  1175. -gives 1 blockbroken
  1176. -gives 2 gems 70% of the time
  1177. -gives 1 lavaseed 15% of the time
  1178. -visible at 1 lava
  1179. -picture : http://i.imgur.com/JG4z756.png
  1180. -named Lava
  1181.  
  1182. *lavaseedclickable
  1183. -takes 1 lavaseed
  1184. -gives 1 gems 10% of the time
  1185. -gives 3 lava
  1186. -gives 1 lava 50% of the time
  1187. -visible at 1 lavaseed
  1188. -named Lava Tree
  1189.  
  1190. *throneclickable
  1191. -takes 1 throne
  1192. -gives 1 blockbroken
  1193. -gives 100 gems 90% of the time
  1194. -visible at 1 throne
  1195. -named Throne
  1196. -picture : http://i.imgur.com/oPG61NK.jpg
  1197.  
  1198. Buildings :
  1199.  
  1200. *yourworld
  1201. -"Gives 1 star every 10 minutes."
  1202. -gives 0.00166666666 star
  1203. -named Your World
  1204. -abstract
  1205.  
  1206. *youreggbasketcharger
  1207. -"Have your own easter egg basket! It takes 1 minute and 40 seconds to charge it to 100%."
  1208. -gives 1 basketcharge
  1209. -named Your Easter Egg Basket
  1210. -abstract
  1211.  
  1212. *negakeygiver
  1213. -"Gives a nega shard key every minute."
  1214. -gives 0.016666666666 negashardkey
  1215. -abstract
  1216. -named Negative Key Giver
  1217.  
  1218. *hourcharger
  1219. -"This just charges the hourly bonus."
  1220. -gives 0.016666666666 hourcharge
  1221. -starts at 1
  1222. -named Hourly Charger
  1223. -abstract
  1224.  
  1225. *timer
  1226. -"This handy dandy tool calculates how long you've played!"
  1227. -gives 0.016666666666 minutesplayed
  1228. -starts at 1
  1229. -named Timer
  1230. -abstract
  1231.  
  1232. *pinatagenerator2
  1233. -"Generates pinatas!"
  1234. -gives 1 pinatachance2 75% of the time
  1235. -named Pinata Generator
  1236. -abstract
  1237.  
  1238. *LevelUp
  1239. -"Time to level up!"
  1240. -costs 100 exp
  1241. -price increases by 112.5%
  1242. -named Level
  1243. -visible
  1244.  
  1245. *cincoEventLevelUp2
  1246. -"Level up for the current event!"
  1247. -costs 100 cincoeventexp2
  1248. -price increases by 112.5%
  1249. -named Event Level
  1250. -unlocks at 1 cincoeventexp2
  1251.  
  1252. *trash
  1253. -named Trash
  1254. -abstract
  1255.  
  1256. *GoldenGuardian
  1257. -"A true knight in shining armor. Discontinued from the trader. By default it gives 100 gems per second and 1 magic stuff seed every 5 seconds."
  1258. -costs 1 goldenguardianvoucher
  1259. -gives 100 gems
  1260. -gives 0.2 magicseed
  1261. -price increases by 100%
  1262. -named Golden Guardian|Golden Guardians
  1263.  
  1264. *DarkPixie
  1265. -"A true specimen. Exclusively from the hourly bonus, is now discontinued. By default it gives 50 gems per second."
  1266. -costs 1 darkpixievoucher
  1267. -gives 50 gems
  1268. -price increases by 100%
  1269. -named Dark Pixie|Dark Pixies
  1270.  
  1271. *PlagueDoc
  1272. -"This guy once fought the Black Death! Exclusive from the hourly bonus, is now discontinued. By default gives 50 gems a second."
  1273. -costs 1 plaguedocvoucher
  1274. -gives 50 gems
  1275. -price increases by 100%
  1276. -named Plague Doc|Plague Docs
  1277.  
  1278. *Lion
  1279. -"All he needs is a heart. Exclusive from the hourly bonus. By default gives 50 gems a second."
  1280. -costs 1 lionvoucher
  1281. -gives 50 gems
  1282. -price increases by 100%
  1283. -named Lion|Lions
  1284.  
  1285. *Horse
  1286. -"Neigh. Exclusive from the hourly bonus. By default gives 50 gems a second."
  1287. -costs 1 horsevoucher
  1288. -gives 50 gems
  1289. -price increases by 100%
  1290. -named Horse|Horses
  1291.  
  1292. *Unicorn
  1293. -"What a mythical creature. Exclusive from the hourly bonus. By default gives 50 gems a second."
  1294. -costs 1 unicornvoucher
  1295. -gives 50 gems
  1296. -price increases by 100%
  1297. -named Unicorn|Unicorns
  1298.  
  1299. *BunnyFamiliar
  1300. -"Not the same as the normal bunny, this one is your companion! At level 1 gives 10 gems per second."
  1301. -costs 5 bluecookie, 3 greencookie, 1 bunnytoken
  1302. -gives 10 gems
  1303. -price increases by 100%
  1304. -named Bunny Familiar
  1305. -picture : http://i.imgur.com/Lr8uhs7.jpg
  1306. *TummyBunnyFamiliar
  1307. -"Not the same as the normal bunny familiar, this one has a big tummy! At level 1 gives 40 gems per second."
  1308. -costs 10 bluecookie, 7 greencookie, 3 purplecookie, 5 bluecandy, 3 redcandy, 1 bunnytoken
  1309. -gives 40 gems
  1310. -price increases by 100%
  1311. -named Tummy Bunny Familiar
  1312. -picture : http://i.imgur.com/KyPpB09.jpg
  1313. *PinkBunnyFamiliar
  1314. -"Oo, pink! At level 1 gives 200 gems per second."
  1315. -costs 15 bluecookie, 8 greencookie, 3 purplecookie, 10 bluecandy, 5 redcandy, 2 purplecandy, 1 bunnytoken
  1316. -gives 200 gems
  1317. -price increases by 100%
  1318. -named Pink Bunny Familiar
  1319. -picture : http://i.imgur.com/MNfJLRk.jpg
  1320. *CoolBunnyFamiliar
  1321. -"This bunny is cool, dude. At level 1 gives 1000 gems per second."
  1322. -costs 15 bluecandy, 2 purplecandy, 5 yellowsandwich, 1 bunnytoken
  1323. -gives 1000 gems
  1324. -price increases by 100%
  1325. -named Cool Bunny Familiar
  1326. -picture : http://i.imgur.com/OF8ybIj.jpg
  1327. *DarkBunnyFamiliar
  1328. -"It's just a phase, I think. At level 1 gives 1500 gems per second."
  1329. -costs 10 redcandy, 5 purplecandy, 8 yellowsandwich, 2 redsandwich, 1 bunnytoken
  1330. -gives 1500 gems
  1331. -price increases by 100%
  1332. -named Dark Bunny Familiar
  1333. -picture : http://i.imgur.com/ZDR07bU.jpg
  1334. *CrowFamiliar
  1335. -"Not the prettiest bird, but it is your own. At level 1 gives 30 gems per second."
  1336. -costs 10 bluecandy, 5 redcandy, 1 crowtoken
  1337. -gives 30 gems
  1338. -price increases by 100%
  1339. -named Crow Familiar
  1340. -picture : http://i.imgur.com/rdKw4tE.jpg
  1341. *RavenFamiliar
  1342. -"Quoth the Raven, nevermore. At level 1 gives 300 gems per second."
  1343. -costs 6 redcandy, 2 purplecandy, 5 redsandwich, 1 purplesandwich, 1 crowtoken
  1344. -gives 300 gems
  1345. -price increases by 100%
  1346. -named Raven Familiar
  1347. -picture : http://i.imgur.com/MG3tyTR.jpg
  1348. *MiniBotFamiliar
  1349. -"Your own little bot! Much more capable than those big behemoths. At level 1 gives 100 gems per second."
  1350. -costs 7 yellowsandwich, 4 redsandwich, 2 purplesandwich, 1 minibottoken
  1351. -gives 100 gems
  1352. -price increases by 100%
  1353. -named Mini Bot Familiar
  1354. -picture : http://i.imgur.com/AjiyFc0.jpg
  1355. *HandyBotFamiliar
  1356. -"Some say this bot is a little, handy? Get it, because it has hands... At level 1 gives 600 gems per second."
  1357. -costs 10 yellowsandwich, 6 redsandwich, 3 purplesandwich, 4 bluejello, 1 minibottoken
  1358. -gives 600 gems
  1359. -price increases by 100%
  1360. -named Handy Bot Familiar
  1361. -picture : http://i.imgur.com/iJVuVz4.jpg
  1362. *ElectroBotFamiliar
  1363. -"Electronics... beep... boop. At level 1 gives 3000 gems per second."
  1364. -costs 7 bluejello, 4 greenjello, 1 purplejello, 1 minibottoken
  1365. -gives 3000 gems
  1366. -price increases by 100%
  1367. -named Electro Bot Familiar
  1368. -picture : http://i.imgur.com/5CUxFem.jpg
  1369. *HappyBotFamiliar
  1370. -"Yay! At level 1 gives 4000 gems per second."
  1371. -costs 1 purplesandwich, 10 bluejello, 6 greenjello, 2 purplejello, 1 minibottoken
  1372. -gives 4000 gems
  1373. -price increases by 100%
  1374. -named Happy Bot Familiar
  1375. -picture : http://i.imgur.com/jupqz41.jpg
  1376. *GremlinFamiliar
  1377. -"This is truly a disgusting little thing! At level 1 gives 100 gems per second."
  1378. -costs 3 yellowsandwich, 20 greencookie, 1 redsandwich, 1 gremlintoken
  1379. -gives 200 gems
  1380. -price increases by 100%
  1381. -named Gremlin Familiar
  1382. -picture : http://i.imgur.com/7Zs3gnq.jpg
  1383. *BoggartFamiliar
  1384. -"Strangely, this being is tamed. At level 1 gives 400 gems per second."
  1385. -costs 3 redsandwich, 10 purplecandy, 3 greenjello, 1 gremlintoken
  1386. -gives 900 gems
  1387. -price increases by 100%
  1388. -named Boggart Familiar
  1389. -picture : http://i.imgur.com/Ue4Y38p.jpg
  1390. *ImpFamiliar
  1391. -"More excited than before, it may bite. At level 1 gives 1500 gems per second."
  1392. -costs 1 purplesandwich, 10 bluejello, 6 greenjello, 2 purplejello, 1 gremlintoken
  1393. -gives 4000 gems
  1394. -price increases by 100%
  1395. -named Imp Familiar
  1396. -picture : http://i.imgur.com/2136YVf.jpg
  1397. *WaterImpFamiliar
  1398. -"Good old H2O! At level 1 gives 4000 gems per second."
  1399. -costs 20 bluecandy, 5 bluejello, 1 gremlintoken
  1400. -gives 4000 gems
  1401. -price increases by 100%
  1402. -named Water Imp Familiar
  1403. -picture : http://i.imgur.com/tlUNoFY.jpg
  1404. *FireImpFamiliar
  1405. -"Don’t worry, it is just a minor fire elemental. At level 1 gives 4000 gems per second."
  1406. -costs 20 redcandy, 10 redsandwich, 1 gremlintoken
  1407. -gives 4000 gems
  1408. -price increases by 100%
  1409. -named Fire Imp Familiar
  1410. -picture : http://i.imgur.com/71vKQj3.jpg
  1411. *SplasherFamiliar
  1412. -"Only likes saltwater, oddly enough. At level 1 gives 15000 gems per second."
  1413. -costs 3 purplesandwich, 10 bluejello, 5 purplejello, 1 gremlintoken
  1414. -gives 4000 gems
  1415. -price increases by 100%
  1416. -named Splasher Familiar
  1417. -picture : http://i.imgur.com/xLOuSjz.jpg
  1418. *FlamerFamiliar
  1419. -"Hot! At level 1 gives 15000 gems per second."
  1420. -costs 1 purplesandwich, 10 bluejello, 6 greenjello, 2 purplejello, 1 gremlintoken
  1421. -gives 4000 gems
  1422. -price increases by 100%
  1423. -named Flamer Familiar
  1424. -picture : http://i.imgur.com/ROEdFLz.jpg
  1425. *NinjaPickleFamiliar
  1426. -"It may sneak up on you. At level 1 gives 4000 gems per second."
  1427. -costs 3 purplesandwich, 10 bluejello, 6 greenjello, 3 purplejello, 1 pickletoken
  1428. -gives 4000 gems
  1429. -price increases by 100%
  1430. -named Ninja Pickle Familiar
  1431. -picture : http://i.imgur.com/oC9mZYQ.jpg
  1432. *SenseiPickleFamiliar
  1433. -"Older and wiser, if not as nimble. At level 1 gives 20000 gems per second."
  1434. -costs 15 bluejello, 10 greenjello, 5 purplejello, 1 pickletoken
  1435. -gives 20000 gems
  1436. -price increases by 100%
  1437. -named Sensei Pickle Familiar
  1438. -picture : http://i.imgur.com/kNjCMVS.jpg
  1439. *SombreroFamiliar
  1440. -"The hat is alive! At level 1 gives 500 gems per second.”
  1441. -costs 5 redcandy, 3 purplecandy, 2 yellowsandwich, 1 sombrerotoken
  1442. -gives 500 gems
  1443. -price increases by 100%
  1444. -named Living Sombrero Familiar
  1445. -picture : http://i.imgur.com/md2qXyL.jpg
  1446. *Bot
  1447. -"Beep boop. Please insert bytecoins. By default gives 5 gems and 1 event material every 10 seconds."
  1448. -costs 50 medal
  1449. -gives 5 gems
  1450. -price increases by 100%
  1451. -named Bot|Bots
  1452. -picture : http://i.imgur.com/xBeurmH.jpg
  1453.  
  1454. *Alien
  1455. -"It wants to see your leader. Only can be gotten with alien costume scraps. By default gives 2.5 gems per second."
  1456. -costs 3 alienscrap, 5 glowstick
  1457. -gives 2.5 gems
  1458. -named Alien|Aliens
  1459. -price increases by 100%
  1460. -picture : http://i.imgur.com/8RIKK5j.jpg
  1461.  
  1462. *Lord
  1463. -"Will defend your world at all costs! Rare drop from a medieval mayhem pack. By default it gives 5 gems every second."
  1464. -costs 1 lordvoucher
  1465. -gives 5 gems
  1466. -price increases by 100%
  1467. -named Lord|Lords
  1468. -picture : http://i.imgur.com/jjwUcwW.jpg
  1469.  
  1470. *Cherub
  1471. -"How cute! Only can be gotten with cherub feathers. By default gives 5 gems per second."
  1472. -costs 5 cherubfeather
  1473. -gives 5 gems
  1474. -price increases by 100%
  1475. -named Cherub|Cherubs
  1476. -picture : http://i.imgur.com/7sxxVnG.jpg
  1477.  
  1478. *TeddyBear
  1479. -"What a small little thing. Rare drop from a candyworld booster. By default it gives 10 gems per second.”
  1480. -costs 1 teddybearvoucher
  1481. -gives 10 gems
  1482. -price increases by 100%
  1483. -named Teddy Bear|Teddy Bears
  1484. -picture : http://i.imgur.com/axpxs5I.jpg
  1485.  
  1486. *BlingBlingBuddy
  1487. -"Yo yo, wassup! Rare drop from a gangsta booster. By default it gives 20 gems every 2 seconds, it sounds better than 10 gems per second."
  1488. -costs 1 blingblingbuddyvoucher
  1489. -gives 10 gems
  1490. -price increases by 100%
  1491. -named Bling Bling Buddy|Bling Bling Buddies
  1492.  
  1493. *Chick
  1494. -"How cute! By default it gives 50 gems a second."
  1495. -costs 100 chocolateegg, 10 chickcloth
  1496. -gives 50 gems
  1497. -price increases by 100%
  1498. -named Chick|Chicks
  1499. -picture : http://i.imgur.com/V17ZeUB.png
  1500.  
  1501. *Witch
  1502. -"Dastardly EVIL! By default it gives 30 gems a second and a chocolate egg every 5 seconds."
  1503. -costs 100 chocolateegg, 10 witchcloth
  1504. -gives 30 gems, 0.2 chocolateegg
  1505. -price increases by 100%
  1506. -named Witch|Witches
  1507. -picture : http://i.imgur.com/KT7bQkn.png
  1508.  
  1509. *Bunny
  1510. -"Insert bunny noises. By default it gives 40 gems a second and a chocolate egg every 2 seconds."
  1511. -costs 100 chocolateegg, 2 bunnyears
  1512. -gives 40 gems, 0.5 chocolateegg
  1513. -price increases by 100%
  1514. -named Bunny|Bunnies
  1515. -picture : http://i.imgur.com/EeATkxQ.png
  1516.  
  1517. *Samurai
  1518. -"Everyone hires a samurai! By default gives 60 gems a second."
  1519. -costs 5 teaset, 20 bamboo, 1 katana
  1520. -gives 60 gems
  1521. -price increases by 100%
  1522. -named Samurai
  1523.  
  1524. *Leprechaun
  1525. -"This mythical being sits in his private cave. He has set you on a quest to get his lost cloverleaves. By default he gives 5 gems a second, but can be upgraded with gnomes obtained along his quest."
  1526. -costs 100 cloverleaf
  1527. -gives 5 gems
  1528. -price increases by 100%
  1529. -named The Leprechaun
  1530.  
  1531. *Sarcosuchus
  1532. -"This ancient beast was rumored to have been wiped out by the meteor of 2017. By default it gives 50 gems a second."
  1533. -costs 3 fossil
  1534. -gives 50 gems
  1535. -price increases by 100%
  1536. -unlocks at 1 fossil
  1537. -named Sarcosuchus
  1538.  
  1539. *WingedHumanoid
  1540. -"This ancient figure may have originated from our ancestors. By default it gives 100 gems a second."
  1541. -costs 5 fossil
  1542. -gives 100 gems
  1543. -price increases by 100%
  1544. -unlocks at 1 fossil
  1545. -named Winged Humanoid
  1546.  
  1547. *Platformer
  1548. -"This hopping character can be gotten with the stars from your parkour. By default gives 75 gems a second and gives 1 golden coin every 15 minutes, coins can be used to buy upgrades for your world or other workers."
  1549. -costs 5 star
  1550. -gives 75 gems
  1551. -gives 0.0011111111111 coin
  1552. -price increases by 100%
  1553. -named The Platformer
  1554.  
  1555. *Newb
  1556. -"Seemingly worthless. But may come in handy. By default gives 1 gem every 20 seconds."
  1557. -costs 15 gems
  1558. -gives 0.05 gems
  1559. -named Newb|Newbies
  1560. -visible
  1561. -picture : http://i.imgur.com/XSIPe2t.jpg
  1562.  
  1563. *EvilNewb
  1564. -"Ah! They're scamming gems! By default gives 1 gem a second."
  1565. -costs 1 nicetry
  1566. -gives 1 scammedgems
  1567. -named Evil Newb|Evil Newbies
  1568.  
  1569. *BasicPlayer
  1570. -"A mere basic. But, any help is good. By default gives 1 gem every 2 seconds."
  1571. -costs 100 gems
  1572. -gives 0.5 gems
  1573. -named Basic Player|Basic Players
  1574. -picture : http://i.imgur.com/NZgFMns.jpg
  1575.  
  1576. *Haggler
  1577. -"Will always get the price lower than it should be. By default gives 1 gem per second."
  1578. -costs 500 gems
  1579. -gives 1 gems
  1580. -named Hagglers|Hagglers
  1581. -picture : http://i.imgur.com/bubF96I.jpg
  1582.  
  1583. *Farmer
  1584. -"A respectable worker who always pays his cut. By default gives 5 gems per second."
  1585. -costs 3000 gems
  1586. -gives 5 gems
  1587. -named Farmer|Farmers
  1588. -picture : http://i.imgur.com/C3yscmX.jpg
  1589.  
  1590. *FalseNewb
  1591. -"Slowly but surely builds up income from donations. By default gives 3 gems per second, but upgrades for this worker are cheap."
  1592. -costs 20000 gems
  1593. -gives 3 gems
  1594. -named False Newb|False Newbs
  1595. -picture : http://i.imgur.com/90YfwAO.jpg
  1596.  
  1597. *Pixie
  1598. -"A magical pixie! By default gives 10 gems per second!"
  1599. -costs 100000 gems
  1600. -gives 10 gems
  1601. -named Pixie|Pixies
  1602. -picture : http://i.imgur.com/yhKhWBI.jpg
  1603.  
  1604. *Demon
  1605. -"Right from the depths of the underworld. By default gives 40 gems per second!"
  1606. -costs 5000000 gems
  1607. -gives 40 gems
  1608. -named Demon|Demons
  1609. -picture : http://i.imgur.com/AkMRB0a.jpg
  1610.  
  1611. *HellspawnDemon
  1612. -"Watch out! These guys harvest souls! By default harvests 1 soul a second."
  1613. -costs 1 nicetry
  1614. -gives 1 soul
  1615. -named Hellspawn Demon|Hellspawn Demons
  1616.  
  1617. *BlueDragon
  1618. -"Rawr! By default gives 100 gems per second!"
  1619. -costs 50000000 gems
  1620. -gives 100 gems
  1621. -named Blue Dragon|Blue Dragons
  1622. -picture : http://i.imgur.com/J6dW0qx.jpg
  1623.  
  1624. *PixelRanger
  1625. -"Go go Pixel Rangers! By default gives 15 gems per second!"
  1626. -costs 500000 gems
  1627. -gives 15 gems
  1628. -named Pixel Ranger|Pixel Rangers
  1629. -picture : http://i.imgur.com/FFU51PP.jpg
  1630.  
  1631. Upgrades :
  1632. *PatchNotes
  1633. -"Update 2.1.0! Mini Events! Medium locks! Full details are on the forum thread."
  1634. -costs
  1635. -visible
  1636. -named Patch Notes
  1637. *Credits
  1638. -"All assets belong to the creators of Pixel Worlds, Kukouri Mobile Entertainment."
  1639. -costs
  1640. -visible
  1641. -named Credits
  1642. *Deal1
  1643. -"This glorious offer is 5 newbs for 2 alien scraps."
  1644. -costs 2 alienscrap, -5 newb
  1645. -unlocks at 5 levelup
  1646. -named The Trader's 1st Deal
  1647. *Deal2
  1648. -"This dastardly offer is 25 glowsticks for 15 swords."
  1649. -costs -25 glowstick, 15 sword
  1650. -unlocks at 10 levelup
  1651. -named The Trader's 2nd Deal
  1652. *Deal3
  1653. -"This grand offer is 1 ultra rare magic shard for 5 Cherub Feathers."
  1654. -costs 5 cherubfeather, -1 urmagicshard
  1655. -unlocks at 20 levelup
  1656. -named The Trader's 3rd Deal
  1657. *Deal4
  1658. -"This offer is 25 alien scraps for 100 of each rock."
  1659. -costs 100 granite, 100 marble, 100 obsidian, -25 alienscrap
  1660. -unlocks at 25 levelup
  1661. -named The Trader's 4th Deal
  1662. *Deal5
  1663. -"This amazing offer is 3 pixies for 15 lolipops."
  1664. -costs 15 lolipop, -3 pixie
  1665. -unlocks at 30 levelup
  1666. -named The Trader's 5th Deal
  1667. *Deal6
  1668. -"This offer is 5 ultra rare magic shards for 10 hair balls."
  1669. -costs 10 hairball, -5 urmagicshard
  1670. -unlocks at 40 levelup
  1671. -named The Trader's 6th Deal
  1672. *Deal7
  1673. -"This dastardly offer is 1 of each legendary shard for 2 million gems."
  1674. -costs 2000000 gems, -1 lmagicshard, -1 ltechshard
  1675. -unlocks at 45 levelup
  1676. -named The Trader's 7th Deal
  1677. *Deal8
  1678. -"This extraordinary offer is 2.5 million gems for only 5 of each ultra rare shard."
  1679. -costs -2500000 gems, 5 urmagicshard, 5 urtechshard
  1680. -unlocks at 50 levelup
  1681. -named The Trader's 8th Deal
  1682. *Deal9
  1683. -"Once again, another offer. This one is a Bling Bling Buddy voucher for only 100 BBB seeds."
  1684. -costs 100 bbbseed, -1 blingblingbuddyvoucher
  1685. -unlocks at 55 levelup
  1686. -named The Trader's 9th Deal
  1687. *Tutorial1
  1688. -"Welcome to Pixel Clicker, the first thing you should do is break 10 of your soil blocks."
  1689. -costs 10 blockbroken, -10 blockbroken, -1 questcompleted, -20 exp, -10 gems
  1690. -unlocks tutorial2
  1691. -locks tutorial1
  1692. -unlocks at 1 soilblock
  1693. -named QUEST : Basics of Breaking
  1694. *Tutorial2
  1695. -"Nice, now gather up 5 soil block seeds."
  1696. -costs 5 soilseed, -5 soilseed, -1 questcompleted, -20 exp, -10 gems
  1697. -unlocks tutorial3
  1698. -locks tutorial2
  1699. -named QUEST : Seeds for Everyone
  1700. *Tutorial3
  1701. -"Alright, you're getting the hang of this. Grow enough soil blocks to get 50 of them."
  1702. -costs 50 soilblock, -50 soilblock, -1 questcompleted, -20 exp, -10 gems
  1703. -unlocks tutorial4
  1704. -locks tutorial3
  1705. -named QUEST : Growing Up is Easy
  1706. *Tutorial4
  1707. -"You likely have more than enough gems for a newb. Newbs are the most basic worker for you, but they get the job done. So get a couple."
  1708. -costs 2 newb, -2 newb, -1 questcompleted, -20 exp, -10 gems
  1709. -unlocks tutorial5
  1710. -locks tutorial4
  1711. -named QUEST : You are Not Alone
  1712. *Tutorial5
  1713. -"You have been getting experience from your soil blocks and these quests. Try leveling up, leveling up gives access to new upgrades for your workers, and new quests!"
  1714. -costs 1 levelup, -1 levelup, -1 questcompleted, -30 exp
  1715. -unlocks tutorial6
  1716. -locks tutorial5
  1717. -named QUEST : Ding
  1718. *Tutorial6
  1719. -"Prepare yourself and get 200 gems. You will spot a small lock in your clickable section, click on it to spend 200 gems and explore a world. Exploring a world will give you soil, rocks, and even lava."
  1720. -costs 1 worldexplored, -1 worldexplored, -1 questcompleted, -30 exp
  1721. -unlocks tutorial7
  1722. -locks tutorial6
  1723. -named QUEST : World Explorer
  1724. *Tutorial7
  1725. -"You are almost done with these basic quests. Now, you need to get 5 seeds for each type of rock. No need to fear though, because if you gather up 500 gems you will be able to spend them on a rock pack. Which will give you an ample amount of each."
  1726. -costs 5 graniteseed, 5 marbleseed, 5 obsidianseed, -5 graniteseed, -5 marbleseed, -5 obsidianseed, -1 questcompleted, -50 exp
  1727. -unlocks tutorial8
  1728. -locks tutorial7
  1729. -named QUEST : A Rocky Start
  1730. *Tutorial8
  1731. -"Good! Now harvest your trees, if you harvest enough rocks you will notice a magic stuff pack in your upgrades section. Purchase that to get a handful of magic stuff, which are superior to soil blocks."
  1732. -costs 30 magicstuff, -30 magicstuff, -1 questcompleted, -50 exp
  1733. -unlocks tutorial9
  1734. -locks tutorial8
  1735. -named QUEST : The Magic of Stuff
  1736. *Tutorial9
  1737. -"You have come so far, your final task is to unlock and buy 2 basic players. Do that, and you will be able to get new workers, upgrades, and quests. Have fun in Pixel Clicker."
  1738. -costs 2 basicplayer, -2 basicplayer, -1 questcompleted, -100 exp, -10 medal
  1739. -locks tutorial9
  1740. -named QUEST : Ready to Roll
  1741. *CincoQuest1Event2
  1742. -"Let us begin Cinco de Mayo! Beginning the event will unlock Pinatas, which will appear randomly. Get enough and you will be able to get a Living Sombrero Familiar! Also, your bots can generate sombreros for various upgrades."
  1743. -costs -1 pinatagenerator2
  1744. -locks cincoquest1event2
  1745. -unlocks at 1 cincoeventlevelup2, 9 questcompleted
  1746. -named Begin Cinco de Mayo Event
  1747. *CincoQuest2Event2
  1748. -"Get 50 pinatas and 1000 sombreros from bots, and you will be rewarded with a Living Sombrero Familiar! It can not evolve."
  1749. -costs 50 pinata2, 1000 sombrero2, -5 sombrerotoken, -1 questcompleted, -300 eventexp2, -20 medal
  1750. -unlocks sombrerofamiliar
  1751. -locks cincoquest2event2
  1752. -unlocks at 1 pinata2
  1753. -named QUEST : Legend of the Sombrero
  1754. *CincoQuest3Event2
  1755. -"Amazing work with your Living Sombrero. But how about you get me some not living sombreros."
  1756. -costs 1000 sombrero2, -1 questcompleted, -500 cincoeventexp2, -10 medal
  1757. -locks cincoquest3event2
  1758. -unlocks at 1 sombrerofamiliar, 5 cincoeventlevelup2
  1759. -named QUEST : Legend of the Dead Sombrero
  1760. *CincoQuest4Event2
  1761. -"Your Living Sombrero seems to be fully upgraded, or is it? Turn in even more pinatas and sombreros to upgrade its level limit."
  1762. -costs 30 pinata2, 1000 sombrero2, -1 questcompleted, -200 cincoeventexp2, -10 medal, -5 sombrerotoken
  1763. -locks cincoquest4event2
  1764. -unlocks at 5 sombrerofamiliar, 5 cincoeventlevelup2
  1765. -named QUEST : Age of a New Pinata
  1766. *CincoQuest5Event2
  1767. -"Get rid of yer leftover sombreros here! You will not get them back."
  1768. -costs 2000 sombrero2, -1 questcompleted, -100 cincoeventexp2, -10 medal, -50000 gems
  1769. -locks cincoquest5event2
  1770. -unlocks at 7 cincoeventlevelup2
  1771. -named QUEST : Sombrero Dump
  1772. *LevelQuest1
  1773. -"Woo! You leveled up all the way to level 10! I will reward you, if you turn in 5000 gems, I will double it."
  1774. -costs 5000 gems, -10000 gems, -1 questcompleted
  1775. -locks levelquest1
  1776. -unlocks at 9 questcompleted, 10 levelup
  1777. -named QUEST : Double Gems
  1778. *LevelQuest2
  1779. -"Wow, level 20. I will once again reward you, with free bytecoins!"
  1780. -costs -20 medal, -1 questcompleted
  1781. -locks levelquest2
  1782. -unlocks at 9 questcompleted, 20 levelup
  1783. -named QUEST : Free Bytecoins
  1784. *LevelQuest3
  1785. -"You have been shaping up to be an amazing worker. Gather up 2000 experience and sacrifice them to me, you will not get them back."
  1786. -costs 2000 exp, -1 questcompleted, -5 newb, -20 medal
  1787. -locks levelquest3
  1788. -unlocks at 9 questcompleted, 15 levelup
  1789. -named QUEST : Legendary Pixelian
  1790. *BotQuest1
  1791. -"We have evaluated your progress on quests, and we have decided to allow you to enlist some of us fellow bots. They will cost you 50 bytecoins each, remember that bytecoins can also be used to buy upgrades for bots or other workers. Don't just spend them all on bots."
  1792. -costs 50 medal, -1 bot, -1 questcompleted, -10 medal
  1793. -locks botquest1
  1794. -unlocks bot
  1795. -unlocks at 9 questcompleted, 50 medal
  1796. -named QUEST : Fellow Bots
  1797. *BotQuest2
  1798. -"I am curious on why the bots are still following you, allow me to scan 3 of them. You will get them back."
  1799. -costs 3 bot, -3 bot, -1 questcompleted, -20 medal
  1800. -locks botquest2
  1801. -unlocks at 13 questcompleted, 2 bot
  1802. -named QUEST : Robotic Obedience
  1803. *WorldQuest1
  1804. -"Pretty simple quest, just explore 10 worlds. You may have even done so already."
  1805. -costs 10 worldexplored, -10 worldexplored, -1 questcompleted, -50 exp, -10 medal
  1806. -locks worldquest1
  1807. -unlocks at 9 questcompleted, 3 worldexplored
  1808. -named QUEST : True Explorer
  1809. *WorldQuest2
  1810. -"I request 10 lava seeds, for a hidden project."
  1811. -costs 10 lavaseed, -1 questcompleted, -10 medal
  1812. -locks worldquest2
  1813. -unlocks at 9 questcompleted, 1 lava
  1814. -named QUEST : Need for Seed
  1815. *WorldQuest3
  1816. -"A heist, I guess? Just get me 100 obsidian blocks."
  1817. -costs 100 obsidian, -1 questcompleted, -10 medal
  1818. -locks worldquest3
  1819. -unlocks at 9 questcompleted, 30 obsidian
  1820. -named QUEST : The Obsidian Heist
  1821. *WorldQuest4
  1822. -"I am in the mood for rocky road, you need rocks to make that, right? Anyways, I need 100 granite and 100 marble, also a few obsidian blocks sprinked on top."
  1823. -costs 100 granite, 100 marble, 20 obsidian, -1 questcompleted, -10 medal
  1824. -locks worldquest4
  1825. -unlocks at 14 questcompleted, 35 granite, 35 marble
  1826. -named QUEST : Rocky Road
  1827. *WorldQuest5
  1828. -"My other robo friends wish to get a scanning of lava. I need one for each bot, so just get me 100. You will get them all back."
  1829. -costs 100 lava, -100 lava, -1 questcompleted, -10 medal
  1830. -locks worldquest5
  1831. -unlocks at 9 questcompleted, 40 lava
  1832. -named QUEST : Hot Stuff
  1833. *WorldQuest6
  1834. -"I have seen many worlds in my lifespan. I want to see how many you have been to. Hopefully you have explored 75 of them."
  1835. -costs 75 worldexplored, -75 worldexplored, -1 questcompleted, -10 medal
  1836. -locks worldquest6
  1837. -unlocks at 11 questcompleted, 40 worldexplored
  1838. -named QUEST : Been There, Done That
  1839. *MagicStuffQuest1
  1840. -"I am feeling a little down today. Maybe some of those colorful magic stuff blocks will cheer me up! Get me 200 of them, you will not get them back."
  1841. -costs 200 magicstuff, -1 questcompleted, -2000 gems, -10 medal
  1842. -locks magicstuffquest1
  1843. -unlocks at 9 questcompleted, 40 magicstuff
  1844. -named QUEST : Magic Stuff Frenzy
  1845. *NewbQuest1
  1846. -"My fellow support bots and I have been interested in doing a study. Our study is on the behavior of common newbs against the behavior of evil newbs. I am going to give you 5 evil newbs. We will be checking data on them until they scam 1000 gems. Then, we will be back for them."
  1847. -costs -5 evilnewb, -1 questcompleted
  1848. -unlocks newbquest2
  1849. -unlocks evilnewb
  1850. -locks newbquest1
  1851. -unlocks at 9 questcompleted, 10 newb
  1852. -named QUEST : The Evil Newbs
  1853. *NewbQuest2
  1854. -"We are back for our evil newbs. But, you get to keep all the extra gems they scammed."
  1855. -costs 1000 scammedgems, -1 questcompleted, -10 medal
  1856. -converts scammedgems to gems
  1857. -converts evilnewb to trash
  1858. -locks newbquest2
  1859. -locks evilnewb
  1860. -named QUEST : Retrieval of Evil
  1861. *NewbQuest3
  1862. -"I might be sounding like a newb by saying this but... Donate me 10 newbs. Please."
  1863. -costs 10 newb, -1 questcompleted, -100 exp, -10 medal
  1864. -locks newbquest3
  1865. -unlocks at 9 questcompleted, 6 newb
  1866. -named QUEST : Donation
  1867. *BasicQuest1
  1868. -"The basic players are always the weirdest. I just need to scan 25 of your most basic players. You will get them back unaltered."
  1869. -costs 25 basicplayer, -25 basicplayer, -1 questcompleted, -10 medal
  1870. -locks basicquest1
  1871. -unlocks at 9 questcompleted, 10 basicplayer
  1872. -named QUEST : The Wacky Basics
  1873. *HagglerQuest1
  1874. -"Hagglers are always known for being cunning. Perhaps, you can bribe 5 of them, and enlist them into my robotic army. I mean. Just, give me 5 hagglers. You will not get them back."
  1875. -costs 5 haggler, -1 questcompleted, -500 exp, -10 medal
  1876. -locks hagglerquest1
  1877. -unlocks at 9 questcompleted, 3 haggler
  1878. -named QUEST : The Art of Haggling
  1879. *HagglerQuest2
  1880. -"I am going to be judging your hagglers today. Present me 50 of them, you WILL get all of them back."
  1881. -costs 50 haggler, -50 haggler, -300 exp, -10 medal
  1882. -locks hagglerquest2
  1883. -unlocks at 15 questcompleted, 25 haggler
  1884. -named QUEST : Judging the Hagglers
  1885. *FarmerQuest1
  1886. -"Those farmers are so addicted. Put some of them out of their misery and bring three to me."
  1887. -costs 3 farmer, -1 questcompleted, -500 exp, -10 medal
  1888. -locks farmerquest1
  1889. -unlocks at 9 questcompleted, 2 farmer
  1890. -named QUEST : Farming Hope
  1891. *FalseQuest1
  1892. -"It is not logical to keep these guys on your team. Maybe you can update my logistic database, allow me to study 15 of your false newbs. I will return all of them."
  1893. -costs 15 falsenewb, -15 falsenewb, -1 questcompleted, -200 exp, -10 medal
  1894. -locks falsequest1
  1895. -unlocks at 15 questcompleted, 5 falsenewb
  1896. -named QUEST : False Confusion
  1897. *FalseQuest2
  1898. -"I have updated my logistic database. I still do not see how false newbs can be useful. Allow me to harvest 20 of your false newbs, they will never return, but you will be rewarded handsomely."
  1899. -costs 20 falsenewb, -1 questcompleted, -1500 exp, -30 medal
  1900. -locks falsequest2
  1901. -unlocks at 17 questcompleted, 16 falsenewb
  1902. -named QUEST : False Harvest
  1903. *PixieQuest1
  1904. -"My circuits are fried. One pixie will have to be sacrificed to save me."
  1905. -costs 1 pixie, -1 questcompleted, -10 medal
  1906. -locks pixiequest1
  1907. -unlocks at 18 questcompleted, 2 pixie
  1908. -named QUEST : Pixie Sacrifice
  1909. *DemonQuest1
  1910. -"I will be starting an experiment on these... Demons. I will need to scan 5 of them, you will get them back."
  1911. -costs 5 demon, -5 demon, -1 questcompleted, -10 medal
  1912. -locks demonquest1
  1913. -unlocks demonquest2
  1914. -unlocks at 18 questcompleted, 2 demon
  1915. -named QUEST : Hell Worlds
  1916. *DemonQuest2
  1917. -"The next part of the experiment requires you to get a shipment of a hellspawn demon. This special demon will harvest the souls of the innocent, their performance only requires 300 souls to be stolen, then my experiment will be done."
  1918. -costs -1 hellspawndemon, -1 questcompleted
  1919. -locks demonquest2
  1920. -unlocks demonquest3
  1921. -named QUEST : Hellspawn Demons
  1922. *DemonQuest3
  1923. -"Fantastic! I will be taking my demon back now."
  1924. -costs 300 soul, 1 hellspawndemon, -1 questcompleted, -10 medal
  1925. -locks demonquest3
  1926. -converts soul to nothing
  1927. -named QUEST : Hellspawn Closure
  1928. *BlueDragonQuest1
  1929. -"Before I ask you this, I want you to know it is for science. Give me a blue dragon."
  1930. -costs 1 bluedragon, -1 questcompleted, -30 medal
  1931. -locks bluedragonquest1
  1932. -unlocks at 20 questcompleted, 2 bluedragon
  1933. -named QUEST : Dragon Disappearance
  1934. *HairQuest1
  1935. -"I'm having a bit of a hair issue. I'm going to need some of your hairballs. You may not get them back."
  1936. -costs 3 hairball, -1 questcompleted, -300 exp, -10 medal
  1937. -locks hairquest1
  1938. -unlocks at 9 questcompleted, 1 hairball
  1939. -named QUEST : Bad Hair Day
  1940. *HairQuest2
  1941. -"I'm feeling a bit bad. I want to become a witch! Get me some witch hair strands to help me become a witch."
  1942. -costs 10 witchhairstrand, -1 questcompleted, -200 exp, -10 medal
  1943. -locks hairquest2
  1944. -unlocks at 9 questcompleted, 3 witchhairstrand
  1945. -named QUEST : Witch One
  1946. *HairQuest3
  1947. -"I hear Jake is allergic to witches. I am going to need you to get a bunch of normal hair strands and some witch hair strands, to make a fake decorative jar of hair. It is a thing, trust me."
  1948. -costs 75 shorthairstrand, 25 longhairstrand, 15 witchhairstrand, -1 questcompleted, -200 exp, -10 medal
  1949. -locks hairquest3
  1950. -unlocks at 12 questcompleted, 30 shorthairstrand
  1951. -named QUEST : Witchy Allergies
  1952. *SciFiQuest1
  1953. -"Oo, you got 4000 gems. Try buying a Sci Fi Booster, I simply need to scan 1 glowstick from the booster. You will get the glowstick back."
  1954. -costs 1 glowstick, -1 glowstick, -1 questcompleted, -10 medal
  1955. -locks scifiquest1
  1956. -unlocks at 10 questcompleted, 4000 gems
  1957. -named QUEST : Fictional Science
  1958. *SciFiQuest2
  1959. -"Wow, scifi backgrounds. Those are even better than magic stuff. Try getting 10 scifi background seeds, you will get them back."
  1960. -costs 10 scifiseed, -10 scifiseed, -1 questcompleted, -300 exp, -10 medal
  1961. -locks scifiquest2
  1962. -unlocks at 11 questcompleted, 10 scifibackground
  1963. -named QUEST : A Scientific Background
  1964. *SciFiQuest3
  1965. -"Those aliens keep wanting the leader of Pixel Worlds. Send one to me, you won't get it back."
  1966. -costs 1 alien, -1 questcompleted, -4000 gems, -10 medal
  1967. -locks scifiquest3
  1968. -unlocks at 11 questcompleted, 1 alienscrap
  1969. -named QUEST : The Leader of Pixels
  1970. *MedievalQuest1
  1971. -"Swords are always the most deadly weapons. I will need 15 of them to take into my arsenal."
  1972. -costs 15 sword, -1 questcompleted, -15000 gems, -10 medal
  1973. -locks medievalquest1
  1974. -unlocks at 13 questcompleted, 5 sword
  1975. -named QUEST : Power of the Sword
  1976. *MedievalQuest2
  1977. -"I am not sure what is so special about these thrones. Allow me to harvest 20 of them, and you will get over twice the amount of gems you would have gotten."
  1978. -costs 20 throne, -1 questcompleted, -5000 gems, -10 medal
  1979. -locks medievalquest2
  1980. -unlocks at 13 questcompleted, 5 throne
  1981. -named QUEST : Prized Possession
  1982. *CandyQuest1
  1983. -"I always had a sweet tooth. Get 5 lollipops for me to harvest."
  1984. -costs 5 lolipop, -1 questcompleted, -25000 gems, -10 medal
  1985. -locks candyquest1
  1986. -unlocks at 13 questcompleted, 2 lolipop
  1987. -named QUEST : Sweet Tooth
  1988. *CandyQuest2
  1989. -"These candy backgrounds are so delicious. I need to scan 150 of them to figure out their ingredients. You will get them back."
  1990. -costs 150 candybackground, -150 candybackground, -1 questcompleted, -300 exp, -10 medal
  1991. -locks candyquest2
  1992. -unlocks at 13 questcompleted, 50 candybackground
  1993. -named QUEST : A Tasty Background
  1994. *CandyQuest3
  1995. -"Those Teddy Bears were always so cute and cuddly. Allow me to scan 3 of them, you will get them back unharmed."
  1996. -costs 3 teddybear, -3 teddybear, -1 questcompleted, -10 medal
  1997. -locks candyquest3
  1998. -unlocks at 14 questcompleted, 2 teddybear
  1999. -named QUEST : Teddy Heaven
  2000. *ThugQuest1
  2001. -"I am feeling like a thug today. Get me some microphones and stereos so I can feel hip."
  2002. -costs 10 microphone, 10 stereo, -1 questcompleted, -300000 gems, -10 medal
  2003. -locks thugquest1
  2004. -unlocks at 14 questcompleted, 2 microphone, 2 stereo
  2005. -named QUEST : Thug Bot
  2006. *ThugQuest2
  2007. -"BBB are one of the most valuable farmables, get 10 of those expensive seeds. You will not get them back, but you will get quite a bit in return."
  2008. -costs 10 bbbseed, -1 questcompleted, -250000 gems, -10 medal
  2009. -locks thugquest2
  2010. -unlocks at 14 questcompleted, 10 bbb
  2011. -named QUEST : Bling Bling
  2012. *ShardQuest1
  2013. -"I'm feeling colorful today. Get me some of each rarity of color shards, you won't get it back."
  2014. -costs 30 ccolorshard, 15 uccolorshard, -1 questcompleted, -300000 gems, -10 medal
  2015. -locks shardquest1
  2016. -unlocks at 15 questcompleted, 5 uccolorshard
  2017. -named QUEST : A Splash of Color
  2018. *ShardQuest2
  2019. -"I am creating a spell with my fellow robots. I need some magic and elemental shards."
  2020. -costs 30 ucelementshard, 15 relementshard, 15 rmagicshard, 5 urmagicshard, -1 questcompleted, -700000 gems, -10 medal
  2021. -locks shardquest2
  2022. -unlocks at 15 questcompleted, 2 urmagicshard
  2023. -named QUEST : Magic with Robots
  2024. *ShardQuest3
  2025. -"My circuits are out of wack. I need some tech shards, even a legendary tech shard."
  2026. -costs 15 urtechshard, 1 ltechshard, -1 questcompleted, -1000000 gems, -700 exp, -10 medal
  2027. -locks shardquest3
  2028. -unlocks at 15 questcompleted, 5 urtechshard
  2029. -named QUEST : Repairing Technology
  2030. *ShardQuest4
  2031. -"Us robots are yet again performing an experiment, this time with shards. We will be sending you a crate of negative shard keys, they can be used to open negative shard boosters. You will also get a key every minute. We need you to unlock all 5 negative blueprints, but first we need some magic shards to open the negative portal."
  2032. -costs 10 urmagicshard, -10 negashardkey, -1 negakeygiver, -1 questcompleted, -10 medal
  2033. -locks shardquest4
  2034. -unlocks nega1
  2035. -unlocks nega2
  2036. -unlocks nega3
  2037. -unlocks nega4
  2038. -unlocks nega5
  2039. -unlocks at 15 questcompleted, 5 urmagicshard
  2040. -named QUEST : Negative Power
  2041. *nega1
  2042. -"Oo, this corrupted laser sword seems dangerous."
  2043. -costs 30 cdoomshard, 20 cspiritshard, -1 negatally
  2044. -locks nega1
  2045. -named Corrupted Laser Sword
  2046. *nega2
  2047. -"It can not be seen in the dark, yet in the light it stands out."
  2048. -costs 15 cdoomshard, 5 ucdoomshard, 5 ucspiritshard, -1 negatally
  2049. -locks nega2
  2050. -named Ventablack Cape
  2051. *nega3
  2052. -"The tiki gods are mad."
  2053. -costs 10 rdoomshard, 10 rspiritshard, 3 urdoomshard, 3 urspiritshard, -1 negatally
  2054. -locks nega3
  2055. -named Evil Tiki Mask
  2056. *nega4
  2057. -"It is not so glimmering anymore."
  2058. -costs 10 ucspiritshard, 5 urdoomshard, 2 urspiritshard, -1 negatally
  2059. -locks nega4
  2060. -named Corrupted Necklace
  2061. *nega5
  2062. -"This is the most negative out of all of them."
  2063. -costs 10 rdoomshard, 5 urspiritshard, 1 ldoomshard, -1 negatally
  2064. -locks nega5
  2065. -named Chaotic Flame Sword
  2066. *ShardQuest5
  2067. -"I see you have successfully obtained all the negative items. We will be removing all the remaining shards and keys from you. You will also be getting a huge reward for your participation in this experiment."
  2068. -costs 1 negakeygiver, -1 questcompleted, -2000000 gems, -1500 exp, -20 medal
  2069. -locks shardquest5
  2070. -unlocks at 5 negatally
  2071. -converts cdoomshard to nothing
  2072. -converts ucdoomshard to nothing
  2073. -converts rdoomshard to nothing
  2074. -converts urdoomshard to nothing
  2075. -converts ldoomshard to nothing
  2076. -converts cspiritshard to nothing
  2077. -converts ucspiritshard to nothing
  2078. -converts rspiritshard to nothing
  2079. -converts urspiritshard to nothing
  2080. -converts negashardkey to nothing
  2081. -named QUEST : End of the Negative Shards
  2082. *ShardQuest6
  2083. -"The Pixel Rangers are back at it again! Capture and send 5 of them to our headquarters, you will not get them back."
  2084. -costs 5 pixelranger, -1 questcompleted, -10 medal, -1000000 gems
  2085. -locks shardquest6
  2086. -unlocks at 15 questcompleted, 2 pixelranger
  2087. -named QUEST : Attack of the Rangers
  2088. *FoodQuest1
  2089. -"My sensors are detecting food, gimme 300 of your ripest apples. You will not get them back."
  2090. -costs 300 apple, -1 questcompleted, -10 medal
  2091. -locks foodquest1
  2092. -unlocks at 20 questcompleted, 40 apple
  2093. -named QUEST : Apple Haven
  2094. *FoodQuest2
  2095. -"I am detecting an ample supply of pineapples. Allow me to gather 25 of your finest pineapples. You will not get them back."
  2096. -costs 25 pineapple, -1 questcompleted, -10 medal
  2097. -locks foodquest2
  2098. -unlocks at 20 questcompleted, 11 pineapple
  2099. -named QUEST : Pineapple Above the Sea
  2100. *FoodQuest3
  2101. -"I am feeling so blue... I need some blueberries to cheer me up. You will not get them back."
  2102. -costs 250 blueberry, -1 questcompleted, -10 medal
  2103. -locks foodquest3
  2104. -unlocks at 25 questcompleted, 120 blueberry
  2105. -named QUEST : The Blues
  2106. *FoodQuest5
  2107. -"Ah, I love strawberries. I demand you obtain some for me. You will not get them back.”
  2108. -costs 100 strawberry, -1 questcompleted, -10 medal
  2109. -locks foodquest5
  2110. -unlocks at 27 questcompleted, 80 strawberry
  2111. -named QUEST : All Red
  2112. *FoodQuest4
  2113. -"Me hungry, need sandwich. NOW! You will not get it back."
  2114. -costs 1 purplesandwich, -1 questcompleted, -10 medal
  2115. -locks foodquest4
  2116. -unlocks at 35 questcompleted, 10 foodvoucher
  2117. -named QUEST : Yummy Sandwich
  2118. *FossilQuest1
  2119. -"I too am researching on the subject of fossils. Please, let me have 5 of them. You will not get them back, but will be rewarded handsomely."
  2120. -costs 5 fossil, -1 questcompleted, -20 medal
  2121. -locks fossilquest1
  2122. -unlocks at 25 questcompleted, 50 bonedust
  2123. -named QUEST : Jurassic Pixel
  2124. *FossilQuest2
  2125. -"Allow me to examine 2 Winged Humanoids. You will get them back."
  2126. -costs 2 wingedhumanoid, -2 wingedhumanoid, -10 medal
  2127. -locks fossilquest2
  2128. -unlocks at 35 questcompleted, 2 fossil
  2129. -named QUEST : Winged Mayhem
  2130. *CloverQuest1
  2131. -"I know the Leprechaun has his own quest thingy. But I want some of those cloverleaves too! Get me 20 of them, you will not get them back."
  2132. -costs 20 cloverleaf, -1 questcompleted, -1000 exp, -10 medal
  2133. -locks cloverquest1
  2134. -unlocks at 12 questcompleted, 10 cloverleaf
  2135. -named QUEST : Lucky Charms
  2136. *EasterQuest1
  2137. -"My witch instincts are active again. This time I will need 20 witch hair strands and 5 witch cloths, they will be used up in my transformation."
  2138. -costs 20 witchhairstrand, 5 witchcloth, -1 questcompleted, -5000000 gems, -10 medal
  2139. -locks easterquest1
  2140. -unlocks at 16 questcompleted, 1 witchcloth
  2141. -named QUEST : Witch Heart
  2142. *EasterQuest2
  2143. -"Squeak squeak! I need to jump up and down. Get me a pair of bunny ears, will ya."
  2144. -costs 1 bunnyears, -1 questcompleted, -10000000 gems, -10 medal
  2145. -locks easterquest2
  2146. -unlocks at 16 questcompleted, 1 bunnyears
  2147. -named QUEST : Squeak Squeak
  2148. *EasterQuest3
  2149. -"I need to figure out how chicks are so useful. Allow me to scan 3 of them, you will get them back."
  2150. -costs 3 chick, -3 chick, -1 questcompleted, -2500000 gems, -10 medal
  2151. -locks easterquest3
  2152. -unlocks at 16 questcompleted, 1 chick
  2153. -named QUEST : Them Chicks
  2154. *EggQuest1
  2155. -"I am having a bit of a sweet tooth today. I need 400 chocolate eggs to satisfy my hunger."
  2156. -costs 400 chocolateegg, -1 questcompleted, -10 medal
  2157. -locks eggquest1
  2158. -unlocks at 18 questcompleted, 50 chocolateegg
  2159. -named QUEST : I Need Chocolate
  2160. *EggQuest2
  2161. -"The easter bunny requires my robotic assistance. Deliver 10 of each type of egg, and I will reward you."
  2162. -costs 10 orangeegg, 10 blueegg, 10 violetegg, -1 questcompleted, -5000000 gems, -10 medal
  2163. -locks eggquest2
  2164. -unlocks at 18 questcompleted, 100 basketcharge
  2165. -named QUEST : Egg Questing
  2166. *SamuraiQuest1
  2167. -"You would think they would be farmable. Deliver me 50 of those bamboos, you will not get them back."
  2168. -costs 50 bamboo, -1 questcompleted, -10000000 gems, -10 medal
  2169. -locks samuraiquest1
  2170. -unlocks at 18 questcompleted, 10 bamboo
  2171. -named QUEST : The Bamboo Plague
  2172. *SamuraiQuest2
  2173. -"Back in Feudal Japan, the Samurai were popular. Everyone hired a samurai! And I want to hire one too. So send me one, you will never get it back."
  2174. -costs 1 samurai, -1 questcompleted, -5000 exp, -10 medal
  2175. -locks samuraiquest2
  2176. -unlocks at 18 questcompleted, 1 samurai
  2177. -named QUEST : Back in Feudal Japan
  2178. *SamuraiQuest3
  2179. -"I am in the mood for tea. Get me some tea sets so I can crack open a hot one with Jake."
  2180. -costs 20 teaset, -1 questcompleted, -3000 exp, -10 medal
  2181. -locks samuraiquest3
  2182. -unlocks at 18 questcompleted, 10 teaset
  2183. -named QUEST : Cracking Open a Hot One
  2184. *PlatformQuest1
  2185. -"So many coins. I need to scan 5 of them, you will get them back."
  2186. -costs 5 coin, -5 coin, -1 questcompleted, -10 medal
  2187. -locks platformquest1
  2188. -unlocks at 25 questcompleted, 1 coin
  2189. -named QUEST : Coin Mayhem
  2190. *PlatformQuest2
  2191. -"Rate me 3 out of 5 stars. Don't ask why, just do it. You will not get your stars back."
  2192. -costs 3 star, -1 questcompleted, -20 medal
  2193. -locks platformquest2
  2194. -unlocks at 26 questcompleted, 1 platformer
  2195. -named QUEST : Robo Critic
  2196. *StrongQuest1
  2197. *IdleQuest1
  2198. *DankQuest1
  2199. *WorkQuest1
  2200. *Leprechaun1
  2201. -"I see you have picked up one of my cloverleaves. Bring 5 and I will reward you with a gnome, and one of my kind."
  2202. -costs 5 cloverleaf, -1 leprechaun, -1 gnome
  2203. -unlocks leprechaun
  2204. -unlocks at 1 cloverleaf
  2205. -unlocks leprechaun2
  2206. -named Leprechaun Cave : Part 1
  2207. *Leprechaun2
  2208. -"Fantastic, get me 10 more and I will give you TWO gnomes."
  2209. -costs 10 cloverleaf, -2 gnome
  2210. -unlocks leprechaun3
  2211. -named Leprechaun Cave : Part 2
  2212. *Leprechaun3
  2213. -"Amazing work! Get me 20 of those leaves and I'll hand over five gnomes."
  2214. -costs 20 cloverleaf, -5 gnome
  2215. -unlocks leprechaun4
  2216. -named Leprechaun Cave : Part 3
  2217. *Leprechaun4
  2218. -"You're doing good. Get me 30 more and I'll give you ten gnomes."
  2219. -costs 30 cloverleaf, -10 gnome
  2220. -unlocks leprechaun5
  2221. -named Leprechaun Cave : Part 4
  2222. *Leprechaun5
  2223. -"Glorious. Give me 50 more and I'll give you another ten gnomes."
  2224. -costs 50 cloverleaf, -10 gnome
  2225. -unlocks leprechaun6
  2226. -named Leprechaun Cave : Part 5
  2227. *Leprechaun6
  2228. -"Great! Get me 100 more and I'll give you five gnomes."
  2229. -costs 100 cloverleaf, -5 gnome
  2230. -unlocks leprechaun7
  2231. -named Leprechaun Cave : Part 6
  2232. *Leprechaun7
  2233. -"So many clovers! Get me 125 more leaves and I'll hand over 20 gnomes!"
  2234. -costs 125 cloverleaf, -20 gnome
  2235. -unlocks leprechaun8
  2236. -named Leprechaun Cave : Part 7
  2237. *Leprechaun8
  2238. -"WOW! Get me 150 more and I'll give you 15 more gnomes!"
  2239. -costs 150 cloverleaf, -15 gnome
  2240. -unlocks leprechaun9
  2241. -named Leprechaun Cave : Part 8
  2242. *Leprechaun9
  2243. -"I've almost got everything I need. Gimme 175 more and you'll get 10 more gnomes."
  2244. -costs 175 cloverleaf, -10 gnome
  2245. -unlocks leprechaun10
  2246. -named Leprechaun Cave : Part 9
  2247. *Leprechaun10
  2248. -"WOW! Get me 200 more and you'll get a pair of clover wings, you can turn it in for one special upgrade."
  2249. -costs 200 cloverleaf, -1 cloverwings
  2250. -locks leprechaun1
  2251. -locks leprechaun2
  2252. -locks leprechaun3
  2253. -locks leprechaun4
  2254. -locks leprechaun5
  2255. -locks leprechaun6
  2256. -locks leprechaun7
  2257. -locks leprechaun8
  2258. -locks leprechaun9
  2259. -locks leprechaun10
  2260. -named Leprechaun Cave : Part 10
  2261. *MagicStuffPack
  2262. -"Get a dose of magic stuff! Which is superior to soil blocks in many ways."
  2263. -costs 30 marble, 30 obsidian, -30 magicstuff
  2264. -locks magicstuffpack
  2265. -unlocks at 10 marble, 10 obsidian
  2266. -named Magic Stuff Pack
  2267. *Influence
  2268. -"Your newbs started bringing in some basic players.<br>Unlocks <b>basic players</b>."
  2269. -costs 50 gems
  2270. -unlocks at 30 gems, 1 newb
  2271. -unlocks basicplayer
  2272. -named Influence : Basic Players
  2273. *BargainBin
  2274. -"Dark Pixies are that cheap?<br>Unlocks <b>hagglers</b>."
  2275. -costs 500 gems
  2276. -unlocks at 500 gems, 1 basicplayer
  2277. -unlocks haggler
  2278. -named Bargain Bin : Hagglers
  2279. *LuxuryFarm
  2280. -"You've gotten enough luxury farmables to start reeling in true farmers.<br>Unlocks <b>farmers</b>."
  2281. -costs 3000 gems
  2282. -unlocks at 3000 gems, 1 haggler
  2283. -unlocks farmer
  2284. -named Luxury Farm : Farmer
  2285. *FalseHood
  2286. -"It's time to take it to the next level. Legitimate ways may have gotten you this far. But these false newbs will get you any cheap thing you desire.<br>Unlocks <b>false newbs</b>."
  2287. -costs 20000 gems
  2288. -unlocks at 20000 gems, 1 farmer
  2289. -unlocks falsenewb
  2290. -named False Hood : False Newbs
  2291. *MagicPower
  2292. -"Sparkling through the wind. A pixie approaches you.<br>Unlocks <b>pixies</b>."
  2293. -costs 100000 gems
  2294. -unlocks at 100000 gems, 1 falsenewb
  2295. -unlocks pixie
  2296. -named Magic Power : Pixies
  2297. *Underworld
  2298. -"The depths of the underworld scream with the souls of the innocent.<br><b>Unlocks <b>demons</b>."
  2299. -costs 5000000 gems
  2300. -unlocks at 500000 gems, 1 pixie
  2301. -unlocks demon
  2302. -named Underworld : Demons
  2303. *DragonNest
  2304. -"The ancient beast rawrs at you!<br><b>Unlocks <b>blue dragons</b>."
  2305. -costs 50000000 gems
  2306. -unlocks at 15000000 gems, 1 demon
  2307. -unlocks bluedragon
  2308. -named Dragon Nest : Blue Dragons
  2309. *RangerForce
  2310. -"The Pixel Rangers are coming, but they need their shards!<br>Unlocks <b>pixel rangers</b>."
  2311. -costs 1 RMagicShard
  2312. -unlocks at 1 rmagicshard
  2313. -unlocks pixelranger
  2314. -named Ranger Force : Pixel Rangers
  2315. *GoldenGuardianTurnIn
  2316. -"Wow! You got the grand prize. The Golden Guardian Voucher. Just turn it in here to get a Golden Guardian."
  2317. -costs 1 goldenguardianvoucher, -1 goldenguardian
  2318. -unlocks at 1 goldenguardianvoucher
  2319. -unlocks goldenguardian
  2320. -named Golden Guardian Voucher Turn-In
  2321. *DarkPixieTurnIn
  2322. -"Wow! You got the grand prize. The Dark Pixie Voucher. Just turn it in here to get a Dark Pixie."
  2323. -costs 1 darkpixievoucher, -1 darkpixie
  2324. -unlocks at 1 darkpixievoucher
  2325. -unlocks darkpixie
  2326. -named Dark Pixie Voucher Turn-In
  2327. *PlagueDocTurnIn
  2328. -"Wow! You got the grand prize. The Plague Doc Voucher. Just turn it in here to get a Plague Doc."
  2329. -costs 1 plaguedocvoucher, -1 plaguedoc
  2330. -unlocks at 1 plaguedocvoucher
  2331. -unlocks plaguedoc
  2332. -named Plague Doc Voucher Turn-In
  2333. *LionTurnIn
  2334. -"Wow! You got the grand prize. The Lion Voucher. Just turn it in here to get a Lion."
  2335. -costs 1 lionvoucher, -1 lion
  2336. -unlocks at 1 lionvoucher
  2337. -unlocks lion
  2338. -named Lion Voucher Turn-In
  2339. *HorseTurnIn
  2340. -"Wow! You got the grand prize. The Horse Voucher. Just turn it in here to get a Horse."
  2341. -costs 1 horsevoucher, -1 horse
  2342. -unlocks at 1 horsevoucher
  2343. -unlocks horse
  2344. -named Horse Voucher Turn-In
  2345. *UnicornTurnIn
  2346. -"Wow! You got the grand prize. The Unicorn Voucher. Just turn it in here to get a Unicorn."
  2347. -costs 1 unicornvoucher, -1 unicorn
  2348. -unlocks at 1 unicornvoucher
  2349. -unlocks unicorn
  2350. -named Unicorn Voucher Turn-In
  2351. *AlienCostumeUnlock
  2352. -"3 costume scraps... And, an alien! Just turn in 2 alien costume scraps here and get an alien."
  2353. -costs 3 alienscrap, -1 alien
  2354. -unlocks at 1 alienscrap
  2355. -unlocks alien
  2356. -named Alien Costume Formation
  2357. *CherubGlue
  2358. -"Glue together 5 feathers and get your very own cherub!"
  2359. -costs 5 cherubfeather, -1 cherub
  2360. -unlocks at 5 cherubfeather
  2361. -unlocks cherub
  2362. -named Cherub Glue
  2363. *BearUnlock
  2364. -"Wow, a teddy bear voucher! Just turn it in here for your very own Teddy Bear!"
  2365. -costs 1 teddybearvoucher, -1 teddybear
  2366. -unlocks at 1 teddybearvoucher
  2367. -unlocks teddybear
  2368. -named Teddy Bear Voucher Turn-In
  2369. *LordUnlock
  2370. -"Time to unlock The Lord. Just turn your voucher in here to get The Lord."
  2371. -costs 1 lordvoucher, -1 lord
  2372. -unlocks at 1 lordvoucher
  2373. -unlocks lord
  2374. -named Lord Voucher Turn-In
  2375. *BlingBuddyUnlock
  2376. -"Unlock a hip Bling Bling Buddy here! Just turn in your voucher."
  2377. -costs 1 blingblingbuddyvoucher, -1 blingblingbuddy
  2378. -unlocks at 1 blingblingbuddyvoucher
  2379. -unlocks blingblingbuddy
  2380. -named Bling Bling Buddy Voucher Turn-In
  2381. *ChickUnlock
  2382. -"Unlock a cute little chick. Just craft one with 10 chick cloths."
  2383. -costs 10 chickcloth, -1 chick
  2384. -unlocks at 10 chickcloth
  2385. -unlocks chick
  2386. -named Chick Costume Formation
  2387. *WitchUnlock
  2388. -"Unlock a wicked witch. Just craft one with 10 witch cloths."
  2389. -costs 10 witchcloth, -1 witch
  2390. -unlocks at 10 witchcloth
  2391. -unlocks witch
  2392. -named Witch Formation
  2393. *BunnyUnlock
  2394. -"Unlock a cute little bunny. Just craft one with 2 bunny ears."
  2395. -costs 2 bunnyears, -1 bunny
  2396. -unlocks at 2 bunnyears
  2397. -unlocks bunny
  2398. -named Bunny Costume Formation
  2399. *SamuraiUnlock
  2400. -"Unlock a glorious samurai. Normally it needs more than just a katana, but this one is feeling nice."
  2401. -costs 1 katana, -1 samurai
  2402. -unlocks at 1 katana
  2403. -unlocks samurai
  2404. -named Hire a Samurai
  2405. *EggBasketUnlock
  2406. -"Unlock your egg basket. It takes 1 minute and 40 seconds to charge."
  2407. -costs 150 chocolateegg, 50000000 gems, -1 youreggbasketcharger
  2408. -unlocks at 100 chocolateegg
  2409. -named Easter Egg Basket
  2410. *PlatformerUnlock
  2411. -"Unlock the platformer. With 5 stars you can get one of them!"
  2412. -costs 5 star, -1 platformer
  2413. -unlocks at 1 star
  2414. -unlocks platformer
  2415. -named The Platformer's Introduction
  2416. *YourOwnWorld
  2417. -"Get your own parkour! You'll get 1 star every 10 minutes. You can upgrade your parkour with blocks to give more stars."
  2418. -costs 300000000 gems, 100 trap, 1000 granite, 1000 marble, 1000 obsidian, 500 lava, -1 yourworld
  2419. -unlocks at 30 trap
  2420. -named Your Own World
  2421. *FFMUnlock
  2422. -"Unlock the Familiar Food Machine! You know, you should do something with all that fruit you’ve been collecting. How about, we make some familiar food!"
  2423. -costs 500 granite, 50 apple
  2424. -unlocks ffm
  2425. -unlocks at 50 apple, 25 blueberry, 10 strawberry, 5 pineapple
  2426. -named How Familiar : Familiar Food Machine
  2427. *BunnyFamiliarUnlock
  2428. -"Get a Bunny Familiar. Lets you level up a Bunny Familiar until it reaches level 5, then it can evolve."
  2429. -costs 10000 gems, -5 bunnytoken
  2430. -unlocks at 5 foodvoucher
  2431. -unlocks bunnyfamiliar
  2432. -named Bunny Familiar Unlock
  2433. *TummyBunnyEvolve
  2434. -"Evolve a Bunny Familiar into a Tummy Bunny. Level it up until level 5, then it can evolve."
  2435. -costs 5 bunnyfamiliar, -5 bunnytoken
  2436. -unlocks at 5 bunnyfamiliar
  2437. -unlocks tummybunnyfamiliar
  2438. -locks bunnyfamiliar
  2439. -named Tummy Bunny Evolution
  2440. *PinkBunnyEvolve
  2441. -"Evolve a Tummy Bunny Familiar into a Pink Bunny. Level it up until level 5, then it can evolve."
  2442. -costs 5 tummybunnyfamiliar, -5 bunnytoken
  2443. -unlocks at 5 tummybunnyfamiliar
  2444. -unlocks pinkbunnyfamiliar
  2445. -locks tummybunnyfamiliar
  2446. -named Pink Bunny Evolution
  2447. *CoolBunnyEvolve
  2448. -"Good if you do not want to work much. Evolve a Pink Bunny Familiar into a Cool Bunny. Level it up until level 5, this is the end of the Bunny line."
  2449. -costs 5 pinkbunnyfamiliar, -5 bunnytoken
  2450. -unlocks at 5 pinkbunnyfamiliar
  2451. -unlocks coolbunnyfamiliar
  2452. -locks pinkbunnyfamiliar
  2453. -locks darkbunnyevolve
  2454. -named Cool Bunny Evolution
  2455. *DarkBunnyEvolve
  2456. -"Good if you want mass profit. Evolve a Pink Bunny Familiar into a Dark Bunny. Level it up until level 5, this is the end of the Bunny line."
  2457. -costs 5 pinkbunnyfamiliar, -5 bunnytoken
  2458. -unlocks at 5 pinkbunnyfamiliar
  2459. -unlocks darkbunnyfamiliar
  2460. -locks pinkbunnyfamiliar
  2461. -locks coolbunnyevolve
  2462. -named Dark Bunny Evolution
  2463. *CrowUnlock
  2464. -"Get a Crow Familiar. Lets you level up a Crow Familiar until it reaches level 5, then it can evolve."
  2465. -costs 100000 gems, -5 crowtoken
  2466. -unlocks at 5 foodvoucher
  2467. -unlocks crowfamiliar
  2468. -named Crow Familiar Unlock
  2469. *RavenEvolve
  2470. -"Evolve a Crow Familiar into a Raven. Level it up until level 10, this is the end of the Crow line."
  2471. -costs 5 crowfamiliar, -10 crowtoken
  2472. -unlocks at 5 crowfamiliar
  2473. -unlocks ravenfamiliar
  2474. -locks crowfamiliar
  2475. -named Raven Evolution
  2476. *MiniBotUnlock
  2477. -"Get a Mini Bot Familiar. You can level it up until it reaches level 5, then it can evolve."
  2478. -costs 1000000 gems, -5 minibottoken
  2479. -unlocks at 5 foodvoucher
  2480. -unlocks minibotfamiliar
  2481. -named Mini Bot Familiar Unlock
  2482. *HandyBotEvolve
  2483. -"Evolve a Mini Bot Familiar into a Handy Bot. Level it up until level 5, then it can evolve."
  2484. -costs 5 minibotfamiliar, -5 minibottoken
  2485. -unlocks at 5 minibotfamiliar
  2486. -unlocks handybotfamiliar
  2487. -locks minibotfamiliar
  2488. -named Handy Bot Evolution
  2489. *ElectroBotEvolve
  2490. -"Good if you do not want to work as much. Evolve a Handy Bot Familiar into an Electro Bot. Level it up until level 5, this is the end of the Bot line."
  2491. -costs 5 handybotfamiliar, -5 minibottoken
  2492. -unlocks at 5 handybotfamiliar
  2493. -unlocks electrobotfamiliar
  2494. -locks handybotfamiliar
  2495. -locks happybotevolve
  2496. -named Electro Bot Evolution
  2497. *HappyBotEvolve
  2498. -"Good if you want mass profit. Evolve a Mini Bot Familiar into a Happy Bot. Level it up until level 5, this is the end of the Bot line."
  2499. -costs 5 minibotfamiliar, -5 minibottoken
  2500. -unlocks at 5 handybotfamiliar
  2501. -unlocks happybotfamiliar
  2502. -locks handybotfamiliar
  2503. -locks electrobotevolve
  2504. -named Happy Bot Evolution
  2505. *GremlinUnlock
  2506. -"Get a Gremlin Familiar. You can level it up until it reaches level 5, then it can evolve."
  2507. -costs 2000000 gems, -5 gremlintoken
  2508. -unlocks at 5 foodvoucher
  2509. -unlocks gremlinfamiliar
  2510. -named Gremlin Familiar Unlock
  2511. *BoggartEvolve
  2512. -"Evolve a Gremlin Familiar into a Boggart. Level it up until level 5, then it can evolve."
  2513. -costs 5 gremlinfamiliar, -5 gremlintoken
  2514. -unlocks at 5 gremlinfamiliar
  2515. -unlocks boggartfamiliar
  2516. -locks gremlinfamiliar
  2517. -named Boggart Evolution
  2518. *ImpEvolve
  2519. -"Evolve a Boggart Familiar into an Imp. Level it up until level 5, then it can evolve."
  2520. -costs 5 boggartfamiliar, -5 gremlintoken
  2521. -unlocks at 5 boggartfamiliar
  2522. -unlocks impfamiliar
  2523. -locks boggartfamiliar
  2524. -named Imp Evolution
  2525. *WaterImpEvolve
  2526. -"Focuses on blue food. Evolve an Imp Familiar into a Water Imp. Level it up until level 5, then it can evolve."
  2527. -costs 5 impfamiliar, -5 gremlintoken
  2528. -unlocks at 5 impfamiliar
  2529. -unlocks waterimpfamiliar
  2530. -locks impfamiliar
  2531. -locks fireimpevolve
  2532. -named Water Imp Evolution
  2533. *FireImpEvolve
  2534. -"Focuses on red food. Evolve an Imp Familiar into a Fire Imp. Level it up until level 5, then it can evolve."
  2535. -costs 5 impfamiliar, -5 bunnytoken
  2536. -unlocks at 5 impfamiliar
  2537. -unlocks fireimpfamiliar
  2538. -locks impfamiliar
  2539. -locks waterimpevolve
  2540. -named Fire Imp Evolution
  2541. *SplasherEvolve
  2542. -"Evolve a Water Imp Familiar into a Splasher. Level it up until level 5, this is the end of the Gremlin line."
  2543. -costs 5 waterimpfamiliar, -5 gremlintoken
  2544. -unlocks at 5 waterimpfamiliar
  2545. -unlocks splasherfamiliar
  2546. -locks waterimpfamiliar
  2547. -named Splasher Evolution
  2548. *FlamerEvolve
  2549. -"Evolve a Fire Imp Familiar into a Flamer. Level it up until level 5, this is the end of the Gremlin line."
  2550. -costs 5 fireimpfamiliar, -5 gremlintoken
  2551. -unlocks at 5 fireimpfamiliar
  2552. -unlocks flamerfamiliar
  2553. -locks fireimpfamiliar
  2554. -named Flamer Evolution
  2555. *NinjaPickleUnlock
  2556. -"This is a truly special familiar. You can level it uo until it reaches level 5, then it can evolve."
  2557. -costs 2 purplejello, -5 pickletoken
  2558. -unlocks at 5 ravenfamiliar, 50 pineapple
  2559. -unlocks ninjapicklefamiliar
  2560. -named Ninja Pickle Familiar Unlock
  2561. *SenseiPickleEvolve
  2562. -"Evolve a Ninja Pickle Familiar into a Sensei Pickle. Level it up until level 10, this is the end of the Pickle line."
  2563. -costs 5 ninjapicklefamiliar, -5 pickletoken
  2564. -unlocks at 5 ninjapicklefamiliar
  2565. -unlocks senseipicklefamiliar
  2566. -locks ninjapicklefamiliar
  2567. -named Sensei Pickle Evolution
  2568. *pixelgems
  2569. -"You're not quite sure how gems even exist, but those guys down the street seem to be pretty good at making them.<br>Gem income <b>+5%</b>."
  2570. -costs 1000 gems
  2571. -multiplies income of gems by 105%
  2572. -unlocks at 500 gems
  2573. -named Pixelated Gems
  2574. *ShinyGems
  2575. -"Those are the shiniest gems you've ever seen. You just might take one home as a souvenir.<br>Gem income <b>+5%</b>."
  2576. -costs 1000 gems
  2577. -multiplies income of gems by 105%
  2578. -unlocks at 500 gems
  2579. -named Shinier Gems
  2580. *RefinedGems
  2581. -"These are kind of a big deal.<br>Gem income <b>+5%</b>."
  2582. -costs 1000 gems
  2583. -multiplies income of gems by 105%
  2584. -unlocks at 500 gems
  2585. -named Refined Gems
  2586. *SuperSecretBlock
  2587. -"You're not even sure what's in it!<br>Gem income <b>+10%</b>."
  2588. -costs 100000 gems
  2589. -multiplies income of gems by 110%
  2590. -unlocks at 10000 gems
  2591. -named Super-Secret Block
  2592. *PureMethods
  2593. -"You're kind of sad to see the scammy ways go, but you've got the moderators on your back. So long, scammers!<br>Gem income <b>+10%</b>."
  2594. -costs 100000 gems
  2595. -multiplies income of gems by 110%
  2596. -unlocks at 10000 gems
  2597. -named Pure Methods
  2598. *ExtraPriceyItems
  2599. -"It's barely even rare at all, but by golly is it the most expensive.<br>Gem income <b>+10%</b>."
  2600. -costs 100000 gems
  2601. -multiplies income of gems by 110%
  2602. -unlocks at 10000 gems
  2603. -named Extra-Pricey Items
  2604. *MagicGems
  2605. -"Not actually magic, although they do glow with an ominous green light.<br>Gem income <b>+15%</b>."
  2606. -costs 10000000 gems, 1 urmagicshard
  2607. -multiplies income of gems by 115%
  2608. -unlocks at 1000000 gems
  2609. -named Magic Gems
  2610. *PrizeWinningFarmables
  2611. -"They're so gorgeous you just might cry.<br>Gem income <b>+15%</b>."
  2612. -costs 10000000 gems
  2613. -multiplies income of gems by 115%
  2614. -unlocks at 1000000 gems
  2615. -named Prize-Winning Farmables
  2616. *ExtractedGems
  2617. -"It's time to bring out the big guns - no more shall your gems be garnished with measly bits of soil!<br>Gem income <b>+15%</b>."
  2618. -costs 10000000 gems
  2619. -multiplies income of gems by 115%
  2620. -unlocks at 1000000 gems
  2621. -named Whole Extracted Gems
  2622. *MagneticGems
  2623. -"The gems go to you!<br>Gem income<b>+15%</b>."
  2624. -costs 100000000 gems
  2625. -multiplies income of gems by 115%
  2626. -unlocks at 10000000 gems
  2627. -named Magnetic Gems
  2628. *ClusterGems
  2629. -"They're all bunched up!<br>Gem income<b>+15%</b>."
  2630. -costs 500000000 gems
  2631. -multiplies income of gems by 115%
  2632. -unlocks at 250000000 gems
  2633. -named Cluster Gems
  2634. *LegendaryGems
  2635. -"A true legend.<br><b>Gem income<b>+20%</b>."
  2636. -costs 1000000000 gems, 10 ltechshard, 10lmagicshard
  2637. -multiplies income of gems by 120%
  2638. -unlocks at 500000000 gems
  2639. -named Legendary Gems
  2640. *TrappedGems
  2641. -"Watch out!<br><b>Gem income<b>+20%</b>."
  2642. -costs 3000000000 gems, 250 trap
  2643. -multiplies income of gems by 120%
  2644. -unlocks at 50 trap
  2645. -named Trapped Gems
  2646. *GoldenGuardianV2
  2647. -"Time to make this worker more relevant!<br><b>Golden Guardians</b> are <b>500%</b> more efficient."
  2648. -costs 3000000 gems
  2649. -multiplies efficiency of goldenguardian by 500%
  2650. -unlocks at 2500000 gems, 1 goldenguardian
  2651. -named Golden Guardian V2
  2652. *DarkPixieV2
  2653. -"Time to make this worker more relevant!<br><b>Dark Pixies</b> are <b>500%</b> more efficient."
  2654. -costs 3000000 gems
  2655. -multiplies efficiency of darkpixie by 500%
  2656. -unlocks at 2500000 gems, 1 darkpixie
  2657. -named Dark Pixie V2
  2658. *PlagueDocV2
  2659. -"Time to make this worker more useful!<br><b>Plague Docs</b> are <b>500%</b> more efficient."
  2660. -costs 3000000 gems
  2661. -multiplies efficiency of plaguedoc by 500%%
  2662. -unlocks at 2500000 gems, 1 plaguedoc
  2663. -named Plague Doc V2
  2664. *LionV2
  2665. -"Time to make this worker more useful!<br><b>Lions</b> are <b>500%</b> more efficient."
  2666. -costs 3000000 gems
  2667. -multiplies efficiency of lion by 500%
  2668. -unlocks at 2500000 gems, 1 lion
  2669. -named Lion V2
  2670. *HorseV2
  2671. -"Time to make this worker more useful!<br><b>Horses</b> are <b>500%</b> more efficient."
  2672. -costs 3000000 gems
  2673. -multiplies efficiency of horse by 500%
  2674. -unlocks at 2500000 gems, 1 horse
  2675. -named Horse V2
  2676. *UnicornV2
  2677. -"Time to make this worker more useful!<br><b>Unicorns</b> are <b>thrice</b> as efficient."
  2678. -costs 3000000 gems
  2679. -multiplies efficiency of unicorn by 300%
  2680. -unlocks at 2500000 gems, 1 unicorn
  2681. -named Unicorn V2
  2682. *FreakoResurrection
  2683. -"Oh jeez.<br><b>Aliens</b> are <b>150%</b> more efficient."
  2684. -costs 500000 gems, 20 glowstick
  2685. -multiplies efficiency of alien by 150%
  2686. -unlocks at 20 glowstick, 5 alien
  2687. -named Freako Resurrection
  2688. *AlienOrb
  2689. -"FrEaKy!<br><b>Aliens</b> are <b>150%</b> more efficient."
  2690. -costs 20 UCElementShard, 5 RMagicShard
  2691. -multiplies efficiency of alien by 150%
  2692. -unlocks at 1 alien, 1 rmagicshard
  2693. -named Alien Orb
  2694. *DarkCape
  2695. -"The cape radiates on the Lord's back.<br><b>The Lord</b> is <b>150%</b> more efficient."
  2696. -costs 10 URMagicShard, 5 URTechShard
  2697. -multiplies efficiency of lord by 200%
  2698. -unlocks at 1 lord, 1 urmagicshard, 1 urtechshard
  2699. -named Dark Cape
  2700. *GlimmerNecklace
  2701. -"Bling bling! This necklace is full of it!<br><b>Bling Bling Buddy</b> is <b>150%</b> more efficient."
  2702. -costs 15 RElementShard, 5 RMagicShard
  2703. -multiplies efficiency of blingblingbuddy by 200%
  2704. -unlocks at 1 blingblingbuddy, 5 relementshard
  2705. -named Glimmer Necklace
  2706. *ForestOrb
  2707. -"A mysterious orb that makes everything a forest. Seems familiar.<br><b>Newbs + Farmers</b> are <b>twice</b> as efficient."
  2708. -costs 750000 gems, 100 Granite, 100 Marble, 100 Obsidian
  2709. -multiplies efficiency of newb by 200%
  2710. -multiplies efficiency of farmer by 200%
  2711. -unlocks at 5 farmer, 50 BasicPlayer
  2712. -named Forest Orb
  2713. *StarOrb
  2714. -"A mysterious orb that makes the sky full of stars. True beauty.<br><b>False Newbs + Aliens</b> are <b>150%</b> more efficient."
  2715. -costs 50 Glowstick, 1000000 gems
  2716. -multiplies efficiency of falsenewb by 150%
  2717. -multiplies efficiency of alien by 150%
  2718. -unlocks at 25 Alien
  2719. -named Star Orb
  2720. *NightOrb
  2721. -"A mysterious orb that makes the sky as night. Sheds a tear in my eye.<br><b>Pixies + Blue Dragons</b> are <b>150%</b> more efficient."
  2722. -costs 150000000 gems, 20 Microphone, 20 Stereo
  2723. -multiplies efficiency of pixie by 150%
  2724. -multiplies efficiency of bluedragon by 150%
  2725. -unlocks at 25 bluedragon, 25 pixie
  2726. -named Night Orb
  2727. *CandyOrb
  2728. -"A mysterious orb that makes the world Candyworld!<br><b>Cherubs + Teddy Bears</b> are <b>150%</b> more efficient."
  2729. -costs 75 lolipop, 25 cherubfeather
  2730. -multiplies efficiency of cherub by 150%
  2731. -multiplies efficiency of teddybear by 150%
  2732. -unlocks at 5 teddybear, 1 cherub
  2733. -named Candy Orb
  2734. *BlueLenses
  2735. -"Everything looks so... blue?<br><b>Blue Dragons + Pixies</b> are <b>150%</b> more efficient."
  2736. -costs 75000000 gems
  2737. -multiplies efficiency of bluedragon by 150%
  2738. -multiplies efficiency of pixie by 150%
  2739. -unlocks at 3 bluedragon, 10 pixie
  2740. -named Blue Contact Lenses
  2741. *GreenLenses
  2742. -"Everything looks so... green?<br><b>Farmers + Basic Players</b> are <b>150%</b> more efficient."
  2743. -costs 700000 gems
  2744. -multiplies efficiency of farmer by 150%
  2745. -multiplies efficiency of basicplayer by 150%
  2746. -unlocks at 10 farmer, 30 basicplayer
  2747. -named Green Contact Lenses
  2748. *BrownLenses
  2749. -"Everything looks so... brown?<br><b>Hagglers + Teddy Bears</b> are <b>150%</b> more efficient."
  2750. -costs 5000000 gems
  2751. -multiplies efficiency of haggler by 150%
  2752. -multiplies efficiency of teddybear by 150%
  2753. -unlocks at 3 teddybear
  2754. -named Brown Contact Lenses
  2755. *SilverLenses
  2756. -"Everything looks so... silver?<br><b>Bling Bling Buddy + The Lord</b> are <b>150%</b> more efficient."
  2757. -costs 1000000 gems
  2758. -multiplies efficiency of blingblingbuddy by 150%
  2759. -multiplies efficiency of lord by 150%
  2760. -unlocks at 2 blingblingbuddy, 2 lord
  2761. -named Silver Contact Lenses
  2762. *GoldLenses
  2763. -"Everything looks so... gold?<br><b>The Lord + the Golden Guardian</b> are <b>150%</b> more efficient."
  2764. -costs 700000 gems
  2765. -multiplies efficiency of goldenguardian by 150%
  2766. -multiplies efficiency of lord by 150%
  2767. -unlocks at 5 lord
  2768. -named Gold Contact Lenses
  2769. *WhiteLenses
  2770. -"Everything looks so... white? Spooky.<br><b>Aliens + Pixies</b> are <b>150%</b> more efficient."
  2771. -costs 5000000 gems
  2772. -multiplies efficiency of alien by 150%
  2773. -multiplies efficiency of pixie by 150%
  2774. -unlocks at 5 alien, 5 pixie
  2775. -named White Contact Lenses
  2776. *RedLenses
  2777. -"Everything looks so... red?<br><b>Demons</b> are <b>150%</b> more efficient."
  2778. -costs 7500000 gems
  2779. -multiplies efficiency of demon by 150%
  2780. -unlocks at 5 demon
  2781. -named Red Contact Lenses
  2782. *PurpleLenses
  2783. -"Everything looks so... purple?<br><b>The Lord + Blue Dragons</b> are <b>150%</b> more efficient."
  2784. -costs 500000000 gems
  2785. -multiplies efficiency of lord by 150%
  2786. -multiplies efficiency of bluedragon by 150%
  2787. -unlocks at 10 lord, 20 bluedragon
  2788. -named Purple Contact Lenses
  2789. *PinkLenses
  2790. -"Everything looks pink... ew.<br><b>Cherubs</b> are <b>150%</b> more efficient."
  2791. -costs 8000000 gems
  2792. -multiplies efficiency of cherub by 150%
  2793. -unlocks at 2 cherub
  2794. -named Pink Contact Lenses
  2795. *GoblinRing
  2796. -"Makes you green like a little goblin.<br><b>Hagglers</b> are <b>150%</b> more efficient."
  2797. -costs 500000 gems, 5 RMagicShard
  2798. -multiplies efficiency of haggler by 150%
  2799. -unlocks at 20 haggler, 1 rmagicshard
  2800. -named Goblin Ring
  2801. *FrostRing
  2802. -"Makes you blue like... ice?<br><b>Pixies</b> are <b>150%</b> more efficient."
  2803. -costs 10000000 gems, 5 RElementShard
  2804. -multiplies efficiency of pixie by 150%
  2805. -unlocks at 25 pixie, 1 relementshard
  2806. -named Frost Ring
  2807. *SodaJetPack
  2808. -"Tastes nice, doesn't it?<br><b>Basic Players</b> are <b>150%</b> mode efficient."
  2809. -costs 4500000 gems, 5 URTechShard
  2810. -multiplies efficiency of basicplayer by 150%
  2811. -unlocks at 45 basicplayer, 1 urtechshard
  2812. -named Soda Jet Pack
  2813. *PileOfMoney
  2814. -"Roll in it! Bathe in it! Smell it?<br><b>Hagglers + False Newbs</b> are <b>twice</b> as efficient."
  2815. -costs 500000 gems, 20 microphone, 20 stereo
  2816. -multiplies efficiency of haggler by 200%
  2817. -multiplies efficiency of falsenewb by 200%
  2818. -unlocks at 30 haggler, 15 falsenewb
  2819. -named Pile of Money
  2820. *BlackHeadphones
  2821. -"These beats are so good in my ears.<br><b>Farmers</b> are <b>twice</b> as efficient."
  2822. -costs 1500000 gems, 5 microphone, 5 stereo, 10 shorthairstrand, 5 longhairstrand, 1 hairball
  2823. -multiplies efficiency of farmer by 200%
  2824. -unlocks at 15 farmer, 1 hairball
  2825. -named Black Headphones
  2826. *GoldenGnome
  2827. -"WOW! It's made out of pure gold.<br><b>Leprechauns</b> are <b>twice</b> as efficient."
  2828. -costs 3 gnome
  2829. -multiplies efficiency of leprechaun by 200%
  2830. -unlocks at 1 gnome
  2831. -named Golden Gnome
  2832. *WalkingStick
  2833. -"It's the old guy's walking stick!<br><b>Leprechauns</b> are <b>twice</b> as efficient."
  2834. -costs 5 gnome
  2835. -multiplies efficiency of leprechaun by 200%
  2836. -unlocks at 1 gnome
  2837. -named The Leprechaun's Walking Stick
  2838. *LuckyHorseshoe
  2839. -"Hmph, you know its lucky when its a horseshoe.<br><b>Leprechauns</b> are <b>twice</b> as efficient."
  2840. -costs 5 gnome
  2841. -multiplies efficiency of leprechaun by 200%
  2842. -unlocks at 1 gnome
  2843. -named Lucky Horseshoe
  2844. *CharmoftheIrish
  2845. -"How charming.<br><b>Leprechauns</b> are <b>thrice</b> as efficient."
  2846. -costs 10 gnome
  2847. -multiplies efficiency of leprechaun by 300%
  2848. -unlocks at 1 gnome
  2849. -named Charm of the Irish Mask
  2850. *LuckyCloverleaf
  2851. -"This is the most luxurious cloverleaf.<br><b>Leprechauns</b> are <b>twice</b> as efficient."
  2852. -costs 10 gnome
  2853. -multiplies efficiency of leprechaun by 200%
  2854. -unlocks at 1 gnome
  2855. -named Lucky Cloverleaf
  2856. *BowlerHat
  2857. -"Let's go bowling!<br><b>Leprechauns</b> are <b>thrice</b> as efficient."
  2858. -costs 10 gnome
  2859. -multiplies efficiency of leprechaun by 300%
  2860. -unlocks at 1 gnome
  2861. -named The Leprechaun's Bowler Hat
  2862. *PotofGold
  2863. -"Filled with fake coins!<br><b>Leprechauns</b> are <b>400%</b> more efficient."
  2864. -costs 15 gnome
  2865. -multiplies efficiency of leprechaun by 400%
  2866. -unlocks at 1 gnome
  2867. -named Pot of Gold
  2868. *GallowglassSword
  2869. -"Directly from a feared Irish mercenary.<br><b>Leprechauns</b> are <b>400%</b> more efficient."
  2870. -costs 20 gnome
  2871. -multiplies efficiency of leprechaun by 400%
  2872. -unlocks at 1 gnome
  2873. -named Gallowglass Sword
  2874. *FourleafWings
  2875. -"(You can only choose one upgrade!) There's four of them!<br><b>Leprechauns + Farmers</b> are <b>thrice</b> as efficient."
  2876. -costs 1 cloverwings
  2877. -multiplies efficiency of leprechaun by 300%
  2878. -multiplies efficiency of farmer by 300%
  2879. -unlocks at 1 cloverwings
  2880. -locks lepflute
  2881. -locks cloverglasses
  2882. -named Four-Leaf Wings
  2883. *CloverGlasses
  2884. -"(You can only choose one upgrade!) All I see are leaves.<br><b>Leprechauns</b> are <b>400%</b> more efficient."
  2885. -costs 1 cloverwings
  2886. -multiplies efficiency of leprechaun by 400%
  2887. -locks lepflute
  2888. -locks fourleafwings
  2889. -unlocks at 1 cloverwings
  2890. -named Clover Glasses
  2891. *LepFlute
  2892. -"(You can only choose one upgrade!) Blow on it and magic happens.<br><b>Leprechauns + Pixies</b> are <b>thrice</b> as efficient."
  2893. -costs 1 cloverwings
  2894. -multiplies efficiency of leprechaun by 300%
  2895. -multiplies efficiency of pixie by 300%
  2896. -locks cloverglasses
  2897. -locks fourleafwings
  2898. -unlocks at 1 cloverwings
  2899. -named The Leprechaun's Flute
  2900. *GreenBunnySuit
  2901. -"Happy squeaks!<br><b>Bunnies</b> are <b>150%</b> more efficient."
  2902. -costs 200 chocolateegg, 10 orangeegg
  2903. -multiplies efficiency of bunny by 200%
  2904. -unlocks at 1 bunny
  2905. -named Green Bunny Suit
  2906. *DarkBunnyEars
  2907. -"They're radiating with hate.<br><b>Bunnies</b> are <b>twice</b> as efficient."
  2908. -costs 150 chocolateegg, 10 violetegg, 5 bunnyears, 30 UCElementShard, 25 RMagicShard, 5 URMagicShard, 1 EasterShard
  2909. -multiplies efficiency of bunny by 200%
  2910. -unlocks at 1 bunny
  2911. -named Dark Bunny Ears
  2912. *DarkBunnySuit
  2913. -"Squeak squeak!<br><b>Bunnies</b> are <b>twice</b> as efficient."
  2914. -costs 200 chocolateegg, 10 blueegg, 30 UCElementShard, 25 RElementShard, 5 URMagicShard, 1 EasterShard
  2915. -multiplies efficiency of bunny by 200%
  2916. -unlocks at 1 bunny
  2917. -named Dark Bunny Suit
  2918. *DarkBunnyShoes
  2919. -"Now you can walk like a dark bunny.<br><b>Bunnies</b> are <b>twice</b> as efficient."
  2920. -costs 150 chocolateegg, 10 orangeegg, 30 UCElementShard, 25 RElementShard, 5 URMagicShard, 1 EasterShard
  2921. -multiplies efficiency of bunny by 200%
  2922. -unlocks at 1 bunny
  2923. -named Dark Bunny Shoes
  2924. *ChocolateBunny
  2925. -"Yummy!<br><b>Bunnies, Witches, + Chicks</b> are <b>twice</b> as efficient."
  2926. -costs 300 chocolateegg, 10 orangeegg, 10 blueegg, 10 violetegg, 1 EasterShard, 20 witchhairstrand
  2927. -multiplies efficiency of bunny by 200%
  2928. -multiplies efficiency of witch by 200%
  2929. -multiplies efficiency of chick by 200%
  2930. -unlocks at 1 bunny, 1 witch, 1 chick
  2931. -named Chocolate Bunny
  2932. *WickedScarf
  2933. -"Insert witch laughing.<br><b>Witches</b> are <b>150%</b> more efficient."
  2934. -costs 100 chocolateegg, 10 violetegg, 10 witchhairstrand
  2935. -multiplies efficiency of witch by 200%
  2936. -unlocks at 1 witch
  2937. -named Wicked Scarf
  2938. *WitchCape
  2939. -"Approved by the Witch Union.<br><b>Witches</b> are <b>150%</b> more efficient."
  2940. -costs 100 chocolateegg, 10 blueegg, 5 violetegg, 10 witchhairstrand
  2941. -multiplies efficiency of witch by 200%
  2942. -unlocks at 2 witch
  2943. -named Witch Cape
  2944. *WitchShoes
  2945. -"They're kinda purple?<br><b>Witches</b> are <b>twice</b> as efficient."
  2946. -costs 200 chocolateegg, 10 violetegg, 10 witchhairstrand
  2947. -multiplies efficiency of witch by 200%
  2948. -unlocks at 5 witch
  2949. -named Witch Shoes
  2950. *Broom
  2951. -"Specially made from Hogwarts.<br><b>Witches</b> are <b>twice</b> as efficient."
  2952. -costs 200 chocolateegg, 5 blueegg, 1 eastershard, 20 witchhairstrand
  2953. -multiplies efficiency of witch by 200%
  2954. -unlocks at 5 witch
  2955. -named Broom
  2956. *EasterBranch
  2957. -"Made just for chicks.<br><b>Chicks</b> are <b>150%</b> more efficient."
  2958. -costs 100 chocolateegg, 5 orangeegg
  2959. -multiplies efficiency of chick by 200%
  2960. -unlocks at 1 chick
  2961. -named Easter Branch
  2962. *ToyChick
  2963. -"Cute.<br><b>Chicks</b> are <b>twice</b> as efficient."
  2964. -costs 200 chocolateegg, 10 orangeegg
  2965. -multiplies efficiency of chick by 200%
  2966. -unlocks at 2 chick
  2967. -named Toy Chick
  2968. *ChickHair
  2969. -"How stylish.<br><b>Chicks</b> are <b>twice</b> as efficient."
  2970. -costs 200 chocolateegg, 5 orangeegg, 1 eastershard
  2971. -multiplies efficiency of chick by 200%
  2972. -unlocks at 5 chick
  2973. -named Chick Hair
  2974. *Serpentine
  2975. -"Papery.<br><b>Newbs + Hagglers</b> are <b>150%</b> more efficient."
  2976. -costs 100 chocolateegg
  2977. -multiplies efficiency of newb by 200%
  2978. -multiplies efficiency of haggler by 200%
  2979. -unlocks at 10 chocolateegg
  2980. -named Serpentine
  2981. *SkiBoots
  2982. -"Well, eggs are nice with everything!<br><b>Basic Players</b> are <b>150%</b> more efficient."
  2983. -costs 10 violetegg, 10 blueegg, 10 orangeegg
  2984. -multiplies efficiency of basicplayer by 200%
  2985. -unlocks at 1 violetegg, 1 blueegg, 1 orangeegg
  2986. -named Ski Boots
  2987. *SkiSuit
  2988. -"Resistant to the winter wind.<br><b>Demons</b> are <b>150%</b> more efficient."
  2989. -costs 10 violetegg, 10 blueegg, 10 orangeegg
  2990. -multiplies efficiency of demon by 200%
  2991. -unlocks at 1 violetegg, 1 blueegg, 1 orangeegg
  2992. -named Ski Suit
  2993. *AfterSki
  2994. -"Keep your hair nice when skiing.<br><b>False Newbs</b> are <b>150%</b> more efficient."
  2995. -costs 50 shorthairstrand, 25 longhairstrand, 10 hairball, 10 witchhairstrand
  2996. -multiplies efficiency of falsenewb by 200%
  2997. -unlocks at 1 witchhairstrand
  2998. -named After Ski
  2999. *LongGoldHair
  3000. -"Shiny and cute.<br><b>Pixies</b> are <b>150%</b> more efficient."
  3001. -costs 75 longhairstrand, 5 hairball
  3002. -multiplies efficiency of pixie by 150%
  3003. -unlocks at 10 pixie, 1 hairball
  3004. -named Long Golden Hair
  3005. *BluePunkHair
  3006. -"That's hip.<br><b>Bling Bling Buddy</b> is <b>150%</b> more efficient."
  3007. -costs 150 shorthairstrand
  3008. -multiplies efficiency of blingblingbuddy by 150%
  3009. -unlocks at 5 blingblingbuddy, 50 shorthairstrand
  3010. -named Blue Punk Hair
  3011. *RockabillyHair
  3012. -"Whoa! The coolest kind of hair.<br><b>Hagglers</b> are <b>150%</b> more efficient."
  3013. -costs 20 hairball
  3014. -multiplies efficiency of haggler by 150%
  3015. -unlocks at 5 hairball
  3016. -named Rockabilly Hair
  3017. *PurpleJpopHair
  3018. -"The girls love it.<br><b>False Newbs</b> are <b>150%</b> more efficient."
  3019. -costs 100 shorthairstrand, 25 witchhairstrand
  3020. -multiplies efficiency of falsenewb by 150%
  3021. -unlocks at 15 witchhairstrand
  3022. -named Purple Jpop Hair
  3023. *PuffyRed
  3024. -"Sticks out like... puff?<br><b>Demons</b> are <b>150%</b> more efficient."
  3025. -costs 50 shorthairstrand, 5 hairball
  3026. -multiplies efficiency of demon by 150%
  3027. -unlocks at 5 demon, 20 shorthairstrand
  3028. -named Puffy Red
  3029. *BlackEmoHair
  3030. -"The depressing fate of reality... is depression.<br><b>Basic Players</b> are <b>150%</b> more efficient."
  3031. -costs 200 longhairstrand
  3032. -multiplies efficiency of basicplayer by 150%
  3033. -unlocks at 25 longhairstrand
  3034. -named Black Emo Hair
  3035. *BlondeZef
  3036. -"Adorable.<br><b>Farmers</b> are <b>150%</b> more efficient."
  3037. -costs 50 shorthairstrand
  3038. -multiplies efficiency of farmer by 150%
  3039. -unlocks at 25 shorthairstrand
  3040. -named Blonde Zef
  3041. *BrownZef
  3042. -"Slick for the dudes.<br><b>Bling Bling Buddy + Basic Players</b> are <b>150%</b> more efficient."
  3043. -costs 100 shorthairstrand, 3 hairball
  3044. -multiplies efficiency of blingblingbuddy by 150%
  3045. -multiplies efficiency of basicplayer by 150%
  3046. -unlocks at 55 shorthairstrand
  3047. -named Brown Zef
  3048. *FringeSpikyHair
  3049. -"This is the one everyone loves.<br><b>Newbs</b> are <b>150%</b> more efficient."
  3050. -costs 300 shorthairstrand, 50 witchhairstrand
  3051. -multiplies efficiency of newb by 150%
  3052. -unlocks at 30 witchhairstrand
  3053. -named Fringe Spiky Hair
  3054. *BirthdayCake
  3055. -"Happy birthday to you, happy birthday to you, yada yada just gimme cake.<br><b>Teddy Bears + Cherubs</b> are <b>150%</b> more efficient."
  3056. -costs 100 lolipop, 30000000 gems
  3057. -multiplies efficiency of teddybear by 150%
  3058. -multiplies efficiency of cherub by 150%
  3059. -unlocks at 50 lolipop
  3060. -named Birthday Cake
  3061. *Claymore
  3062. -"A deadly weapon indeed.<br><b>Demons</b> are <b>150%</b> more efficient."
  3063. -costs 100 sword
  3064. -multiplies efficiency of demon by 150%
  3065. -unlocks at 3 demon, 50 sword
  3066. -named Claymore
  3067. *LordsCape
  3068. -"A good lord indeed.<br><b>The Lord</b> is <b>150%</b> more efficient."
  3069. -costs 50 sword, 5000000 gems
  3070. -multiplies efficiency of lord by 150%
  3071. -unlocks at 4 lord
  3072. -named Cape of the Lord
  3073. *ShogunKabuto
  3074. -"A helmet fitting for the great samurai.<br><b>Samurai</b> are <b>150%</b> more efficient."
  3075. -costs 100 ccolorshard, 40 uccolorshard, 30 bamboo, 20 teaset
  3076. -multiplies efficiency of samurai by 150%
  3077. -unlocks at 1 samurai
  3078. -named Shogun Kabuto
  3079. *ShogunMask
  3080. -"A mask fitting for the great samurai.<br><b>Samurai</b> are <b>150%</b> more efficient."
  3081. -costs 100 celementshard, 40 rmagicshard, 30 bamboo, 20 teaset
  3082. -multiplies efficiency of samurai by 150%
  3083. -unlocks at 1 samurai
  3084. -named Shogun Mask
  3085. *ShogunArmor
  3086. -"Armor fitting for the great samurai.<br><b>Samurai</b> are <b>150%</b> more efficient."
  3087. -costs 40 relementshard, 15 urmagicshard, 15 bamboo, 5 teaset
  3088. -multiplies efficiency of samurai by 150%
  3089. -unlocks at 2 samurai
  3090. -named Shogun Armor
  3091. *ShogunLegArmor
  3092. -"Leg armor fitting for the great samurai.<br><b>Samurai + Hagglers</b> are <b>150%</b> more efficient."
  3093. -costs 20 urtechshard, 30 bamboo, 20 teaset
  3094. -multiplies efficiency of samurai by 150%
  3095. -multiplies efficiency of haggler by 150%
  3096. -unlocks at 3 samurai, 30 haggler
  3097. -named Shogun Leg Armor
  3098. *ShogunShoes
  3099. -"A pair of shoes fitting for the great samurai.<br><b>Samurai</b> are <b>150%</b> more efficient."
  3100. -costs 20 urmagicshard, 30 bamboo, 20 teaset
  3101. -multiplies efficiency of samurai by 150%
  3102. -unlocks at 3 samurai
  3103. -named Shogun Shoes
  3104. *ShogunKatana
  3105. -"A katana fitting for the great samurai.<br><b>Samurai + Pixel Rangers</b> are <b>125%</b> more efficient."
  3106. -costs 1 lmagicshard, 1 ltechshard, 30 bamboo, 20 teaset, 3 katana
  3107. -multiplies efficiency of samurai by 125%
  3108. -multiplies efficiency of pixelranger by 125%
  3109. -unlocks at 4 samurai
  3110. -named Shogun Katana
  3111. *ShogunCape
  3112. -"A cape fitting for the great samurai.<br><b>Samurai + The Lord</b> are <b>125%</b> more efficient."
  3113. -costs 30 relementshard, 10 urtechshard, 30 bamboo, 20 teaset
  3114. -multiplies efficiency of samurai by 125%
  3115. -multiplies efficiency of lord by 125%
  3116. -unlocks at 5 samurai
  3117. -named Shogun Cape
  3118. *Quicksand
  3119. -"Help! I am sinking.<br><b>Platformers</b> are <b>twice</b> as efficient."
  3120. -costs 500 lava, 5 urmagicshard
  3121. -multiplies efficiency of platformer by 200%
  3122. -unlocks at 1 platformer
  3123. -named Quicksand
  3124. *ClearJelly
  3125. -"Bouncy and clear!<br><b>Platformers</b> are <b>125%</b> more efficient."
  3126. -costs 1 coin, 50 trap
  3127. -multiplies efficiency of platformer by 125%
  3128. -unlocks at 1 coin
  3129. -named Clear Jelly
  3130. *Springboard
  3131. -"Jumping so high, in the sky.<br><b>Platformers</b> are <b>150%</b> more efficient."
  3132. -costs 2 coin, 100 trap
  3133. -multiplies efficiency of platformer by 150%
  3134. -unlocks at 2 coin
  3135. -named Springboard
  3136. *MetalTrapdoor
  3137. -"Open, close, open, close.<br><b>Platformers</b> are <b>150%</b> more efficient."
  3138. -costs 3 coin, 150 trap, 200 granite
  3139. -multiplies efficiency of platformer by 150%
  3140. -unlocks at 3 coin
  3141. -named Metal Trapdoor
  3142. *MagLift
  3143. -"Everyone can get around faster!<br><b>Farmers</b> are <b>150%</b> more efficient."
  3144. -costs 5 coin, 200 obsidian
  3145. -multiplies efficiency of farmer by 150%
  3146. -unlocks at 4 coin
  3147. -named Mag Lift
  3148. *TeslaSphere
  3149. -"Ow!<br><b>Platformers</b> are <b>150%</b> more efficient."
  3150. -costs 10 coin, 100 trap
  3151. -multiplies efficiency of platformer by 150%
  3152. -unlocks at 6 coin
  3153. -named Tesla Sphere
  3154. *DeathCounter
  3155. -"How many times have you died?<br><b>Demons</b> are <b>150%</b> more efficient."
  3156. -costs 15 coin, 100 trap
  3157. -multiplies efficiency of demon by 150%
  3158. -unlocks at 11 coin
  3159. -named Death Counter
  3160. *DashPack
  3161. -"Quick!<br><b>Blue Dragons</b> are <b>150%</b> more efficient."
  3162. -costs 25 coin
  3163. -multiplies efficiency of bluedragon by 150%
  3164. -unlocks at 21 coin
  3165. -named Dash Pack
  3166. *Buzzsaw
  3167. -"Sharp to the touch.<br><b>Hagglers</b> are <b>150%</b> more efficient."
  3168. -costs 25 coin, 100 trap
  3169. -multiplies efficiency of haggler by 150%
  3170. -unlocks at 21 coin
  3171. -named Buzzsaw
  3172. *IceBlock
  3173. -"Ice cold.<br><b>Your world</b> gets star <b>150%</b> quicker."
  3174. -costs 20 trap
  3175. -multiplies efficiency of yourworld by 150%
  3176. -unlocks at 1 star
  3177. -named Ice Block
  3178. *SuperFireTrap
  3179. -"The dragons can have their's, we have a SUPER fire trap.<br><b>Your world</b> gets stars <b>125%</b> quicker."
  3180. -costs 1 coin, 50 trap, 800 lava
  3181. -multiplies efficiency of yourworld by 125%
  3182. -unlocks at 1 coin
  3183. -named Super Fire Trap
  3184. *SuperSpikeTrap
  3185. -"The demons can have their's, we have a SUPER spike trap.<br><b>Your world</b> gets stars <b>125%</b> quicker."
  3186. -costs 1 coin, 50 trap, 500 granite, 500 marble, 500 obsidian
  3187. -multiplies efficiency of yourworld by 125%
  3188. -unlocks at 1 coin
  3189. -named Super Spike Trap
  3190. *PoisonTrap
  3191. -"Slowly but surely, I'm dying.<br><b>Your world</b> gets stars <b>125%</b> quicker."
  3192. -costs 5 coin, 150 trap
  3193. -multiplies efficiency of yourworld by 125%
  3194. -unlocks at 4 coin
  3195. -named Poison Trap
  3196. *HugeMetalFan
  3197. -"Your world has a lot of fans, and some players too.<br><b>Your world</b> gets stars <b>125%</b> quicker."
  3198. -costs 10 coin, 2000 marble, 1500 obsidian, 1500 granite, 100 trap
  3199. -multiplies efficiency of yourworld by 125%
  3200. -unlocks at 7 coin
  3201. -named Huge Metal Fan
  3202. *VortexPortal
  3203. -"The finale of any good world.<br><b>Your world</b> gets stars <b>125%</b> quicker."
  3204. -costs 20 coin, 300 trap
  3205. -multiplies efficiency of yourworld by 125%
  3206. -unlocks at 15 coin
  3207. -named Vortex Portal
  3208. *AdmirationSarcosuchus
  3209. -"Just admire it, and it will learn to love you back.<br><b>Sarcosuchus</b> are <b>twice</b> as efficient."
  3210. -costs 7 fossil
  3211. -multiplies efficiency of sarcosuchus by 200%
  3212. -unlocks at 1 sarcosuchus, 1 fossil
  3213. -named Admiration
  3214. *MissingFeathers
  3215. -"The Humanoids lack feathers, maybe we should fix that?<br><b>Winged Humanoids</b> are <b>twice</b> as efficient."
  3216. -costs 10 fossil
  3217. -multiplies efficiency of wingedhumanoid by 200%
  3218. -unlocks at 1 wingedhumanoid, 2 fossil
  3219. -named The Missing Feathers
  3220. *WalkingCane
  3221. -"Ouch, my back!<br><b>Farmers + Newbs</b> are <b>150%</b> more efficient."
  3222. -costs 20 medal
  3223. -multiplies efficiency of farmer by 150%
  3224. -multiplies efficiency of newb by 150%
  3225. -unlocks at 40 medal, 1 farmer
  3226. -named Walking Cane
  3227. *RadiationShard
  3228. -"I am mutating just by looking at it.<br><b>Pixel Rangers</b> are <b>150%</b> more efficient."
  3229. -costs 20 medal
  3230. -multiplies efficiency of pixelranger by 150%
  3231. -unlocks at 40 medal, 1 pixelranger
  3232. -named Radiation Shard
  3233. *FalseMedals
  3234. -"Our report for the false newbs have come in. They can be made even more useful, with bytecoins.<br><b>False Newbs</b> are <b>150%</b> more efficient."
  3235. -costs 20 medal
  3236. -multiplies efficiency of falsenewb by 150%
  3237. -unlocks at 40 medal, 15 falsenewb
  3238. -named False Coins
  3239. *GeneticEngineering
  3240. -"Buy your way to new lifeforms!<br><b>Sarcosuchus</b> are <b>150%</b> more efficient.”
  3241. -costs 20 medal
  3242. -multiplies efficiency of sarcosuchus by 150%
  3243. -unlocks at 40 medal, 1 sarcosuchus
  3244. -named Genetic Engineering
  3245. *EnhancedIntelligence
  3246. -"Robots can get smarter too!<br><b>Bots</b> are <b>twice</b> as efficient."
  3247. -costs 100 medal
  3248. -multiplies efficiency of bot by 200%
  3249. -unlocks at 1 bot
  3250. -named Enhanced Intelligence
  3251. *BioWeapons
  3252. -"Attack and destroy.<br><b>Bots</b> are <b>twice</b> as efficient."
  3253. -costs 100 medal
  3254. -multiplies efficiency of bot by 200%
  3255. -unlocks at 1 bot
  3256. -named Bio Weapons
  3257. *CincoUpgrade1Event2
  3258. -"Event exclusive upgrade. Make your newbs not worthless, with the motivation of sombreros!<br><b>Newbs</b> are <b>500%</b> more efficient for the duration of the event."
  3259. -costs 600 sombrero2
  3260. -multiplies efficiency of newb by 500%
  3261. -unlocks at 4 cincoeventlevelup2
  3262. -named Sombrero Motivation
  3263. *CincoUpgrade2Event2
  3264. -"Event exclusive upgrade. Think the day of the dead, but with demons. Actually do not think of that.<br><b>Demons</b> are <b>200%</b> more efficient for the duration of the event."
  3265. -costs 2000 sombrero2
  3266. -multiplies efficiency of demon by 200%
  3267. -unlocks at 6 cincoeventlevelup2
  3268. -named Dia del Demonio
  3269. *CincoUpgrade3Event2
  3270. -"Event exclusive upgrade. With the power of Cinco de Mayo on your side, everyone will be better!<br><b>Every worker</b> is <b>200%</b> more efficient for the duration of the event."
  3271. -costs 10 pinata2, 2100 sombrero2
  3272. -multiplies efficiency of newb by 200%
  3273. -multiplies efficiency of basicplayer by 200%
  3274. -multiplies efficiency of haggler by 200%
  3275. -multiplies efficiency of farmer by 200%
  3276. -multiplies efficiency of falsenewb by 200%
  3277. -multiplies efficiency of pixie by 200%
  3278. -multiplies efficiency of demon by 200%
  3279. -multiplies efficiency of bluedragon by 200%
  3280. -multiplies efficiency of pixelranger by 200%
  3281. -multiplies efficiency of goldenguardian by 200%
  3282. -multiplies efficiency of darkpixie by 200%
  3283. -multiplies efficiency of alien by 200%
  3284. -multiplies efficiency of lord by 200%
  3285. -multiplies efficiency of cherub by 200%
  3286. -multiplies efficiency of teddybear by 200%
  3287. -multiplies efficiency of blingblingbuddy by 200%
  3288. -multiplies efficiency of chick by 200%
  3289. -multiplies efficiency of bunny by 200%
  3290. -multiplies efficiency of witch by 200%
  3291. -multiplies efficiency of platformer by 200%
  3292. -multiplies efficiency of wingedhumanoid by 200%
  3293. -multiplies efficiency of sarcosuchus by 200%
  3294. -unlocks at 10 cincoeventlevelup2
  3295. -named Reforma de Mayo
  3296. *GameOfThronesFinaleUpgrade1
  3297. -"All out war is here, rile up your troops! <br><b>The Lord + Blue Dragons</b> are <b>200%</b> more efficient."
  3298. -costs 30 throne, 30 sword
  3299. -multiplies efficiency of lord by 200%
  3300. -multiplies efficiency of bluedragon by 200%
  3301. -unlocks at 1 lord, 1 bluedragon
  3302. -named EVENT : A Song of Lords and Dragons
  3303. *SteelFeet
  3304. -"No more wonky plastic shoes that melt on the lava!<br><b>Newbs</b> are <b>150%</b> more efficient."
  3305. -costs 200 gems
  3306. -multiplies efficiency of newb by 150%
  3307. -unlocks at 1 newb
  3308. -named Steel Feet
  3309. *HandAxe
  3310. -"Pickaxe? Who needs those when you have a handaxe!<br><b>Newbs</b> are <b>150%</b> more efficient."
  3311. -costs 400 gems
  3312. -multiplies efficiency of newb by 150%
  3313. -unlocks at 5 newb
  3314. -named The HandAxe
  3315. *NeaterUniforms
  3316. -"Boost employee morale with these snazzy suits!<br><b>Newbs</b> are <b>twice</b> as efficient."
  3317. -costs 1000 gems
  3318. -multiplies efficiency of newb by 200%
  3319. -unlocks at 10 newb
  3320. -named Neater Uniforms
  3321. *GenderEquality
  3322. -"Everyone deserves a share.<br><b>Newbs</b> are <b>150%</b> more efficient."
  3323. -costs 1500 gems
  3324. -multiplies efficiency of newb by 150%
  3325. -unlocks at 15 newb
  3326. -named Gender Equality
  3327. *OnePiece
  3328. -"Two pieces? How uncivilized.<br><b>Newbs</b> are <b>150%</b> more efficient."
  3329. -costs 3000 gems
  3330. -multiplies efficiency of newb by 150%
  3331. -unlocks at 25 newb
  3332. -named One Piece
  3333. *Expression
  3334. -"Leveling up has its perks. Like new expressions!<br><b>Newbs</b> are <b>twice</b> as efficient."
  3335. -costs 3500 gems
  3336. -multiplies efficiency of newb by 200%
  3337. -unlocks at 25 newb, 20 levelup
  3338. -named Expressions
  3339. *TwoFaced
  3340. -"Is there a darker side to every newb?<br><b>Newbs</b> are <b>twice</b> as efficient."
  3341. -costs 50000 gems, 50 glowstick
  3342. -multiplies efficiency of newb by 200%
  3343. -unlocks at 50 glowstick, 30 newb
  3344. -named Two Faced
  3345. *NewbTrainingTutorials
  3346. -"Help get the newbies up to speed with these guides full of pixel rap and sick rhymes.<br><b>Newbs</b> are <b>twice</b> as efficient."
  3347. -costs 60000 gems
  3348. -multiplies efficiency of newb by 200%
  3349. -unlocks at 50 newb
  3350. -named Newb Training Tutorials
  3351. *GoldenJumpsuit
  3352. -"Let's give the newbs a bit of your wealth.<br><b>Newbs</b> are <b>thrice</b> as efficient."
  3353. -costs 10000000 gems
  3354. -multiplies efficiency of newb by 300%
  3355. -unlocks at 100 newb
  3356. -named Golden Jumpsuit
  3357. *GodJumpsuit
  3358. -"Only the gods get to have these.<br><b>Newbs</b> are <b>thrice</b> as efficient."
  3359. -costs 20000000000 gems
  3360. -multiplies efficiency of newb by 300%
  3361. -unlocks at 250 newb
  3362. -named God Jumpsuit
  3363. *ClickerSupportHoodie
  3364. -"Yo! This snazzy hoodie is only for those who truly support Pixel Clicker.<br><b>Newbs</b> are <b>thrice</b> as efficient."
  3365. -costs 5 longhairstrand, 10 CColorShard
  3366. -multiplies efficiency of newb by 300%
  3367. -unlocks at 50 newb, 1 shorthairstrand, 1 ccolorshard, 360 minutesplayed
  3368. -named Blue Clicker Support Hoodie
  3369. *PinkSupportHoodie
  3370. -"Oo! This hoodie is only for those who truly support Pixel Clicker.<br></b>Basic players</b> are <b>thrice</b> as efficient."
  3371. -costs 10 witchhairstrand, 20 uccolorshard
  3372. -multiplies efficiency of basicplayer by 300%
  3373. -unlocks at 50 basicplayer, 1 witchhairstrand, 1 uccolorshard, 360 minutesplayed
  3374. -named Pink Clicker Support Hoodie
  3375. *LavaLamp
  3376. -"A normal method for hypnosis. I think.<br><b>Newbs</b> are <b>150%</b> more efficient."
  3377. -costs 100 lava
  3378. -multiplies efficiency of newb by 150%
  3379. -unlocks at 5 newb, 30 lava
  3380. -named Lava Lamp
  3381. *Consumables
  3382. -"Now your clients can have a bit of grub before taking a deal with you!<br><b>Basic players</b> are <b>150%</b> more efficient."
  3383. -costs 300 gems
  3384. -multiplies efficiency of basicplayer by 150%
  3385. -unlocks at 1 basicplayer
  3386. -named Consumables
  3387. *ExtraBonus
  3388. -"Give your workers a bit of a daily bonus.<br><b>Basic players</b> are <b>150%</b> more efficient."
  3389. -costs 2000 gems
  3390. -multiplies efficiency of basicplayer by 150%
  3391. -unlocks at 5 basicplayer
  3392. -named Salary Bonus
  3393. *Caffeine
  3394. -"Make extra profit with caffeine powering your army.<br><b>Basic players</b> are <b>twice</b> as efficient."
  3395. -costs 8000 gems
  3396. -multiplies efficiency of basicplayer by 200%
  3397. -unlocks at 10 basicplayer
  3398. -named Caffeine Needed
  3399. *Emotion
  3400. -"Everyone needs a bit of emotion sometimes.<br><b>Basic players</b> are <b>150%</b> more efficient."
  3401. -costs 50000 gems
  3402. -multiplies efficiency of basicplayer by 150%
  3403. -unlocks at 25 basicplayer
  3404. -named Emotions
  3405. *SuchBasic
  3406. -"What a basic pleb. Much outdated meme.<br><b>Basic players</b> are <b>150%</b> more efficient."
  3407. -costs 150000 gems
  3408. -multiplies efficiency of basicplayer by 150%
  3409. -unlocks at 40 basicplayer
  3410. -named Such Basic, Much Wow
  3411. *Restrooms
  3412. -"It's really just a port-a-potty, but when you gotta go, etc.<br><b>Basic players</b> are <b>twice</b> as efficient."
  3413. -costs 200000 gems
  3414. -multiplies efficiency of basicplayer by 200%
  3415. -unlocks at 50 basicplayer
  3416. -named Restrooms
  3417. *BasicEvolution
  3418. -"Everything evolves eventually.<br><b>Basic players</bh are <b>twice</b> as efficient."
  3419. -costs 200000000 gems
  3420. -multiplies efficiency of basicplayer by 200%
  3421. -unlocks at 100 basicplayer
  3422. -named Basic Evolution
  3423. *HairHaven
  3424. -"Let that glorious hair down.<br><b>Basic players</b> are <b>twice</b> as efficient."
  3425. -costs 5 shorthairstrand, 5 longhairstrand, 1 hairball
  3426. -multiplies efficiency of basicplayer by 200%
  3427. -unlocks at 20 basicplayer, 1 hairball
  3428. -named Hair Haven
  3429. *PrintedEssays
  3430. -"Informative paragraphs with a glossy finish, with stylish Comic Sans headers.<br><b>Hagglers</b> are <b>150%</b> more efficient."
  3431. -costs 20000 gems
  3432. -multiplies efficiency of haggler by 150%
  3433. -unlocks at 1 haggler
  3434. -named Printed Essays
  3435. *AdvancedHaggling
  3436. -"Accomodates even the smartest of clients, or those with cripplingly low self-esteem.<br><b>Hagglers</b> are <b>150%</b> more efficient."
  3437. -costs 200000 gems
  3438. -multiplies efficiency of haggler by 150%
  3439. -unlocks at 10 haggler
  3440. -named Advanced Haggling
  3441. *MoodSwings
  3442. -"People don't like to deal with insane people for too long.<br><b>Hagglers</b> are <b>150%</b> more efficient."
  3443. -costs 300000 gems
  3444. -multiplies efficiency of haggler by 150%
  3445. -unlocks at 15 haggler, 10 levelup
  3446. -named Mood Swings
  3447. *50off
  3448. -"Call now to get 50% off, and get TWO for the price of THREE.<br><b>Hagglers</b> are <b>twice</b> as efficient."
  3449. -costs 1000000 gems
  3450. -multiplies efficiency of haggler by 200%
  3451. -unlocks at 25 haggler
  3452. -named 50 percent off
  3453. *NeonSigns
  3454. -"Advertise your deals the way they were meant to be with these wacky flashing abominations!<br><b>Hagglers</b> are <b>twice</b> as efficient."
  3455. -costs 2000000 gems
  3456. -multiplies efficiency of haggler by 200%
  3457. -unlocks at 50 haggler
  3458. -named Sparkling Signs
  3459. *CapitalisticMotivation
  3460. -"His motivation is purely capitalistic.<br><b>Hagglers</b> are <b>twice</b> as efficient."
  3461. -costs 10000000 gems
  3462. -multiplies efficiency of haggler by 200%
  3463. -unlocks at 125 haggler
  3464. -named Capitalistic Motivation
  3465. *HairyFeet
  3466. -"Uh... Maybe, cut some of that... Hair?<br><b>Hagglers</b> are <b>150%</b> more efficient."
  3467. -costs 5 shorthairstrand, 5 longhairstrand, 1 hairball
  3468. -multiplies efficiency of haggler by 150%
  3469. -unlocks at 25 haggler, 5 shorthairstrand
  3470. -named Hairy Feet
  3471. *DimLights
  3472. -"Sometimes, you can both bring a classy mood and conceal the decaying gems by simply dimming down the lights.<br><b>Farmers</b> are <b>150%</b> more efficient."
  3473. -costs 10000 gems
  3474. -multiplies efficiency of farmer by 150%
  3475. -unlocks at 1 farmer
  3476. -named Dimmed lights
  3477. *ExpandedLands
  3478. -"The farms spread everywhere.<br><b>Farmers</b> are <b>150%</b> more efficient."
  3479. -costs 35000 gems
  3480. -multiplies efficiency of farmer by 150%
  3481. -unlocks at 1 farmer, 10 worldexplored
  3482. -named Expanded Lands
  3483. *OldTV
  3484. -"Why waste your time in farms if you're going to miss the latest sports event? These slick new black and white screens might help remedy this situation.<br><b>Farmers</b> are <b>150%</b> more efficient."
  3485. -costs 1000000 gems
  3486. -multiplies efficiency of farmer by 150%
  3487. -unlocks at 10 farmer
  3488. -named Old Television
  3489. *MegaFarm
  3490. -"The universe is your farm.<br><b>Farmers</b> are <b>twice</b> as efficient."
  3491. -costs 4000000 gems
  3492. -multiplies efficiency of farmer by 200%
  3493. -unlocks at 25 farmer, 20 worldexplored
  3494. -named Mega Farm
  3495. *LeCollector
  3496. -"There's a lot of gems hidden in these worlds.<br><b>Farmers</b> are <b>twice</b> as efficient."
  3497. -costs 10000000 gems, 10 glowstick
  3498. -multiplies efficiency of farmer by 200%
  3499. -unlocks at 35 farmer, 50 worldexplored
  3500. -named Collector
  3501. *PaidInfluence
  3502. -"Youtubers love your deals! (At least, they do after some serious bribing.)<br><b>Farmers and hagglers</b> are <b>twice</b> as efficient."
  3503. -costs 40000000 gems
  3504. -multiplies efficiency of farmer by 200%
  3505. -multiplies efficiency of haggler by 200%
  3506. -unlocks at 50 farmer, 50 haggler
  3507. -named Paid Influence
  3508. *TitanFarm
  3509. -"Only the best can work with these.<br><b>Farmers</b> are <b>twice</b> as efficient."
  3510. -costs 10000000000 gems
  3511. -multiplies efficiency of farmer by 200%
  3512. -unlocks at 125 farmer
  3513. -named Titan Farm
  3514. *BaldSpots
  3515. -"I know you're stressed out but you're only 30!<br><b>Farmers</b> are <b>150%</b> more efficient."
  3516. -costs 10 shorthairstrand, 3 longhairstrand, 1 hairball
  3517. -multiplies efficiency of farmer by 150%
  3518. -unlocks at 10 farmer, 3 shorthairstrand
  3519. -named Bald Spots
  3520. *Tarde
  3521. -"The right and only way to say it.<br><b>False newbs</b> are <b>150%</b> more efficient."
  3522. -costs 15000 gems
  3523. -multiplies efficiency of falsenewb by 150%
  3524. -unlocks at 1 falsenewb
  3525. -named Tarde
  3526. *Honesty
  3527. -"Honesty's the best policy?<br><b>False newbs</b> are <b>150%</b> more efficient."
  3528. -costs 25000 gems
  3529. -multiplies efficiency of falsenewb by 150%
  3530. -unlocks at 1 falsenewb
  3531. -named Honesty
  3532. *ExtraDonations
  3533. -"Do ya' really need it?<br><b>False newbs</b> are <b>150%</b> more efficient."
  3534. -costs 50000 gems
  3535. -multiplies efficiency of falsenewb by 150%
  3536. -unlocks at 3 falsenewb
  3537. -named Donations
  3538. *FriendLimit
  3539. -"How can a scammer be so influential?<br><b>False newbs</b> are <b>twice</b> as efficient."
  3540. -costs 100000 gems
  3541. -multiplies efficiency of falsenewb by 150%
  3542. -unlocks at 7 falsenewb
  3543. -named Friend Limit
  3544. *snazzyattitude
  3545. -"These turn a live pro into nooby mush in 6 seconds flat!<br><b>False newbs</b> are <b>twice</b> as efficient."
  3546. -costs 200000 gems
  3547. -multiplies efficiency of falsenewb by 200%
  3548. -unlocks at 10 falsenewb
  3549. -named Snazzy Attitude
  3550. *GemEnlargers
  3551. -"Enlarge your gems with these risk-free donations TODAY!<br><b>False newbs</b> are <b>thrice</b> as efficient."
  3552. -costs 1000000 gems, 10 microphone, 5 stereo
  3553. -multiplies efficiency of falsenewb by 300%
  3554. -unlocks at 50 falsenewb
  3555. -named Gem Enlargers
  3556. *Pickpocketing
  3557. -"Whoops! I accidentally stole your platinum lock.<br><b>False newbs</b> are <b>twice</b> as efficient."
  3558. -costs 50000000 gems
  3559. -multiplies efficiency of falsenewb by 200%
  3560. -unlocks at 75 falsenewb
  3561. -named Pickpocketing
  3562. *TikiMask
  3563. -"Show? Pfft, I just have this tiki mask.<br><b>False newbs</b> are <b>150%</b> more efficient."
  3564. -costs 5 RElementShard, 5 RMagicShard, 1 URMagicShard
  3565. -multiplies efficiency of falsenewb by 150%
  3566. -unlocks at 5 falsenewb, 5 RMagicShard
  3567. -named Tiki Mask
  3568. *ExtendedWings
  3569. -"The glorious extended wings of Pixies shine.<br><b>Pixies</b> are <b>150%</b> more efficient."
  3570. -costs 200000 gems
  3571. -multiplies efficiency of pixie by 150%
  3572. -unlocks at 1 pixie
  3573. -named Extended Wings
  3574. *SparkleLessons
  3575. -"It appears Pixies don't sparkle. We'll have to fix that!<br><b>Pixies</b> are <b>150%</b> more efficient."
  3576. -costs 2000000 gems, 2 cherubfeather
  3577. -multiplies efficiency of pixie by 150%
  3578. -unlocks at 10 pixie
  3579. -named Sparkle Lessons
  3580. *Glorious
  3581. -"Witness their ultimate power!<br><b>Pixies</b> are <b>150%</b> more efficient."
  3582. -costs 5000000 gems, 5 microphone
  3583. -multiplies efficiency of pixie by 150%
  3584. -unlocks at 15 pixie, 25 levelup
  3585. -named Glorious
  3586. *VoluntaryFlight
  3587. -"Their wings fly higher than anyone could imagine.<br><b>Pixies</b> are <b>150%</b> more efficient."
  3588. -costs 10000000 gems, 5 stereo
  3589. -multiplies efficiency of pixie by 150%
  3590. -unlocks at 25 pixie
  3591. -named Voluntary Flight
  3592. *SparklingBlocks
  3593. -"The pixies have given the hagglers some lessons.<br><b>Hagglers + Pixies</b> are <b>150%</b> as efficient."
  3594. -costs 30000000 gems, 5 lolipop
  3595. -multiplies efficiency of haggler by 150%
  3596. -multiplies efficiency of pixie by 150%
  3597. -unlocks at 50 pixie, 100 haggler
  3598. -named Sparkling Blocks
  3599. *EternalBrightness
  3600. -"Ahh! My eyes.<br><b>Pixies</b> are <b>twice</b> as efficient."
  3601. -costs 150000000 gems, 50 lolipop
  3602. -multiplies efficiency of pixie by 200%
  3603. -unlocks at 100 pixie
  3604. -named Eternal Brightness
  3605. *PlasmaJetPack
  3606. -"Who needs wings with jets like these?<br><b>Pixies</b> are <b>150%</b> more efficient."
  3607. -costs 20 RElementShard, 5 RMagicShard
  3608. -multiplies efficiency of pixie by 200%
  3609. -unlocks at 20 pixie, 5 relementshard
  3610. -named Plasma Jet Pack
  3611. *RealisticPixieWings
  3612. -"Overly realistic, every hair is viewable.<br><b>Pixies</b> are <b>twice</b> as efficient."
  3613. -costs 100 shorthairstrand, 25 longhairstrand, 5 hairball
  3614. -multiplies efficiency of pixie by 200%
  3615. -unlocks at 3 hairball, 30 pixie
  3616. -named Realistic Pixie Wings
  3617. *AncientFlames
  3618. -"Don't put it out.<br><b>Demons</b> are <b>150%</b> more efficient."
  3619. -costs 6000000 gems, 30 UCColorShard, 5 RMagicShard
  3620. -multiplies efficiency of demon by 150%
  3621. -unlocks at 1 demon
  3622. -named Ancient Flames
  3623. *ScreamingSouls
  3624. -"It kind of sounds like they're screaming, I wanna respawn. But surely a kind demon wouldn't put souls through that. Right?<br><b>Demons</b> are <b>150%</b> more efficient."
  3625. -costs 10000000 gems, 3 URMagicShard
  3626. -multiplies efficiency of demon by 200%
  3627. -unlocks at 5 demon
  3628. -named Screaming Souls
  3629. *Brazier
  3630. -"A nice little storage for your fire.<br><b>Demons</b> are <b>150%</b> more efficient."
  3631. -costs 25000000 gems, 50 UCColorShard, 25 RMagicShard, 5 URMagicShard
  3632. -multiplies efficiency of demon by 200%
  3633. -unlocks at 15 demon
  3634. -named Brazier
  3635. *SpikeTrap
  3636. -"Some articial aid for your demon!<br><b>Demons</b> are <b>twice</b> as efficient."
  3637. -costs 500 Granite, 500 Marble, 500 Obsidian, 1 LMagicShard
  3638. -multiplies efficiency of demon by 200%
  3639. -unlocks at 30 demon
  3640. -named Spike Trap
  3641. *HellsPitchfork
  3642. -"Ow!<br><b>Demons</b> are <b>twice</b> as efficient."
  3643. -costs 200000000 gems
  3644. -multiplies efficiency of demon by 200%
  3645. -unlocks at 50 demon
  3646. -named The Pitchfork of Hell
  3647. *Predominance
  3648. -"The Pixies are pathetic... in comparison to the demons.<br><b>Demons + Pixies</b> are <b>twice</b> as efficient."
  3649. -costs 1000000000 gems
  3650. -multiplies efficiency of demon by 200%
  3651. -multiplies efficiency of pixie by 200%
  3652. -unlocks at 100 demon, 125 pixie
  3653. -named Predominance
  3654. *GreenDragonWings
  3655. -"There are many types of dragons!<br><b>Blue Dragons</b> are <b>150%</b> more efficient."
  3656. -costs 50000000 gems, 30 UCColorShard, 5 RMagicShard
  3657. -multiplies efficiency of bluedragon by 200%
  3658. -unlocks at 1 bluedragon
  3659. -named Green Dragon Wings
  3660. *RedDragonWings
  3661. -"The most widely known type of dragon!<br><b>Blue Dragons</b> are <b>150%</b> more efficient."
  3662. -costs 100000000 gems, 50 UCColorShard, 20 RMagicShard, 5 URMagicShard
  3663. -multiplies efficiency of bluedragon by 200%
  3664. -unlocks at 5 bluedragon
  3665. -named Red Dragon Wings
  3666. *RainbowDragonWings
  3667. -"So many colors!<br><b>Blue Dragons</b> are <b>150%</b> more efficient."
  3668. -costs 250000000 gems, 100 UCColorShard, 50 RMagicShard, 10 URMagicShard, 1 LMagicShard
  3669. -multiplies efficiency of bluedragon by 200%
  3670. -unlocks at 15 bluedragon
  3671. -named Rainbow Dragon Wings
  3672. *FireTrap
  3673. -"Some articial aid for your dragon!<br><b>Blue Dragons</b> are <b>twice</b> as efficient."
  3674. -costs 500 Granite, 500 Marble, 500 Obsidian, 1 LMagicShard
  3675. -multiplies efficiency of bluedragon by 200%
  3676. -unlocks at 30 bluedragon
  3677. -named Fire Trap
  3678. *Soot
  3679. -"Soot everywhere.<br><b>Blue Dragons</b> are <b>twice</b> as efficient."
  3680. -costs 100 shorthairstrand, 50 longhairstrand, 10 hairball, 25 witchhairstrand, 750000000 gems
  3681. -multiplies efficiency of bluedragon by 200%
  3682. -unlocks at 40 bluedragon
  3683. -named Soot
  3684. *InnerCore
  3685. -"The hottest part of the flame.<br><b>Blue Dragons</b> are <b>twice</b> as efficient."
  3686. -costs 20000000000000 gems, 5 lmagicshard
  3687. -multiplies efficiency of bluedragon by 200%
  3688. -unlocks at 100 bluedragon
  3689. -named The Inner Core
  3690. *GreenPWRMask
  3691. -"This appears to be the most common mask for the Pixel Ranger, wonder why.<br><b>Pixel Rangers</b> are <b>150%</b> more efficient."
  3692. -costs 10 UCColorShard, 5 CElementShard, 2 RMagicShard
  3693. -multiplies efficiency of pixelranger by 200%
  3694. -unlocks at 1 pixelranger
  3695. -named Green PWR Mask
  3696.  
  3697. *GreenPWRSuit
  3698. -"This appears to be the most common suit for the Pixel Ranger, wonder why.<br><b>Pixel Rangers</b> are <b>150%</b> more efficient."
  3699. -costs 10 UCColorShard, 3 RMagicShard
  3700. -multiplies efficiency of pixelranger by 150%
  3701. -unlocks at 3 pixelranger
  3702. -named Green PWR Suit
  3703.  
  3704. *GreenPWRShoes
  3705. -"These appear to be the most common shoes for the Pixel Ranger, wonder why.<br><b>Pixel Rangers</b> are <b>150%</b> more efficient."
  3706. -costs 25 UCColorShard, 5 RElementShard
  3707. -multiplies efficiency of pixelranger by 150%
  3708. -unlocks at 5 pixelranger
  3709. -named Green PWR Shoes
  3710.  
  3711. *RedPWRSuit
  3712. -"This is a less common suit for the Pixel Ranger, yet this is the one everyone sees in the cartoons.<br><b>Pixel Rangers + Basic Players</b> are <b>150%</b> more efficient."
  3713. -costs 35 UCColorShard, 15 RElementShard
  3714. -multiplies efficiency of pixelranger by 150%
  3715. -multiplies efficiency of basicplayer by 150%
  3716. -unlocks at 5 pixelranger
  3717. -named Red PWR Suit
  3718.  
  3719. *YellowPWRSuit
  3720. -"This appears to be one of the more obscure suits for the Pixel Ranger, wonder why.<br><b>Hagglers + Pixel Rangers</b> are <b>150%</b> more efficient."
  3721. -costs 50 UCColorShard, 3 URTechShard
  3722. -multiplies efficiency of pixelranger by 150%
  3723. -multiplies efficiency of haggler by 150%
  3724. -unlocks at 10 pixelranger
  3725. -named Yellow PWR Suit
  3726.  
  3727. *PinkPWRSuit
  3728. -"This is the least common suit for the Pixel Ranger, maybe because it's pink.<br><b>Pixel Rangers</b> are <b>twice</b> as efficient."
  3729. -costs 20 UCColorShard, 1 LTechShard
  3730. -multiplies efficiency of pixelranger by 200%
  3731. -unlocks at 15 pixelranger
  3732. -named Pink PWR Suit
  3733.  
  3734. *SuperPWRSuit
  3735. -"No one knows if this one even exists, let's just say it does.<br><b>Pixel Rangers</b> are <b>twice</b> as efficient."
  3736. -costs 100 RMagicShard, 1 LTechShard, 1 LMagicShard
  3737. -multiplies efficiency of pixelranger by 200%
  3738. -unlocks at 50 pixelranger
  3739. -named Super PWR Suit
  3740.  
  3741. *GreenLaserSword
  3742. -"The sparks go flying everywhere!<br><b>Farmers + Hagglers</b> are <b>150%</b> more efficient."
  3743. -costs 5 sword, 20 UCColorShard, 5 URTechShard
  3744. -multiplies efficiency of farmer by 150%
  3745. -multiplies efficiency of haggler by 150%
  3746. -unlocks at 15 farmer, 15 haggler, 1 urtechshard
  3747. -named Green Laser Sword
  3748.  
  3749. *RedLaserSword
  3750. -"Some call it a reskin, but you know that's not true.<br><b>Newbs + False Newbs</b> are <b>twice</b> as efficient."
  3751. -costs 5 sword, 40 UCColorShard, 5 URTechShard
  3752. -multiplies efficiency of newb by 200%
  3753. -multiplies efficiency of falsenewb by 200%
  3754. -unlocks at 15 newb, 15 falsenewb, 1 urtechshard
  3755. -named Red Laser Sword
  3756.  
  3757. *BlueLaserSword
  3758. -"This one's the most peculiar. Some say the most useless of the laser swords.<br><b>Newbs + Basic Players</b> are <b>twice</b> as efficient."
  3759. -costs 5 sword, 50 UCColorShard, 5 URTechShard
  3760. -multiplies efficiency of newb by 200%
  3761. -multiplies efficiency of basicplayer by 200%
  3762. -unlocks at 15 newb, 15 basicplayer, 1 urtechshard
  3763. -named Blue Laser Sword
  3764. *FlameSword
  3765. -"The most expensive item in the game. Legend has it that you get 200 platinum locks in Pixel Worlds by buying it.<br><b>Every Worker</b> is <b>twice</b> as efficient."
  3766. -costs 100 sword, 100 CColorShard, 100 CElementShard, 50 UCColorShard, 50 UCElementShard, 30 RElementShard, 10 URMagicShard, 5 LMagicShard, 5 LTechShard
  3767. -multiplies efficiency of newb by 200%
  3768. -multiplies efficiency of basicplayer by 200%
  3769. -multiplies efficiency of haggler by 200%
  3770. -multiplies efficiency of farmer by 200%
  3771. -multiplies efficiency of falsenewb by 200%
  3772. -multiplies efficiency of pixie by 200%
  3773. -multiplies efficiency of demon by 200%
  3774. -multiplies efficiency of bluedragon by 200%
  3775. -multiplies efficiency of pixelranger by 200%
  3776. -multiplies efficiency of goldenguardian by 200%
  3777. -multiplies efficiency of darkpixie by 200%
  3778. -multiplies efficiency of alien by 200%
  3779. -multiplies efficiency of lord by 200%
  3780. -multiplies efficiency of cherub by 200%
  3781. -multiplies efficiency of teddybear by 200%
  3782. -multiplies efficiency of blingblingbuddy by 200%
  3783. -multiplies efficiency of chick by 200%
  3784. -multiplies efficiency of bunny by 200%
  3785. -multiplies efficiency of witch by 200%
  3786. -multiplies efficiency of platformer by 200%
  3787. -multiplies efficiency of wingedhumanoid by 200%
  3788. -multiplies efficiency of sarcosuchus by 200%
  3789. -unlocks at 1 lmagicshard, 1 ltechshard
  3790. -named Flame Sword
  3791.  
  3792. Achievements :
  3793. *LetsGetFarmin
  3794. -"Collect <b>1</b> gem."
  3795. -unlocks at 1 gems
  3796. -named Let's get farmin'
  3797. *Foolish
  3798. -"Collect <b>100</b> gems."
  3799. -unlocks at 100 gems
  3800. *Hungry
  3801. -"Collect <b>10000</b> gems."
  3802. -unlocks at 10000 gems
  3803. *Ravenous
  3804. -"Collect <b>1000000</b> gems."
  3805. -unlocks at 1000000 gems
  3806. *Unstoppable
  3807. -"Collect <b>100000000</b> gems."
  3808. -unlocks at 100000000 gems
  3809. *FarmingTycoon
  3810. -"Collect <b>10000000000</b> gems."
  3811. -unlocks at 10000000000 gems
  3812. -named Farming Tycoon
  3813. *SpikedTeeth
  3814. -"Get a blue dragon!"
  3815. -unlocks at 1 bluedragon
  3816. -named Spiked Teeth
  3817. *RockLife
  3818. -"Collect 10 of each rock."
  3819. -unlocks at 10 granite, 10 marble, 10 obsidian
  3820. -named Rock Life
  3821. *TrueMagic
  3822. -"Collect a magic stuff seed."
  3823. -unlocks at 1 magicseed
  3824. -named True Magic
  3825. *SciFiPower
  3826. -"Get a glowstick."
  3827. -unlocks at 1 glowstick
  3828. -named SciFi Power
  3829. *CandyUniverse
  3830. -"Get a lollipop."
  3831. -unlocks at 1 lolipop
  3832. -named Candy Universe
  3833. *HipHop
  3834. -"Get a microphone and stereo."
  3835. -unlocks at 1 microphone, 1 stereo
  3836. -named Hip Hop
  3837. *KingoftheCastle
  3838. -"Get a throne."
  3839. -unlocks at 1 throne
  3840. -named King of the Castle
  3841. *JarofHair
  3842. -"Get a hair ball!"
  3843. -unlocks at 1 hairball
  3844. -named A Jar Full of Hair
  3845. *ShardCollector
  3846. -"Get 10 of each common shard."
  3847. -unlocks at 10 ccolorshard, 10 celementshard
  3848. -named Shard Collector
  3849. *MagicalLegend
  3850. -"Get 1 legendary magic shard."
  3851. -unlocks at 1 lmagicshard
  3852. -named Magical Legend
  3853. *TechnologicalLegend
  3854. -"Get 1 legendary tech shard."
  3855. -unlocks at 1 ltechshard
  3856. -named Technological Legend
  3857. *EggHunter
  3858. -"Find 5 of each egg."
  3859. -unlocks at 5 orangeegg, 5 violetegg, 5 blueegg
  3860. -named Egg Hunter
  3861. *LuckyBreaker
  3862. -"Get 5 cloverleaves from blocks!"
  3863. -unlocks at 5 cloverleaf
  3864. -named Lucky Breaker
  3865. *LeprechaunHelper
  3866. -"Get a pair of clover wings from the Leprechaun!"
  3867. -unlocks at 1 cloverwings
  3868. -named The Leprechaun's Helper
  3869. *Explorer
  3870. -"Explore a world."
  3871. -unlocks at 1 worldexplored
  3872. -named Explorer
  3873. *Adventurer
  3874. -"Wow! You've explored 5 worlds."
  3875. -unlocks at 5 worldexplored
  3876. -named Adventurer
  3877. *PixianaJones
  3878. -"OMG! You've explored 50 worlds."
  3879. -unlocks at 50 worldexplored
  3880. -named Pixiana Jones
  3881. *SeenItAll
  3882. -"Woah! You’ve explored 500 worlds."
  3883. -unlocks at 500 worldexplored
  3884. -named Seen It All
  3885. *BlockBreaker
  3886. -"Break 1000 blocks."
  3887. -unlocks at 1000 blockbroken
  3888. -named Block Breaker
  3889. *BlockMurderer
  3890. -"Break 10000 blocks.'
  3891. -unlocks at 10000 blockbroken
  3892. -named Block Murderer
  3893. *AlienLeader
  3894. -"Unlock aliens."
  3895. -unlocks at 1 alien
  3896. -named Alien Leader
  3897. *CoinHoarder
  3898. -"Hold 5 golden coins."
  3899. -unlocks at 5 coin
  3900. -named Coin Hoarder
  3901. *RisingPopularity
  3902. -"Get 2 stars from your parkour."
  3903. -unlocks at 2 star
  3904. -named Rising Popularity
  3905. *PlatformMayhem
  3906. -"Get 5 Platformers."
  3907. -unlocks at 5 platformer
  3908. -named Platform Mayhem
  3909. *FeudalJapan
  3910. -"Hire a Samurai."
  3911. -unlocks at 1 samurai
  3912. -named Feudal Japan
  3913. *HotTea
  3914. -"Get 10 tea sets.'
  3915. -unlocks at 10 teaset
  3916. -named Hot Tea
  3917. *Quester
  3918. -"Complete 25 quests."
  3919. -unlocks at 25 questcompleted
  3920. -named Quester
  3921. *QuestKing
  3922. -"Complete 50 quests."
  3923. -unlocks at 50 questcompleted
  3924. -named Quest King
  3925. *QuestOverlord
  3926. -"Complete 75 quests."
  3927. -unlocks at 75 questcompleted
  3928. -named Quest Overlord
  3929. *QuestChampion
  3930. -"Complete 100 quests."
  3931. -unlocks at 100 questcompleted
  3932. -named Quest Champion
  3933. *CincoDeMayoWinner
  3934. -"Get a Living Sombrero Familiar from the Cinco de Mayo event."
  3935. -unlocks at 1 sombrerofamiliar
  3936. -named Un Ganador
  3937. *GrandPrize
  3938. -"Collect the current grand prize."
  3939. -unlocks at 1 unicornvoucher
  3940. -named Grand Prize
  3941. *NeededHelp
  3942. -"Hire <b>1</b> newb."
  3943. -unlocks at 1 newb
  3944. -named Needed help
  3945. *Teamwork
  3946. -"Hire <b>50</b> newbs."
  3947. -unlocks at 50 newb
  3948. -named Teamwork
  3949. *UnderpaidSlaves
  3950. -"Hire <b>100</b> newbs."
  3951. -unlocks at 100 newb
  3952. -named Underpaid Slaves
  3953. *FireAlignment
  3954. -"Align yourself with the Fire Imp."
  3955. -unlocks at 1 fireimpfamiliar
  3956. -named Deal with the Imp
  3957. *WaterAlignment
  3958. -"Align yourself with the Water Imp."
  3959. -unlocks at 1 waterimpfamiliar
  3960. -named Ocean Politics
  3961. *Archaeologist
  3962. -"Form one fossil."
  3963. -unlocks at 1 fossil
  3964. -named Archeologist
Advertisement
Add Comment
Please, Sign In to add comment