Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 222.81 KB | None | 0 0
  1. Let's make a game!
  2. name:Peanut Butter Cupper
  3. by:Chotiwit
  4. desc:Make some tasty peanut butter cups!<.>Created on <b>December 2nd, 2017</b><.>Last updated on <b>April 2nd, 2018</b>
  5.  
  6.  
  7. //hello
  8.  
  9. Settings
  10. tiling background:https://imgur.com/bIMzkmq.png
  11. spritesheet:numbers, 48 by 48, https://imgur.com/ybrBc03.png
  12. spritesheet:hat, 48 by 48, https://cdn.rawgit.com/morkysherk/8a61b7be3b0312ef38861b766d066f83/raw/3a2bb60e9fb5e34100400c86987cdc1cbe866d6b/mana%20hat2.svg
  13. spritesheet:cursor, 48 by 48, https://cdn.rawgit.com/morkysherk/1ccc5a7be2a39e0f69dc75cfb75a3f30/raw/53e40164a1418a8bc13e2decdfff69cbd2d039ac/cursor2.svg
  14. building cost refund: 60%
  15. stylesheet:https://pastebin.com/YB7b8VNb
  16. //All IGM games are copyrighted to their respective owners, by the way
  17.  
  18. Buttons
  19. *TEMPLATE
  20. class:inFront
  21. *chocoButton
  22. name:Chocolate Button
  23. desc:Click to make more chocolate!
  24. icon:https://cdn.rawgit.com/morkysherk/2ab934765c73cf597da21b771b167d6b/raw/82b448527d51539329e09a5fe4e8843c8f76121e/gistfile1.svg
  25. on click:
  26. if (buttonAnimation=1) anim icon wobble2
  27. if (buttonAnimation=2) anim icon bounceOnce
  28. if (buttonAnimation=3) anim icon plop
  29. if (buttonAnimation=4) anim icon wiggling2
  30. if (buttonAnimation=5) anim icon wobbleSlow
  31. end
  32. no text
  33. on click:yield 1 chocolate
  34. on click:if (chance(min(20,(0.3+(chanceIncreases*0.03)))%)) yield 1 goldBeanPod
  35. on click:if (have combinedClicking) yield 0.5 peanutButter
  36. on click:if (have peanutcupClicking) yield (1/3) peanutCups
  37. on click:if (aaa<1) yield 1 aaa
  38. on click:
  39. noClickSeconds=0
  40. end
  41. class:bigButton redFlares
  42. tag:cButton
  43. *pButton
  44. name:Peanut Butter Button
  45. desc:Click to make more peanut butter!
  46. on click:
  47. if (buttonAnimation=1) anim icon wobble2
  48. if (buttonAnimation=2) anim icon bounceOnce
  49. if (buttonAnimation=3) anim icon plop
  50. if (buttonAnimation=4) anim icon wiggling2
  51. if (buttonAnimation=5) anim icon wobbleSlow
  52. end
  53. no text
  54. on click:yield 1 peanutButter
  55. on click:if (chance(min(25,(0.3+(chanceIncreases*0.03)))%)) yield 1 goldBeanPod
  56. on click:if (have combinedClicking) yield 0.5 chocolate
  57. on click:if (have peanutcupClicking) yield (1/3) peanutCups
  58. on click:
  59. noClickSeconds=0
  60. end
  61. icon:https://cdn.rawgit.com/morkysherk/cfa7f4e5568f4a7eb352e2aaf79122b6/raw/5e1fead872c27b1455dc14fb9ea8b833c1d5e809/pbutton.svg
  62. class:bigButton blueFlares
  63. tag:pButton
  64. *TEMPLATE
  65. tag:debug
  66. *debug1
  67. name:+1k cups
  68. on click:yield 1000 peanutCups
  69. *debug2
  70. name:+1M cups
  71. on click:yield 1000000 peanutCups
  72. *debug3
  73. name:+1B cups
  74. on click:yield 1000000000 peanutCups
  75. *debug10
  76. name:+1T cups
  77. on click:yield 1000000000000 peanutCups
  78. *alottacups
  79. name:A lot of cups
  80. on click:yield 1e308 peanutCups
  81. *debug4
  82. name:+1k chocolate
  83. on click:yield 1000 chocolate
  84. *debug5
  85. name:+1M chocolate
  86. on click:yield 1000000 chocolate
  87. *debug6
  88. name:+1B chocolate
  89. on click:yield 1000000000 chocolate
  90. *debug11
  91. name:+1T chocolate
  92. on click:yield 1000000000000 chocolate
  93. *debug7
  94. name:+1k peanut butter
  95. on click:yield 1000 peanutButter
  96. *debug8
  97. name:+1M peanut butter
  98. on click:yield 1000000 peanutButter
  99. *debug9
  100. name:+1B peanut butter
  101. on click:yield 1000000000 peanutButter
  102. *debug12
  103. name:+1T peanut butter
  104. on click:yield 1000000000000 peanutButter
  105. *beanChanceUp
  106. name:Max gold bean pod chance
  107. on click:yield 10000000 chanceIncreases
  108. *loadsaBuildings
  109. name:Plenty of moleculizers
  110. on click:yield 182730871092837098127309812031213123123 subAtomics
  111. *loadsaAchievs
  112. name:Plenty of achievements
  113. on click:yield 923789487092853609890230029837408087034 achievPoints
  114. *100mana
  115. name:+100 mana
  116. on click:yield 100 mana
  117. *100pods
  118. name:+100 bean pods
  119. on click:yield 100 goldBeanPods
  120. *noDelay
  121. name:Reset spell delay
  122. on click:yield -100 delay
  123. *luckySpawn
  124. name:Spawn golden cup
  125. on click:spawn luckyCup
  126. *60minutes
  127. name:+60 minutes played
  128. on click:yield 3600 secondsPlayed
  129. *3600noClickSeconds
  130. name:+3600 seconds of no clicking
  131. on click:yield 3600 noClickSeconds
  132. *1000lclicks
  133. name:+1000 lucky cup clicks
  134. on click:yield 1000 lclicks
  135. *1000cBeans
  136. name:+1000 crystal beans
  137. on click:yield 1000 crystalBeans
  138. *100000gBeans
  139. name:+100000 golden beans
  140. on click:yield 100000 goldBeans
  141.  
  142. Resources
  143.  
  144. //STATS
  145.  
  146. *TEMPLATE
  147. tag:stat
  148. class:cleared noBackground
  149.  
  150. //WARNINGS
  151.  
  152. *cwarning
  153. name:You're not making enough chocolate!
  154. hidden when 0
  155. text:You're not making enough chocolate!
  156. class:roundBg
  157. tag:warning
  158. *pwarning
  159. name:You're not making enough peanut butter!
  160. hidden when 0
  161. text:You're not making enough peanut butter!
  162. class:roundBg
  163. tag:warning
  164.  
  165. //EARNED
  166.  
  167. *earned
  168. name:Peanut butter cups produced
  169. desc:How many peanut butter cups you've produced.
  170. is always:peanutCups:earned
  171. text:[?(this=1)|1 peanut butter cup produced|[this] peanut butter cups produced]
  172. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  173. *leftBehind
  174. name:Peanut butter cups left behind
  175. desc:How many peanut butter cups you've left behind.
  176. text:[this] peanut butter cups left behind
  177. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  178. hidden when 0
  179. *earnedThisUniverse
  180. is always:(earned-leftBehind)
  181. name:Peanut butter cups produced in this universe
  182. desc:How many peanut butter cups you've produced in this universe.
  183. text:[?(this=1)|1 peanut butter cup produced in this universe|[this] peanut butter cups produced in this universe]
  184. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  185. class:invisible
  186. *cleftBehind
  187. class:invisible
  188. *pleftBehind
  189. class:invisible
  190. *cEarnedThisUniverse
  191. is always:((chocolate:earned)-cleftBehind)
  192. class:invisible
  193. *pEarnedThisUniverse
  194. is always:((peanutButter:earned)-pleftBehind)
  195. class:invisible
  196.  
  197. //CHOCOLATE PRODUCTION RATES
  198.  
  199. *chocoworkerp
  200. name:Chocolate Worker Yield
  201. desc:How much chocolate your workers make every second.
  202. text:[chocoworkerp:ps] chocolate/s from workers
  203. icon:https://cdn.rawgit.com/morkysherk/f5be1f499ee6312e9810b9371b4da3af/raw/40da9c994decfa5c6d956e061ed157897ec88ac6/choco.svg
  204. *chocofarmp
  205. name:Chocolate Farm Yield
  206. desc:How much chocolate your farms make every second.
  207. text:[chocofarmp:ps] chocolate/s from farms
  208. hidden when 0
  209. icon:https://cdn.rawgit.com/morkysherk/f5c64664f71b3f9e2f4b91de4cc1bfdb/raw/4752f2af732f2debce18ead8a31b651ecc010d69/farm.svg
  210. *refineryp
  211. name:Refinery Yield
  212. desc:How much chocolate your refineries make every second.
  213. text:[refineryp:ps] chocolate/s from refineries
  214. hidden when 0
  215. icon:https://cdn.rawgit.com/morkysherk/751cab83d87772656cde4305358c0b6e/raw/fccdbb77f45b4bafec7bc5cd08ad01b44f42c1ac/refinery.svg
  216.  
  217. //PB PRODUCTION RATES
  218.  
  219. *buttererp
  220. name:Peanut Butterer Yield
  221. desc:How much peanut butter your butterers make every second.
  222. text:[buttererp:ps] peanut butter/s from peanut butterers
  223. hidden when 0
  224. icon:https://cdn.rawgit.com/morkysherk/d2cfc2c31d80bf249fda9fb7e28b130c/raw/84bfdea38a2717c936c480edf394fd66806825a7/peabnut.svg
  225. *converterp
  226. name:Converter Yield
  227. desc:How much peanut butter your peas and nuts converters make every second.
  228. text:[converterp:ps] peanut butter/s from peas and nuts converters
  229. hidden when 0
  230. icon:https://cdn.rawgit.com/morkysherk/2b40b85379aadfa6915979f2dfade403/raw/408447da2335b0b82aa4fc3366cf8acb277e01da/peasNuts.svg
  231. *factoryp
  232. name:Factory Yield
  233. desc:How much peanut butter your factories make every second.
  234. text:[factoryp:ps] peanut butter/s from peanut butter factories
  235. hidden when 0
  236. icon:https://cdn.rawgit.com/morkysherk/645e7182d29efc2a1078f0504e2a4e6f/raw/332ea27669218dfde408f8de93b6c006036523e5/pbFactory.svg
  237.  
  238. //MIXED PRODUCTION RATES
  239.  
  240. *clickerp
  241. icon:https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  242. name:Autoclicker Yield
  243. desc:How much peanut butter and chocolate your autoclickers make every second.
  244. text:[clickerp:ps] peanut butter and chocolate/s from autoclickers
  245. hidden when 0
  246. *replicatorp
  247. name:Replicator Yield
  248. desc:How much peanut butter and chocolate your replicators make every second.
  249. text:[replicatorp:ps] peanut butter and chocolate/s from replicators
  250. hidden when 0
  251. icon:https://cdn.rawgit.com/morkysherk/52ab77aa07ae52a02994ad81c32e93f3/raw/3f64bc9762ac1154994d513193bf03f68aa41ba6/replicator.svg
  252. *coreExtractorp
  253. name:Core Extractor Yield
  254. desc:How much peanut butter and chocolate your core extractors make every second.
  255. text:[coreExtractorp:ps] peanut butter and chocolate/s from core extractors
  256. hidden when 0
  257. icon:https://cdn.rawgit.com/morkysherk/4b5a464729fd860dab870581339e6d65/raw/b1cba0029067fc4a2663b4a588ef99ef620a6253/planet.svg
  258. *qDownloaderp
  259. name:Quantum Downloader Yield
  260. desc:How much peanut butter and chocolate your quantum downloaders make every second.
  261. text:[qDownloaderp:ps] peanut butter and chocolate/s from quantum downloaders
  262. hidden when 0
  263. icon:https://cdn.rawgit.com/morkysherk/c58075d02c2703abab4c8f935be3e56d/raw/25cabcdc4c1028a9dd6fc4eb9bcfd2dc1590007d/qDL.svg
  264. *mindReaderp
  265. name:Mind Reader Yield
  266. desc:How much peanut butter and chocolate your mind readers make every second.
  267. text:[mindReaderp:ps] peanut butter and chocolate/s from mind readers
  268. hidden when 0
  269. icon:https://cdn.rawgit.com/morkysherk/fafed1a756ac5581383b8ccb306b64c1/raw/1074b726d041607da8747e6d65ff39b4027308db/thot.svg
  270.  
  271. //CUP PRODUCTION RATES
  272.  
  273. *cupperuse
  274. always hidden
  275. *cupperp
  276. name:Cupper yield
  277. desc:How many peanut butter cups your peanut butter cuppers make every second.
  278. text:[cupperp:ps] peanut butter cups/s from cuppers
  279. hidden when 0
  280. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  281. *machineuse
  282. always hidden
  283. *machinep
  284. name:Machine yield
  285. desc:How many peanut butter cups your machines make every second.
  286. text:[machinep:ps] peanut butter cups/s from machines
  287. hidden when 0
  288. icon:https://cdn.rawgit.com/morkysherk/fa9d668a4443a5a08de1f548c888c1f6/raw/725c86ebc029f2761d152e8283a8959e3fef0d09/machine.svg
  289. *printeruse
  290. always hidden
  291. *printerp
  292. name:3D printer yield
  293. desc:How many peanut butter cups your 3D printers make every second.
  294. text:[printerp:ps] peanut butter cups/s from 3D printers
  295. hidden when 0
  296. icon:https://cdn.rawgit.com/morkysherk/6fe1c1df5f6a5e5d28be14440c714308/raw/d4c83c3f03a2480fece3d8b629cd06c3c27d97f6/printer.svg
  297. *pukeruse
  298. always hidden
  299. *pukerp
  300. name:Puker yield
  301. desc:How many peanut butter cups your pukers make every second.
  302. text:[pukerp:ps] peanut butter cups/s from pukers
  303. hidden when 0
  304. icon:https://cdn.rawgit.com/morkysherk/b322f0eb84f6c22b3620858e4a7ec1cc/raw/86c4c401fade1d40735f554162be3200ae110709/puker.svg
  305. *rearrangeruse
  306. always hidden
  307. *rearrangerp
  308. name:Rearranger yield
  309. desc:How many peanut butter cups your rearrangers make every second.
  310. text:[rearrangerp:ps] peanut butter cups/s from rearrangers
  311. hidden when 0
  312. icon:https://cdn.rawgit.com/morkysherk/b0318d383513d95521499e37d5fdfc78/raw/4e3edba050f2068770b1bf16bc1462e261612036/molecule.svg
  313. *rocketuse
  314. always hidden
  315. *rocketp
  316. name:Trade spaceship yield
  317. desc:How many peanut butter cups your trade rockets make every second.
  318. text:[rocketp:ps] peanut butter cups/s from trade spaceships
  319. hidden when 0
  320. icon:https://cdn.rawgit.com/morkysherk/b7d3ae243a102a9b39637190dac20041/raw/4cf30a075e035f8914848479af0faf5f51474f2a/rocket.svg
  321. *portaluse
  322. always hidden
  323. *portalp
  324. name:Portal yield
  325. desc:How many peanut butter cups your portals make every second.
  326. text:[portalp:ps] peanut butter cups/s from portals
  327. hidden when 0
  328. icon:https://cdn.rawgit.com/morkysherk/90fd792df35169cb0cc96ae35163fdc2/raw/a309035a47d81b016b299eaa50369a83c4f4f8d7/adwadw.svg
  329. *mysteryuse
  330. always hidden
  331. *mysteryp
  332. name:Mystery box yield
  333. desc:How many peanut butter cups your mystery boxes make every second.
  334. text:[mysteryp:ps] peanut butter cups/s from mystery boxes
  335. hidden when 0
  336. icon:https://cdn.rawgit.com/morkysherk/fe8c7c6f3572ec452963b6d4cdafab7b/raw/577232bee7a39636f5cc7e5c57ea022b55bc6b54/mystery.svg
  337. *subatomicp
  338. name:Subatomic moleculizer yield
  339. desc:How many peanut butter cups your subatomic moleculizers of the Greek bose-stein convapitators make every second.
  340. text:[subatomicp:ps] peanut butter cups/s from subatomic moleculizers
  341. hidden when 0
  342. icon:https://cdn.rawgit.com/morkysherk/317a8336e3d9752b507ea9b5d45575c0/raw/1a107f416d77fa6bd2e60655552f8d7887f96a6c/atom.svg
  343. *bhExtractoruse
  344. always hidden
  345. *bhExtractorp
  346. name:Black hole extractor yield
  347. desc:How many peanut butter cups your black hole extractors make every second.
  348. text:[bhExtractorp:ps] peanut butter cups/s from black hole extractors
  349. hidden when 0
  350. icon:https://cdn.rawgit.com/morkysherk/789f3bb8808a263f4f515d042815437e/raw/8e085275e2e8a19fa434d3c8d65b141dcbb9d06e/bHole.svg
  351. *anomalyuse
  352. always hidden
  353. *anomalyp
  354. name:Space-time anomaly yield
  355. desc:How many peanut butter cups your space-time anomalies make every second.
  356. text:[anomalyp:ps] peanut butter cups/s from space-time anomalies
  357. hidden when 0
  358. icon:https://cdn.rawgit.com/morkysherk/910b05f5526ceea98d0365baa45df953/raw/c95455608f83b26955803cd5352cc3636b88bc90/anomaly.svg
  359.  
  360. //TIME STATS
  361.  
  362. *secondPlayed|secondsPlayed
  363. name:Seconds played|Seconds played
  364. desc:How long you've been playing.
  365. text:[?(this=1)|1 second played|[this] seconds played]
  366. icon:https://cdn.rawgit.com/morkysherk/3dc7a3dd52ec8ea422c58a57e25e5b02/raw/e55987c0e7926abe8d705c35284a36f8caccc471/clocke.svg
  367. *minutePlayed|minutesPlayed
  368. name:Minutes played|Minutes played
  369. desc:How long you've been playing.
  370. text:[?(this=1)|1 minute played|[this] minutes played]
  371. icon:https://cdn.rawgit.com/morkysherk/3dc7a3dd52ec8ea422c58a57e25e5b02/raw/e55987c0e7926abe8d705c35284a36f8caccc471/clocke.svg
  372. is always:floor(secondsPlayed/60)
  373.  
  374. //CLICKS STATS
  375.  
  376. *cclick|cclicks
  377. name:Chocolate Clicks|Chocolate Clicks
  378. desc:How many times you've clicked the chocolate.
  379. is always:chocoButton:clicks
  380. text:[?(this=1)|1 chocolate button click|[this] chocolate button clicks]
  381. icon:https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  382. *pclick|pclicks
  383. name:Peanut Butter Clicks|Peanut Butter Clicks
  384. desc:How many times you've clicked the peanut butter.
  385. is always:pButton:clicks
  386. text:[?(this=1)|1 peanut butter button click|[this] peanut butter button clicks]
  387. icon:https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  388. *lclicks|lclicks
  389. name:Golden cup clicks|Golden cup clicks
  390. desc:How many golden peanut butter cups you've clicked.
  391. text:[?(this=1)|1 golden peanut butter cup collected|[this] golden peanut butter cups collected]
  392. icon:https://imgur.com/ArCt4ka.png
  393.  
  394. //OTHER STATS
  395.  
  396. *multiplier
  397. always hidden
  398. *multiplier2
  399. is always:multiplier*(max(1,(1+(divineCups/500)*(pow(1.02,angelicCuppers)))))
  400. name:Multiplier
  401. desc:Your production multiplier, in percent.
  402. start with:100
  403. text:[this]% multiplier
  404. icon:https://imgur.com/wc4CzdV.png
  405. always hidden
  406. *cIncrease|cIncreases
  407. name:Golden bean pod chance upgrade|Golden bean pod chance upgrades
  408. desc:How many times you've increased your golden bean pod chance. Found by clicking golden peanut butter cups.
  409. hidden when 0
  410. is always:chanceIncreases
  411. text:[?(this=1)|1 golden bean pod chance increase|[this] golden bean pod chance increases]
  412. icon:https://cdn.rawgit.com/morkysherk/30ee9e20bbf2b8dca6d722dd17f33b88/raw/0dcdad7c5cc54f9ffe4e292554eef91aed81923c/goldbean.svg
  413. *goldPodSummoned|goldPodsSummoned
  414. name:Golden bean pod summoned|Golden bean pods summoned
  415. desc:How many golden bean pods you've summoned.
  416. text:[?(this=1)|1 golden bean pod summoned|[this] golden bean pods summoned]
  417. icon:https://cdn.rawgit.com/morkysherk/30ee9e20bbf2b8dca6d722dd17f33b88/raw/0dcdad7c5cc54f9ffe4e292554eef91aed81923c/goldbean.svg
  418. *thisstatClick|thisstatClicks
  419. name:Times you've clicked this stat
  420. desc:How many times you've clicked this stat.
  421. on click:yield 1 thisstatClick
  422. text:[?(this=1)|You've clicked this stat 1 time|You've clicked this stat [this] times]
  423. icon:https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  424. *noClickSecond|noClickSeconds
  425. name:no click seconds
  426. class:invisible
  427.  
  428. //RESOURCES
  429.  
  430. *TEMPLATE
  431. tag:resource
  432.  
  433. *peanutCup|peanutCups
  434. name:Peanut Butter Cup|Peanut Butter Cups
  435. desc:A delicious mixture of peanut butter and chocolate!
  436. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  437. show earned
  438. class:noBackground
  439. on click:yield 1 coolResource
  440. *chocolate|chocolates
  441. name:Chocolate Bar|Chocolate Bars
  442. desc:A tasty snack used as the outer shell of a Reese's cup.
  443. hidden when 0
  444. show earned
  445. icon:https://cdn.rawgit.com/morkysherk/f5be1f499ee6312e9810b9371b4da3af/raw/40da9c994decfa5c6d956e061ed157897ec88ac6/choco.svg
  446. class:noBackground
  447. *peanutButter|peanutButters
  448. name:Jar of Peanut Butter|Jars of Peanut Butter
  449. desc:Often used on bread, this topping also goes well with chocolate.
  450. hidden when 0
  451. show earned
  452. icon:https://cdn.rawgit.com/morkysherk/d2cfc2c31d80bf249fda9fb7e28b130c/raw/84bfdea38a2717c936c480edf394fd66806825a7/peabnut.svg
  453. class:noBackground
  454. *fireCup|fireCups
  455. name:Flaming Cup|Flaming Cups
  456. desc:woah duuude
  457. icon:https://cdn.rawgit.com/morkysherk/c0eb723a7bac1dc5d514c5fcbef23b5b/raw/1da1fd6ded387a188c809c958e8f1f9f0f76b49f/fireCup.svg
  458. class:blurred noBackground
  459. always hidden
  460.  
  461. //SPECIAL RESOURCES
  462.  
  463. *TEMPLATE
  464. tag:special
  465. *goldBeanPod|goldBeanPods
  466. name:Golden Bean Pod|Golden Bean Pods
  467. desc:A pod containing golden cocoa beans.
  468. on lose:if (chance(1%)) yield 1 crystalBean
  469. show earned
  470. class:noBackground
  471. icon:https://cdn.rawgit.com/morkysherk/30ee9e20bbf2b8dca6d722dd17f33b88/raw/0dcdad7c5cc54f9ffe4e292554eef91aed81923c/goldbean.svg
  472. *goldBean|goldBeans
  473. name:Golden Cocoa Bean|Golden Cocoa Beans
  474. desc:Rare, exquisitely flavored cocoa beans used to buy special powerful upgrades.
  475. show earned
  476. hidden when 0
  477. class:noBackground
  478. icon:https://cdn.rawgit.com/morkysherk/3cd32a655ba1c9abe712e4129434de19/raw/8a6b8de914ee9d3d5c5f5f2084f9cb5ced0dd411/goldBean.svg
  479. *crystalBean|crystalBeans
  480. name:Crystal Bean|Crystal Beans
  481. desc:An incredibly valuable cocoa bean with an unimaginably delicious flavor. Possessed only by successful chocolatiers, and used to purchase powerful boosts.
  482. icon:https://cdn.rawgit.com/morkysherk/490a801fbeba9232c76ec1f9b0a56054/raw/57ed03041c77ac8d1a7377a7221e6f8f5659a07f/crystalBean.svg
  483. class:noBackground
  484. hidden when 0
  485. *mana|manas
  486. name:Mana|Mana
  487. desc:Magic power used to cast spells.
  488. icon:https://cdn.rawgit.com/morkysherk/17878b0e6065cc04058debceaf423fb1/raw/183cf6fec09208f552ff4b4ed2dd3f58d00d4468/mana%20hat.svg
  489. class:noBackground
  490. tag:spelltxt
  491. text:Spells - [this] mana, [?(delay=0)|no delay|[delay] second delay]
  492. on earn:if (mana>=(500*pow(1.01,tallerHats)) and mana<((500*pow(1.01,tallerHats))+10)) log(maxMana) Maximum mana reached!
  493. *chanceIncrease|chanceIncreases
  494. name:Golden Bean Pod Chance Increase
  495. always hidden
  496.  
  497. *TEMPLATE
  498.  
  499. *divineCups
  500. name:Divine Cups
  501. desc:Gifts from the peanut butter cup gods for successfully filling a universe. Can be used to purchase powerful upgrades.
  502. class:noBackground
  503. icon:https://cdn.rawgit.com/morkysherk/b914a55433f5e3af3bab7b6d6641b29a/raw/15883d5279e720636ae9e91e83fdf33cd710055d/divinecup.svg
  504. show earned
  505. class:invisible
  506. tag:divine
  507. *frenzy|frenzy
  508. name:10x Multiplier Timer
  509. text:10x multiplier - [this] seconds remaining
  510. tag:timer
  511. hidden when 0
  512. class:noBackground
  513. *frenzy2
  514. name:25x Multiplier Timer
  515. text:25x multiplier - [this] seconds remaining
  516. tag:timer
  517. hidden when 0
  518. class:noBackground
  519. *delay
  520. name:Spell Delay
  521. desc:How much longer you must wait to cast your next spell.
  522. hidden when 0
  523. class:invisible
  524. *coolResource
  525. name:ayyy
  526. desc:kajwhd
  527. hidden
  528. *effectDeterminer|effectDeterminers
  529.  
  530. *achievPoint|achievPoints
  531. name:Achievements
  532. tag:achievPoints
  533. text:Achievements - <b>[this]/90 (~[((achievPoints/90)*100)]%) earned</b>
  534. desc:Things awarded for reaching certain milestones in the game. These will probably give you bonuses at some point in the future.
  535. class:noBackground
  536. *secretPoint|secretPoints
  537. name:Secrets
  538. tag:secretPoints
  539. text:Secrets - <b>[this]/6 (~[((secretPoints/6)*100)]%) discovered</b>
  540. desc:Things hidden throughout the game that aren't necessarily achievements. These may unlock special bonuses at some point.
  541. class:noBackground
  542. *upgradetxt
  543. name:Available upgrades
  544. tag:upgradetxt
  545. text:Available upgrades
  546. desc:Upgrades to give you boosts.
  547. class:noBackground
  548. *ownedUpgradetxt
  549. name:Owned upgrades
  550. tag:ownedUpgradetxt
  551. text:Owned upgrades
  552. desc:Upgrades giving you boosts.
  553. class:noBackground
  554. *spellBoosttxt
  555. name:Spell boosts
  556. tag:spellBoosttxt
  557. text:Spell boosts
  558. desc:Things to make your spells better.
  559. class:noBackground
  560. *divinetxt
  561. name:Divine upgrades
  562. tag:divinetxt
  563. text:Divine upgrades[?(divineCups=0)|| - [divineCups] divine cups]
  564. desc:Powerful upgrades obtained by restarting.
  565. class:noBackground
  566. icon:https://cdn.rawgit.com/morkysherk/b914a55433f5e3af3bab7b6d6641b29a/raw/15883d5279e720636ae9e91e83fdf33cd710055d/divinecup.svg
  567. *buildingtxt
  568. name:Buildings
  569. tag:buildingtxt
  570. text:Buildings - [this]
  571. desc:Buildings that produce resources.
  572. class:noBackground
  573. is always:(clickers+chocolateWorkers+refineries+chocoFarms+peanutButterers+pbFactories+factories+replicators+coreExtractors+peanutCuppers+cupMachines+printers+cupVomiters+rearrangers+rocketShips+cupPortals+mysteryBoxes+subAtomics)
  574.  
  575. //BUTTONS
  576.  
  577. *viewSettings
  578. name:Settings
  579. text:Settings
  580. on click:
  581. hide tag:spell
  582. hide tag:upgrade
  583. hide tag:ownedUpgradetxt
  584. hide tag:upgradeOwned
  585. hide tag:achievPoints
  586. hide tag:achievement
  587. hide tag:secretPoints
  588. hide tag:secret
  589. hide tag:philding
  590. hide tag:stat
  591. hide tag:spelltxt
  592. hide upgradetxt
  593. show tag:setting
  594. show tag:settingTitle
  595. hide tag:buildingtxt
  596. hide tag:divinetxt
  597. hide tag:divine
  598. hide tag:spellBoosttxt
  599. hide tag:spellBoost
  600. end
  601. tag:menuButton
  602. class:leftBorder
  603. *viewBuildings
  604. name:Buildings
  605. tag:menuButton
  606. text:Buildings
  607. desc:Buildings to produce more resources.
  608. on click:
  609. hide tag:spell
  610. hide tag:upgrade
  611. hide tag:ownedUpgradetxt
  612. hide tag:upgradeOwned
  613. hide tag:achievPoints
  614. hide tag:achievement
  615. hide tag:secretPoints
  616. hide tag:secret
  617. show tag:philding
  618. hide tag:stat
  619. hide tag:spelltxt
  620. hide upgradetxt
  621. hide tag:setting
  622. hide tag:settingTitle
  623. show tag:buildingtxt
  624. hide tag:divinetxt
  625. hide tag:divine
  626. hide tag:spellBoosttxt
  627. hide tag:spellBoost
  628. end
  629. *viewUpgrades
  630. name:Upgrades
  631. tag:menuButton
  632. text:Upgrades
  633. desc:Upgrades to give you boosts.
  634. on click:
  635. show tag:spell
  636. show tag:upgrade
  637. hide tag:upgrade:owned
  638. show tag:ownedUpgradetxt
  639. show tag:upgradeOwned
  640. hide tag:achievPoints
  641. hide tag:achievement
  642. hide tag:secretPoints
  643. hide tag:secret
  644. hide tag:philding
  645. hide tag:stat
  646. show tag:spelltxt
  647. show upgradetxt
  648. hide tag:setting
  649. hide tag:settingTitle
  650. hide tag:buildingtxt
  651. show tag:spellBoosttxt
  652. show tag:spellBoost
  653. if (peanutCups:earned>=1e12)
  654. show tag:divinetxt
  655. show tag:divine
  656. end
  657. end
  658. *viewAchievs
  659. name:Achievements
  660. tag:menuButton
  661. text:Achievements
  662. desc:Achievements and secrets.
  663. on click:
  664. hide tag:spell
  665. hide tag:upgrade
  666. hide tag:ownedUpgradetxt
  667. hide tag:upgradeOwned
  668. show tag:achievPoints
  669. show tag:achievement
  670. show tag:secretPoints
  671. show tag:secret
  672. hide tag:philding
  673. hide tag:stat
  674. hide tag:spelltxt
  675. hide upgradetxt
  676. hide tag:setting
  677. hide tag:settingTitle
  678. hide tag:buildingtxt
  679. hide tag:divinetxt
  680. hide tag:divine
  681. hide tag:spellBoosttxt
  682. hide tag:spellBoost
  683. end
  684. *viewStats
  685. name:Stats
  686. tag:menuButton
  687. text:Stats
  688. desc:Statistics about your playthrough.
  689. on click:
  690. hide tag:spell
  691. hide tag:upgrade
  692. hide tag:ownedUpgradetxt
  693. hide tag:upgradeOwned
  694. hide tag:achievPoints
  695. hide tag:achievement
  696. hide tag:secretPoints
  697. hide tag:secret
  698. hide tag:philding
  699. show tag:stat
  700. hide tag:spelltxt
  701. hide upgradetxt
  702. hide tag:setting
  703. hide tag:settingTitle
  704. hide tag:buildingtxt
  705. hide tag:divinetxt
  706. hide tag:divine
  707. hide tag:spellBoosttxt
  708. hide tag:spellBoost
  709. end
  710. class:rightBorder
  711.  
  712. //SETTINGS
  713.  
  714. *clickAnimation
  715. text:On click animation for upgrades, spells, achievements, and secrets:</>(You must save and refresh the game for this to work properly!)
  716. no tooltip
  717. tags:settingTitle csettingTitle
  718. class:noBackground lineBreak
  719. *clickWobble
  720. text:Wobble
  721. no tooltip
  722. on click:
  723. anim wobble
  724. clickAnimation is 1
  725. end
  726. tags:setting csetting
  727. class:cleared2
  728. *clickWobbleSlow
  729. text:Slow wobble
  730. no tooltip
  731. on click:
  732. anim wobbleSlow
  733. clickAnimation is 5
  734. end
  735. tags:setting csetting
  736. *clickBounce
  737. text:Bounce
  738. no tooltip
  739. on click:
  740. anim bounceOnce
  741. clickAnimation is 2
  742. end
  743. tags:setting csetting
  744. *clickPlop
  745. text:Plop
  746. no tooltip
  747. on click:
  748. anim plop
  749. clickAnimation is 3
  750. end
  751. tags:setting csetting
  752. *clickWiggle
  753. text:Wiggle
  754. no tooltip
  755. on click:
  756. anim wiggling
  757. clickAnimation is 4
  758. end
  759. tags:setting csetting
  760. *clickNone
  761. text:None
  762. no tooltip
  763. on click:
  764. clickAnimation is -1
  765. end
  766. tags:setting csetting
  767. *buttonAnimation
  768. text:On click animation for buttons:</>(You must save and refresh the game for this to work properly!)
  769. no tooltip
  770. tags:settingTitle bsettingTitle
  771. class:noBackground lineBreak
  772. *buttonWobble
  773. text:Wobble
  774. no tooltip
  775. on click:
  776. anim wobble
  777. buttonAnimation is 1
  778. end
  779. tags:setting bsetting
  780. class:cleared2
  781. *buttonWobbleSlow
  782. text:Slow wobble
  783. no tooltip
  784. on click:
  785. anim wobbleSlow
  786. buttonAnimation is 5
  787. end
  788. tags:setting bsetting
  789. *buttonBounce
  790. text:Bounce
  791. no tooltip
  792. on click:
  793. anim bounceOnce
  794. buttonAnimation is 2
  795. end
  796. tags:setting bsetting
  797. *buttonPlop
  798. text:Plop
  799. no tooltip
  800. on click:
  801. anim plop
  802. buttonAnimation is 3
  803. end
  804. tags:setting bsetting
  805. *buttonWiggle
  806. text:Wiggle
  807. no tooltip
  808. on click:
  809. anim wiggling
  810. buttonAnimation is 4
  811. end
  812. tags:setting bsetting
  813. *buttonNone
  814. text:None
  815. no tooltip
  816. on click:
  817. buttonAnimation is -1
  818. end
  819. tags:setting bsetting
  820.  
  821. Shinies
  822. *luckyCup
  823. on click:
  824. if (no frenzyMultiplier)
  825. yield frenzyMultiplier
  826. end
  827. yield 1 lclicks
  828. end
  829. on click:yield frandom(0,100) effectDeterminers
  830. on click:
  831. $boost=1
  832. if (have blackcatHorseshoe) $boost=1.25
  833. if (have halfRainbow) $boost=1.5
  834. if (have closedUmbrella) $boost=1.75
  835. if (effectDeterminers<=25)
  836. $amount1=max(1,min(chocolate*0.25,(random(chocolate:ps*900,chocolate:ps*2700))))
  837. $amount2=max(1,min(peanutButter*0.25,(random(peanutButter:ps*900,peanutButter:ps*2700))))
  838. toast The golden peanut butter cup gave you [$amount1*$boost] chocolate bars and [$amount2*$boost] jars of peanut butter!
  839. yield ($amount1*$boost) chocolate
  840. yield ($amount2*$boost) peanutButter
  841. if (peanutCups:ps>=1)
  842. $amount3=min(peanutCups*0.2,random(peanutCups:ps*600,peanutCups:ps*1200))
  843. toast The golden peanut butter cup gave you [$amount3*$boost] peanut butter cups!
  844. yield ($amount3*$boost) peanutCups
  845. end
  846. end
  847. if (effectDeterminers>25 and effectDeterminers<=50)
  848. yield 45 frenzy
  849. toast The golden peanut butter cup is multiplying your production rate by 10 for 45 seconds!
  850. end
  851. if (effectDeterminers>50 and effectDeterminers<=70)
  852. $amount=(random(1,(min(100,goldBeans*0.01))))
  853. toast The golden peanut butter cup gave you [$amount*$boost] golden bean pod(s)!
  854. yield ($amount*$boost) goldBeanPods
  855. end
  856. if (effectDeterminers>70 and effectDeterminers<=88.5)
  857. $amount5=(random(1,3))
  858. toast The golden peanut butter cup permanently increased your chance of finding a golden bean pod when clicking a button!
  859. yield ($amount5*$boost) chanceIncreases
  860. end
  861. if (effectDeterminers>88.5 and effectDeterminers<=98.5)
  862. $amount6=(random(500,1250))
  863. yield ($amount6*$boost) mana
  864. toast The golden peanut butter cup gave you [$amount6*$boost] mana!
  865. end
  866. if (effectDeterminers>98.5 and effectDeterminers<=99.8)
  867. $amount4=(random(100,200))
  868. toast Wow! The golden peanut butter cup gave you [$amount4] golden bean pods!
  869. yield ($amount4) goldBeanPods
  870. end
  871. if (effectDeterminers>99.8 and effectDeterminers<=100)
  872. toast Golden cup storm!
  873. spawn luckyCup
  874. spawn luckyCup
  875. spawn luckyCup
  876. spawn luckyCup
  877. end
  878. if (effectDeterminers>100 and effectDeterminers<=125)
  879. $amount7=max(1,min(chocolate*0.5,(random(chocolate:ps*2700,chocolate:ps*5400))))
  880. $amount8=max(1,min(peanutButter*0.5,(random(peanutButter:ps*2700,peanutButter:ps*5400))))
  881. toast The golden peanut butter cup gave you [$amount7*$boost] chocolate bars and [$amount8*$boost] jars of peanut butter!
  882. yield ($amount7*$boost) chocolate
  883. yield ($amount8*$boost) peanutButter
  884. $amount9=min(peanutCups*0.5,random(peanutCups:ps*1500,peanutCups:ps*3000))
  885. toast The golden peanut butter cup gave you [$amount9*$boost] peanut butter cups!
  886. yield ($amount9*$boost) peanutCups
  887. end
  888. if (effectDeterminers>125 and effectDeterminers<=150)
  889. yield 45 frenzy2
  890. toast The golden peanut butter cup is multiplying your production rate by 25 for 45 seconds!
  891. end
  892. if (effectDeterminers>150 and effectDeterminers<=170)
  893. $amount10=(random(10,(min(250,goldBeans*0.03))))
  894. toast The golden peanut butter cup gave you [$amount10*$boost] golden bean pod(s)!
  895. yield ($amount10*$boost) goldBeanPods
  896. end
  897. if (effectDeterminers>170 and effectDeterminers<=188.5)
  898. $amount11=(random(3,6))
  899. toast The golden peanut butter cup permanently increased your chance of finding a golden bean pod when clicking a button!
  900. yield ($amount11*$boost) chanceIncreases
  901. end
  902. if (effectDeterminers>188.5 and effectDeterminers<=198.5)
  903. $amount12=(random(1000,2500))
  904. yield ($amount12*$boost) mana
  905. toast The golden peanut butter cup gave you [$amount12*$boost] mana!
  906. end
  907. if (effectDeterminers>198.5 and effectDeterminers<=199.5)
  908. $amount13=(random(300,600))
  909. toast Wow! The golden peanut butter cup gave you [$amount13] golden bean pods!
  910. yield ($amount4) goldBeanPods
  911. end
  912. if (effectDeterminers>199.5 and effectDeterminers<=200)
  913. toast Mega golden cup storm!
  914. spawn luckyCup
  915. spawn luckyCup
  916. spawn luckyCup
  917. spawn luckyCup
  918. spawn luckyCup
  919. spawn luckyCup
  920. spawn luckyCup
  921. spawn luckyCup
  922. spawn luckyCup
  923. end
  924. if (effectDeterminers>200)
  925. toast sorry nothing
  926. end
  927. frequency:400
  928. frequency variation:35
  929. icon:https://imgur.com/sAoosRq.png
  930. duration:15
  931. movement:growShrink onBox:shinyBox
  932. class:bigButton hasFlares
  933. end
  934.  
  935. Layout
  936. *main
  937. contains:res, cbuttons, pbuttons, res2, res3
  938. *res
  939. contains:tag:resource
  940. class:fullWidth
  941. *res2
  942. contains:tag:special
  943. class:fullWidth
  944. ps:hide
  945. *res3
  946. contains:tag:timer
  947. *cbuttons
  948. contains:tag:cButton
  949. *pbuttons
  950. contains:tag:pButton
  951. *coolBox
  952. *shinyBox
  953.  
  954. *store
  955. contains:store2, log, menuButtons
  956. *log
  957. contains:Log
  958. *menuButtons
  959. contains:tag:menuButton
  960. no tooltip
  961. *animsSettingTitle
  962. contains:tag:csettingTitle
  963. *clickanimSettings
  964. contains:tag:csetting
  965. *buttonSettingTitle
  966. contains:tag:bsettingTitle
  967. *buttonSettings
  968. contains:tag:bsetting
  969. *store2
  970. contains:tag:warning, tag:csettingTitle, clickanimSettings, tag:bsettingTitle, buttonSettings, tag:buildingtxt, tag:philding, tag:upgradetxt, tag:upgrade, tag:ownedUpgradetxt, tag:upgradeOwned, tag:spelltxt, tag:spell, tag:spellBoosttxt, tag:spellBoost, tag:divinetxt, tag:divine, tag:achievPoints, tag:achievement, tag:secretPoints, tag:secret, tag:stat
  971. tooltip origin:left
  972. ps:hide
  973.  
  974. Buildings
  975. *aaa|aaaa
  976. name:aaa|aaaa
  977. on tick:yield 1 secondPlayed
  978. on tick:yield 1 noClickSecond
  979. on tick:yield -1 frenzy
  980. on tick:if (peanutButter:ps<0) pwarning is 1
  981. on tick:if (peanutButter:ps>0) pwarning is 0
  982. on tick:if (pwarning=1) show pwarning
  983. on tick:if (pwarning=0) hide pwarning
  984. on tick:if (chocolate:ps<0) cwarning is 1
  985. on tick:if (chocolate:ps>0) cwarning is 0
  986. on tick:if (pwarning=1) show cwarning
  987. on tick:if (pwarning=0) hide cwarning
  988. on tick:if (aaa>1) aaa is 1
  989. on tick:yield -1 delay
  990. on tick:yield -1 frenzy2
  991. on tick:yield -100 effectDeterminers
  992. always hidden
  993. on start:
  994. log <#ffffff><b><u>Update Log</u></b></#></> <//><#5dff44><i>Update 9 but it's the real one</i></#> - <#42bff4>April 2nd, 2018</#><.>Spell boosts<.>The very beginnings of a prestige system (shows up at 1T peanut butter cups earned)<.>4 new "tier 2" buildings<.>A purchased upgrades section<.>A couple new spells<.>A couple new golden bean upgrades<.>Renamed a building and made a new icon for another<.>svgs? uhhhhhhhhhhhhhhhhhhhhhhhhhhhhh maybe next update<.><i>Mini-updates:</i> Made it so the new buildings actually require prestige, as was originally intended. Also fixed the "Spawn golden peanut butter cup" spell</> <//><#5dff44><i>Update 9</i></#> - <#42bff4>April 1st, 2018</#><.>Made the game look way better<.>graphic design is my passion<.><i>Mini-updates:</i> it's even better now<.><i>Other mini-update:</i> back to normal, real update 9 coming tomorrow!</> <//><#5dff44><i>Update 8</i></#> - <#42bff4>February 26th, 2018</#><.>Redone golden bean system<.>A few time-based achievements<.>Some achievement bonuses<.>A few more SVGs (oh god I still need to make more)<.>Slightly different layout with other small visual changes<.>Disabled multiplier stat (hopefully temporarily) because it wasn't working properly<.>A couple experimental log notifications, more may be added later<.>More colorful building descriptions<.>New secret-ish golden peanut butter cup effects<.><i>Mini-updates:</i> Fixed some bugs involving golden peanut butter cups</> <//><#5dff44><i>Update 7</i></#> - <#42bff4>February 1st, 2018</#><.>New layout with tabs!<.>Loads of achievements<.>Spawn Lucky Peanut Butter Cup is hopefully bug-free now<.>More icons got the SVG treatment. The rest will come soon. Probably. Maybe. It's a possibility.</> <//><#5dff44><i>Update 6</i></#> - <#42bff4>January 19th, 2018</#><.>A few icons were redrawn, either because they looked kinda bad or I lost the source file<.>Most of the game's icons are now SVGs<.>Some more achievements<.>A couple minor CSS changes<.><i>Mini-updates:</i> Fixed a few bugs affecting the "Spawn Golden Peanut Butter Cup" spell, and significantly improved game performance</> <//><#5dff44><i>Update 5</i></#> - <#42bff4>January 1st, 2018</#><.>Lots of upgrades! Every building now has at least 4<.>A change to how golden peanut butter cup effects are chosen - this should make it easier to add more effects in the future<.>Stats look a bit better (in my opinion at least)<.>2 new better button upgrades and a significant buff to better button 5<#5dff44></> <//><#5dff44><i>Update 4</i></#> - <#42bff4>December 2017</#><.>3 new buildings<.>More graphical changes<.>More balancing<.><i>Mini-updates:</i> A separate section for spells, and a more informative info screen</> <//><#5dff44><i>Update 3</i></#> - <#42bff4>December 2017</#><.>Lots o' graphics<.>2 new buildings<.>More upgrades<.>With a side of rebalancing<.><i>Mini-updates:</i> More stuff to please your eyeballs</> <//><#5dff44><i>Update 2</i></#> - <#42bff4>December 2017</#><.>2 new buildings<.>Lucky peanut butter cups now have a frenzy-like effect<.>2 new stats</> <//><#5dff44><i>Update 1</i></#> - <#42bff4>December 2017</#><.>Some rebalancing<.>1 more achievement</> <//><#5dff44><i>Release</i></#> - <#42bff4>December 2017</#><.>added plenty of stuff, removed a bit of stuff, changed some stuff, fixed a whole lot of stuff</> <//><#5dff44><i>The Beginning</i></#> - <#42bff4>December 2nd, 2017</#><.>woah this Idle Game Maker thing looks neat<.>time to start makin' a game
  995. clickAnimation is 3
  996. hide tag:spell
  997. hide tag:upgrade
  998. hide tag:achievPoints
  999. hide tag:achievement
  1000. hide tag:secretPoints
  1001. hide tag:secret
  1002. show :Buildings
  1003. hide tag:stat
  1004. hide upgradetxt
  1005. hide tag:spelltxt
  1006. hide tag:setting
  1007. hide tag:settingTitle
  1008. hide tag:ownedUpgradetxt
  1009. hide tag:upgradeOwned
  1010. hide tag:spellBoosttxt
  1011. hide tag:spellBoost
  1012. hide tag:divinetxt
  1013. hide tag:divine
  1014. end
  1015. on load:
  1016. log <#ffffff><b><u>Update Log</u></b></#></> <//><#5dff44><i>Update 9 but it's the real one</i></#> - <#42bff4>April 2nd, 2018</#><.>Spell boosts<.>The very beginnings of a prestige system (shows up at 1T peanut butter cups earned)<.>4 new "tier 2" buildings<.>A purchased upgrades section<.>A couple new spells<.>A couple new golden bean upgrades<.>Renamed a building and made a new icon for another<.>svgs? uhhhhhhhhhhhhhhhhhhhhhhhhhhhhh maybe next update<.><i>Mini-updates:</i> Made it so the new buildings actually require prestige, as was originally intended. Also fixed the "Spawn golden peanut butter cup" spell</> <//><#5dff44><i>Update 9</i></#> - <#42bff4>April 1st, 2018</#><.>Made the game look way better<.>graphic design is my passion<.><i>Mini-updates:</i> it's even better now<.><i>Other mini-update:</i> back to normal, real update 9 coming tomorrow!</> <//><#5dff44><i>Update 8</i></#> - <#42bff4>February 26th, 2018</#><.>Redone golden bean system<.>A few time-based achievements<.>Some achievement bonuses<.>A few more SVGs (oh god I still need to make more)<.>Slightly different layout with other small visual changes<.>Disabled multiplier stat (hopefully temporarily) because it wasn't working properly<.>A couple experimental log notifications, more may be added later<.>More colorful building descriptions<.>New secret-ish golden peanut butter cup effects<.><i>Mini-updates:</i> Fixed some bugs involving golden peanut butter cups</> <//><#5dff44><i>Update 7</i></#> - <#42bff4>February 1st, 2018</#><.>New layout with tabs!<.>Loads of achievements<.>Spawn Lucky Peanut Butter Cup is hopefully bug-free now<.>More icons got the SVG treatment. The rest will come soon. Probably. Maybe. It's a possibility.</> <//><#5dff44><i>Update 6</i></#> - <#42bff4>January 19th, 2018</#><.>A few icons were redrawn, either because they looked kinda bad or I lost the source file<.>Most of the game's icons are now SVGs<.>Some more achievements<.>A couple minor CSS changes<.><i>Mini-updates:</i> Fixed a few bugs affecting the "Spawn Golden Peanut Butter Cup" spell, and significantly improved game performance</> <//><#5dff44><i>Update 5</i></#> - <#42bff4>January 1st, 2018</#><.>Lots of upgrades! Every building now has at least 4<.>A change to how golden peanut butter cup effects are chosen - this should make it easier to add more effects in the future<.>Stats look a bit better (in my opinion at least)<.>2 new better button upgrades and a significant buff to better button 5<#5dff44></> <//><#5dff44><i>Update 4</i></#> - <#42bff4>December 2017</#><.>3 new buildings<.>More graphical changes<.>More balancing<.><i>Mini-updates:</i> A separate section for spells, and a more informative info screen</> <//><#5dff44><i>Update 3</i></#> - <#42bff4>December 2017</#><.>Lots o' graphics<.>2 new buildings<.>More upgrades<.>With a side of rebalancing<.><i>Mini-updates:</i> More stuff to please your eyeballs</> <//><#5dff44><i>Update 2</i></#> - <#42bff4>December 2017</#><.>2 new buildings<.>Lucky peanut butter cups now have a frenzy-like effect<.>2 new stats</> <//><#5dff44><i>Update 1</i></#> - <#42bff4>December 2017</#><.>Some rebalancing<.>1 more achievement</> <//><#5dff44><i>Release</i></#> - <#42bff4>December 2017</#><.>added plenty of stuff, removed a bit of stuff, changed some stuff, fixed a whole lot of stuff</> <//><#5dff44><i>The Beginning</i></#> - <#42bff4>December 2nd, 2017</#><.>woah this Idle Game Maker thing looks neat<.>time to start makin' a game
  1017. hide tag:spell
  1018. hide tag:upgrade
  1019. hide tag:achievPoints
  1020. hide tag:achievement
  1021. hide tag:secretPoints
  1022. hide tag:secret
  1023. show :Buildings
  1024. hide tag:stat
  1025. hide upgradetxt
  1026. hide tag:spelltxt
  1027. hide tag:setting
  1028. hide tag:settingTitle
  1029. hide tag:ownedUpgradetxt
  1030. hide tag:upgradeOwned
  1031. hide tag:spellBoosttxt
  1032. hide tag:spellBoost
  1033. hide tag:divinetxt
  1034. hide tag:divine
  1035. if (achievPoints=0)
  1036. if (have itBegins) yield 1 achievPoint
  1037. if (have upandCup) yield 1 achievPoint
  1038. if (have eatemUp) yield 1 achievPoint
  1039. if (have pbchocolateFlavor) yield 1 achievPoint
  1040. if (have peanutbuttercupHead) yield 1 achievPoint
  1041. if (have massProduce) yield 1 achievPoint
  1042. if (have aLot) yield 1 achievPoint
  1043. if (have plenty) yield 1 achievPoint
  1044. if (have lifeSupply) yield 1 achievPoint
  1045. if (have Surplus) yield 1 achievPoint
  1046. if (have hired) yield 1 achievPoint
  1047. if (have hardlyWorking) yield 1 achievPoint
  1048. if (have workingHard) yield 1 achievPoint
  1049. if (have peanutButtered) yield 1 achievPoint
  1050. if (have peanutbutterCupped) yield 1 achievPoint
  1051. if (have automated) yield 1 achievPoint
  1052. if (have futureisNow) yield 1 achievPoint
  1053. if (have makingArrangements) yield 1 achievPoint
  1054. if (have cupsinSpace) yield 1 achievPoint
  1055. if (have notaButton) yield 1 achievPoint
  1056. if (have stop) yield 1 achievPoint
  1057. if (have whyThough) yield 1 achievPoint
  1058. if (clickAnimation=0) clickAnimation is 3
  1059. end
  1060. end
  1061. on load:
  1062. if (secretPoints=0)
  1063. if (have notaButton)
  1064. yield 1 secretPoint
  1065. yield -1 achievPoint
  1066. end
  1067. if (have stop)
  1068. yield 1 secretPoint
  1069. yield -1 achievPoint
  1070. end
  1071. if (have whyThough)
  1072. yield 1 secretPoint
  1073. yield -1 achievPoint
  1074. end
  1075. if (have specificAchiev)
  1076. yield 1 secretPoint
  1077. end
  1078. end
  1079. end
  1080. start with:1
  1081.  
  1082. //SPELL BOOSTS
  1083.  
  1084. *manaBoost
  1085. name:Mana boost
  1086. desc:<.>Boosts your mana production by <b>1.5%</b> per level.<.>Stacks multiplicatively.<.>Current level: <b>[this]</b>
  1087. cost:1 crystalBean
  1088. cost:100 goldBeans
  1089. class:smallThing spellBoost
  1090. icon:numbers[0,0] https://cdn.rawgit.com/morkysherk/17878b0e6065cc04058debceaf423fb1/raw/183cf6fec09208f552ff4b4ed2dd3f58d00d4468/mana%20hat.svg
  1091. tag:spellBoost
  1092. no text
  1093. cost increase:113.5%
  1094. *tallerHats
  1095. name:Taller hats
  1096. desc:<.>Boosts your mana capacity by <b>1%</b> per level.<.>Stacks multiplicatively.<.>Current level: <b>[this]</b>
  1097. cost:1 crystalBean
  1098. cost:100 goldBeans
  1099. class:smallThing spellBoost
  1100. icon:numbers[0,0] https://cdn.rawgit.com/morkysherk/17878b0e6065cc04058debceaf423fb1/raw/183cf6fec09208f552ff4b4ed2dd3f58d00d4468/mana%20hat.svg
  1101. tag:spellBoost
  1102. no text
  1103. cost increase:113.5%
  1104. *brittleShells
  1105. name:Brittle shells
  1106. desc:<.>Golden bean pods require <b>1%</b> less mana to open per level.<.>Stacks additively.<.>Current level: <b>[this]</b><.>Maximum level: <b>95</b>
  1107. cost:1 crystalBean
  1108. cost:100 goldBeans
  1109. class:smallThing spellBoost
  1110. tag:spellBoost
  1111. icon:numbers[0,0] https://cdn.rawgit.com/morkysherk/30ee9e20bbf2b8dca6d722dd17f33b88/raw/0dcdad7c5cc54f9ffe4e292554eef91aed81923c/goldbean.svg
  1112. no text
  1113. limit:95
  1114. cost increase:112.5%
  1115. *summonBoost
  1116. name:Golden bean pod summoning boost
  1117. desc:<.>Summon <b>10%</b> more golden beans per spell cast.<.>Stacks multiplicatively.<.>Current level: <b>[this]</b>
  1118. cost:10 crystalBean
  1119. cost:1000 goldBeans
  1120. class:smallThing spellBoost
  1121. tag:spellBoost
  1122. icon:numbers[0,0] https://cdn.rawgit.com/morkysherk/30ee9e20bbf2b8dca6d722dd17f33b88/raw/0dcdad7c5cc54f9ffe4e292554eef91aed81923c/goldbean.svg
  1123. no text
  1124. cost increase:114.5%
  1125.  
  1126. //BUILDINGS
  1127.  
  1128. *manaThing|manaThings
  1129. name:Mana Thing|Mana Things
  1130. on tick:
  1131. if (mana<(500*pow(1.01,tallerHats))) yield pow(1.0125,manaBoost) mana
  1132. end
  1133. start with:1
  1134. always hidden
  1135. *angelicCupper|angelicCuppers
  1136. name:Angelic Cupper|Angelic Cuppers
  1137. desc:<.>Each angelic cupper increases your multiplier by <b>0.02%</b> per divine cup earned.<.>This boost stacks multiplicatively.
  1138. icon:https://cdn.rawgit.com/morkysherk/b914a55433f5e3af3bab7b6d6641b29a/raw/15883d5279e720636ae9e91e83fdf33cd710055d/divinecup.svg
  1139. cost:10 peanutCups
  1140. cost increase:200%
  1141. class:cleared bigThing
  1142. req:angelicCuppersUnlock
  1143. tag:philding
  1144. *clicker|clickers
  1145. name:Autoclicker|Autoclickers
  1146. desc:Clicks the buttons every 10 seconds.<//><i>Base effects:</i><.>Produces <b>1</b> bar of chocolate and jar of peanut butter every <b><#77ff72>10</#></b> seconds.<.>Affected by most button upgrades, but not production multipliers.<//><i>Current effects:</i><.>Produces about <b><#77ff72>[(((clickerp:ps)/clickers)*10)]</#></b> bar(s) of chocolate every 10 seconds.
  1147. cost:15 chocolate
  1148. cost:15 peanutButter
  1149. on tick:yield 0.1 chocolate
  1150. on tick:yield 0.1 peanutButter
  1151. on tick:yield 0.1 clickerp
  1152. on tick:if (chance(min(2,(0.03+(chanceIncreases*0.003)))%)) yield 1 goldBeanPod
  1153. on tick:if (have peanutcupClicking) yield (1/30) peanutCups
  1154. icon:https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  1155. class:cleared bigThing
  1156. tag:philding
  1157. *TEMPLATE
  1158. tags:building philding
  1159. class:bigThing
  1160.  
  1161. //CHOCOLATE PRODUCERS
  1162.  
  1163. *chocolateWorker|chocolateWorkers
  1164. name:Chocolate Worker|Chocolate Workers
  1165. desc:A worker to help you start producing chocolate.<//><i>Base effects:</i><.>Produces <b><#77ff72>1</#></b> bar of chocolate every second.<//><i>Current effects:</i><.>Produces about <b><#77ff72>[((chocoworkerp:ps)/chocolateWorkers)]</#></b> bar(s) of chocolate every second.
  1166. cost:50 chocolate
  1167. on tick:yield 1 chocolate
  1168. on tick:yield 1 chocoworkerp
  1169. icon:https://cdn.rawgit.com/morkysherk/f5be1f499ee6312e9810b9371b4da3af/raw/40da9c994decfa5c6d956e061ed157897ec88ac6/choco.svg
  1170. on earn:if (chocolateWorkers=1) log(unlock) Upgrade unlocked - <b>Faster roasting</b>
  1171. on earn:if (chocolateWorkers=25) log(unlock) Upgrade unlocked - <b>Literal chocolate workers</b>
  1172. *refinery|refineries
  1173. name:Chocolate Farm|Chocolate Farms
  1174. desc:Grows chocolate trees, the next evolution of cocoa trees.<//><i>Base effects:</i><.>Produces <b><#77ff72>10</#></b> bars of chocolate every second.<//><i>Current effects:</i><.>Produces about <b><#77ff72>[((chocofarmp:ps)/refineries)]</#></b> bars of chocolate every second.
  1175. cost:750 chocolate
  1176. on tick:yield 10 chocolate
  1177. on tick:yield 10 chocofarmp
  1178. req:330 cEarnedThisUniverse
  1179. icon:https://cdn.rawgit.com/morkysherk/f5c64664f71b3f9e2f4b91de4cc1bfdb/raw/4752f2af732f2debce18ead8a31b651ecc010d69/farm.svg
  1180. *chocoFarm|chocoFarms
  1181. name:Chocolate Refinery|Chocolate Refineries
  1182. desc:A refinery to produce large amounts of chocolate.<//><i>Base effects:</i><.>Produces <b><#77ff72>100</#></b> bars of chocolate every second.<//><i>Current effects:</i><.>Produces about <b><#77ff72>[((refineryp:ps)/chocoFarms)]</#></b> bars of chocolate every second.
  1183. icon:https://cdn.rawgit.com/morkysherk/751cab83d87772656cde4305358c0b6e/raw/fccdbb77f45b4bafec7bc5cd08ad01b44f42c1ac/refinery.svg
  1184. cost:11250 chocolate
  1185. on tick:yield 100 chocolate
  1186. req:6600 cEarnedThisUniverse
  1187. on tick:yield 100 refineryp
  1188.  
  1189. //PEANUT BUTTERERS
  1190.  
  1191. *peanutButterer|peanutButterers
  1192. name:Peanut Butterer|Peanut Butterers
  1193. desc:A worker to help you start buttering peanuts.<//><i>Base effects:</i><.>Produces <b><#77ff72>1</#></b> jar of peanut butter every second.<//><i>Current effects:</i><.>Produces about <b><#77ff72>[((buttererp:ps)/peanutButterers)]</#></b> jars of peanut butter every second.
  1194. cost:50 peanutButter
  1195. on tick:yield 1 peanutButter
  1196. on tick:yield 1 buttererp
  1197. icon:https://cdn.rawgit.com/morkysherk/d2cfc2c31d80bf249fda9fb7e28b130c/raw/84bfdea38a2717c936c480edf394fd66806825a7/peabnut.svg
  1198. *pbFactory|pbFactories|pnConverter|pnConverters
  1199. name:Peas and Nuts Converter|Peas and Nuts Converters
  1200. desc:Converts peas and nuts into peanut butter.<//><i>Base effects:</i><.>Produces <b><#77ff72>10</#></b> jars of peanut butter every second.<//><i>Current effects:</i><.>Produces about <b><#77ff72>[((converterp:ps)/pbFactories)]</#></b> jars of peanut butter every second.
  1201. cost:750 peanutButter
  1202. on tick:yield 10 peanutButter
  1203. on tick:yield 10 converterp
  1204. req:330 pEarnedThisUniverse
  1205. icon:https://cdn.rawgit.com/morkysherk/2b40b85379aadfa6915979f2dfade403/raw/408447da2335b0b82aa4fc3366cf8acb277e01da/peasNuts.svg
  1206. *factory|factories
  1207. name:Peanut Butter Factory|Peanut Butter Factories
  1208. desc:A factory to produce peanut butter in bulk quantities.<//><i>Base effects:</i><.>Produces <b><#77ff72>100</#></b> jars of peanut butter every second.<//><i>Current effects:</i><.>Produces about <b><#77ff72>[((factoryp:ps)/factories)]</#></b> jars of peanut butter every second.
  1209. cost:11250 peanutButter
  1210. on tick:yield 100 peanutButter
  1211. on tick:yield 100 factoryp
  1212. req:6600 pEarnedThisUniverse
  1213. icon:https://cdn.rawgit.com/morkysherk/645e7182d29efc2a1078f0504e2a4e6f/raw/332ea27669218dfde408f8de93b6c006036523e5/pbFactory.svg
  1214. icon class:leftRight
  1215.  
  1216. //BOTH
  1217.  
  1218. *replicator|replicators
  1219. name:Replicator|Replicators
  1220. desc:Duplicates chocolate and peanut butter.<//><.><i>Base effects:</i><.>Produces <b><#77ff72>1000</#></b> bars of chocolate and jars of peanut butter every second.<//><i>Current effects:</i><.>Produces about <b><#77ff72>[((replicatorp:ps)/replicators)]</#></b> bars of chocolate and jars of peanut butter every second.
  1221. cost:168750 chocolate
  1222. cost:168750 peanutButter
  1223. on tick:yield 1000 chocolate
  1224. on tick:yield 1000 peanutButter
  1225. on tick:yield 1000 replicatorp
  1226. req:80000 cEarnedThisUniverse
  1227. req:80000 pEarnedThisUniverse
  1228. icon:https://cdn.rawgit.com/morkysherk/52ab77aa07ae52a02994ad81c32e93f3/raw/3f64bc9762ac1154994d513193bf03f68aa41ba6/replicator.svg
  1229. *coreExtractor|coreExtractors
  1230. name:Core Extractor|Core Extractors
  1231. desc:Extracts hot peanut butter and molten chocolate from the planet's core.<.><i>Base effects:</i><.>Produces <b><#77ff72>10000</#></b> bars of chocolate and jars of peanut butter every second.<//><i>Current effects:</i><.>Produces about <b><#77ff72>[((coreExtractorp:ps)/coreExtractors)]</#></b> bars of chocolate and jars of peanut butter every second.
  1232. on tick:
  1233. yield 10000 chocolate
  1234. yield 10000 peanutButter
  1235. yield 10000 coreExtractorp
  1236. end
  1237. cost:2700000 chocolate
  1238. cost:2700000 peanutButter
  1239. req:1300000 cEarnedThisUniverse
  1240. req:1300000 pEarnedThisUniverse
  1241. icon:https://cdn.rawgit.com/morkysherk/4b5a464729fd860dab870581339e6d65/raw/b1cba0029067fc4a2663b4a588ef99ef620a6253/planet.svg
  1242. *qDownloader|qDownloaders
  1243. name:Quantum Downloader|Quantum Downloaders
  1244. desc:Maybe you wouldn't download a car, but you'd certainly download some peanut butter and chocolate.<.><i>Base effects:</i><.>Produces <b><#77ff72>200000</#></b> bars of chocolate and jars of peanut butter every second.<//><i>Current effects:</i><.>Produces about <b><#77ff72>[((qDownloaderp:ps)/qDownloaders)]</#></b> bars of chocolate and jars of peanut butter every second.
  1245. on tick:
  1246. yield 200000 chocolate
  1247. yield 200000 peanutButter
  1248. yield 200000 qDownloaderp
  1249. end
  1250. cost:80000000 chocolate
  1251. cost:80000000 peanutButter
  1252. req:35000000 cEarnedThisUniverse
  1253. req:35000000 pEarnedThisUniverse
  1254. req:prestige1
  1255. icon:https://cdn.rawgit.com/morkysherk/c58075d02c2703abab4c8f935be3e56d/raw/25cabcdc4c1028a9dd6fc4eb9bcfd2dc1590007d/qDL.svg
  1256. *mindReader|mindReaders
  1257. name:Mind Reader|Mind Readers
  1258. desc:Makes thoughts of peanut butter and chocolate a reality.<.><i>Base effects:</i><.>Produces <b><#77ff72>400000</#></b> bars of chocolate and jars of peanut butter every second.<//><i>Current effects:</i><.>Produces about <b><#77ff72>[((mindReaderp:ps)/mindReaders)]</#></b> bars of chocolate and jars of peanut butter every second.
  1259. on tick:
  1260. yield 4000000 chocolate
  1261. yield 4000000 peanutButter
  1262. yield 4000000 mindReaderp
  1263. end
  1264. cost:2560000000 chocolate
  1265. cost:2560000000 peanutButter
  1266. req:900000000 cEarnedThisUniverse
  1267. req:900000000 pEarnedThisUniverse
  1268. req:prestige1
  1269. icon:https://cdn.rawgit.com/morkysherk/fafed1a756ac5581383b8ccb306b64c1/raw/1074b726d041607da8747e6d65ff39b4027308db/thot.svg
  1270.  
  1271. //PEANUT CUPPERS
  1272.  
  1273. *TEMPLATE
  1274. tags:building peanutCupper philding
  1275. class:bigThing
  1276. req:cupRecipe
  1277.  
  1278. *peanutCupper|peanutCuppers
  1279. name:Peanut Butter Cupper|Peanut Butter Cuppers
  1280. desc: A worker to help you start cupping peanut butter.<//><i>Base effects:</i><.>Uses <b><#ff4444>1</#></b> bar of chocolate and jar of peanut butter every 2 seconds.<.>Produces <b><#77ff72>1</#></b> peanut butter cup every second.<//><i>Current effects:</i><.>Uses about <b><#ff4444>[(((cupperuse:ps)/peanutCuppers)*2)]</#></b> bar(s) of chocolate and jar(s) of peanut butter every 2 seconds.<.>Produces about <b><#77ff72>[((cupperp:ps)/peanutCuppers)]</#></b> peanut butter cup(s) every second.
  1281. cost:100 chocolate
  1282. cost:100 peanutButter
  1283. req:100 cEarnedThisUniverse
  1284. req:100 pEarnedThisUniverse
  1285. on tick:
  1286. if (chocolate>0 and peanutButter>0)
  1287. yield 1 peanutCup
  1288. yield -0.5 chocolate
  1289. yield -0.5 peanutButter
  1290. yield 1 cupperp
  1291. yield 0.5 cupperuse
  1292. end
  1293. end
  1294. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  1295. *cupMachine|cupMachines
  1296. name:Peanut Butter Cup Machine|Peanut Butter Cup Machines
  1297. desc:A machine to help you start taking the peanut cuppers' jobs.<//><i>Base effects:</i><.>Uses <b><#ff4444>5</#></b> bars of chocolate and jars of peanut butter every second.<.>Produces <b><#77ff72>10</#></b> peanut butter cups every second.<//><i>Current effects:</i><.>Uses about <b><#ff4444>[(((machineuse:ps)/cupMachines))]</#></b> bars of chocolate and jars of peanut butter every second.<.>Produces about <b><#77ff72>[((machinep:ps)/cupMachines)]</#></b> peanut butter cups every second.
  1298. cost:1500 peanutCups
  1299. on tick:
  1300. if (chocolate>0 and peanutButter>0)
  1301. yield 10 peanutCups
  1302. yield -5 chocolate
  1303. yield -5 peanutButter
  1304. end
  1305. end
  1306. on tick:
  1307. yield 10 machinep
  1308. yield 5 machineuse
  1309. end
  1310. req:500 earnedThisUniverse
  1311. icon:https://cdn.rawgit.com/morkysherk/fa9d668a4443a5a08de1f548c888c1f6/raw/725c86ebc029f2761d152e8283a8959e3fef0d09/machine.svg
  1312. *printer|printers
  1313. name:3D Printer|3D Printers
  1314. desc:Prints out peanut butter cups.<//>Base effects:<.>Uses <b><#ff4444>30</#></b> bars of chocolate and jars of peanut butter every second.<.>Produces <b><#77ff72>60</#></b> peanut butter cups every second.<//><i>Current effects:</i><.>Uses about <b><#ff4444>[((printeruse:ps)/printers)]</#></b> bars of chocolate and jars of peanut butter every second.<.>Produces about <b><#77ff72>[((printerp:ps)/printers)]</#></b> peanut butter cups every second.
  1315. on tick:if (chocolate>0 and peanutButter>0) yield -30 chocolate
  1316. on tick:if (chocolate>0 and peanutButter>0) yield -30 peanutButter
  1317. on tick:if (chocolate>0 and peanutButter>0) yield 60 peanutCups
  1318. on tick:yield 30 printeruse
  1319. on tick:yield 60 printerp
  1320. cost:17500 peanutCups
  1321. req:5000 earnedThisUniverse
  1322. icon:https://cdn.rawgit.com/morkysherk/6fe1c1df5f6a5e5d28be14440c714308/raw/d4c83c3f03a2480fece3d8b629cd06c3c27d97f6/printer.svg
  1323. *cupVomiter|cupVomiters
  1324. name:Cup Puker|Cup Pukers
  1325. desc:A cute little creature that eats peanut butter and chocolate and throws up peanut butter cups. Yes, they're safe to eat.<//>Base effects:<.>Uses <b><#ff4444>125</#></b> bars of chocolate and jars of peanut butter every second.<.>Produces <b><#77ff72>300</#></b> peanut butter cups every second.<//><i>Current effects:</i><.>Uses about <b><#ff4444>[((pukeruse:ps)/cupVomiters)]</#></b> bars of chocolate and jars of peanut butter every second.<.>Produces about <b><#77ff72>[((pukerp:ps)/cupVomiters)]</#></b> peanut butter cups every second.
  1326. on tick:
  1327. if (chocolate>0 and peanutButter>0)
  1328. yield 300 peanutCups
  1329. yield -125 chocolate
  1330. yield -125 peanutButter
  1331. end
  1332. end
  1333. on tick:yield 125 pukeruse
  1334. on tick:yield 300 pukerp
  1335. cost:200000 peanutCups
  1336. req:65000 earnedThisUniverse
  1337. icon:https://cdn.rawgit.com/morkysherk/b322f0eb84f6c22b3620858e4a7ec1cc/raw/86c4c401fade1d40735f554162be3200ae110709/puker.svg
  1338. *rearranger|rearrangers
  1339. name:Molecular Rearranger|Molecular Rearrangers
  1340. desc:This amazing device combines chocolate and peanut butter at incredible rates.<//>Base effects:<.>Uses <b><#ff4444>750</#></b> bars of chocolate and jars of peanut butter every second.<.>Produces <b><#77ff72>1,750</#></b> peanut butter cups every second.<//><i>Current effects:</i><.>Uses about <b><#ff4444>[((rearrangeruse:ps)/rearrangers)]</#></b> bars of chocolate and jars of peanut butter every second.<.>Produces about <b><#77ff72>[((rearrangerp:ps)/rearranger)]</#></b> peanut butter cups every second.
  1341. on tick:if (chocolate>0 and peanutButter>0) yield -750 chocolate
  1342. on tick:if (chocolate>0 and peanutButter>0) yield -750 peanutButter
  1343. on tick:if (chocolate>0 and peanutButter>0) yield 1750 peanutCups
  1344. on tick:yield 750 rearrangeruse
  1345. on tick:yield 1750 rearrangerp
  1346. cost:2500000 peanutCups
  1347. req:800000 earnedThisUniverse
  1348. icon:https://cdn.rawgit.com/morkysherk/b0318d383513d95521499e37d5fdfc78/raw/4e3edba050f2068770b1bf16bc1462e261612036/molecule.svg
  1349. *rocketShip|rocketShips|tradeShip|tradeShips
  1350. name:Trade Spaceships
  1351. desc:Trade with alien races across the universe.<//>Base effects:<.>Uses <b><#ff4444>4,000</#></b> bars of chocolate and jars of peanut butter every second.<.>Produces <b><#77ff72>10,000</#></b> peanut butter cups every second.<//><i>Current effects:</i><.>Uses about <b><#ff4444>[((rocketuse:ps)/rocketShips)]</#></b> bars of chocolate and jars of peanut butter every second.<.>Produces about <b><#77ff72>[((rocketp:ps)/rocketShips)]</#></b> peanut butter cups every second.
  1352. on tick:if (chocolate>0 and peanutButter>0) yield -4000 chocolate
  1353. on tick:if (chocolate>0 and peanutButter>0) yield -4000 peanutButter
  1354. on tick:if (chocolate>0 and peanutButter>0) yield 10000 peanutCups
  1355. on tick:yield 4000 rocketuse
  1356. on tick:yield 10000 rocketp
  1357. cost:30000000 peanutCups
  1358. req:10000000 earnedThisUniverse
  1359. icon:https://cdn.rawgit.com/morkysherk/b7d3ae243a102a9b39637190dac20041/raw/4cf30a075e035f8914848479af0faf5f51474f2a/rocket.svg
  1360. *cupPortal|cupPortals
  1361. name:Portal|Portals
  1362. desc:Send your chocolate and peanut butter to another dimension, where they are converted to peanut butter cups.<//>Base effects:<.>Uses <b><#ff4444>25,000</#></b> bars of chocolate and jars of peanut butter every second.<.>Produces <b><#77ff72>60,000</#></b> peanut butter cups every second.<//><i>Current effects:</i><.>Uses about <b><#ff4444>[((portaluse:ps)/cupPortals)]</#></b> bars of chocolate and jars of peanut butter every second.<.>Produces about <b><#77ff72>[((portalp:ps)/cupPortals)]</#></b> peanut butter cups every second.
  1363. on tick:if (chocolate>0 and peanutButter>0) yield -25000 chocolate
  1364. on tick:if (chocolate>0 and peanutButter>0) yield -25000 peanutButter
  1365. on tick:if (chocolate>0 and peanutButter>0) yield 60000 peanutCups
  1366. on tick:yield 25000 portaluse
  1367. on tick:yield 60000 portalp
  1368. cost:325000000 peanutCups
  1369. req:100000000 earnedThisUniverse
  1370. icon:https://cdn.rawgit.com/morkysherk/90fd792df35169cb0cc96ae35163fdc2/raw/a309035a47d81b016b299eaa50369a83c4f4f8d7/adwadw.svg
  1371. *mysteryBox|mysteryBoxes
  1372. name:Mystery Box|Mystery Boxes
  1373. desc:A big magical box that sucks in peanut butter and chocolate and does... something that nobody's ever been able to observe. Whatever happens, peanut butter cups will probably come out.<//>Base effects:<.>Uses <b><#ff4444>125,000</#></b> bars of chocolate and jars of peanut butter every second.<.>Produces <b><#77ff72>325,000</#></b> peanut butter cups every second.<//><i>Current effects:</i><.>Uses about <b><#ff4444>[((mysteryuse:ps)/mysteryBoxes)]</#></b> bars of chocolate and jars of peanut butter every second.<.>Produces about <b><#77ff72>[((mysteryp:ps)/mysteryBoxes)]</#></b> peanut butter cups every second.
  1374. on tick:if (chocolate>0 and peanutButter>0) yield -125000 chocolate
  1375. on tick:if (chocolate>0 and peanutButter>0) yield -125000 peanutButter
  1376. on tick:if (chocolate>0 and peanutButter>0) yield 325000 peanutCups
  1377. on tick:yield 125000 mysteryuse
  1378. on tick:yield 325000 mysteryp
  1379. cost:3500000000 peanutCups
  1380. req:100000000 earnedThisUniverse
  1381. icon:https://cdn.rawgit.com/morkysherk/fe8c7c6f3572ec452963b6d4cdafab7b/raw/577232bee7a39636f5cc7e5c57ea022b55bc6b54/mystery.svg
  1382. *subAtomic|subAtomics
  1383. name:Subatomic moleculizer of the Greek bose-stein convapitators|Subatomic moleculizers of the Greek bose-stein convapitators
  1384. desc:Whatever this is, it makes a heck of a lot of peanut butter cups without even using up chocolate or peanut butter.<//>Base effects:<.>Produces <b><#77ff72>1.35M</#></b> peanut butter cups every second.<//><i>Current effects:</i><.>Produces about <b><#77ff72>[((subatomicp:ps)/subAtomics)]</#></b> peanut butter cups every second.
  1385. cost:40000000000 peanutCups
  1386. req:10000000000 earnedThisUniverse
  1387. on tick:yield 1350000 peanutCups
  1388. on tick:yield 1350000 subatomicp
  1389. icon:https://cdn.rawgit.com/morkysherk/317a8336e3d9752b507ea9b5d45575c0/raw/1a107f416d77fa6bd2e60655552f8d7887f96a6c/atom.svg
  1390. *bhExtractor|bhExtractors
  1391. name:Black Hole Extractor|Black Hole Extractors
  1392. desc:Throw your peanut butter and chocolate in the hole and extract it in the form of peanut butter cups.<//>Base effects:Uses <b>3.5M</b> bars of chocolate and jars of peanut butter every second.<.>Produces <b>10M</b> peanut butter cups every second.<//><i>Current effects:</i><.>Uses about <b><#ff4444>[((bhExtractoruse:ps)/bhExtractors)]</#></b> bars of chocolate and jars of peanut butter every second.<.>Produces about <b><#77ff72>[((bhExtractorp:ps)/bhExtractors)]</#></b> peanut butter cups every second.
  1393. cost:678901234567 peanutCups
  1394. req:150000000000 earnedThisUniverse
  1395. on tick:if (chocolate>0 and peanutButter>0) yield -3500000 chocolate
  1396. on tick:if (chocolate>0 and peanutButter>0) yield -3500000 peanutButter
  1397. on tick:if (chocolate>0 and peanutButter>0) yield 10000000 peanutCups
  1398. on tick:yield 3500000 bhExtractoruse
  1399. on tick:yield 10000000 bhExtractorp
  1400. icon:https://cdn.rawgit.com/morkysherk/789f3bb8808a263f4f515d042815437e/raw/8e085275e2e8a19fa434d3c8d65b141dcbb9d06e/bHole.svg
  1401. *anomaly|anomalies
  1402. name:Space-time Anomaly|Space-time Anomalies
  1403. desc:Spontaneously and efficiently converts random bars of chocolate and jars of peanut butter into peanut butter cups while nobody's looking.<//>Base effects:<.>Uses <b>22.5M</b> bars of chocolate and jars of peanut butter every second.<.>Produces <b>72.5M</b> peanut butter cups every second.<//><i>Current effects:</i><.>Uses about <b><#ff4444>[((anomalyuse:ps)/anomalies)]</#></b> bars of chocolate and jars of peanut butter every second.<.>Produces about <b><#77ff72>[((anomalyp:ps)/anomalies)]</#></b> peanut butter cups every second.
  1404. cost:11500000000000 peanutCups
  1405. req:3000000000000 earnedThisUniverse
  1406. req:prestige1
  1407. on tick:if (chocolate>0 and peanutButter>0) yield -22500000 chocolate
  1408. on tick:if (chocolate>0 and peanutButter>0) yield -22500000 peanutButter
  1409. on tick:if (chocolate>0 and peanutButter>0) yield 72500000 peanutCups
  1410. on tick:yield 22500000 anomalyuse
  1411. on tick:yield 72500000 anomalyp
  1412. icon:https://cdn.rawgit.com/morkysherk/910b05f5526ceea98d0365baa45df953/raw/c95455608f83b26955803cd5352cc3636b88bc90/anomaly.svg
  1413. *pConverter|pConverters
  1414. name:Planet Converter|Planet Converters
  1415. desc:Convert entire planets into peanut butter cups.<//>Base effects:<.>Uses <b>4,000,000</b> bars of chocolate and jars of peanut butter every second.<.>Produces <b>12,500,000</b> peanut butter cups every second.
  1416. cost:500000000000 peanutCups
  1417. req:100000000000 earnedThisUniverse
  1418. req:prestige1
  1419. on tick:if (chocolate>0 and peanutButter>0) yield -4000000 chocolate
  1420. on tick:if (chocolate>0 and peanutButter>0) yield -4000000 peanutButter
  1421. on tick:if (chocolate>0 and peanutButter>0) yield 12500000 peanutCups
  1422. icon:https://imgur.com/lcD5XFA.png
  1423. always hidden
  1424.  
  1425. Upgrades
  1426. //upgrades section upgrade section (this is for easy ctrl+f searching)
  1427.  
  1428. *TEMPLATE
  1429. class:smallThing thing
  1430. on click:
  1431. if (clickAnimation=1)
  1432. anim icon wobble2
  1433. anim wobble2
  1434. end
  1435. if (clickAnimation=2)
  1436. anim icon bounceOnce
  1437. anim bounceOnce
  1438. end
  1439. if (clickAnimation=3)
  1440. anim icon plop
  1441. anim plop
  1442. end
  1443. if (clickAnimation=4)
  1444. anim icon wiggling2
  1445. anim wiggling
  1446. end
  1447. if (clickAnimation=5)
  1448. anim icon wobbleSlow
  1449. anim wobbleSlow
  1450. end
  1451. end
  1452. no text
  1453. *frenzyMultiplier
  1454. name:frenzy multiplier
  1455. always hidden
  1456. on tick:if (frenzy>0) multiply yield of tag:building by 10
  1457. on tick:if (frenzy2>0) multiply yield of tag:building by 25
  1458. owned
  1459.  
  1460. //SPELLS
  1461.  
  1462. *spawnLucky
  1463. name:Spawn golden peanut butter cup
  1464. no buy
  1465. icon:hat[0,0] https://imgur.com/vbbkKUY.png
  1466. on click:
  1467. $cost=300
  1468. if (have fourcloverLeaf) $cost=290
  1469. if (have fourcloverLeaf and blackcatHorseshoe) $cost=275
  1470. if (have fourcloverLeaf and blackcatHorseshoe and halfRainbow) $cost=260
  1471. if (have fourcloverLeaf and blackcatHorseshoe and halfRainbow and closedUmbrella) $cost=245
  1472. if (delay=0)
  1473. if (mana>=$cost and chance(85%))
  1474. yield -$cost mana
  1475. spawn luckyCup
  1476. toast You summoned a golden peanut butter cup!
  1477. yield 35 delay
  1478. else if (mana>=$cost)
  1479. yield -$cost mana
  1480. toast Failed to summon a golden peanut butter cup.
  1481. yield 35 delay
  1482. else if (mana<$cost)
  1483. toast Not enough mana!
  1484. else
  1485. toast this message shouldn't appear! that's a bug
  1486. end
  1487. else
  1488. toast Wait for spell delay to wear off.
  1489. end
  1490. end
  1491. desc:Spawn a golden peanut butter cup with <b>300</b> mana, most of the time. Must recharge for <b>35</b> seconds.
  1492. tag:spell
  1493.  
  1494. *spawnBean
  1495. name:Spawn golden bean pod
  1496. desc:Spawn a golden bean pod with <b>50</b> mana, most of the time
  1497. icon:hat[0,0] https://cdn.rawgit.com/morkysherk/30ee9e20bbf2b8dca6d722dd17f33b88/raw/0dcdad7c5cc54f9ffe4e292554eef91aed81923c/goldbean.svg
  1498. no buy
  1499. on click:if (mana>=50) yield -50 mana
  1500. tag:spell
  1501. on click:
  1502. if (mana>=50)
  1503. if (chance(85%))
  1504. $pods=1
  1505. if (have podSummonBoost)
  1506. $pods=10*pow(1.1,summonBoost)
  1507. end
  1508. yield $pods goldBeanPod
  1509. yield $pods goldPodSummoned
  1510. toast You summoned [$pods] golden bean [?($pods=1)|pod|pods]!
  1511. else
  1512. toast Failed to summon a golden bean pod.
  1513. end
  1514. end
  1515. end
  1516.  
  1517. *reroll
  1518. name:Reroll
  1519. desc:<.>Replaces one random building with one other random building for <b>300</b> mana.<.>Will fail to reroll and use no mana if you don't own at least one of both the selected buildings.
  1520. icon:https://cdn.rawgit.com/morkysherk/07ecde967da70808e668f73ccb77dfc4/raw/8032e741ca30d2851c7e62fad15d7209f4c6f42e/dice.svg
  1521. tag:spell
  1522. no buy
  1523. on click:
  1524. $roll1=random(1,18)
  1525. if ($roll1=1)
  1526. if (clickers>=1)
  1527. $success1=1
  1528. else
  1529. toast Failed to reroll - no mana was used
  1530. $success1=0
  1531. end
  1532. end
  1533. if ($roll1=2)
  1534. if (chocolateWorker>=1)
  1535. $success1=1
  1536. else
  1537. toast Failed to reroll - no mana was used
  1538. $success1=0
  1539. end
  1540. end
  1541. if ($roll1=3)
  1542. if (refineries>=1)
  1543. $success1=1
  1544. else
  1545. toast Failed to reroll - no mana was used
  1546. $success1=0
  1547. end
  1548. end
  1549. if ($roll1=4)
  1550. if (chocoFarms>=1)
  1551. $success1=1
  1552. else
  1553. toast Failed to reroll - no mana was used
  1554. $success1=0
  1555. end
  1556. end
  1557. if ($roll1=5)
  1558. if (peanutButterers>=1)
  1559. $success1=1
  1560. else
  1561. toast Failed to reroll - no mana was used
  1562. $success1=0
  1563. end
  1564. end
  1565. if ($roll1=6)
  1566. if (pnConverters>=1)
  1567. $success1=1
  1568. else
  1569. toast Failed to reroll - no mana was used
  1570. $success1=0
  1571. end
  1572. end
  1573. if ($roll1=7)
  1574. if (factories>=1)
  1575. $success1=1
  1576. else
  1577. toast Failed to reroll - no mana was used
  1578. $success1=0
  1579. end
  1580. end
  1581. if ($roll1=8)
  1582. if (replicators>=1)
  1583. $success1=1
  1584. else
  1585. toast Failed to reroll - no mana was used
  1586. $success1=0
  1587. end
  1588. end
  1589. if ($roll1=9)
  1590. if (coreExtractors>=1)
  1591. $success1=1
  1592. else
  1593. toast Failed to reroll - no mana was used
  1594. $success1=0
  1595. end
  1596. end
  1597. if ($roll1=10)
  1598. if (peanutCuppers>=1)
  1599. $success1=1
  1600. else
  1601. toast Failed to reroll - no mana was used
  1602. $success1=0
  1603. end
  1604. end
  1605. if ($roll1=11)
  1606. if (cupMachines>=1)
  1607. $success1=1
  1608. else
  1609. toast Failed to reroll - no mana was used
  1610. $success1=0
  1611. end
  1612. end
  1613. if ($roll1=12)
  1614. if (printers>=1)
  1615. $success1=1
  1616. else
  1617. toast Failed to reroll - no mana was used
  1618. $success1=0
  1619. end
  1620. end
  1621. if ($roll1=13)
  1622. if (cupVomiters>=1)
  1623. $success1=1
  1624. else
  1625. toast Failed to reroll - no mana was used
  1626. $success1=0
  1627. end
  1628. end
  1629. if ($roll1=14)
  1630. if (rearrangers>=1)
  1631. $success1=1
  1632. else
  1633. toast Failed to reroll - no mana was used
  1634. $success1=0
  1635. end
  1636. end
  1637. if ($roll1=15)
  1638. if (rocketShips>=1)
  1639. $success1=1
  1640. else
  1641. toast Failed to reroll - no mana was used
  1642. $success1=0
  1643. end
  1644. end
  1645. if ($roll1=16)
  1646. if (cupPortals>=1)
  1647. $success1=1
  1648. else
  1649. toast Failed to reroll - no mana was used
  1650. $success1=0
  1651. end
  1652. end
  1653. if ($roll1=17)
  1654. if (mysteryBoxes>=1)
  1655. $success1=1
  1656. else
  1657. toast Failed to reroll - no mana was used
  1658. $success1=0
  1659. end
  1660. end
  1661. if ($roll1=18)
  1662. if (subAtomics>=1)
  1663. $success1=1
  1664. else
  1665. toast Failed to reroll - no mana was used
  1666. $success1=0
  1667. end
  1668. end
  1669. $roll2=random(1,18)
  1670. if ($roll2=1)
  1671. if (clickers>=1)
  1672. $success2=1
  1673. else
  1674. toast Failed to reroll - no mana was used
  1675. $success2=0
  1676. end
  1677. end
  1678. if ($roll2=2)
  1679. if (chocolateWorker>=1)
  1680. $success2=1
  1681. else
  1682. toast Failed to reroll - no mana was used
  1683. $success2=0
  1684. end
  1685. end
  1686. if ($roll2=3)
  1687. if (refineries>=1)
  1688. $success2=1
  1689. else
  1690. toast Failed to reroll - no mana was used
  1691. $success2=0
  1692. end
  1693. end
  1694. if ($roll2=4)
  1695. if (chocoFarms>=1)
  1696. $success2=1
  1697. else
  1698. toast Failed to reroll - no mana was used
  1699. $success2=0
  1700. end
  1701. end
  1702. if ($roll2=5)
  1703. if (peanutButterers>=1)
  1704. $success2=1
  1705. else
  1706. toast Failed to reroll - no mana was used
  1707. $success2=0
  1708. end
  1709. end
  1710. if ($roll2=6)
  1711. if (pnConverters>=1)
  1712. $success2=1
  1713. else
  1714. toast Failed to reroll - no mana was used
  1715. $success2=0
  1716. end
  1717. end
  1718. if ($roll2=7)
  1719. if (factories>=1)
  1720. $success2=1
  1721. else
  1722. toast Failed to reroll - no mana was used
  1723. $success2=0
  1724. end
  1725. end
  1726. if ($roll2=8)
  1727. if (replicators>=1)
  1728. $success2=1
  1729. else
  1730. toast Failed to reroll - no mana was used
  1731. $success2=0
  1732. end
  1733. end
  1734. if ($roll2=9)
  1735. if (coreExtractors>=1)
  1736. $success2=1
  1737. else
  1738. toast Failed to reroll - no mana was used
  1739. $success2=0
  1740. end
  1741. end
  1742. if ($roll2=10)
  1743. if (peanutCuppers>=1)
  1744. $success2=1
  1745. else
  1746. toast Failed to reroll - no mana was used
  1747. $success2=0
  1748. end
  1749. end
  1750. if ($roll2=11)
  1751. if (cupMachines>=1)
  1752. $success2=1
  1753. else
  1754. toast Failed to reroll - no mana was used
  1755. $success2=0
  1756. end
  1757. end
  1758. if ($roll2=12)
  1759. if (printers>=1)
  1760. $success2=1
  1761. else
  1762. toast Failed to reroll - no mana was used
  1763. $success2=0
  1764. end
  1765. end
  1766. if ($roll2=13)
  1767. if (cupVomiters>=1)
  1768. $success2=1
  1769. else
  1770. toast Failed to reroll - no mana was used
  1771. $success2=0
  1772. end
  1773. end
  1774. if ($roll2=14)
  1775. if (rearrangers>=1)
  1776. $success2=1
  1777. else
  1778. toast Failed to reroll - no mana was used
  1779. $success2=0
  1780. end
  1781. end
  1782. if ($roll2=15)
  1783. if (rocketShips>=1)
  1784. $success2=1
  1785. else
  1786. toast Failed to reroll - no mana was used
  1787. $success2=0
  1788. end
  1789. end
  1790. if ($roll2=16)
  1791. if (cupPortals>=1)
  1792. $success2=1
  1793. else
  1794. toast Failed to reroll - no mana was used
  1795. $success2=0
  1796. end
  1797. end
  1798. if ($roll2=17)
  1799. if (mysteryBoxes>=1)
  1800. $success2=1
  1801. else
  1802. toast Failed to reroll - no mana was used
  1803. $success2=0
  1804. end
  1805. end
  1806. if ($roll2=18)
  1807. if (subAtomics>=1)
  1808. $success2=1
  1809. else
  1810. toast Failed to reroll - no mana was used
  1811. $success2=0
  1812. end
  1813. end
  1814. if ($success1=1 and $success2=1 and mana>=300)
  1815. yield -300 mana
  1816. if ($roll1=1)
  1817. yield -1 clicker
  1818. toast Lost one autoclicker.
  1819. end
  1820. if ($roll1=2)
  1821. yield -1 chocolateWorker
  1822. toast Lost one chocolate worker.
  1823. end
  1824. if ($roll1=3)
  1825. yield -1 refinery
  1826. toast Lost one chocolate farm.
  1827. end
  1828. if ($roll1=4)
  1829. yield -1 chocoFarm
  1830. toast Lost one refinery.
  1831. end
  1832. if ($roll1=5)
  1833. yield -1 peanutButterer
  1834. toast Lost one peanut butterer.
  1835. end
  1836. if ($roll1=6)
  1837. yield -1 pnConverter
  1838. toast Lost one peas and nuts converter.
  1839. end
  1840. if ($roll1=7)
  1841. yield -1 factory
  1842. toast Lost one factory.
  1843. end
  1844. if ($roll1=8)
  1845. yield -1 replicator
  1846. toast Lost one replicator.
  1847. end
  1848. if ($roll1=9)
  1849. yield -1 coreExtractor
  1850. toast Lost one core extractor.
  1851. end
  1852. if ($roll1=10)
  1853. yield -1 peanutCupper
  1854. toast Lost one peanut butter cupper.
  1855. end
  1856. if ($roll1=11)
  1857. yield -1 cupMachine
  1858. toast Lost one peanut butter cup machine.
  1859. end
  1860. if ($roll1=12)
  1861. yield -1 printer
  1862. toast Lost one 3D printer.
  1863. end
  1864. if ($roll1=13)
  1865. yield -1 cupVomiter
  1866. toast Lost one puker.
  1867. end
  1868. if ($roll1=14)
  1869. yield -1 rearranger
  1870. toast Lost one molecular rearranger.
  1871. end
  1872. if ($roll1=15)
  1873. yield -1 rocketShip
  1874. toast Lost one rocketship.
  1875. end
  1876. if ($roll1=16)
  1877. yield -1 cupPortal
  1878. toast Lost one portal.
  1879. end
  1880. if ($roll1=17)
  1881. yield -1 mysteryBox
  1882. toast Lost one mystery box.
  1883. end
  1884. if ($roll1=18)
  1885. yield -1 subAtomic
  1886. toast Lost one subatomic moleculizer of the Greek bose-stein convapitators.
  1887. end
  1888. if ($roll2=1)
  1889. yield 1 clicker
  1890. toast Gained one autoclicker.
  1891. end
  1892. if ($roll2=2)
  1893. yield 1 chocolateWorker
  1894. toast Gained one chocolate worker.
  1895. end
  1896. if ($roll2=3)
  1897. yield 1 refinery
  1898. toast Gained one chocolate farm.
  1899. end
  1900. if ($roll2=4)
  1901. yield 1 chocoFarm
  1902. toast Gained one refinery.
  1903. end
  1904. if ($roll2=5)
  1905. yield 1 peanutButterer
  1906. toast Gained one peanut butterer.
  1907. end
  1908. if ($roll2=6)
  1909. yield 1 pnConverter
  1910. toast Gained one peas and nuts converter.
  1911. end
  1912. if ($roll2=7)
  1913. yield 1 factory
  1914. toast Gained one factory.
  1915. end
  1916. if ($roll2=8)
  1917. yield 1 replicator
  1918. toast Gained one replicator.
  1919. end
  1920. if ($roll2=9)
  1921. yield 1 coreExtractor
  1922. toast Gained one core extractor.
  1923. end
  1924. if ($roll2=10)
  1925. yield 1 peanutCupper
  1926. toast Gained one peanut butter cupper.
  1927. end
  1928. if ($roll2=11)
  1929. yield 1 cupMachine
  1930. toast Gained one peanut butter cup machine.
  1931. end
  1932. if ($roll2=12)
  1933. yield 1 printer
  1934. toast Gained one 3D printer.
  1935. end
  1936. if ($roll2=13)
  1937. yield 1 cupVomiter
  1938. toast Gained one puker.
  1939. end
  1940. if ($roll2=14)
  1941. yield 1 rearranger
  1942. toast Gained one molecular rearranger.
  1943. end
  1944. if ($roll2=15)
  1945. yield 1 rocketShip
  1946. toast Gained one rocketship.
  1947. end
  1948. if ($roll2=16)
  1949. yield 1 cupPortal
  1950. toast Gained one portal.
  1951. end
  1952. if ($roll2=17)
  1953. yield 1 mysteryBox
  1954. toast Gained one mystery box.
  1955. end
  1956. if ($roll2=18)
  1957. yield 1 subAtomic
  1958. toast Gained one subatomic moleculizer of the Greek bose-stein convapitators.
  1959. end
  1960. else if ($success1=1 and $success2=1)
  1961. toast Not enough mana.
  1962. end
  1963. end
  1964.  
  1965. *openPod
  1966. name:Open golden bean pod
  1967. desc:Open a golden bean pod with <b>[(5*(1-(0.01*brittleShells)))]</b> mana.
  1968. icon:hat[0,0] https://cdn.rawgit.com/morkysherk/3cd32a655ba1c9abe712e4129434de19/raw/8a6b8de914ee9d3d5c5f5f2084f9cb5ced0dd411/goldBean.svg
  1969. no buy
  1970. on click:
  1971. if (mana>=(5*(1-(0.01*brittleShells))) and goldBeanPods>=1)
  1972. yield -(5*(1-(0.01*brittleShells))) mana
  1973. yield -1 goldBeanPod
  1974. yield random(3,5) goldBeans
  1975. toast Opened a golden bean pod!
  1976. else if (goldBeanPods>=1)
  1977. toast Not enough mana!
  1978. else
  1979. toast Not enough gold bean pods!
  1980. end
  1981. end
  1982. tag:spell
  1983. *open10Pods
  1984. name:Open 10 golden bean pods
  1985. desc:Open 10 golden bean pods with <b>[(45*(1-(0.01*brittleShells)))]</b> mana.
  1986. icon:hat[0,0] https://cdn.rawgit.com/morkysherk/f3df99299db0331bc5910a98a76770a6/raw/e665ee5df7b47f532a1e546bd814ec964ece5257/10goldBeans.svg
  1987. no buy
  1988. on click:
  1989. if (mana>=(45*(1-(0.01*brittleShells))) and goldBeanPods>=10)
  1990. yield -(45*(1-(0.01*brittleShells))) mana
  1991. yield -1 goldBeanPod
  1992. yield -1 goldBeanPod
  1993. yield -1 goldBeanPod
  1994. yield -1 goldBeanPod
  1995. yield -1 goldBeanPod
  1996. yield -1 goldBeanPod
  1997. yield -1 goldBeanPod
  1998. yield -1 goldBeanPod
  1999. yield -1 goldBeanPod
  2000. yield -1 goldBeanPod
  2001. yield random(3,5) goldBeans
  2002. yield random(3,5) goldBeans
  2003. yield random(3,5) goldBeans
  2004. yield random(3,5) goldBeans
  2005. yield random(3,5) goldBeans
  2006. yield random(3,5) goldBeans
  2007. yield random(3,5) goldBeans
  2008. yield random(3,5) goldBeans
  2009. yield random(3,5) goldBeans
  2010. yield random(3,5) goldBeans
  2011. toast Opened 10 golden bean pods!
  2012. else if (goldBeanPods>=10)
  2013. toast Not enough mana!
  2014. else
  2015. toast Not enough golden bean pods!
  2016. end
  2017. end
  2018. tag:spell
  2019. *open100Pods
  2020. name:Open 100 golden bean pods
  2021. desc:Open 100 golden bean pods with <b>[(405*(1-(0.01*brittleShells)))]</b> mana.
  2022. icon:hat[0,0] https://cdn.rawgit.com/morkysherk/4bffd68fe2e6f966885320e59707bd19/raw/a3f743b1b645766d3a36aa1e65afc414e40c91d7/100Beans.svg
  2023. no buy
  2024. on open:
  2025. yield -1 goldBeanPod
  2026. yield -1 goldBeanPod
  2027. yield -1 goldBeanPod
  2028. yield -1 goldBeanPod
  2029. yield -1 goldBeanPod
  2030. yield -1 goldBeanPod
  2031. yield -1 goldBeanPod
  2032. yield -1 goldBeanPod
  2033. yield -1 goldBeanPod
  2034. yield -1 goldBeanPod
  2035. yield random(3,5) goldBeans
  2036. yield random(3,5) goldBeans
  2037. yield random(3,5) goldBeans
  2038. yield random(3,5) goldBeans
  2039. yield random(3,5) goldBeans
  2040. yield random(3,5) goldBeans
  2041. yield random(3,5) goldBeans
  2042. yield random(3,5) goldBeans
  2043. yield random(3,5) goldBeans
  2044. yield random(3,5) goldBeans
  2045. end
  2046. on click:
  2047. if (mana>=(405*(1-(0.01*brittleShells))) and goldBeanPods>=100)
  2048. yield -(405*(1-(0.01*brittleShells))) mana
  2049. do open with open100Pods
  2050. do open with open100Pods
  2051. do open with open100Pods
  2052. do open with open100Pods
  2053. do open with open100Pods
  2054. do open with open100Pods
  2055. do open with open100Pods
  2056. do open with open100Pods
  2057. do open with open100Pods
  2058. do open with open100Pods
  2059. toast Opened 100 golden bean pods!
  2060. else if (goldBeanPods>=100)
  2061. toast Not enough mana!
  2062. else
  2063. toast Not enough golden bean pods!
  2064. end
  2065. end
  2066. tag:spell
  2067. *open1000Pods
  2068. name:Open 1,000 golden bean pods
  2069. desc:Open 1,000 golden bean pods with <b>[(3847*(1-(0.01*brittleShells)))]</b> mana.<.>turning on full numbers is recommended when viewing the cost
  2070. icon:hat[0,0] https://cdn.rawgit.com/morkysherk/e61ebc9fb3ee6499ea5795f15f17d1e0/raw/1145329431ad4020fab5c9270ab0db9cc0248f49/1000beans.svg
  2071. no buy
  2072. on open:
  2073. yield -1 goldBeanPod
  2074. yield -1 goldBeanPod
  2075. yield -1 goldBeanPod
  2076. yield -1 goldBeanPod
  2077. yield -1 goldBeanPod
  2078. yield -1 goldBeanPod
  2079. yield -1 goldBeanPod
  2080. yield -1 goldBeanPod
  2081. yield -1 goldBeanPod
  2082. yield -1 goldBeanPod
  2083. yield random(3,5) goldBeans
  2084. yield random(3,5) goldBeans
  2085. yield random(3,5) goldBeans
  2086. yield random(3,5) goldBeans
  2087. yield random(3,5) goldBeans
  2088. yield random(3,5) goldBeans
  2089. yield random(3,5) goldBeans
  2090. yield random(3,5) goldBeans
  2091. yield random(3,5) goldBeans
  2092. yield random(3,5) goldBeans
  2093. end
  2094. on click:
  2095. if (mana>=(3847*(1-(0.01*brittleShells))) and goldBeanPods>=100)
  2096. yield -(3847*(1-(0.01*brittleShells))) mana
  2097. do open with open1000Pods
  2098. do open with open1000Pods
  2099. do open with open1000Pods
  2100. do open with open1000Pods
  2101. do open with open1000Pods
  2102. do open with open1000Pods
  2103. do open with open1000Pods
  2104. do open with open1000Pods
  2105. do open with open1000Pods
  2106. do open with open1000Pods
  2107. do open with open1000Pods
  2108. do open with open1000Pods
  2109. do open with open1000Pods
  2110. do open with open1000Pods
  2111. do open with open1000Pods
  2112. do open with open1000Pods
  2113. do open with open1000Pods
  2114. do open with open1000Pods
  2115. do open with open1000Pods
  2116. do open with open1000Pods
  2117. do open with open1000Pods
  2118. do open with open1000Pods
  2119. do open with open1000Pods
  2120. do open with open1000Pods
  2121. do open with open1000Pods
  2122. do open with open1000Pods
  2123. do open with open1000Pods
  2124. do open with open1000Pods
  2125. do open with open1000Pods
  2126. do open with open1000Pods
  2127. do open with open1000Pods
  2128. do open with open1000Pods
  2129. do open with open1000Pods
  2130. do open with open1000Pods
  2131. do open with open1000Pods
  2132. do open with open1000Pods
  2133. do open with open1000Pods
  2134. do open with open1000Pods
  2135. do open with open1000Pods
  2136. do open with open1000Pods
  2137. do open with open1000Pods
  2138. do open with open1000Pods
  2139. do open with open1000Pods
  2140. do open with open1000Pods
  2141. do open with open1000Pods
  2142. do open with open1000Pods
  2143. do open with open1000Pods
  2144. do open with open1000Pods
  2145. do open with open1000Pods
  2146. do open with open1000Pods
  2147. do open with open1000Pods
  2148. do open with open1000Pods
  2149. do open with open1000Pods
  2150. do open with open1000Pods
  2151. do open with open1000Pods
  2152. do open with open1000Pods
  2153. do open with open1000Pods
  2154. do open with open1000Pods
  2155. do open with open1000Pods
  2156. do open with open1000Pods
  2157. do open with open1000Pods
  2158. do open with open1000Pods
  2159. do open with open1000Pods
  2160. do open with open1000Pods
  2161. do open with open1000Pods
  2162. do open with open1000Pods
  2163. do open with open1000Pods
  2164. do open with open1000Pods
  2165. do open with open1000Pods
  2166. do open with open1000Pods
  2167. do open with open1000Pods
  2168. do open with open1000Pods
  2169. do open with open1000Pods
  2170. do open with open1000Pods
  2171. do open with open1000Pods
  2172. do open with open1000Pods
  2173. do open with open1000Pods
  2174. do open with open1000Pods
  2175. do open with open1000Pods
  2176. do open with open1000Pods
  2177. do open with open1000Pods
  2178. do open with open1000Pods
  2179. do open with open1000Pods
  2180. do open with open1000Pods
  2181. do open with open1000Pods
  2182. do open with open1000Pods
  2183. do open with open1000Pods
  2184. do open with open1000Pods
  2185. do open with open1000Pods
  2186. do open with open1000Pods
  2187. do open with open1000Pods
  2188. do open with open1000Pods
  2189. do open with open1000Pods
  2190. do open with open1000Pods
  2191. do open with open1000Pods
  2192. do open with open1000Pods
  2193. do open with open1000Pods
  2194. do open with open1000Pods
  2195. do open with open1000Pods
  2196. do open with open1000Pods
  2197. toast Opened 1,000 golden bean pods!
  2198. else if (goldBeanPods>=1000)
  2199. toast Not enough mana!
  2200. else
  2201. toast Not enough golden bean pods!
  2202. end
  2203. end
  2204. tag:spell
  2205.  
  2206. *TEMPLATE
  2207. class:smallThing thing
  2208. on click:
  2209. if (clickAnimation=1)
  2210. anim icon wobble2
  2211. anim wobble2
  2212. end
  2213. if (clickAnimation=2)
  2214. anim icon bounceOnce
  2215. anim bounceOnce
  2216. end
  2217. if (clickAnimation=3)
  2218. anim icon plop
  2219. anim plop
  2220. end
  2221. if (clickAnimation=4)
  2222. anim icon wiggling2
  2223. anim wiggling
  2224. end
  2225. if (clickAnimation=5)
  2226. anim icon wobbleSlow
  2227. anim wobbleSlow
  2228. end
  2229. end
  2230. on earn:hide this
  2231. tag:upgrade
  2232. no text
  2233.  
  2234. //RECIPES
  2235.  
  2236. *cupRecipe
  2237. name:Peanut butter cup recipe
  2238. desc:Discover the ancient secrets of cupping peanut butter.<//><.>Unlocks peanut butter cup producers.
  2239. cost:100 chocolate
  2240. cost:100 peanutButter
  2241. req:50 cEarnedThisUniverse
  2242. req:50 pEarnedThisUniverse
  2243. req:1 chocolateWorker
  2244. req:1 peanutButterer
  2245. icon:https://cdn.rawgit.com/morkysherk/0cdaa3a1509eb96be2bf37b4de20a0cd/raw/831ea35eca9b0eb008c038d929f7b3a112da4f2f/scroll.svg
  2246.  
  2247. //GOLD BEAN UPGRADES
  2248.  
  2249. *fourcloverLeaf
  2250. name:Four clover leaf
  2251. desc:Four leaf clovers may be rare, but has anyone ever seen one of these?<//><.>Golden peanut butter cups will appear <b>10%</b> more often.<.>Golden peanut butter cups will require <b>10</b> less mana to summon.
  2252. passive:multiply frequency of luckyCup by 0.9
  2253. cost:100 goldBeans
  2254. req:7 lclicks
  2255. icon:https://imgur.com/XGcyejq.png
  2256. *luckyBoost
  2257. name:Tiny lucky boost
  2258. desc:Use the power of a small bit of luck to your benefit.<//><.>Boosts all production by <b>1%</b>.
  2259. cost:100 goldBeans
  2260. req:7 lclicks
  2261. passive:multiply yield of tag:building by 1.03
  2262. on earn:yield (multiplier*0.01) multiplier
  2263. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/3cd32a655ba1c9abe712e4129434de19/raw/8a6b8de914ee9d3d5c5f5f2084f9cb5ced0dd411/goldBean.svg
  2264. *podSummonBoost
  2265. name:Golden bean pod summoning boost
  2266. desc:<.>Get <b>10</b> golden bean pods per "Spawn golden bean pod" cast instead of 1.<.>Unlocks a spell boost to increase the yield of each cast.
  2267. cost:1500 goldBeans
  2268. req:7 lclicks
  2269. icon:numbers[0,0] https://cdn.rawgit.com/morkysherk/30ee9e20bbf2b8dca6d722dd17f33b88/raw/0dcdad7c5cc54f9ffe4e292554eef91aed81923c/goldbean.svg
  2270. *blackcatHorseshoe
  2271. name:Black cat's horseshoe
  2272. desc:Just don't let it cross your path.<//><.>Golden peanut butter cups will appear another <b>10%</b> more often and cost another <b>15</b> less mana to summon.<.>Golden peanut butter cups will have slightly boosted effects.
  2273. passive:multiply frequency of luckyCup by 0.9
  2274. cost:1000 goldBeans
  2275. cost:1 crystalBean
  2276. req:10 lclicks
  2277. icon:https://cdn.rawgit.com/morkysherk/9c6691e4d32e6a90df9b98214453bc89/raw/a947c17d45a345c4c2e458f61fd454a21e074a0a/blackcatHorseshoe.svg
  2278. *smallLuckyBoost
  2279. name:Relatively small lucky boost
  2280. desc:Use the power of a little more luck to your benefit.<//><.>Boosts all production by <b>1.5%</b>.
  2281. cost:1000 goldBeans
  2282. cost:1 crystalBean
  2283. req:10 lclicks
  2284. passive:multiply yield of tag:building by 1.015
  2285. on earn:yield (multiplier*0.015) multiplier
  2286. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/3cd32a655ba1c9abe712e4129434de19/raw/8a6b8de914ee9d3d5c5f5f2084f9cb5ced0dd411/goldBean.svg
  2287. *halfRainbow
  2288. name:Half Rainbow
  2289. desc:Halfway across the sky!<//><.>Golden peanut butter cups will appear another <b>10%</b> more often and cost another <b>15<b> less mana to summon.<.>Golden peanut butter cups will have moderately boosted effects.
  2290. passive:multiply frequency of luckyCup by 0.9
  2291. cost:5000 goldBeans
  2292. cost:3 crystalBeans
  2293. req:17 lclicks
  2294. icon:https://cdn.rawgit.com/morkysherk/39a168e26cc819f1ad359d3dc22ea8c1/raw/848323dde50f89f9199012ed70644b4b9df66bd6/halfRainbow.svg
  2295. *fairlyLuckyBoost
  2296. name:Fairly lucky boost
  2297. desc:Use the power of a fair bit of luck to your benefit.<//><.>Boosts all production by <b>2%</b>.
  2298. cost:5000 goldBeans
  2299. cost:3 crystalBeans
  2300. req:17 lclicks
  2301. passive:multiply yield of tag:building by 1.02
  2302. on earn:yield (multiplier*0.02) multiplier
  2303. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/3cd32a655ba1c9abe712e4129434de19/raw/8a6b8de914ee9d3d5c5f5f2084f9cb5ced0dd411/goldBean.svg
  2304. *closedUmbrella
  2305. name:Closed umbrella
  2306. desc:Keep it inside.<//><.>Golden peanut butter cups will appear another <b>10%</b> more often and cost another <b>15<b> less mana to summon.<.>Golden peanut butter cups will have boosted effects.
  2307. passive:multiply frequency of luckyCup by 0.9
  2308. cost:20000 goldBeans
  2309. cost:10 crystalBeans
  2310. req:37 lclicks
  2311. icon:https://cdn.rawgit.com/morkysherk/61ef6c72d66f667cc67f8046a86dd747/raw/5ec7158eba2de361820a4fa2a3ebfc26dbb90049/closedUmbrella.svg
  2312. *sizableLuckyBoost
  2313. name:Sizable lucky boost
  2314. desc:Use the power of a decent amount of luck to your benefit.<//><.>Boosts all production by <b>2.5%</b>.
  2315. cost:20000 goldBeans
  2316. cost:10 crystalBeans
  2317. req:37 lclicks
  2318. passive:multiply yield of tag:building by 1.02
  2319. on earn:yield (multiplier*0.02) multiplier
  2320. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/3cd32a655ba1c9abe712e4129434de19/raw/8a6b8de914ee9d3d5c5f5f2084f9cb5ced0dd411/goldBean.svg
  2321. passive:multiply yield of tag:building by 1.025
  2322. on earn:yield (multiplier*0.025) multiplier
  2323. *d7
  2324. name:7 sided die
  2325. desc:Just the right amount of rigged.<.>Golden peanut butter cups will appear another <b>10%</b> more often and cost another <b>15</b> less mana to summon.<.>Golden peanut butter cups will have more boosted effects.
  2326. passive:multiply frequency of luckyCup by 0.9
  2327. cost:100000 goldBeans
  2328. cost:50 crystalBeans
  2329. req:57 lclicks
  2330. icon:https://cdn.rawgit.com/morkysherk/0cba993d0942bc96e859120ddb03bc6e/raw/6d495d3d593523d9d8cbad59113f0c3277f2a131/d7.svg
  2331.  
  2332. //RESOURCE CLICKING
  2333.  
  2334. *peanutcupClicking
  2335. name:Peanut Butter Cup Clicking
  2336. desc:Clicking either button 3 times will produce a peanut butter cup.
  2337. cost:1000 peanutCups
  2338. req:1 peanutCup:ps
  2339. req:notaButton
  2340. icon:https://imgur.com/Pu0f5pK.png
  2341. *combinedClicking
  2342. name:Combined Clicking
  2343. desc:Clicking the chocolate twice will produce a jar of peanut butter, and vice versa.
  2344. cost:10000 chocolate
  2345. cost:10000 peanutButter
  2346. req:1000 chocoButton clicks
  2347. req:1000 pButton clicks
  2348. icon:https://imgur.com/kTtlgRR.png
  2349.  
  2350. //BETTER BUTTON UPGRADES
  2351.  
  2352. *betterButton
  2353. name:Better Button
  2354. desc:Now with 100% more!<//><.>The peanut butter button will produce <b>twice</b> as much peanut butter, and the chocolate button will yield <b>twice</b> as much chocolate.<.>Multiplies yield of autoclickers by <b>2</b>.
  2355. cost:100 chocolate
  2356. cost:100 peanutButter
  2357. passive:multiply chocolate yield of chocoButton by 2
  2358. passive:multiply peanutButter yield of pButton by 2
  2359. passive:multiply chocolate yield of clicker by 2
  2360. passive:multiply peanutButter yield of clicker by 2
  2361. req:1 cEarnedThisUniverse
  2362. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  2363. *betterButton2
  2364. name:Better Button II
  2365. desc:Just compare it to the leading brand!<//><.>The peanut butter button will produce <b>twice</b> as much peanut butter, and the chocolate button will yield <b>twice</b> as much chocolate.<.>Multiplies yield of autoclickers by <b>2</b>.
  2366. cost:1000 chocolate
  2367. cost:1000 peanutButter
  2368. passive:multiply chocolate yield of chocoButton by 2
  2369. passive:multiply peanutButter yield of pButton by 2
  2370. passive:multiply chocolate yield of clicker by 2
  2371. passive:multiply peanutButter yield of clicker by 2
  2372. req:betterButton
  2373. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  2374. *betterButton3
  2375. name:Better Button III
  2376. desc:We'll double the offer!<//><.>Multiplies all yield of buttons by <b>2</b>.<.>Multiplies yield of clickers by <b>2.25</b>.
  2377. cost:5000 chocolate
  2378. cost:5000 peanutButter
  2379. cost:1000 peanutCups
  2380. req:betterButton2
  2381. passive:multiply yield of chocoButton by 2
  2382. passive:multiply yield of pButton by 2
  2383. passive:multiply chocolate yield of clicker by 2.25
  2384. passive:multiply peanutButter yield of clicker by 2.25
  2385. passive:multiply goldBeanPod yield of clicker by 2
  2386. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  2387. *betterButton4
  2388. name:Better Button IV
  2389. desc:But wait, there's more!<//><.>Multiplies yield of buttons by <b>2</b>.<.>Multiplies yield of clickers by <b>2.5</b>.
  2390. cost:50000 chocolate
  2391. cost:50000 peanutButter
  2392. cost:25000 peanutCups
  2393. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  2394. passive:multiply yield of chocoButton by 2
  2395. passive:multiply yield of pButton by 2
  2396. passive:multiply chocolate yield of clicker by 2.5
  2397. passive:multiply peanutButter yield of clicker by 2.5
  2398. passive:multiply goldBeanPod yield of clicker by 2
  2399. req:betterButton3
  2400. *betterButton5
  2401. name:Better Button V
  2402. desc:Call now and you'll receive a mini button too!<//><.>Clicking either button will produce <b>7.5%</b> more chocolate, peanut butter, and peanut butter cups per chocolate worker and peanut butterer.<.>Multiplies yield of autoclickers by <b>2.75</b>.
  2403. cost:500000 chocolate
  2404. cost:500000 peanutButter
  2405. cost:300000 peanutCups
  2406. icon:numbers[5,0] https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  2407. passive:multiply chocolate yield of chocoButton by (1+((chocolateWorkers+peanutButterers)*0.075))
  2408. passive:multiply chocolate yield of pButton by (1+((chocolateWorkers+peanutButterers)*0.075))
  2409. passive:multiply peanutButter yield of chocoButton by (1+((chocolateWorkers+peanutButterers)*0.075))
  2410. passive:multiply peanutButter yield of pButton by (1+((chocolateWorkers+peanutButterers)*0.075))
  2411. passive:multiply peanutCup yield of chocoButton by (1+((chocolateWorkers+peanutButterers)*0.075))
  2412. passive:multiply peanutCup yield of pButton by (1+((chocolateWorkers+peanutButterers)*0.075))
  2413. passive:multiply chocolate yield of clicker by 2.75
  2414. passive:multiply peanutButter yield of clicker by 2.75
  2415. req:betterButton4
  2416. *betterButton6
  2417. name:Better Button VI
  2418. desc:Are you tired of this? <i>clicks button and gets nothing</i><//><.>Clicking either button will produce <b>15%</b> more chocolate, peanut butter, and peanut butter cups per chocolate farm and peas and nuts converter.<.>Combined and peanut butter cup clicking are twice as effective.<.>Multiplies yield of autoclickers by <b>3</b>.
  2419. cost:5000000 chocolate
  2420. cost:5000000 peanutButter
  2421. cost:3000000 peanutCups
  2422. icon:numbers[6,0] https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  2423. passive:multiply chocolate yield of chocoButton by (1+((refineries+pbFactories)*0.15))
  2424. passive:multiply chocolate yield of pButton by (1+((refineries+pbFactories)*0.15))
  2425. passive:multiply peanutButter yield of chocoButton by (1+((refineries+pbFactories)*0.15))
  2426. passive:multiply peanutButter yield of pButton by (1+((refineries+pbFactories)*0.15))
  2427. passive:multiply peanutCup yield of chocoButton by (1+((refineries+pbFactories)*0.15))
  2428. passive:multiply peanutCup yield of pButton by (1+((refineries+pbFactories)*0.15))
  2429. passive:multiply chocolate yield of pButton by 2
  2430. passive:multiply peanutButter yield of chocoButton by 2
  2431. passive:multiply peanutCup yield of pButton by 2
  2432. passive:multiply peanutCup yield of chocoButton by 2
  2433. passive:multiply chocolate yield of clicker by 3
  2434. passive:multiply peanutButter yield of clicker by 3
  2435. req:betterButton5
  2436. *betterButton7
  2437. name:Better Button VII
  2438. desc:Woops, looks like I'm all out of ideas.<.>Clicking either button will produce <b>22.5%</b> more chocolate, peanut butter, and peanut butter cups per refinery and factory.<.>Multiplies yield of autoclickers by <b>3.25</b>.
  2439. cost:500000000 chocolate
  2440. cost:500000000 peanutButter
  2441. cost:300000000 peanutCups
  2442. icon:numbers[7,0] https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  2443. passive:multiply chocolate yield of chocoButton by (1+((chocoFarms+factories)*0.225))
  2444. passive:multiply chocolate yield of pButton by (1+((chocoFarms+factories)*0.225))
  2445. passive:multiply peanutButter yield of chocoButton by (1+((chocoFarms+factories)*0.225))
  2446. passive:multiply peanutButter yield of pButton by (1+((chocoFarms+factories)*0.225))
  2447. passive:multiply peanutCup yield of chocoButton by (1+((chocoFarms+factories)*0.225))
  2448. passive:multiply peanutCup yield of pButton by (1+((chocoFarms+factories)*0.225))
  2449. passive:multiply chocolate yield of clicker by 3.25
  2450. passive:multiply peanutButter yield of clicker by 3.25
  2451. req:betterButton6
  2452.  
  2453. //CUP TYPES
  2454.  
  2455. *darkCups
  2456. name:Dark chocolate peanut butter cups
  2457. desc:These more bitter cups will add <b>2%</b> to your production multiplier.
  2458. cost:10000 peanutCups
  2459. passive:multiply yield of tag:building by 1.02
  2460. on earn:yield (multiplier*0.02) multiplier
  2461. req:1000 earnedThisUniverse
  2462. icon:https://cdn.rawgit.com/morkysherk/cc542868ef20cfc9b7423346a66a808b/raw/5e6f2c64dcd5f775fe7cc77248c856a4cdf39c11/dankCup.svg
  2463. *whiteCups
  2464. name:White chocolate peanut butter cups
  2465. desc:These cups will add another <b>3%</b> to your production multiplier.
  2466. passive:multiply yield of tag:building by 1.03
  2467. on earn:yield (multiplier*0.03) multiplier
  2468. cost:100000 peanutCups
  2469. req:10000 earnedThisUniverse
  2470. icon:https://cdn.rawgit.com/morkysherk/d62cf2cc2aa0ff9bb14820ac32ecf6b4/raw/629d7d32e5c0224ffc69f1eff0a76bba492e01c2/white.svg
  2471. *miniCups
  2472. name:Mini peanut butter cups
  2473. desc:These tiny peanut butter cups will go a long way by adding <b>5%</b> to your production multiplier.
  2474. passive:multiply yield of tag:building by 1.05
  2475. on earn:yield (multiplier*0.05) multiplier
  2476. cost:10000000 peanutCups
  2477. req:1000000 earnedThisUniverse
  2478. icon:https://cdn.rawgit.com/morkysherk/c535202fb639a334a9e92a9f742823f1/raw/e11ecf49f7fd4f7407e26eea00445bd645e308ed/mini.svg
  2479. *cookieCups
  2480. name:Cookies and cream peanut butter cups
  2481. desc:Combine the addicting flavor or cookies and cream with the divine taste of peanut butter cups to earn another <b>+5%</b> to your production multiplier.
  2482. passive:multiply yield of tag:building by 1.05
  2483. on earn:yield (multiplier*0.05) multiplier
  2484. req:100000000 earnedThisUniverse
  2485. cost:1000000000 peanutCups
  2486. icon:https://cdn.rawgit.com/morkysherk/448400d1ea3175f67a88555781cd44dc/raw/bee0e63623a77f7dbb8fcdabd7e5c2ecb0baf53c/ccCup.svg
  2487.  
  2488. //ACHIEVEMENT BONUSES
  2489.  
  2490. *whiteRibbon
  2491. name:White Ribbon
  2492. desc:3rd...<.>Increases your multiplier by <b>0.5%</b> per achievement earned.
  2493. cost:1000000 peanutCups
  2494. cost:1000000 chocolate
  2495. cost:1000000 peanutButter
  2496. icon:https://cdn.rawgit.com/morkysherk/c261f5c738d6b695d9af0bfd0f4dfd47/raw/7f0e2dc43469121e2c6bda2ac259a221e77ea5cc/ribbon3.svg
  2497. passive:multiply yield of tag:building by (1+(0.005*(achievPoints)))
  2498. req:15 achievPoints
  2499. *redRibbon
  2500. name:Red Ribbon
  2501. desc:2nd...<.>Increases your multiplier by <b>0.75%</b> per achievement earned.
  2502. cost:10000000000 peanutCups
  2503. cost:10000000000 chocolate
  2504. cost:10000000000 peanutButter
  2505. icon:https://cdn.rawgit.com/morkysherk/3dbf8f73ce882152bbdf5078ffcf4262/raw/2e3a0f05291acecc7e3dacce36b9da723b0c4642/ribbon2.svg
  2506. passive:multiply yield of tag:building by (1+(0.0075*(achievPoints)))
  2507. req:35 achievPoints
  2508. *blueRibbon
  2509. name:Blue Ribbon
  2510. desc:1st place!<.>Increases your multiplier by <b>1%</b> per achievement earned.
  2511. cost:100000000000000 peanutCups
  2512. cost:100000000000000 chocolate
  2513. cost:100000000000000 peanutButter
  2514. icon:https://cdn.rawgit.com/morkysherk/8d46797cc8e4ddecab5bd6f5e4326ed0/raw/4d6e564c983317170c40b6915f17ecee8c8225f6/ribbon1.svg
  2515. passive:multiply yield of tag:building by (1+(0.01*(achievPoints)))
  2516. req:75 achievPoints
  2517.  
  2518. //OTHER
  2519.  
  2520. *gainfulPain
  2521. name:Gainful pain
  2522. desc:oof<.>Boosts peanut butter cup production by <b>50%</b> when chocolate or peanut butter production is negative.
  2523. req:loss
  2524. on tick:
  2525. if (peanutButter:ps<0 or chocolate:ps<0)
  2526. yield (peanutCups:ps/2) peanutCups
  2527. end
  2528. end
  2529. icon:https://cdn.rawgit.com/morkysherk/22804416129794044b726fc47b0ab198/raw/c4683db1a1002a50fb139d41c770cb02405c21cd/+-.svg
  2530.  
  2531.  
  2532. //WORKER UPGRADES
  2533.  
  2534. *training
  2535. name:Training
  2536. desc:Trained workers just might be more efficient.<//><.>Chocolate workers, peanut butterers, and peanut butter cuppers are <b>50%</b> faster.
  2537. cost:1000 chocolate
  2538. cost:1000 peanutButter
  2539. cost:500 peanutCups
  2540. req:10 chocolateWorkers:max
  2541. req:10 peanutButterers:max
  2542. req:1 peanutCupper:max
  2543. passive:multiply yield of chocolateWorkers by 1.5
  2544. passive:multiply yield of peanutButterers by 1.5
  2545. passive:multiply yield of peanutCuppers by 1.5
  2546. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/3e0ec7b2a12853b346b0a51c1758592d/raw/017fbaa567ab0c82a2ac5dea0ab4e1ab60bf38b8/gradCap.svg
  2547. *collegeEducation
  2548. name:Working smarter
  2549. desc:Not harder.<//><.>Chocolate workers, peanut butterers, and peanut butter cuppers are <b>50%</b> faster.
  2550. cost:10000 chocolate
  2551. cost:10000 peanutButter
  2552. cost:100 peanutCups
  2553. req:25 chocolateWorkers:max
  2554. req:25 peanutButterers:max
  2555. req:10 peanutCuppers:max
  2556. passive:multiply yield of chocolateWorkers by 1.5
  2557. passive:multiply yield of peanutButterers by 1.5
  2558. passive:multiply yield of peanutCuppers by 1.5
  2559. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/3e0ec7b2a12853b346b0a51c1758592d/raw/017fbaa567ab0c82a2ac5dea0ab4e1ab60bf38b8/gradCap.svg
  2560. *collegeEducationA
  2561. name:College education
  2562. desc:I have a PhD in making peanut butter cups.<//><.>Chocolate workers, peanut butterers, and peanut butter cuppers are <b>50%</b> faster.
  2563. cost:100000 chocolate
  2564. cost:100000 peanutButter
  2565. cost:1000 peanutCups
  2566. req:50 chocolateWorkers:max
  2567. req:50 peanutButterers:max
  2568. req:25 peanutCuppers:max
  2569. passive:multiply yield of chocolateWorkers by 1.5
  2570. passive:multiply yield of peanutButterers by 1.5
  2571. passive:multiply yield of peanutCuppers by 1.5
  2572. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/3e0ec7b2a12853b346b0a51c1758592d/raw/017fbaa567ab0c82a2ac5dea0ab4e1ab60bf38b8/gradCap.svg
  2573.  
  2574. //CHOCOLATE WORKER UPGRADES
  2575.  
  2576. *fasterRoasting
  2577. name:Faster roasting
  2578. desc:Chocolate workers roast cocoa beans faster.<//><.>Multiplies yield of chocolate workers by <b>2</b>.
  2579. cost:500 chocolate
  2580. req:1 chocolateWorker:max
  2581. passive:multiply yield of chocolateWorker by 2
  2582. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/f5be1f499ee6312e9810b9371b4da3af/raw/40da9c994decfa5c6d956e061ed157897ec88ac6/choco.svg
  2583. *literalchocoWorkers
  2584. name:Literal chocolate workers
  2585. desc:Chocolate workers are now made of chocolate, which makes them faster. Don't ask.<//><.>Multiplies yield of chocolate workers by <b>2</b>.
  2586. cost:5000 chocolate
  2587. req:10 chocolateWorker:max
  2588. passive:multiply yield of chocolateWorker by 2
  2589. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/f5be1f499ee6312e9810b9371b4da3af/raw/40da9c994decfa5c6d956e061ed157897ec88ac6/choco.svg
  2590. *mitosis
  2591. name:Higher melting point
  2592. desc:You've run into some problems with melting workers.<//><.>Multiplies yield of chocolate workers by <b>2</b>.
  2593. cost:50000 chocolate
  2594. passive:multiply yield of chocolateWorker by 2
  2595. req:25 chocolateWorkers:max
  2596. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/f5be1f499ee6312e9810b9371b4da3af/raw/40da9c994decfa5c6d956e061ed157897ec88ac6/choco.svg
  2597. *mitosis1
  2598. name:Mitosis
  2599. desc:why do i have to give birth why can't i just do my toast is<//><.>Multiplies yield of chocolate workers by <b>4</b>.<.><i>End of tier 1</i>
  2600. cost:500000 chocolate
  2601. passive:multiply yield of chocolateWorker by 4
  2602. req:50 chocolateWorkers:max
  2603. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/f5be1f499ee6312e9810b9371b4da3af/raw/40da9c994decfa5c6d956e061ed157897ec88ac6/choco.svg
  2604.  
  2605. //FARM UPGRADES
  2606.  
  2607. *refinedRefineries
  2608. name:Fertilizer
  2609. desc:Enhance your trees' growth rates.<//><.>Multiplies yield of farms by <b>2</b>.
  2610. cost:7500 chocolate
  2611. passive:multiply yield of refinery by 2
  2612. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/f5c64664f71b3f9e2f4b91de4cc1bfdb/raw/4752f2af732f2debce18ead8a31b651ecc010d69/farm.svg
  2613. req:1 refinery:max
  2614. *fasterGrinders
  2615. name:Healthier seeds
  2616. desc:Make them healthier before they even start growing.<//><.>Multiplies yield of farms by <b>2</b>.
  2617. cost:75000 chocolate
  2618. passive:multiply yield of refinery by 2
  2619. req:10 refineries:max
  2620. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/f5c64664f71b3f9e2f4b91de4cc1bfdb/raw/4752f2af732f2debce18ead8a31b651ecc010d69/farm.svg
  2621. *extraMixable
  2622. name:Flavored water
  2623. desc:Drinking regular water every day must get boring.<//><.>Multiplies yield of farms by <b>2</b>.
  2624. cost:750000 chocolate
  2625. passive:multiply yield of refinery by 2
  2626. req:25 refineries:max
  2627. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/f5c64664f71b3f9e2f4b91de4cc1bfdb/raw/4752f2af732f2debce18ead8a31b651ecc010d69/farm.svg
  2628. *chocosynthesis
  2629. name:Chocosynthesis
  2630. desc:Convert sunlight into chocolate instead of sugar.<.>Multiplies yield of farms by <b>4</b>.<.><i>End of tier 1</i>
  2631. cost:7500000 chocolate
  2632. passive:multiply yield of refinery by 4
  2633. req:50 refineries:max
  2634. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/f5c64664f71b3f9e2f4b91de4cc1bfdb/raw/4752f2af732f2debce18ead8a31b651ecc010d69/farm.svg
  2635.  
  2636. //REFINERY UPGRADES
  2637.  
  2638. *refinedRefineriesA
  2639. name:Refined refineries
  2640. desc:Refined refineries refine refined-er chocolate.<//><.>Multiplies yield of refineries by <b>2</b>.
  2641. cost:112500 chocolate
  2642. passive:multiply yield of chocoFarm by 2
  2643. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/751cab83d87772656cde4305358c0b6e/raw/fccdbb77f45b4bafec7bc5cd08ad01b44f42c1ac/refinery.svg
  2644. req:1 chocoFarm:max
  2645. *fasterGrindersA
  2646. name:Faster grinders
  2647. desc:griiiiind<//><.>Multiplies yield of refineries by <b>2</b>.
  2648. cost:1125000 chocolate
  2649. passive:multiply yield of chocoFarm by 2
  2650. req:10 chocoFarms:max
  2651. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/751cab83d87772656cde4305358c0b6e/raw/fccdbb77f45b4bafec7bc5cd08ad01b44f42c1ac/refinery.svg
  2652. *extraMixableA
  2653. name:Extra mixable cocoa
  2654. desc:The liquid cocoa will mix more quickly with other ingredients.<//><.>Multiplies yield of refineries by <b>2</b>.
  2655. cost:11250000 chocolate
  2656. passive:multiply yield of chocoFarm by 2
  2657. req:25 chocoFarms:max
  2658. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/751cab83d87772656cde4305358c0b6e/raw/fccdbb77f45b4bafec7bc5cd08ad01b44f42c1ac/refinery.svg
  2659. *decombobulators
  2660. name:Discombobulators
  2661. desc:An important part of chocolate discombobulation.<//><.>Multiplies yield of refineries by <b>4</b>.<.><i>End of tier 1</i>
  2662. cost:112500000 chocolate
  2663. passive:multiply yield of chocoFarm by 4
  2664. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/751cab83d87772656cde4305358c0b6e/raw/fccdbb77f45b4bafec7bc5cd08ad01b44f42c1ac/refinery.svg
  2665. req:50 chocoFarms:max
  2666.  
  2667. //BUTTERER UPGRADES
  2668.  
  2669. *fastProcessors
  2670. name:Faster food processors
  2671. desc:Peanut butterers use faster food processors.<//><.>Multiplies yield of peanut butterers by <b>2</b>.
  2672. cost:500 peanutButter
  2673. passive:multiply yield of peanutButterer by 2
  2674. req:1 peanutButterer:max
  2675. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/d2cfc2c31d80bf249fda9fb7e28b130c/raw/84bfdea38a2717c936c480edf394fd66806825a7/peabnut.svg
  2676. *softerPeanuts
  2677. name:Softer peanuts
  2678. desc:Peanuts are softer, and can be processed faster.<//><.>Multiplies yield of peanut butterers by <b>2</b>.
  2679. cost:5000 peanutButter
  2680. passive:multiply yield of peanutButterer by 2
  2681. req:10 peanutButterers:max
  2682. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/d2cfc2c31d80bf249fda9fb7e28b130c/raw/84bfdea38a2717c936c480edf394fd66806825a7/peabnut.svg
  2683. *biggerProcessors
  2684. name:Bigger processors
  2685. desc:More room to shove your peanuts into.<//><.>Multiplies yield of peanut butterers by <b>2</b>.
  2686. cost:50000 peanutButter
  2687. passive:multiply yield of peanutButterer by 2
  2688. req:25 peanutButterers:max
  2689. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/d2cfc2c31d80bf249fda9fb7e28b130c/raw/84bfdea38a2717c936c480edf394fd66806825a7/peabnut.svg
  2690. *cProcessors
  2691. name:Computer processors
  2692. desc:Are you sure these'll work?<//><.>Multiplies yield of peanut butterers by <b>4</b><.><i>End of tier 1</i>
  2693. cost:500000 peanutButter
  2694. passive:multiply yield of peanutButterer by 4
  2695. req:50 peanutButterers:max
  2696. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/d2cfc2c31d80bf249fda9fb7e28b130c/raw/84bfdea38a2717c936c480edf394fd66806825a7/peabnut.svg
  2697.  
  2698. //CONVERTER UPGRADES
  2699.  
  2700. *movingAssembly
  2701. name:Better ratio
  2702. desc:Needs less pea and more nut!<//><.>Multiplies yield of peas and nuts converters by <b>2</b>.
  2703. cost:7500 peanutButter
  2704. passive:multiply yield of pbFactory by 2
  2705. req:1 pbFactory:max
  2706. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/2b40b85379aadfa6915979f2dfade403/raw/408447da2335b0b82aa4fc3366cf8acb277e01da/peasNuts.svg
  2707. *factored
  2708. name:Wider nut variety
  2709. desc:More kinds of nuts to convert.<//><.>Multiplies yield of peas and nuts converters by <b>2</b>.
  2710. cost:75000 peanutButter
  2711. passive:multiply yield of pbFactory by 2
  2712. req:10 pbFactories:max
  2713. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/2b40b85379aadfa6915979f2dfade403/raw/408447da2335b0b82aa4fc3366cf8acb277e01da/peasNuts.svg
  2714. *factorial
  2715. name:Green bean converter
  2716. desc:Kinda similar to peas? I guess?<.>Multiplies yield of peas and nuts converters by <b>2</b>.
  2717. cost:750000 peanutButter
  2718. req:25 pbFactories:max
  2719. passive:multiply yield of pbFactory by 2
  2720. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/2b40b85379aadfa6915979f2dfade403/raw/408447da2335b0b82aa4fc3366cf8acb277e01da/peasNuts.svg
  2721. *secretIngredient
  2722. name:Secret ingredient
  2723. desc:This Woman Found The Secret Ingredient To Quick Conversion! Peanut Butter Companies <b>HATE</b> Her! Click <b>HERE</b> To Find Out Her One Simple Trick!<//><.>Multiplies yield of peas and nuts converters by <b>4</b>.<.><i>End of tier 1</i>
  2724. cost:7500000 peanutButter
  2725. req:50 pbFactories:max
  2726. passive:multiply yield of pbFactory by 4
  2727. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/2b40b85379aadfa6915979f2dfade403/raw/408447da2335b0b82aa4fc3366cf8acb277e01da/peasNuts.svg
  2728.  
  2729. //FACTORY UPGRADES
  2730.  
  2731. *movingAssemblyA
  2732. name:Moving assembly line
  2733. desc:Aren't these pretty much the default these days?<//><.>Multiplies yield of peanut butter factories by <b>2</b>.
  2734. cost:112500 peanutButter
  2735. passive:multiply yield of factories by 2
  2736. req:1 factories:max
  2737. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/645e7182d29efc2a1078f0504e2a4e6f/raw/332ea27669218dfde408f8de93b6c006036523e5/pbFactory.svg
  2738. *factoredA
  2739. name:Factored factories
  2740. desc:In simplest form.<//><.>Multiplies yield of peanut butter factories by <b>2</b>.
  2741. cost:1125000 peanutButter
  2742. passive:multiply yield of factories by 2
  2743. req:10 factories:max
  2744. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/645e7182d29efc2a1078f0504e2a4e6f/raw/332ea27669218dfde408f8de93b6c006036523e5/pbFactory.svg
  2745. *factorialA
  2746. name:Factorial factories
  2747. desc:Surprisingly, 200-40*2 is only 5!<//><.>Multiplies yield of peanut butter factories by <b>2</b>.
  2748. cost:11250000 peanutButter
  2749. req:25 factories:max
  2750. passive:multiply yield of factories by 2
  2751. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/645e7182d29efc2a1078f0504e2a4e6f/raw/332ea27669218dfde408f8de93b6c006036523e5/pbFactory.svg
  2752. *scaleFactor
  2753. name:Scale factor
  2754. desc:Dilated by a scale factor of 2.<//><.>Multiplies yield of peanut butter factories by <b>4</b>.<.><i>End of tier 1</i>
  2755. cost:112500000 peanutButter
  2756. req:50 factories:max
  2757. passive:multiply yield of factories by 4
  2758. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/645e7182d29efc2a1078f0504e2a4e6f/raw/332ea27669218dfde408f8de93b6c006036523e5/pbFactory.svg
  2759.  
  2760. //REPLICATOR UPGRADES
  2761.  
  2762. *triplers
  2763. name:Triplers
  2764. desc:Get an extra bar of chocolate and jar of peanut butter every time.<//><.>Multiplies yield of replicators by <b>2</b>.
  2765. cost:1687500 chocolate
  2766. cost:1687500 peanutButter
  2767. req:1 replicator:max
  2768. icon:https://cdn.rawgit.com/morkysherk/c399adb84f6c2b88465731f8ec1353e9/raw/05801ea4697148eb702ca01ff573a6bec4381af5/x3.svg
  2769. passive:multiply yield of replicators by 2
  2770. *quintuplers
  2771. name:Quintuplers
  2772. desc:Get 3 extra bars of chocolate and jars of peanut butter every time.<//><.>Multiplies yield of replicators by <b>2</b>.
  2773. cost:16875000 chocolate
  2774. cost:16875000 peanutButter
  2775. req:10 replicators:max
  2776. icon:https://cdn.rawgit.com/morkysherk/f0ee659a64b86417081498339daa784e/raw/d61355dcc84be9bbbe53deb20acd657326c28e0a/x5.svg
  2777. passive:multiply yield of replicators by 2
  2778. *nonuplers
  2779. name:Nonuplers
  2780. desc:Get 7 extra bars of chocolate and jars of peanut butter every time.<//><.>Multiplies yield of replicators by <b>2</b>.
  2781. cost:168750000 chocolate
  2782. cost:168750000 peanutButter
  2783. req:25 replicators:max
  2784. icon:https://cdn.rawgit.com/morkysherk/a9ce3fbbccb4f2cd425c1866a099718a/raw/0b8c26732d0a1f764af3b43bdd886d31472b48e0/x9.svg
  2785. passive:multiply yield of replicators by 2
  2786. *tretrigintuplers
  2787. name:Tretrigintuplers
  2788. desc:I couldn't quite fit the X in, sorry.<//><.>Multiplies yield of replicators by <b>4</b>.<.><i>End of tier 1</i>
  2789. cost:1687500000 chocolate
  2790. cost:1687500000 peanutButter
  2791. req:50 replicators:max
  2792. icon:https://cdn.rawgit.com/morkysherk/61d92ff0ff3b0faac72c45ae246d5b48/raw/cf73df6ee2f1d2c99b70d5150f20d9f7926a8009/x33.svg
  2793. passive:multiply yield of replicators by 4
  2794.  
  2795. //CORE EXTRACTOR UPGRADES
  2796.  
  2797. *deeperExtraction
  2798. name:Deeper extraction
  2799. desc:Go deeper into the planet's delicious, gooey core.<.>Multiplies yield of core extractors by <b>2</b>.
  2800. cost:27000000 chocolate
  2801. cost:27000000 peanutButter
  2802. req:1 coreExtractor:max
  2803. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/4b5a464729fd860dab870581339e6d65/raw/b1cba0029067fc4a2663b4a588ef99ef620a6253/planet.svg
  2804. passive:multiply yield of coreExtractor by 2
  2805. *coolers
  2806. name:Coolers
  2807. desc:Make your scorching hot peanut butter and chocolate nice and cool. As a side effect, you may catch them using the latest trendy lingo.<.>Multiplies yield of core extractors by <b>2</b>.
  2808. cost:270000000 chocolate
  2809. cost:270000000 peanutButter
  2810. req:10 coreExtractors:max
  2811. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/4b5a464729fd860dab870581339e6d65/raw/b1cba0029067fc4a2663b4a588ef99ef620a6253/planet.svg
  2812. passive:multiply yield of coreExtractor by 2
  2813. *fasterTransportation
  2814. name:Faster transportation
  2815. desc:Sure takes a while for things to get from the core to the surface.<.>Multiplies yield of core extractors by <b>2</b>.
  2816. cost:2700000000 chocolate
  2817. cost:2700000000 peanutButter
  2818. req:25 coreExtractors:max
  2819. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/4b5a464729fd860dab870581339e6d65/raw/b1cba0029067fc4a2663b4a588ef99ef620a6253/planet.svg
  2820. passive:multiply yield of coreExtractor by 2
  2821. *otherPlanets
  2822. name:Other planets
  2823. desc:Extracting from other planets' cores has a much higher output! It's also less damaging to Earth but that's not what matters.<.>Multiplies yield of core extractors by <b>4</b>.<.><i>End of tier 1</i>
  2824. cost:27000000000 chocolate
  2825. cost:27000000000 peanutButter
  2826. req:50 coreExtractors:max
  2827. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/2ce082b468d4fb8335ca2b2585e9612c/raw/b667b66cc0b191e872c9f4ce1792316a03942b51/otherPlanet.svg
  2828. passive:multiply yield of coreExtractor by 4
  2829.  
  2830. //DOWNLOADER UPGRADES
  2831.  
  2832. *quantumPBC
  2833. name:Quantum peanut butter and chocolate
  2834. desc:It's quantum compatible!<.>Multiplies yield of quantum downloaders by <b>2</b>.
  2835. cost:800000000 chocolate
  2836. cost:800000000 peanutButter
  2837. req:1 qDownloader:max
  2838. passive:multiply yield of qDownloaders by 2
  2839. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/c58075d02c2703abab4c8f935be3e56d/raw/25cabcdc4c1028a9dd6fc4eb9bcfd2dc1590007d/qDL.svg
  2840. *gbWifi
  2841. name:Gigabit Wi-Fi
  2842. desc:gotta download fast<.>Multiplies yield of quantum downloaders by <b>2</b>.
  2843. cost:8000000000 chocolate
  2844. cost:8000000000 peanutButter
  2845. req:10 qDownloaders:max
  2846. passive:multiply yield of qDownloaders by 2
  2847. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/c58075d02c2703abab4c8f935be3e56d/raw/25cabcdc4c1028a9dd6fc4eb9bcfd2dc1590007d/qDL.svg
  2848. *qMechanic
  2849. name:A quantum mechanic
  2850. desc:Fixes your quantum downloaders when they break.<.>Multiplies yield of quantum downloaders by <b>2</b>.
  2851. cost:80000000000 chocolate
  2852. cost:80000000000 peanutButter
  2853. req:25 qDownloaders:max
  2854. passive:multiply yield of qDownloaders by 2
  2855. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/c58075d02c2703abab4c8f935be3e56d/raw/25cabcdc4c1028a9dd6fc4eb9bcfd2dc1590007d/qDL.svg
  2856. *qInternet
  2857. name:Quantum internet
  2858. desc:At this point, why not just make everything quantum?<.>Multiplies yield of quantum downloaders by <b>4</b>.<.><i>End of tier 1</i>
  2859. cost:800000000000 chocolate
  2860. cost:800000000000 peanutButter
  2861. req:50 qDownloaders:max
  2862. passive:multiply yield of qDownloaders by 4
  2863. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/c58075d02c2703abab4c8f935be3e56d/raw/25cabcdc4c1028a9dd6fc4eb9bcfd2dc1590007d/qDL.svg
  2864.  
  2865. //MIND READER UPGRADES
  2866.  
  2867. *ads
  2868. name:Advertisements
  2869. desc:Spread the word!<.>Multiplies yield of mind readers by <b>2</b>.
  2870. passive:multiply yield of mindReaders by 2
  2871. req:1 mindReader:max
  2872. cost:25600000000 chocolate
  2873. cost:25600000000 peanutButter
  2874. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/fafed1a756ac5581383b8ccb306b64c1/raw/1074b726d041607da8747e6d65ff39b4027308db/thot.svg
  2875. *subliminal
  2876. name:Subliminal messaging
  2877. desc:<.>Multiplies yield of mind readers by <b>2</b>.
  2878. passive:multiply yield of mindReaders by 2
  2879. req:10 mindReaders:max
  2880. cost:256000000000 chocolate
  2881. cost:256000000000 peanutButter
  2882. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/fafed1a756ac5581383b8ccb306b64c1/raw/1074b726d041607da8747e6d65ff39b4027308db/thot.svg
  2883. *hallucinogens
  2884. name:Hallucinogens
  2885. desc:if I wasn't eating chocolate that whole time... what was I eating?<.>Multiplies yield of mind readers by <b>2</b>.
  2886. passive:multiply yield of mindReaders by 2
  2887. req:25 mindReaders:max
  2888. cost:2560000000000 chocolate
  2889. cost:2560000000000 peanutButter
  2890. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/fafed1a756ac5581383b8ccb306b64c1/raw/1074b726d041607da8747e6d65ff39b4027308db/thot.svg
  2891. *mindControl
  2892. name:Mind control
  2893. desc:Put on your tinfoil hats!<.>Multiplies yield of mind readers by <b>4</b>.
  2894. passive:multiply yield of mindReaders by 4
  2895. req:50 mindReaders:max
  2896. cost:25600000000000 chocolate
  2897. cost:25600000000000 peanutButter
  2898. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/fafed1a756ac5581383b8ccb306b64c1/raw/1074b726d041607da8747e6d65ff39b4027308db/thot.svg
  2899.  
  2900. //CUPPER UPGRADES
  2901.  
  2902. *nimbleFingers
  2903. name:Nimble fingers
  2904. desc:Trim off the fat and get some muscle memory.<//><.>Multiplies yield of peanut butter cuppers by <b>2</b>.
  2905. cost:1000 chocolate
  2906. cost:1000 peanutButter
  2907. cost:250 peanutCups
  2908. req:1 peanutCupper:max
  2909. passive:multiply yield of peanutCupper by 2
  2910. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  2911. *cupManufacturers
  2912. name:Cup manufacturers
  2913. desc:These guys have a lot of experience making cups. That should translate well into making peanut butter cups, right?<//><.>Multiplies yield of peanut butter cuppers by <b>2</b>.
  2914. cost:10000 chocolate
  2915. cost:10000 peanutButter
  2916. cost:2500 peanutCups
  2917. req:10 peanutCuppers:max
  2918. passive:multiply yield of peanutCupper by 2
  2919. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  2920. *chefs
  2921. name:Chefs
  2922. desc:Cooks up some fresh peanut butter cups.<//><.>Multiplies yield of peanut butter cuppers by <b>2</b>.<q>Are the peanut butter cups fresh or frozen?</q>
  2923. cost:100000 chocolate
  2924. cost:100000 peanutButter
  2925. cost:25000 peanutCups
  2926. req:25 peanutCuppers:max
  2927. passive:multiply yield of peanutCupper by 2
  2928. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  2929. *mages
  2930. desc:Casts spells on your peanut butter and chocolate to form peanut butter cups.<.>Multiplies yield of peanut butter cuppers by <b>4</b>.<.><i>End of tier 1</i>
  2931. name:Mages
  2932. cost:1000000 chocolate
  2933. cost:1000000 peanutButter
  2934. cost:250000 peanutCups
  2935. req:50 peanutCuppers:max
  2936. passive:multiply yield of peanutCupper by 4
  2937. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  2938.  
  2939. //MACHINE UPGRADES
  2940.  
  2941. *wc
  2942. name:WC-50
  2943. desc:Makes things go.<//><.>Multiplies yield of cup machines by <b>2</b>.
  2944. cost:15000 peanutCups
  2945. req:1 cupMachine:max
  2946. passive:multiply yield of cupMachine by 2
  2947. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/fa9d668a4443a5a08de1f548c888c1f6/raw/725c86ebc029f2761d152e8283a8959e3fef0d09/machine.svg
  2948. *cheaperMetal
  2949. name:Cheaper Metal
  2950. desc:Refineries, factories, and machines are <b>5%</b> cheaper.
  2951. cost:75000 peanutCups
  2952. passive:multiply cost of cupMachine by 0.95
  2953. passive:multiply cost of factory by 0.95
  2954. passive:multiply cost of chocoFarm by 0.95
  2955. req:5 cupMachines:max
  2956. req:10 factories:max
  2957. req:10 chocoFarms:max
  2958. icon:https://cdn.rawgit.com/morkysherk/82a70ae5ca004b88d52db0a8d383bc16/raw/84927ce67cde4be2717272266a06565771220240/dolla.svg
  2959. *lighterMachinery
  2960. name:Lighter Machinery
  2961. cost:150000 peanutCups
  2962. desc:Try our new weight loss programs for machines!<.>Multiplies yield of cup machines by <b>2</b>.
  2963. req:10 cupMachines:max
  2964. passive:multiply yield of cupMachines by 2
  2965. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/fa9d668a4443a5a08de1f548c888c1f6/raw/725c86ebc029f2761d152e8283a8959e3fef0d09/machine.svg
  2966. *hqCogs
  2967. name:High quality cogs
  2968. cost:1500000 peanutCups
  2969. desc:For smoother rotation.<.>Multiplies yield of cup machines by <b>2</b>.
  2970. passive:multiply yield of cupMachines by 2
  2971. req:25 cupMachines:max
  2972. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/fa9d668a4443a5a08de1f548c888c1f6/raw/725c86ebc029f2761d152e8283a8959e3fef0d09/machine.svg
  2973. *microMachines
  2974. name:Micro-machines
  2975. cost:15000000 peanutCups
  2976. desc:These can move anything anywhere, with ease. If you can think it, they can do it. The only limit is your imagination.<.>Multiplies yield of cup machines by <b>4</b>.<.><i>End of tier 1</i>
  2977. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/fa9d668a4443a5a08de1f548c888c1f6/raw/725c86ebc029f2761d152e8283a8959e3fef0d09/machine.svg
  2978. req:50 cupMachines:max
  2979. passive:multiply yield of cupMachines by 2
  2980.  
  2981. //PRINTER UPGRADES
  2982.  
  2983. *fasterPrinting
  2984. name:Faster printers
  2985. desc:The printhead can move faster.<//><.>Multiplies yield of 3D printers by <b>2</b>.
  2986. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/6fe1c1df5f6a5e5d28be14440c714308/raw/d4c83c3f03a2480fece3d8b629cd06c3c27d97f6/printer.svg
  2987. cost:175000 peanutCups
  2988. passive:multiply yield of printers by 2
  2989. req:1 printer:max
  2990. *optimizedModels
  2991. name:Optimized models
  2992. desc:These more efficient models will cut printing time in half.<//><.>Multiplies yield of 3D printers by <b>2</b>.
  2993. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/6fe1c1df5f6a5e5d28be14440c714308/raw/d4c83c3f03a2480fece3d8b629cd06c3c27d97f6/printer.svg
  2994. cost:1750000 peanutCups
  2995. passive:multiply yield of printers by 2
  2996. req:10 printers:max
  2997. *biggerFeeder
  2998. name:Bigger material feeder
  2999. desc:With this, you won't need to refill your printer as often.<//><.>Multiplies yield of 3D printers by <b>2</b>.
  3000. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/6fe1c1df5f6a5e5d28be14440c714308/raw/d4c83c3f03a2480fece3d8b629cd06c3c27d97f6/printer.svg
  3001. cost:17500000 peanutCups
  3002. passive:multiply yield of printers by 2
  3003. req:25 printers:max
  3004. *biggerPrinthead
  3005. name:Bigger printhead
  3006. desc:Your printers can squirt out more stuff at once.<//><.>Multiplies yield of 3D printers by <b>4</b>.<.><i>End of tier 1</i>
  3007. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/6fe1c1df5f6a5e5d28be14440c714308/raw/d4c83c3f03a2480fece3d8b629cd06c3c27d97f6/printer.svg
  3008. cost:175000000 peanutCups
  3009. passive:multiply yield of printers by 2
  3010. req:50 printers:max
  3011.  
  3012. //PUKER UPGRADES
  3013.  
  3014. *largeStomach
  3015. name:Large stomach
  3016. desc:Pukers can hold more peanut butter and chocolate in their stomach.<//><.>Multiplies yield of cup pukers by <b>2</b>.
  3017. cost:2000000 peanutCups
  3018. req:1 cupVomiter:max
  3019. passive:multiply yield of cupVomiter by 2
  3020. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/b322f0eb84f6c22b3620858e4a7ec1cc/raw/86c4c401fade1d40735f554162be3200ae110709/puker.svg
  3021. *fastDigestion
  3022. name:Fast digestion
  3023. desc:Pukers digest faster.<//><.>Multiplies yield of cup pukers by <b>2</b>.
  3024. cost:20000000 peanutCups
  3025. req:10 cupVomiters:max
  3026. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/b322f0eb84f6c22b3620858e4a7ec1cc/raw/86c4c401fade1d40735f554162be3200ae110709/puker.svg
  3027. passive:multiply yield of cupVomiter by 2
  3028. *defecation
  3029. name:Defecation
  3030. desc:Even more gross. Still safe, though. Probably.<//><.>Multiplies yield of cup pukers by <b>2</b>.
  3031. cost:200000000 peanutCups
  3032. req:25 cupVomiters:max
  3033. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/b322f0eb84f6c22b3620858e4a7ec1cc/raw/86c4c401fade1d40735f554162be3200ae110709/puker.svg
  3034. passive:multiply yield of cupVomiter by 2
  3035. *inhale
  3036. name:Inhale ability
  3037. desc:Sucks in the peanut butter and chocolate.<.>Multiplies yield of cup pukers by <b>4</b>.<.><i>End of tier 1</i>
  3038. cost:2000000000 peanutCups
  3039. req:50 cupVomiters:max
  3040. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/b322f0eb84f6c22b3620858e4a7ec1cc/raw/86c4c401fade1d40735f554162be3200ae110709/puker.svg
  3041. passive:multiply yield of cupVomiter by 4
  3042.  
  3043. //REARRANGER UPGRADES
  3044.  
  3045. *breakdown
  3046. name:Molecular breakdown
  3047. desc:Breaking down molecules makes them easier to rearrange.<//><.>Multiplies yield of molecular rearrangers by <b>2</b>.
  3048. cost:25000000 peanutCups
  3049. req:1 rearranger:max
  3050. passive:multiply yield of rearranger by 2
  3051. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/b0318d383513d95521499e37d5fdfc78/raw/4e3edba050f2068770b1bf16bc1462e261612036/molecule.svg
  3052. *noclip
  3053. name:I accidentally left this name as a placeholder for a long time so I'll just leave this here as a monument to my forgetfulness
  3054. desc:At least I won't have to think of a name now.<//><.>Multiplies yield of molecular rearrangers by <b>2</b>.
  3055. cost:250000000 peanutCups
  3056. req:10 rearrangers:max
  3057. passive:multiply yield of rearranger by 2
  3058. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/b0318d383513d95521499e37d5fdfc78/raw/4e3edba050f2068770b1bf16bc1462e261612036/molecule.svg
  3059. *chocolateMolecules
  3060. name:Chocolate molecules
  3061. desc:Chocolate can now be made with a single type of molecule.<//><.>Multiplies yield of molecular rearrangers by <b>2</b>.
  3062. cost:2500000000 peanutCups
  3063. req:25 rearrangers:max
  3064. passive:multiply yield of rearranger by 2
  3065. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/b0318d383513d95521499e37d5fdfc78/raw/4e3edba050f2068770b1bf16bc1462e261612036/molecule.svg
  3066. *quantumTunneling
  3067. name:Quantum tunneling
  3068. desc:Molecules go straight through each other.<.>Multiplies yield of molecular rearrangers by <b>4</b>.<.><i>End of tier 1</i>
  3069. cost:25000000000 peanutCups
  3070. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/b0318d383513d95521499e37d5fdfc78/raw/4e3edba050f2068770b1bf16bc1462e261612036/molecule.svg
  3071. req:50 rearrangers:max
  3072. passive:multiply yield of rearranger by 4
  3073.  
  3074. //SHIP UPGRADES
  3075.  
  3076. *betterBargaining
  3077. name:Better bargaining
  3078. desc:Best I can do is 20 peanut butter cups.<//><.>Multiplies yield of trade spaceships by <b>2</b>.
  3079. cost:300000000 peanutCups
  3080. req:1 rocketShip:max
  3081. passive:multiply yield of rocketShip by 2
  3082. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/b7d3ae243a102a9b39637190dac20041/raw/4cf30a075e035f8914848479af0faf5f51474f2a/rocket.svg
  3083. *hotDeals
  3084. name:Hot deals
  3085. desc:50% off!<//><.>Multiplies yield of trade spaceships by <b>2</b>.
  3086. cost:3000000000 peanutCups
  3087. req:10 rocketShips:max
  3088. passive:multiply yield of rocketShip by 2
  3089. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/b7d3ae243a102a9b39637190dac20041/raw/4cf30a075e035f8914848479af0faf5f51474f2a/rocket.svg
  3090. *memberCard
  3091. name:Membership card
  3092. desc:Get rewarded for your loyalty.<//><.>Multiplies yield of trade spaceships by <b>2</b>.
  3093. cost:30000000000 peanutCups
  3094. req:25 rocketShips:max
  3095. passive:multiply yield of rocketShip by 2
  3096. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/b7d3ae243a102a9b39637190dac20041/raw/4cf30a075e035f8914848479af0faf5f51474f2a/rocket.svg
  3097. *hyperDrive
  3098. name:Hyperdrive
  3099. desc:The key to fast, efficient space travel.<//><.>Multiplies yield of trade spaceships by <b>4</b>.<.><i>End of tier 1</i>
  3100. cost:300000000000 peanutCups
  3101. passive:multiply yield of rocketShip by 4
  3102. req:50 rocketShips:max
  3103. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/b7d3ae243a102a9b39637190dac20041/raw/4cf30a075e035f8914848479af0faf5f51474f2a/rocket.svg
  3104.  
  3105. //PORTAL UPGRADES
  3106.  
  3107. *fasterPortals
  3108. name:Faster portals
  3109. desc:Skip the cutscene for going through a portal.<//><.>Multiplies yield of portals by <b>2</b>.
  3110. cost:3250000000 peanutCups
  3111. req:1 cupPortal:max
  3112. passive:multiply yield of cupPortal by 2
  3113. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/90fd792df35169cb0cc96ae35163fdc2/raw/a309035a47d81b016b299eaa50369a83c4f4f8d7/adwadw.svg
  3114. *betterDimension
  3115. name:Better dimension
  3116. desc:Turns out whatever was in that other dimension was slacking off.<//><.>Multiplies yield of portals by <b>2</b>.
  3117. cost:32500000000 peanutCups
  3118. req:10 cupPortals:max
  3119. passive:multiply yield of cupPortal by 2
  3120. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/90fd792df35169cb0cc96ae35163fdc2/raw/a309035a47d81b016b299eaa50369a83c4f4f8d7/adwadw.svg
  3121. *theCake
  3122. name:The cake
  3123. desc:It's a lie. This is the pinnacle of low-hanging fruit.<.>Multiplies yield of portals by <b>2</b>.
  3124. cost:325000000000 peanutCups
  3125. req:25 cupPortals:max
  3126. passive:multiply yield of cupPortal by 2
  3127. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/90fd792df35169cb0cc96ae35163fdc2/raw/a309035a47d81b016b299eaa50369a83c4f4f8d7/adwadw.svg
  3128. *fourthDimension
  3129. name:Fourth dimension
  3130. desc:The thrilling sequel to the third dimension.<.>Multiplies yield of portals by <b>4</b>.<.><i>End of tier 1</i>
  3131. cost:3250000000000 peanutCups
  3132. req:50 cupPortals:max
  3133. passive:multiply yield of cupPortal by 4
  3134. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/90fd792df35169cb0cc96ae35163fdc2/raw/a309035a47d81b016b299eaa50369a83c4f4f8d7/adwadw.svg
  3135.  
  3136. //MYSTERY BOX UPGRADES
  3137.  
  3138. *biggerBoxes
  3139. name:Bigger boxes
  3140. desc:We're gonna need a bigger box?<//><.>Multiplies yield of mystery boxes by <b>2</b>.
  3141. cost:35000000000 peanutCups
  3142. req:1 mysteryBox:max
  3143. passive:multiply yield of mysteryBox by 2
  3144. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/fe8c7c6f3572ec452963b6d4cdafab7b/raw/577232bee7a39636f5cc7e5c57ea022b55bc6b54/mystery.svg
  3145. *addedMystery
  3146. name:Added mystery
  3147. desc:The suspense is killing me.<//><.>Multiplies yield of mystery boxes by <b>2</b>.
  3148. cost:350000000000 peanutCups
  3149. req:10 mysteryBoxes:max
  3150. passive:multiply yield of mysteryBox by 2
  3151. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/fe8c7c6f3572ec452963b6d4cdafab7b/raw/577232bee7a39636f5cc7e5c57ea022b55bc6b54/mystery.svg
  3152. *schrodingersCat
  3153. name:Schrodinger's cat
  3154. desc:Just hangs out in the mystery box with your peanut butter and chocolate.<.>Multiplies yield of mystery boxes by <b>2</b>.
  3155. cost:3500000000000 peanutCups
  3156. req:25 mysteryBoxes:max
  3157. passive:multiply yield of mysteryBox by 2
  3158. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/fe8c7c6f3572ec452963b6d4cdafab7b/raw/577232bee7a39636f5cc7e5c57ea022b55bc6b54/mystery.svg
  3159. *boxSquared
  3160. name:Mystery box²
  3161. desc:Send mystery boxes full of peanut butter cups through other mystery boxes.<.>Multiplies yield of mystery boxes by <b>4</b>.<.><i>End of tier 1</i>
  3162. cost:35000000000000 peanutCups
  3163. req:50 mysteryBoxes:max
  3164. passive:multiply yield of mysteryBox by 4
  3165. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/fe8c7c6f3572ec452963b6d4cdafab7b/raw/577232bee7a39636f5cc7e5c57ea022b55bc6b54/mystery.svg
  3166.  
  3167. //SUBATOMIC UPGRADES
  3168.  
  3169. *bingBong
  3170. name:Bing bong theory
  3171. desc:Bazoomba<//><.>Multiplies yield of subatomic moleculizers of the Greek bose-stein convapitators by <b>2</b>.
  3172. cost:400000000000 peanutCups
  3173. req:1 subAtomics:max
  3174. passive:multiply yield of mysteryBox by 2
  3175. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/317a8336e3d9752b507ea9b5d45575c0/raw/1a107f416d77fa6bd2e60655552f8d7887f96a6c/atom.svg
  3176. *ropeTheory
  3177. name:Rope theory
  3178. desc:Because strings are far too small.<.>Multiplies yield of subatomic moleculizers of the Greek bose-stein convapitators by <b>2</b>.
  3179. cost:4000000000000 peanutCups
  3180. req:10 subAtomics:max
  3181. passive:multiply yield of mysteryBox by 2
  3182. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/317a8336e3d9752b507ea9b5d45575c0/raw/1a107f416d77fa6bd2e60655552f8d7887f96a6c/atom.svg
  3183. *scientificScience
  3184. name:Scientific science
  3185. desc:It just wasn't quite scientific enough before.<.>Multiplies yield of subatomic moleculizers of the Greek bose-stein convapitators by <b>2</b>.
  3186. cost:40000000000000 peanutCups
  3187. req:25 subAtomics:max
  3188. passive:multiply yield of mysteryBox by 2
  3189. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/317a8336e3d9752b507ea9b5d45575c0/raw/1a107f416d77fa6bd2e60655552f8d7887f96a6c/atom.svg
  3190. *subsubAtomic
  3191. name:Subsubatomic particles
  3192. desc:What <i>really</i> makes up the universe.<.>Multiplies yield of subatomic moleculizers of the Greek bose-stein convapitators by <b>4</b>.<.><i>End of tier 1</i>
  3193. cost:400000000000000 peanutCups
  3194. req:50 subAtomics:max
  3195. passive:multiply yield of mysteryBox by 4
  3196. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/317a8336e3d9752b507ea9b5d45575c0/raw/1a107f416d77fa6bd2e60655552f8d7887f96a6c/atom.svg
  3197.  
  3198. //EXTRACTOR UPGRADES
  3199.  
  3200. *suckierHoles
  3201. name:Suckier holes
  3202. desc:uhh<.>Multiplies yield of black hole extractors by <b>2</b>.
  3203. cost:6789012345670 peanutCups
  3204. req:1 bhExtractor:max
  3205. passive:multiply yield of bhExtractor by 2
  3206. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/789f3bb8808a263f4f515d042815437e/raw/8e085275e2e8a19fa434d3c8d65b141dcbb9d06e/bHole.svg
  3207. *eventfulHorizons
  3208. name:More eventful horizons
  3209. desc:Action-packed!<.>Multiplies yield of black hole extractors by <b>2</b>.
  3210. cost:67890123456701 peanutCups
  3211. req:10 bhExtractors:max
  3212. passive:multiply yield of bhExtractor by 2
  3213. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/789f3bb8808a263f4f515d042815437e/raw/8e085275e2e8a19fa434d3c8d65b141dcbb9d06e/bHole.svg
  3214. *antiSpaghetti
  3215. name:Spaghettification prevention
  3216. desc:Do I make a "hope she made lotsa spaghetti" joke or a "somebody toucha my spaghet" joke?
  3217. cost:678901234567012 peanutCups
  3218. req:25 bhExtractors:max
  3219. passive:multiply yield of bhExtractor by 2
  3220. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/789f3bb8808a263f4f515d042815437e/raw/8e085275e2e8a19fa434d3c8d65b141dcbb9d06e/bHole.svg
  3221. *galacticCores
  3222. name:Galactic cores
  3223. desc:As some of the most massive black holes in the universe, these can have entire galaxies orbiting them. They should do the trick.<.>Multiplies yield of black hole extractors by <b>4</b>.<i>End of tier 1</i>
  3224. cost:6789012345670123 peanutCups
  3225. req:50 bhExtractor:max
  3226. passive:multiply yield of bhExtractor by 4
  3227. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/789f3bb8808a263f4f515d042815437e/raw/8e085275e2e8a19fa434d3c8d65b141dcbb9d06e/bHole.svg
  3228.  
  3229. //ANOMALY UPGRADES
  3230.  
  3231. *longRange
  3232. name:Long-range anomalies
  3233. desc:Convert things from <i>coast to coast</i>.<.>Multiplies yield of space-time anomalies by <b>2</b>.
  3234. cost:115000000000000 peanutCups
  3235. passive:multiply yield of anomalies by 2
  3236. req:1 anomaly:max
  3237. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/910b05f5526ceea98d0365baa45df953/raw/c95455608f83b26955803cd5352cc3636b88bc90/anomaly.svg
  3238. *blindSpots
  3239. name:Blind spots
  3240. desc:Wow, you're so insensitive (to light)<.>Multiplies yield of space-time anomalies by <b>2</b>.
  3241. cost:1150000000000000 peanutCups
  3242. passive:multiply yield of anomalies by 2
  3243. req:10 anomalies:max
  3244. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/910b05f5526ceea98d0365baa45df953/raw/c95455608f83b26955803cd5352cc3636b88bc90/anomaly.svg
  3245. *loweredFOV
  3246. name:Lowered FOV
  3247. desc:I'm sure no one will notice.<.>Multiplies yield of space-time anomalies by <b>2</b>.
  3248. cost:11500000000000000 peanutCups
  3249. passive:multiply yield of anomalies by 2
  3250. req:25 anomalies:max
  3251. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/910b05f5526ceea98d0365baa45df953/raw/c95455608f83b26955803cd5352cc3636b88bc90/anomaly.svg
  3252. *instantConversion
  3253. name:Instant conversion
  3254. desc:The mere blink of an eye could get your peanut butter and chocolate converted!<.>Multiplies yield of space-time anomalies by <b>4</b>.<.><i>End of tier 1</i>
  3255. cost:115000000000000000 peanutCups
  3256. passive:multiply yield of anomalies by 4
  3257. req:50 anomalies:max
  3258. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/910b05f5526ceea98d0365baa45df953/raw/c95455608f83b26955803cd5352cc3636b88bc90/anomaly.svg
  3259.  
  3260. //PRESTIGE UPGRADES
  3261.  
  3262. *TEMPLATE
  3263. class:smallThing thing
  3264. on click:
  3265. if (clickAnimation=1)
  3266. anim icon wobble2
  3267. anim wobble2
  3268. end
  3269. if (clickAnimation=2)
  3270. anim icon bounceOnce
  3271. anim bounceOnce
  3272. end
  3273. if (clickAnimation=3)
  3274. anim icon plop
  3275. anim plop
  3276. end
  3277. if (clickAnimation=4)
  3278. anim icon wiggling2
  3279. anim wiggling
  3280. end
  3281. if (clickAnimation=5)
  3282. anim icon wobbleSlow
  3283. anim wobbleSlow
  3284. end
  3285. end
  3286. tag:divine
  3287. class:divine
  3288. no text
  3289.  
  3290. *prestige1
  3291. name:A world of peanut butter cups
  3292. desc:Your ultimate goal is to fill the multiverse with peanut butter cups. Fill this small universe and move on to a larger one.</><i>You will:</i><.>Leave behind <b>all</b> buildings, resources, upgrades, and secrets.<.>Gain <b>150</b> divine peanut butter cups to be used to purchase upgrades and get boosts.<.>Unlock the next tier of buildings (and the next tier of upgrades will come eventually)
  3293. on earn:lose tag:upgrade
  3294. on earn:lose :Buildings
  3295. on earn:lose tag:resource
  3296. on earn:lose tag:special
  3297. on earn:lose tag:secret
  3298. on earn:lose tag:secretPoints
  3299. on earn:yield 150 divineCups
  3300. on earn:yield (peanutCups:earned) leftBehind
  3301. on earn:yield (chocolate:earned) cleftBehind
  3302. on earn:yield (peanutButter:earned) pleftBehind
  3303. on earn:yield 1 manaThing
  3304. on earn:yield 1 aaa
  3305. cost:50e12 peanutCups
  3306. icon:https://cdn.rawgit.com/morkysherk/84b3fcfc17d8147fe14be41776811256/raw/726420cb188cac9487c94ff14cdb4c0799e3f86a/space.svg
  3307. *angelicCuppersUnlock
  3308. name:Angelic cuppers
  3309. desc:Unlocks <b>angelic cuppers</b> to unleash the power of your divine cups.
  3310. passive:multiply yield of tag:philding by (((pow(1.0002,angelicCuppers)-1)*(divineCups:earned))+1)
  3311. cost:50 divineCups
  3312. icon:https://cdn.rawgit.com/morkysherk/b914a55433f5e3af3bab7b6d6641b29a/raw/15883d5279e720636ae9e91e83fdf33cd710055d/divinecup.svg
  3313. req:prestige1
  3314.  
  3315.  
  3316. //PURCHASED UPGRADES
  3317.  
  3318.  
  3319. *TEMPLATE
  3320. class:thing
  3321. on click:
  3322. if (clickAnimation=1)
  3323. anim icon wobble2
  3324. anim wobble2
  3325. end
  3326. if (clickAnimation=2)
  3327. anim icon bounceOnce
  3328. anim bounceOnce
  3329. end
  3330. if (clickAnimation=3)
  3331. anim icon plop
  3332. anim plop
  3333. end
  3334. if (clickAnimation=4)
  3335. anim icon wiggling2
  3336. anim wiggling
  3337. end
  3338. if (clickAnimation=5)
  3339. anim icon wobbleSlow
  3340. anim wobbleSlow
  3341. end
  3342. end
  3343. tag:upgradeOwned
  3344. no buy
  3345. no text
  3346.  
  3347. //RECIPES
  3348.  
  3349. *cupRecipeO
  3350. name:Peanut butter cup recipe
  3351. desc:Discover the ancient secrets of cupping peanut butter.<//><.>Unlocks peanut butter cup producers.
  3352. cost:100 chocolate
  3353. cost:100 peanutButter
  3354. req:50 cEarnedThisUniverse
  3355. req:50 pEarnedThisUniverse
  3356. req:1 chocolateWorker
  3357. req:1 peanutButterer
  3358. req:cupRecipe
  3359. icon:https://cdn.rawgit.com/morkysherk/0cdaa3a1509eb96be2bf37b4de20a0cd/raw/831ea35eca9b0eb008c038d929f7b3a112da4f2f/scroll.svg
  3360.  
  3361. //GOLD BEAN UPGRADES
  3362.  
  3363. *fourcloverLeafO
  3364. name:Four clover leaf
  3365. desc:Four leaf clovers may be rare, but has anyone ever seen one of these?<//><.>Golden peanut butter cups will appear <b>10%</b> more often.<.>Golden peanut butter cups will require <b>10</b> less mana to summon.
  3366. passive:multiply frequency of luckyCup by 0.9
  3367. cost:100 goldBeans
  3368. req:7 lclicks
  3369. req:fourcloverLeaf
  3370. icon:https://imgur.com/XGcyejq.png
  3371. *luckyBoostO
  3372. name:Tiny lucky boost
  3373. desc:Use the power of a small bit of luck to your benefit.<//><.>Boosts all production by <b>1%</b>.
  3374. cost:100 goldBeans
  3375. req:7 lclicks
  3376. passive:multiply yield of tag:building by 1.03
  3377. on earn:yield (multiplier*0.01) multiplier
  3378. req:luckyBoost
  3379. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/3cd32a655ba1c9abe712e4129434de19/raw/8a6b8de914ee9d3d5c5f5f2084f9cb5ced0dd411/goldBean.svg
  3380. *podSummonBoostO
  3381. name:Golden bean pod summoning boost
  3382. desc:Get <b>5</b> golden bean pods per "Spawn golden bean pod" cast instead of 1.
  3383. cost:500 goldBeans
  3384. req:7 lclicks
  3385. req:podSummonBoost
  3386. icon:numbers[0,0] https://cdn.rawgit.com/morkysherk/30ee9e20bbf2b8dca6d722dd17f33b88/raw/0dcdad7c5cc54f9ffe4e292554eef91aed81923c/goldbean.svg
  3387. *blackcatHorseshoeO
  3388. name:Black cat's horseshoe
  3389. desc:Just don't let it cross your path.<//><.>Golden peanut butter cups will appear another <b>10%</b> more often and cost another <b>15</b> less mana to summon.<.>Golden peanut butter cups will have slightly boosted effects.
  3390. passive:multiply frequency of luckyCup by 0.9
  3391. cost:1000 goldBeans
  3392. cost:1 crystalBean
  3393. req:10 lclicks
  3394. req:blackcatHorseshoe
  3395. icon:https://cdn.rawgit.com/morkysherk/9c6691e4d32e6a90df9b98214453bc89/raw/a947c17d45a345c4c2e458f61fd454a21e074a0a/blackcatHorseshoe.svg
  3396. *smallLuckyBoostO
  3397. name:Relatively small lucky boost
  3398. desc:Use the power of a little more luck to your benefit.<//><.>Boosts all production by <b>1.5%</b>.
  3399. cost:1000 goldBeans
  3400. cost:1 crystalBean
  3401. req:10 lclicks
  3402. passive:multiply yield of tag:building by 1.015
  3403. on earn:yield (multiplier*0.015) multiplier
  3404. req:smallLuckyBoost
  3405. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/3cd32a655ba1c9abe712e4129434de19/raw/8a6b8de914ee9d3d5c5f5f2084f9cb5ced0dd411/goldBean.svg
  3406. *halfRainbowO
  3407. name:Half Rainbow
  3408. desc:Halfway across the sky!<//><.>Golden peanut butter cups will appear another <b>10%</b> more often and cost another <b>15<b> less mana to summon.<.>Golden peanut butter cups will have moderately boosted effects.
  3409. passive:multiply frequency of luckyCup by 0.9
  3410. cost:5000 goldBeans
  3411. cost:3 crystalBeans
  3412. req:17 lclicks
  3413. req:halfRainbow
  3414. icon:https://cdn.rawgit.com/morkysherk/39a168e26cc819f1ad359d3dc22ea8c1/raw/848323dde50f89f9199012ed70644b4b9df66bd6/halfRainbow.svg
  3415. *fairlyLuckyBoostO
  3416. name:Fairly lucky boost
  3417. desc:Use the power of a fair bit of luck to your benefit.<//><.>Boosts all production by <b>2%</b>.
  3418. cost:5000 goldBeans
  3419. cost:3 crystalBeans
  3420. req:17 lclicks
  3421. passive:multiply yield of tag:building by 1.02
  3422. on earn:yield (multiplier*0.02) multiplier
  3423. req:fairlyLuckyBoost
  3424. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/3cd32a655ba1c9abe712e4129434de19/raw/8a6b8de914ee9d3d5c5f5f2084f9cb5ced0dd411/goldBean.svg
  3425. *closedUmbrellaO
  3426. name:Closed umbrella
  3427. desc:Keep it inside.<//><.>Golden peanut butter cups will appear another <b>10%</b> more often and cost another <b>15<b> less mana to summon.<.>Golden peanut butter cups will have boosted effects.
  3428. passive:multiply frequency of luckyCup by 0.9
  3429. cost:20000 goldBeans
  3430. cost:10 crystalBeans
  3431. req:37 lclicks
  3432. req:closedUmbrella
  3433. icon:https://cdn.rawgit.com/morkysherk/61ef6c72d66f667cc67f8046a86dd747/raw/5ec7158eba2de361820a4fa2a3ebfc26dbb90049/closedUmbrella.svg
  3434. *sizableLuckyBoostO
  3435. name:Sizable lucky boost
  3436. desc:Use the power of a decent amount of luck to your benefit.<//><.>Boosts all production by <b>2.5%</b>.
  3437. cost:20000 goldBeans
  3438. cost:10 crystalBeans
  3439. req:37 lclicks
  3440. passive:multiply yield of tag:building by 1.02
  3441. on earn:yield (multiplier*0.02) multiplier
  3442. req:sizableLuckyBoost
  3443. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/3cd32a655ba1c9abe712e4129434de19/raw/8a6b8de914ee9d3d5c5f5f2084f9cb5ced0dd411/goldBean.svg
  3444. passive:multiply yield of tag:building by 1.025
  3445. on earn:yield (multiplier*0.025) multiplier
  3446. *d7O
  3447. name:7 sided die
  3448. desc:Just the right amount of rigged.<.>Golden peanut butter cups will appear another <b>10%</b> more often and cost another <b>15</b> less mana to summon.<.>Golden peanut butter cups will have more boosted effects.
  3449. passive:multiply frequency of luckyCup by 0.9
  3450. cost:100000 goldBeans
  3451. cost:50 crystalBeans
  3452. req:57 lclicks
  3453. req:d7
  3454. icon:https://cdn.rawgit.com/morkysherk/0cba993d0942bc96e859120ddb03bc6e/raw/6d495d3d593523d9d8cbad59113f0c3277f2a131/d7.svg
  3455.  
  3456. //RESOURCE CLICKING
  3457.  
  3458. *peanutcupClickingO
  3459. name:Peanut Butter Cup Clicking
  3460. desc:Clicking either button 3 times will produce a peanut butter cup.
  3461. cost:1000 peanutCups
  3462. req:1 peanutCup:ps
  3463. req:notaButton
  3464. req:peanutcupClicking
  3465. icon:https://imgur.com/Pu0f5pK.png
  3466. *combinedClickingO
  3467. name:Combined Clicking
  3468. desc:Clicking the chocolate twice will produce a jar of peanut butter, and vice versa.
  3469. cost:10000 chocolate
  3470. cost:10000 peanutButter
  3471. req:1000 chocoButton clicks
  3472. req:1000 pButton clicks
  3473. req:combinedClicking
  3474. icon:https://imgur.com/kTtlgRR.png
  3475.  
  3476. //BETTER BUTTON UPGRADES
  3477.  
  3478. *betterButtonO
  3479. name:Better Button
  3480. desc:Now with 100% more!<//><.>The peanut butter button will produce <b>twice</b> as much peanut butter, and the chocolate button will yield <b>twice</b> as much chocolate.<.>Multiplies yield of autoclickers by <b>2</b>.
  3481. cost:100 chocolate
  3482. cost:100 peanutButter
  3483. passive:multiply chocolate yield of chocoButton by 2
  3484. passive:multiply peanutButter yield of pButton by 2
  3485. passive:multiply chocolate yield of clicker by 2
  3486. passive:multiply peanutButter yield of clicker by 2
  3487. req:1 chocolate:earned
  3488. req:betterButton
  3489. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  3490. *betterButton2O
  3491. name:Better Button II
  3492. desc:Just compare it to the leading brand!<//><.>The peanut butter button will produce <b>twice</b> as much peanut butter, and the chocolate button will yield <b>twice</b> as much chocolate.<.>Multiplies yield of autoclickers by <b>2</b>.
  3493. cost:1000 chocolate
  3494. cost:1000 peanutButter
  3495. passive:multiply chocolate yield of chocoButton by 2
  3496. passive:multiply peanutButter yield of pButton by 2
  3497. passive:multiply chocolate yield of clicker by 2
  3498. passive:multiply peanutButter yield of clicker by 2
  3499. req:betterButton2
  3500. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  3501. *betterButton3O
  3502. name:Better Button III
  3503. desc:We'll double the offer!<//><.>Multiplies all yield of buttons by <b>2</b>.<.>Multiplies yield of clickers by <b>2.25</b>.
  3504. cost:5000 chocolate
  3505. cost:5000 peanutButter
  3506. cost:1000 peanutCups
  3507. req:betterButton3
  3508. passive:multiply yield of chocoButton by 2
  3509. passive:multiply yield of pButton by 2
  3510. passive:multiply chocolate yield of clicker by 2.25
  3511. passive:multiply peanutButter yield of clicker by 2.25
  3512. passive:multiply goldBeanPod yield of clicker by 2
  3513. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  3514. *betterButton4O
  3515. name:Better Button IV
  3516. desc:But wait, there's more!<//><.>Multiplies yield of buttons by <b>2</b>.<.>Multiplies yield of clickers by <b>2.5</b>.
  3517. cost:50000 chocolate
  3518. cost:50000 peanutButter
  3519. cost:25000 peanutCups
  3520. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  3521. passive:multiply yield of chocoButton by 2
  3522. passive:multiply yield of pButton by 2
  3523. passive:multiply chocolate yield of clicker by 2.5
  3524. passive:multiply peanutButter yield of clicker by 2.5
  3525. passive:multiply goldBeanPod yield of clicker by 2
  3526. req:betterButton4
  3527. *betterButton5O
  3528. name:Better Button V
  3529. desc:Call now and you'll receive a mini button too!<//><.>Clicking either button will produce <b>7.5%</b> more chocolate, peanut butter, and peanut butter cups per chocolate worker and peanut butterer.<.>Multiplies yield of autoclickers by <b>2.75</b>.
  3530. cost:500000 chocolate
  3531. cost:500000 peanutButter
  3532. cost:300000 peanutCups
  3533. icon:numbers[5,0] https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  3534. passive:multiply chocolate yield of chocoButton by (1+((chocolateWorkers+peanutButterers)*0.075))
  3535. passive:multiply chocolate yield of pButton by (1+((chocolateWorkers+peanutButterers)*0.075))
  3536. passive:multiply peanutButter yield of chocoButton by (1+((chocolateWorkers+peanutButterers)*0.075))
  3537. passive:multiply peanutButter yield of pButton by (1+((chocolateWorkers+peanutButterers)*0.075))
  3538. passive:multiply peanutCup yield of chocoButton by (1+((chocolateWorkers+peanutButterers)*0.075))
  3539. passive:multiply peanutCup yield of pButton by (1+((chocolateWorkers+peanutButterers)*0.075))
  3540. passive:multiply chocolate yield of clicker by 2.75
  3541. passive:multiply peanutButter yield of clicker by 2.75
  3542. req:betterButton5
  3543. *betterButton6O
  3544. name:Better Button VI
  3545. desc:Are you tired of this? <i>clicks button and gets nothing</i><//><.>Clicking either button will produce <b>15%</b> more chocolate, peanut butter, and peanut butter cups per chocolate farm and peas and nuts converter.<.>Combined and peanut butter cup clicking are twice as effective.<.>Multiplies yield of autoclickers by <b>3</b>.
  3546. cost:5000000 chocolate
  3547. cost:5000000 peanutButter
  3548. cost:3000000 peanutCups
  3549. icon:numbers[6,0] https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  3550. passive:multiply chocolate yield of chocoButton by (1+((refineries+pbFactories)*0.15))
  3551. passive:multiply chocolate yield of pButton by (1+((refineries+pbFactories)*0.15))
  3552. passive:multiply peanutButter yield of chocoButton by (1+((refineries+pbFactories)*0.15))
  3553. passive:multiply peanutButter yield of pButton by (1+((refineries+pbFactories)*0.15))
  3554. passive:multiply peanutCup yield of chocoButton by (1+((refineries+pbFactories)*0.15))
  3555. passive:multiply peanutCup yield of pButton by (1+((refineries+pbFactories)*0.15))
  3556. passive:multiply chocolate yield of pButton by 2
  3557. passive:multiply peanutButter yield of chocoButton by 2
  3558. passive:multiply peanutCup yield of pButton by 2
  3559. passive:multiply peanutCup yield of chocoButton by 2
  3560. passive:multiply chocolate yield of clicker by 3
  3561. passive:multiply peanutButter yield of clicker by 3
  3562. req:betterButton6
  3563. *betterButton7O
  3564. name:Better Button VII
  3565. desc:Woops, looks like I'm all out of ideas.<.>Clicking either button will produce <b>22.5%</b> more chocolate, peanut butter, and peanut butter cups per refinery and factory.<.>Multiplies yield of autoclickers by <b>3.25</b>.
  3566. cost:500000000 chocolate
  3567. cost:500000000 peanutButter
  3568. cost:300000000 peanutCups
  3569. icon:numbers[7,0] https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  3570. passive:multiply chocolate yield of chocoButton by (1+((chocoFarms+factories)*0.225))
  3571. passive:multiply chocolate yield of pButton by (1+((chocoFarms+factories)*0.225))
  3572. passive:multiply peanutButter yield of chocoButton by (1+((chocoFarms+factories)*0.225))
  3573. passive:multiply peanutButter yield of pButton by (1+((chocoFarms+factories)*0.225))
  3574. passive:multiply peanutCup yield of chocoButton by (1+((chocoFarms+factories)*0.225))
  3575. passive:multiply peanutCup yield of pButton by (1+((chocoFarms+factories)*0.225))
  3576. passive:multiply chocolate yield of clicker by 3.25
  3577. passive:multiply peanutButter yield of clicker by 3.25
  3578. req:betterButton7
  3579.  
  3580. //CUP TYPES
  3581.  
  3582. *darkCupsO
  3583. name:Dark chocolate peanut butter cups
  3584. desc:These more bitter cups will balance out the sweet peanut butter, and add <b>2%</b> to your production multiplier.
  3585. cost:10000 peanutCups
  3586. passive:multiply yield of tag:building by 1.02
  3587. on earn:yield (multiplier*0.02) multiplier
  3588. req:1000 peanutCups:earned
  3589. req:darkCups
  3590. icon:https://cdn.rawgit.com/morkysherk/cc542868ef20cfc9b7423346a66a808b/raw/5e6f2c64dcd5f775fe7cc77248c856a4cdf39c11/dankCup.svg
  3591. *whiteCupsO
  3592. name:White chocolate peanut butter cups
  3593. desc:These cups will add another <b>3%</b> to your production multiplier.
  3594. passive:multiply yield of tag:building by 1.03
  3595. on earn:yield (multiplier*0.03) multiplier
  3596. cost:100000 peanutCups
  3597. req:10000 peanutCups:earned
  3598. req:whiteCups
  3599. icon:https://cdn.rawgit.com/morkysherk/d62cf2cc2aa0ff9bb14820ac32ecf6b4/raw/629d7d32e5c0224ffc69f1eff0a76bba492e01c2/white.svg
  3600. *miniCupsO
  3601. name:Mini Peanut Butter Cups
  3602. desc:These tiny peanut butter cups will go a long way by adding <b>5%</b> to your production multiplier.
  3603. passive:multiply yield of tag:building by 1.05
  3604. on earn:yield (multiplier*0.05) multiplier
  3605. cost:10000000 peanutCups
  3606. req:1000000 peanutCups:earned
  3607. req:miniCups
  3608. icon:https://cdn.rawgit.com/morkysherk/c535202fb639a334a9e92a9f742823f1/raw/e11ecf49f7fd4f7407e26eea00445bd645e308ed/mini.svg
  3609. *cookieCupsO
  3610. name:Cookies n' Creme Peanut ButterCups
  3611. desc:Combine the addicting flavor or cookies and creme with the divine taste of peanut butter cups to earn another <b>+5%</b> to your production multiplier.
  3612. passive:multiply yield of tag:building by 1.05
  3613. on earn:yield (multiplier*0.05) multiplier
  3614. req:100000000 peanutCups:earned
  3615. cost:1000000000 peanutCups
  3616. req:cookieCups
  3617. icon:https://cdn.rawgit.com/morkysherk/448400d1ea3175f67a88555781cd44dc/raw/bee0e63623a77f7dbb8fcdabd7e5c2ecb0baf53c/ccCup.svg
  3618.  
  3619. //ACHIEVEMENT BONUSES
  3620.  
  3621. *whiteRibbonO
  3622. name:White Ribbon
  3623. desc:3rd...<.>Increases your multiplier by <b>0.5%</b> per achievement earned.
  3624. cost:1000000 peanutCups
  3625. cost:1000000 chocolate
  3626. cost:1000000 peanutButter
  3627. req:whiteRibbon
  3628. icon:https://cdn.rawgit.com/morkysherk/c261f5c738d6b695d9af0bfd0f4dfd47/raw/7f0e2dc43469121e2c6bda2ac259a221e77ea5cc/ribbon3.svg
  3629. passive:multiply yield of tag:building by (1+(0.005*(achievPoints)))
  3630. *redRibbonO
  3631. name:Red Ribbon
  3632. desc:2nd...<.>Increases your multiplier by <b>0.75%</b> per achievement earned.
  3633. cost:10000000000 peanutCups
  3634. cost:10000000000 chocolate
  3635. cost:10000000000 peanutButter
  3636. req:redRibbon
  3637. icon:https://cdn.rawgit.com/morkysherk/3dbf8f73ce882152bbdf5078ffcf4262/raw/2e3a0f05291acecc7e3dacce36b9da723b0c4642/ribbon2.svg
  3638. passive:multiply yield of tag:building by (1+(0.0075*(achievPoints)))
  3639. *blueRibbonO
  3640. name:Blue Ribbon
  3641. desc:1st place!<.>Increases your multiplier by <b>1%</b> per achievement earned.
  3642. cost:100000000000000 peanutCups
  3643. cost:100000000000000 chocolate
  3644. cost:100000000000000 peanutButter
  3645. req:blueRibbon
  3646. icon:https://cdn.rawgit.com/morkysherk/8d46797cc8e4ddecab5bd6f5e4326ed0/raw/4d6e564c983317170c40b6915f17ecee8c8225f6/ribbon1.svg
  3647. passive:multiply yield of tag:building by (1+(0.01*(achievPoints)))
  3648.  
  3649. //OTHER
  3650.  
  3651. *gainfulPainO
  3652. name:Gainful pain
  3653. desc:oof<.>Boosts peanut butter cup production by <b>50%</b> when chocolate or peanut butter production is negative.
  3654. req:loss
  3655. on tick:
  3656. if (peanutButter:ps<0 or chocolate:ps<0)
  3657. yield (peanutCups:ps/2) peanutCups
  3658. end
  3659. end
  3660. req:gainfulPain
  3661. icon:https://cdn.rawgit.com/morkysherk/22804416129794044b726fc47b0ab198/raw/c4683db1a1002a50fb139d41c770cb02405c21cd/+-.svg
  3662.  
  3663.  
  3664. //WORKER UPGRADES
  3665.  
  3666. *trainingO
  3667. name:Training
  3668. desc:Trained workers just might be more efficient.<//><.>Chocolate workers, peanut butterers, and peanut butter cuppers are <b>50%</b> faster.
  3669. cost:1000 chocolate
  3670. cost:1000 peanutButter
  3671. cost:500 peanutCups
  3672. req:10 chocolateWorkers:max
  3673. req:10 peanutButterers:max
  3674. req:1 peanutCupper:max
  3675. passive:multiply yield of chocolateWorkers by 1.5
  3676. passive:multiply yield of peanutButterers by 1.5
  3677. passive:multiply yield of peanutCuppers by 1.5
  3678. req:training
  3679. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/3e0ec7b2a12853b346b0a51c1758592d/raw/017fbaa567ab0c82a2ac5dea0ab4e1ab60bf38b8/gradCap.svg
  3680. *collegeEducationO
  3681. name:Working smarter
  3682. desc:Not harder.<//><.>Chocolate workers, peanut butterers, and peanut butter cuppers are <b>50%</b> faster.
  3683. cost:10000 chocolate
  3684. cost:10000 peanutButter
  3685. cost:100 peanutCups
  3686. req:25 chocolateWorkers:max
  3687. req:25 peanutButterers:max
  3688. req:10 peanutCuppers:max
  3689. passive:multiply yield of chocolateWorkers by 1.5
  3690. passive:multiply yield of peanutButterers by 1.5
  3691. passive:multiply yield of peanutCuppers by 1.5
  3692. req:collegeEducation
  3693. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/3e0ec7b2a12853b346b0a51c1758592d/raw/017fbaa567ab0c82a2ac5dea0ab4e1ab60bf38b8/gradCap.svg
  3694. *collegeEducationAO
  3695. name:College education
  3696. desc:I have a PhD in making peanut butter cups.<//><.>Chocolate workers, peanut butterers, and peanut butter cuppers are <b>50%</b> faster.
  3697. cost:100000 chocolate
  3698. cost:100000 peanutButter
  3699. cost:1000 peanutCups
  3700. req:50 chocolateWorkers:max
  3701. req:50 peanutButterers:max
  3702. req:25 peanutCuppers:max
  3703. passive:multiply yield of chocolateWorkers by 1.5
  3704. passive:multiply yield of peanutButterers by 1.5
  3705. passive:multiply yield of peanutCuppers by 1.5
  3706. req:collegeEducationA
  3707. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/3e0ec7b2a12853b346b0a51c1758592d/raw/017fbaa567ab0c82a2ac5dea0ab4e1ab60bf38b8/gradCap.svg
  3708.  
  3709. //CHOCOLATE WORKER UPGRADES
  3710.  
  3711. *fasterRoastingO
  3712. name:Faster roasting
  3713. desc:Chocolate workers roast cocoa beans faster.<//><.>Multiplies yield of chocolate workers by <b>2</b>.
  3714. cost:500 chocolate
  3715. req:1 chocolateWorker:max
  3716. passive:multiply yield of chocolateWorker by 2
  3717. req:fasterRoasting
  3718. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/f5be1f499ee6312e9810b9371b4da3af/raw/40da9c994decfa5c6d956e061ed157897ec88ac6/choco.svg
  3719. *literalchocoWorkersO
  3720. name:Literal chocolate workers
  3721. desc:Chocolate workers are now made of chocolate, which makes them faster. Don't ask.<//><.>Multiplies yield of chocolate workers by <b>2</b>.
  3722. cost:5000 chocolate
  3723. req:10 chocolateWorker:max
  3724. passive:multiply yield of chocolateWorker by 2
  3725. req:literalchocoWorkers
  3726. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/f5be1f499ee6312e9810b9371b4da3af/raw/40da9c994decfa5c6d956e061ed157897ec88ac6/choco.svg
  3727. *mitosisO
  3728. name:Higher melting point
  3729. desc:You've run into some problems with melting workers.<//><.>Multiplies yield of chocolate workers by <b>2</b>.
  3730. cost:50000 chocolate
  3731. passive:multiply yield of chocolateWorker by 2
  3732. req:25 chocolateWorkers:max
  3733. req:mitosis
  3734. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/f5be1f499ee6312e9810b9371b4da3af/raw/40da9c994decfa5c6d956e061ed157897ec88ac6/choco.svg
  3735. *mitosis1O
  3736. name:Mitosis
  3737. desc:why do i have to give birth why can't i just do my toast is<//><.>Multiplies yield of chocolate workers by <b>4</b>.<.><i>End of tier 1</i>
  3738. cost:500000 chocolate
  3739. passive:multiply yield of chocolateWorker by 4
  3740. req:50 chocolateWorkers:max
  3741. req:mitosis1
  3742. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/f5be1f499ee6312e9810b9371b4da3af/raw/40da9c994decfa5c6d956e061ed157897ec88ac6/choco.svg
  3743.  
  3744. //FARM UPGRADES
  3745.  
  3746. *refinedRefineriesO
  3747. name:Fertilizer
  3748. desc:Enhance your trees' growth rates.<//><.>Multiplies yield of farms by <b>2</b>.
  3749. cost:7500 chocolate
  3750. passive:multiply yield of refinery by 2
  3751. req:refinedRefineries
  3752. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/f5c64664f71b3f9e2f4b91de4cc1bfdb/raw/4752f2af732f2debce18ead8a31b651ecc010d69/farm.svg
  3753. req:1 refinery:max
  3754. *fasterGrindersO
  3755. name:Healthier seeds
  3756. desc:Make them healthier before they even start growing.<//><.>Multiplies yield of farms by <b>2</b>.
  3757. cost:75000 chocolate
  3758. passive:multiply yield of refinery by 2
  3759. req:10 refineries:max
  3760. req:fasterGrinders
  3761. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/f5c64664f71b3f9e2f4b91de4cc1bfdb/raw/4752f2af732f2debce18ead8a31b651ecc010d69/farm.svg
  3762. *extraMixableO
  3763. name:Flavored water
  3764. desc:Drinking regular water every day must get boring.<//><.>Multiplies yield of farms by <b>2</b>.
  3765. cost:750000 chocolate
  3766. passive:multiply yield of refinery by 2
  3767. req:25 refineries:max
  3768. req:extraMixable
  3769. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/f5c64664f71b3f9e2f4b91de4cc1bfdb/raw/4752f2af732f2debce18ead8a31b651ecc010d69/farm.svg
  3770. *chocosynthesisO
  3771. name:Chocosynthesis
  3772. desc:Convert sunlight into chocolate instead of sugar.<.>Multiplies yield of farms by <b>4</b>.<.><i>End of tier 1</i>
  3773. cost:7500000 chocolate
  3774. passive:multiply yield of refinery by 4
  3775. req:50 refineries:max
  3776. req:chocosynthesis
  3777. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/f5c64664f71b3f9e2f4b91de4cc1bfdb/raw/4752f2af732f2debce18ead8a31b651ecc010d69/farm.svg
  3778.  
  3779. //REFINERY UPGRADES
  3780.  
  3781. *refinedRefineriesAO
  3782. name:Refined refineries
  3783. desc:Refined refineries refine refined-er chocolate.<//><.>Multiplies yield of refineries by <b>2</b>.
  3784. cost:112500 chocolate
  3785. passive:multiply yield of chocoFarm by 2
  3786. req:refinedRefineriesA
  3787. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/751cab83d87772656cde4305358c0b6e/raw/fccdbb77f45b4bafec7bc5cd08ad01b44f42c1ac/refinery.svg
  3788. req:1 chocoFarm:max
  3789. *fasterGrindersAO
  3790. name:Faster grinders
  3791. desc:griiiiind<//><.>Multiplies yield of refineries by <b>2</b>.
  3792. cost:1125000 chocolate
  3793. passive:multiply yield of chocoFarm by 2
  3794. req:10 chocoFarms:max
  3795. req:fasterGrindersA
  3796. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/751cab83d87772656cde4305358c0b6e/raw/fccdbb77f45b4bafec7bc5cd08ad01b44f42c1ac/refinery.svg
  3797. *extraMixableAO
  3798. name:Extra mixable cocoa
  3799. desc:The liquid cocoa will mix more quickly with other ingredients.<//><.>Multiplies yield of refineries by <b>2</b>.
  3800. cost:11250000 chocolate
  3801. passive:multiply yield of chocoFarm by 2
  3802. req:25 chocoFarms:max
  3803. req:extraMixableA
  3804. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/751cab83d87772656cde4305358c0b6e/raw/fccdbb77f45b4bafec7bc5cd08ad01b44f42c1ac/refinery.svg
  3805. *decombobulatorsO
  3806. name:Discombobulators
  3807. desc:An important part of chocolate discombobulation.<//><.>Multiplies yield of refineries by <b>4</b>.<.><i>End of tier 1</i>
  3808. cost:112500000 chocolate
  3809. passive:multiply yield of chocoFarm by 4
  3810. req:decombobulators
  3811. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/751cab83d87772656cde4305358c0b6e/raw/fccdbb77f45b4bafec7bc5cd08ad01b44f42c1ac/refinery.svg
  3812. req:50 chocoFarms:max
  3813.  
  3814. //BUTTERER UPGRADES
  3815.  
  3816. *fastProcessorsO
  3817. name:Faster food processors
  3818. desc:Peanut butterers use faster food processors.<//><.>Multiplies yield of peanut butterers by <b>2</b>.
  3819. cost:500 peanutButter
  3820. passive:multiply yield of peanutButterer by 2
  3821. req:1 peanutButterer:max
  3822. req:fastProcessors
  3823. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/d2cfc2c31d80bf249fda9fb7e28b130c/raw/84bfdea38a2717c936c480edf394fd66806825a7/peabnut.svg
  3824. *softerPeanutsO
  3825. name:Softer peanuts
  3826. desc:Peanuts are softer, and can be processed faster.<//><.>Multiplies yield of peanut butterers by <b>2</b>.
  3827. cost:5000 peanutButter
  3828. passive:multiply yield of peanutButterer by 2
  3829. req:10 peanutButterers:max
  3830. req:softerPeanuts
  3831. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/d2cfc2c31d80bf249fda9fb7e28b130c/raw/84bfdea38a2717c936c480edf394fd66806825a7/peabnut.svg
  3832. *biggerProcessorsO
  3833. name:Bigger processors
  3834. desc:More room to shove your peanuts into.<//><.>Multiplies yield of peanut butterers by <b>2</b>.
  3835. cost:50000 peanutButter
  3836. passive:multiply yield of peanutButterer by 2
  3837. req:25 peanutButterers:max
  3838. req:biggerProcessors
  3839. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/d2cfc2c31d80bf249fda9fb7e28b130c/raw/84bfdea38a2717c936c480edf394fd66806825a7/peabnut.svg
  3840. *cProcessorsO
  3841. name:Computer processors
  3842. desc:Are you sure these'll work?<//><.>Multiplies yield of peanut butterers by <b>4</b><.><i>End of tier 1</i>
  3843. cost:500000 peanutButter
  3844. passive:multiply yield of peanutButterer by 4
  3845. req:50 peanutButterers:max
  3846. req:cProcessors
  3847. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/d2cfc2c31d80bf249fda9fb7e28b130c/raw/84bfdea38a2717c936c480edf394fd66806825a7/peabnut.svg
  3848.  
  3849. //CONVERTER UPGRADES
  3850.  
  3851. *movingAssemblyO
  3852. name:Better ratio
  3853. desc:Needs less pea and more nut!<//><.>Multiplies yield of peas and nuts converters by <b>2</b>.
  3854. cost:7500 peanutButter
  3855. passive:multiply yield of pbFactory by 2
  3856. req:1 pbFactory:max
  3857. req:movingAssembly
  3858. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/2b40b85379aadfa6915979f2dfade403/raw/408447da2335b0b82aa4fc3366cf8acb277e01da/peasNuts.svg
  3859. *factoredO
  3860. name:Wider nut variety
  3861. desc:More kinds of nuts to convert.<//><.>Multiplies yield of peas and nuts converters by <b>2</b>.
  3862. cost:75000 peanutButter
  3863. passive:multiply yield of pbFactory by 2
  3864. req:10 pbFactories:max
  3865. req:factored
  3866. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/2b40b85379aadfa6915979f2dfade403/raw/408447da2335b0b82aa4fc3366cf8acb277e01da/peasNuts.svg
  3867. *factorialO
  3868. name:Green bean converter
  3869. desc:Kinda similar to peas? I guess?<.>Multiplies yield of peas and nuts converters by <b>2</b>.
  3870. cost:750000 peanutButter
  3871. req:25 pbFactories:max
  3872. passive:multiply yield of pbFactory by 2
  3873. req:factorial
  3874. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/2b40b85379aadfa6915979f2dfade403/raw/408447da2335b0b82aa4fc3366cf8acb277e01da/peasNuts.svg
  3875. *secretIngredientO
  3876. name:Secret ingredient
  3877. desc:This Woman Found The Secret Ingredient To Quick Conversion! Peanut Butter Companies <b>HATE</b> Her! Click <b>HERE</b> To Find Out Her One Simple Trick!<//><.>Multiplies yield of peas and nuts converters by <b>4</b>.<.><i>End of tier 1</i>
  3878. cost:7500000 peanutButter
  3879. req:50 pbFactories:max
  3880. passive:multiply yield of pbFactory by 4
  3881. req:secretIngredient
  3882. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/2b40b85379aadfa6915979f2dfade403/raw/408447da2335b0b82aa4fc3366cf8acb277e01da/peasNuts.svg
  3883.  
  3884. //FACTORY UPGRADES
  3885.  
  3886. *movingAssemblyAO
  3887. name:Moving assembly line
  3888. desc:Aren't these pretty much the default these days?<//><.>Multiplies yield of peanut butter factories by <b>2</b>.
  3889. cost:112500 peanutButter
  3890. passive:multiply yield of factories by 2
  3891. req:1 factories:max
  3892. req:movingAssembly
  3893. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/645e7182d29efc2a1078f0504e2a4e6f/raw/332ea27669218dfde408f8de93b6c006036523e5/pbFactory.svg
  3894. *factoredAO
  3895. name:Factored factories
  3896. desc:In simplest form.<//><.>Multiplies yield of peanut butter factories by <b>2</b>.
  3897. cost:1125000 peanutButter
  3898. passive:multiply yield of factories by 2
  3899. req:10 factories:max
  3900. req:factoredA
  3901. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/645e7182d29efc2a1078f0504e2a4e6f/raw/332ea27669218dfde408f8de93b6c006036523e5/pbFactory.svg
  3902. *factorialAO
  3903. name:Factorial factories
  3904. desc:Surprisingly, 200-40*2 is only 5!<//><.>Multiplies yield of peanut butter factories by <b>2</b>.
  3905. cost:11250000 peanutButter
  3906. req:25 factories:max
  3907. req:factorialA
  3908. passive:multiply yield of factories by 2
  3909. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/645e7182d29efc2a1078f0504e2a4e6f/raw/332ea27669218dfde408f8de93b6c006036523e5/pbFactory.svg
  3910. *scaleFactorO
  3911. name:Scale factor
  3912. desc:Dilated by a scale factor of 2.<//><.>Multiplies yield of peanut butter factories by <b>4</b>.<.><i>End of tier 1</i>
  3913. cost:112500000 peanutButter
  3914. req:50 factories:max
  3915. req:scaleFactor
  3916. passive:multiply yield of factories by 4
  3917. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/645e7182d29efc2a1078f0504e2a4e6f/raw/332ea27669218dfde408f8de93b6c006036523e5/pbFactory.svg
  3918.  
  3919. //REPLICATOR UPGRADES
  3920.  
  3921. *triplersO
  3922. name:Triplers
  3923. desc:Get an extra bar of chocolate and jar of peanut butter every time.<//><.>Multiplies yield of replicators by <b>2</b>.
  3924. cost:1687500 chocolate
  3925. cost:1687500 peanutButter
  3926. req:1 replicator:max
  3927. req:triplers
  3928. icon:https://cdn.rawgit.com/morkysherk/c399adb84f6c2b88465731f8ec1353e9/raw/05801ea4697148eb702ca01ff573a6bec4381af5/x3.svg
  3929. passive:multiply yield of replicators by 2
  3930. *quintuplersO
  3931. name:Quintuplers
  3932. desc:Get 3 extra bars of chocolate and jars of peanut butter every time.<//><.>Multiplies yield of replicators by <b>2</b>.
  3933. cost:16875000 chocolate
  3934. cost:16875000 peanutButter
  3935. req:10 replicators:max
  3936. req:quintuplers
  3937. icon:https://cdn.rawgit.com/morkysherk/f0ee659a64b86417081498339daa784e/raw/d61355dcc84be9bbbe53deb20acd657326c28e0a/x5.svg
  3938. passive:multiply yield of replicators by 2
  3939. *nonuplersO
  3940. name:Nonuplers
  3941. desc:Get 7 extra bars of chocolate and jars of peanut butter every time.<//><.>Multiplies yield of replicators by <b>2</b>.
  3942. cost:168750000 chocolate
  3943. cost:168750000 peanutButter
  3944. req:25 replicators:max
  3945. req:nonuplers
  3946. icon:https://cdn.rawgit.com/morkysherk/a9ce3fbbccb4f2cd425c1866a099718a/raw/0b8c26732d0a1f764af3b43bdd886d31472b48e0/x9.svg
  3947. passive:multiply yield of replicators by 2
  3948. *tretrigintuplersO
  3949. name:Tretrigintuplers
  3950. desc:I couldn't quite fit the X in, sorry.<//><.>Multiplies yield of replicators by <b>4</b>.<.><i>End of tier 1</i>
  3951. cost:1687500000 chocolate
  3952. cost:1687500000 peanutButter
  3953. req:50 replicators:max
  3954. req:tretrigintuplers
  3955. icon:https://cdn.rawgit.com/morkysherk/61d92ff0ff3b0faac72c45ae246d5b48/raw/cf73df6ee2f1d2c99b70d5150f20d9f7926a8009/x33.svg
  3956. passive:multiply yield of replicators by 4
  3957.  
  3958. //CORE EXTRACTOR UPGRADES
  3959.  
  3960. *deeperExtractionO
  3961. name:Deeper extraction
  3962. desc:Go deeper into the planet's delicious, gooey core.<.>Multiplies yield of core extractors by <b>2</b>.
  3963. cost:27000000 chocolate
  3964. cost:27000000 peanutButter
  3965. req:1 coreExtractor:max
  3966. req:deeperExtraction
  3967. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/4b5a464729fd860dab870581339e6d65/raw/b1cba0029067fc4a2663b4a588ef99ef620a6253/planet.svg
  3968. passive:multiply yield of coreExtractor by 2
  3969. *coolersO
  3970. name:Coolers
  3971. desc:Make your scorching hot peanut butter and chocolate nice and cool. As a side effect, you may catch them using the latest trendy lingo.<.>Multiplies yield of core extractors by <b>2</b>.
  3972. cost:270000000 chocolate
  3973. cost:270000000 peanutButter
  3974. req:10 coreExtractors:max
  3975. req:coolers
  3976. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/4b5a464729fd860dab870581339e6d65/raw/b1cba0029067fc4a2663b4a588ef99ef620a6253/planet.svg
  3977. passive:multiply yield of coreExtractor by 2
  3978. *fasterTransportO
  3979. name:Faster transportation
  3980. desc:Sure takes a while for things to get from the core to the surface.<.>Multiplies yield of core extractors by <b>2</b>.
  3981. cost:2700000000 chocolate
  3982. cost:2700000000 peanutButter
  3983. req:25 coreExtractors:max
  3984. req:fasterTransportation
  3985. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/4b5a464729fd860dab870581339e6d65/raw/b1cba0029067fc4a2663b4a588ef99ef620a6253/planet.svg
  3986. passive:multiply yield of coreExtractor by 2
  3987. *otherPlanetsO
  3988. name:Other planets
  3989. desc:Extracting from other planets' cores has a much higher output! It's also less damaging to Earth but that's not what matters.<.>Multiplies yield of core extractors by <b>4</b>.<.><i>End of tier 1</i>
  3990. cost:27000000000 chocolate
  3991. cost:27000000000 peanutButter
  3992. req:50 coreExtractors:max
  3993. req:otherPlanets
  3994. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/2ce082b468d4fb8335ca2b2585e9612c/raw/b667b66cc0b191e872c9f4ce1792316a03942b51/otherPlanet.svg
  3995. passive:multiply yield of coreExtractor by 4
  3996.  
  3997. //DOWNLOADER UPGRADES
  3998.  
  3999. *quantumPBCO
  4000. name:Quantum peanut butter and chocolate
  4001. desc:It's quantum compatible!<.>Multiplies yield of quantum downloaders by <b>2</b>.
  4002. cost:607500000 chocolate
  4003. cost:607500000 peanutButter
  4004. req:1 qDownloader:max
  4005. passive:multiply yield of qDownloaders by 2
  4006. req:quantumPBC
  4007. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/c58075d02c2703abab4c8f935be3e56d/raw/25cabcdc4c1028a9dd6fc4eb9bcfd2dc1590007d/qDL.svg
  4008. *gbWifiO
  4009. name:Gigabit Wi-Fi
  4010. desc:gotta download fast<.>Multiplies yield of quantum downloaders by <b>2</b>.
  4011. cost:6075000000 chocolate
  4012. cost:6075000000 peanutButter
  4013. req:10 qDownloaders:max
  4014. passive:multiply yield of qDownloaders by 2
  4015. req:gbWifi
  4016. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/c58075d02c2703abab4c8f935be3e56d/raw/25cabcdc4c1028a9dd6fc4eb9bcfd2dc1590007d/qDL.svg
  4017. *qMechanicO
  4018. name:A quantum mechanic
  4019. desc:Fixes your quantum downloaders when they break.<.>Multiplies yield of quantum downloaders by <b>2</b>.
  4020. cost:60750000000 chocolate
  4021. cost:60750000000 peanutButter
  4022. req:25 qDownloaders:max
  4023. passive:multiply yield of qDownloaders by 2
  4024. req:qMechanic
  4025. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/c58075d02c2703abab4c8f935be3e56d/raw/25cabcdc4c1028a9dd6fc4eb9bcfd2dc1590007d/qDL.svg
  4026. *qInternetO
  4027. name:Quantum internet
  4028. desc:At this point, why not just make everything quantum?<.>Multiplies yield of quantum downloaders by <b>4</b>.<.><i>End of tier 1</i>
  4029. cost:607500000000 chocolate
  4030. cost:607500000000 peanutButter
  4031. req:50 qDownloaders:max
  4032. passive:multiply yield of qDownloaders by 4
  4033. req:qInternet
  4034. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/c58075d02c2703abab4c8f935be3e56d/raw/25cabcdc4c1028a9dd6fc4eb9bcfd2dc1590007d/qDL.svg
  4035.  
  4036. //MIND READER UPGRADES
  4037.  
  4038. *adsO
  4039. name:Advertisements
  4040. desc:Spread the word!<.>Multiplies yield of mind readers by <b>2</b>.
  4041. passive:multiply yield of mindReaders by 2
  4042. req:ads
  4043. cost:13668750000 chocolate
  4044. cost:13668750000 peanutButter
  4045. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/fafed1a756ac5581383b8ccb306b64c1/raw/1074b726d041607da8747e6d65ff39b4027308db/thot.svg
  4046. *subliminalO
  4047. name:Subliminal messaging
  4048. desc:<.>Multiplies yield of mind readers by <b>2</b>.
  4049. passive:multiply yield of mindReaders by 2
  4050. req:subliminal
  4051. cost:136687500000 chocolate
  4052. cost:136687500000 peanutButter
  4053. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/fafed1a756ac5581383b8ccb306b64c1/raw/1074b726d041607da8747e6d65ff39b4027308db/thot.svg
  4054. *hallucinogensO
  4055. name:Hallucinogens
  4056. desc:if I wasn't eating chocolate that whole time... what was I eating?<.>Multiplies yield of mind readers by <b>2</b>.
  4057. passive:multiply yield of mindReaders by 2
  4058. req:hallucinogens
  4059. cost:1366875000000 chocolate
  4060. cost:1366875000000 peanutButter
  4061. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/fafed1a756ac5581383b8ccb306b64c1/raw/1074b726d041607da8747e6d65ff39b4027308db/thot.svg
  4062. *mindControlO
  4063. name:Mind control
  4064. desc:Put on your tinfoil hats!<.>Multiplies yield of mind readers by <b>4</b>.
  4065. passive:multiply yield of mindReaders by 4
  4066. req:mindControl
  4067. cost:13668750000000 chocolate
  4068. cost:13668750000000 peanutButter
  4069. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/fafed1a756ac5581383b8ccb306b64c1/raw/1074b726d041607da8747e6d65ff39b4027308db/thot.svg
  4070.  
  4071. //CUPPER UPGRADES
  4072.  
  4073. *nimbleFingersO
  4074. name:Nimble fingers
  4075. desc:Trim off the fat and get some muscle memory.<//><.>Multiplies yield of peanut butter cuppers by <b>2</b>.
  4076. cost:1000 chocolate
  4077. cost:1000 peanutButter
  4078. cost:250 peanutCups
  4079. req:1 peanutCupper:max
  4080. passive:multiply yield of peanutCupper by 2
  4081. req:nimbleFingers
  4082. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4083. *cupManufacturersO
  4084. name:Cup manufacturers
  4085. desc:These guys have a lot of experience making cups. That should translate well into making peanut butter cups, right?<//><.>Multiplies yield of peanut butter cuppers by <b>2</b>.
  4086. cost:10000 chocolate
  4087. cost:10000 peanutButter
  4088. cost:2500 peanutCups
  4089. req:10 peanutCuppers:max
  4090. passive:multiply yield of peanutCupper by 2
  4091. req:cupManufacturers
  4092. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4093. *chefsO
  4094. name:Chefs
  4095. desc:Cooks up some fresh peanut butter cups.<//><.>Multiplies yield of peanut butter cuppers by <b>2</b>.<q>Are the peanut butter cups fresh or frozen?</q>
  4096. cost:100000 chocolate
  4097. cost:100000 peanutButter
  4098. cost:25000 peanutCups
  4099. req:25 peanutCuppers:max
  4100. req:chefs
  4101. passive:multiply yield of peanutCupper by 2
  4102. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4103. *magesO
  4104. desc:Casts spells on your peanut butter and chocolate to form peanut butter cups.<.>Multiplies yield of peanut butter cuppers by <b>4</b>.<.><i>End of tier 1</i>
  4105. name:Mages
  4106. cost:1000000 chocolate
  4107. cost:1000000 peanutButter
  4108. cost:250000 peanutCups
  4109. req:50 peanutCuppers:max
  4110. req:mages
  4111. passive:multiply yield of peanutCupper by 4
  4112. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4113.  
  4114. //MACHINE UPGRADES
  4115.  
  4116. *wcO
  4117. name:WC-50
  4118. desc:Makes things go.<//><.>Multiplies yield of cup machines by <b>2</b>.
  4119. cost:15000 peanutCups
  4120. req:1 cupMachine:max
  4121. req:wc
  4122. passive:multiply yield of cupMachine by 2
  4123. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/fa9d668a4443a5a08de1f548c888c1f6/raw/725c86ebc029f2761d152e8283a8959e3fef0d09/machine.svg
  4124. *cheaperMetalO
  4125. name:Cheaper Metal
  4126. desc:Refineries, factories, and machines are <b>5%</b> cheaper.
  4127. cost:75000 peanutCups
  4128. passive:multiply cost of cupMachine by 0.95
  4129. passive:multiply cost of factory by 0.95
  4130. passive:multiply cost of chocoFarm by 0.95
  4131. req:5 cupMachines:max
  4132. req:10 factories:max
  4133. req:10 chocoFarms:max
  4134. req:cheaperMetal
  4135. icon:https://cdn.rawgit.com/morkysherk/82a70ae5ca004b88d52db0a8d383bc16/raw/84927ce67cde4be2717272266a06565771220240/dolla.svg
  4136. *lighterMachineryO
  4137. name:Lighter Machinery
  4138. cost:150000 peanutCups
  4139. desc:Try our new weight loss programs for machines!<.>Multiplies yield of cup machines by <b>2</b>.
  4140. req:10 cupMachines:max
  4141. passive:multiply yield of cupMachines by 2
  4142. req:lighterMachinery
  4143. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/fa9d668a4443a5a08de1f548c888c1f6/raw/725c86ebc029f2761d152e8283a8959e3fef0d09/machine.svg
  4144. *hqCogsO
  4145. name:High quality cogs
  4146. cost:1500000 peanutCups
  4147. desc:For smoother rotation.<.>Multiplies yield of cup machines by <b>2</b>.
  4148. passive:multiply yield of cupMachines by 2
  4149. req:hqCogs
  4150. req:25 cupMachines:max
  4151. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/fa9d668a4443a5a08de1f548c888c1f6/raw/725c86ebc029f2761d152e8283a8959e3fef0d09/machine.svg
  4152. *microMachinesO
  4153. name:Micro-machines
  4154. cost:15000000 peanutCups
  4155. desc:These can move anything anywhere, with ease. If you can think it, they can do it. The only limit is your imagination.<.>Multiplies yield of cup machines by <b>4</b>.<.><i>End of tier 1</i>
  4156. req:microMachines
  4157. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/fa9d668a4443a5a08de1f548c888c1f6/raw/725c86ebc029f2761d152e8283a8959e3fef0d09/machine.svg
  4158. req:50 cupMachines:max
  4159. passive:multiply yield of cupMachines by 2
  4160.  
  4161. //PRINTER UPGRADES
  4162.  
  4163. *fasterPrintingO
  4164. name:Faster printers
  4165. desc:The printhead can move faster.<//><.>Multiplies yield of 3D printers by <b>2</b>.
  4166. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/6fe1c1df5f6a5e5d28be14440c714308/raw/d4c83c3f03a2480fece3d8b629cd06c3c27d97f6/printer.svg
  4167. cost:175000 peanutCups
  4168. passive:multiply yield of printers by 2
  4169. req:fasterPrinting
  4170. req:1 printer:max
  4171. *optimizedModelsO
  4172. name:Optimized models
  4173. desc:These more efficient models will cut printing time in half.<//><.>Multiplies yield of 3D printers by <b>2</b>.
  4174. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/6fe1c1df5f6a5e5d28be14440c714308/raw/d4c83c3f03a2480fece3d8b629cd06c3c27d97f6/printer.svg
  4175. cost:1750000 peanutCups
  4176. passive:multiply yield of printers by 2
  4177. req:optimizedModels
  4178. req:10 printers:max
  4179. *biggerFeederO
  4180. name:Bigger material feeder
  4181. desc:With this, you won't need to refill your printer as often.<//><.>Multiplies yield of 3D printers by <b>2</b>.
  4182. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/6fe1c1df5f6a5e5d28be14440c714308/raw/d4c83c3f03a2480fece3d8b629cd06c3c27d97f6/printer.svg
  4183. cost:17500000 peanutCups
  4184. passive:multiply yield of printers by 2
  4185. req:biggerFeeder
  4186. req:25 printers:max
  4187. *biggerPrintheadO
  4188. name:Bigger printhead
  4189. desc:Your printers can squirt out more stuff at once.<//><.>Multiplies yield of 3D printers by <b>4</b>.<.><i>End of tier 1</i>
  4190. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/6fe1c1df5f6a5e5d28be14440c714308/raw/d4c83c3f03a2480fece3d8b629cd06c3c27d97f6/printer.svg
  4191. cost:175000000 peanutCups
  4192. passive:multiply yield of printers by 2
  4193. req:biggerPrinthead
  4194. req:50 printers:max
  4195.  
  4196. //PUKER UPGRADES
  4197.  
  4198. *largeStomachO
  4199. name:Large stomach
  4200. desc:Pukers can hold more peanut butter and chocolate in their stomach.<//><.>Multiplies yield of cup pukers by <b>2</b>.
  4201. cost:2000000 peanutCups
  4202. req:1 cupVomiter:max
  4203. passive:multiply yield of cupVomiter by 2
  4204. req:largeStomach
  4205. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/b322f0eb84f6c22b3620858e4a7ec1cc/raw/86c4c401fade1d40735f554162be3200ae110709/puker.svg
  4206. *fastDigestionO
  4207. name:Fast digestion
  4208. desc:Pukers digest faster.<//><.>Multiplies yield of cup pukers by <b>2</b>.
  4209. cost:20000000 peanutCups
  4210. req:10 cupVomiters:max
  4211. req:fastDigestion
  4212. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/b322f0eb84f6c22b3620858e4a7ec1cc/raw/86c4c401fade1d40735f554162be3200ae110709/puker.svg
  4213. passive:multiply yield of cupVomiter by 2
  4214. *defecationO
  4215. name:Defecation
  4216. desc:Even more gross. Still safe, though. Probably.<//><.>Multiplies yield of cup pukers by <b>2</b>.
  4217. cost:200000000 peanutCups
  4218. req:25 cupVomiters:max
  4219. req:defecation
  4220. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/b322f0eb84f6c22b3620858e4a7ec1cc/raw/86c4c401fade1d40735f554162be3200ae110709/puker.svg
  4221. passive:multiply yield of cupVomiter by 2
  4222. *inhaleO
  4223. name:Inhale ability
  4224. desc:Sucks in the peanut butter and chocolate.<.>Multiplies yield of cup pukers by <b>4</b>.<.><i>End of tier 1</i>
  4225. cost:2000000000 peanutCups
  4226. req:50 cupVomiters:max
  4227. req:inhale
  4228. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/b322f0eb84f6c22b3620858e4a7ec1cc/raw/86c4c401fade1d40735f554162be3200ae110709/puker.svg
  4229. passive:multiply yield of cupVomiter by 4
  4230.  
  4231. //REARRANGER UPGRADES
  4232.  
  4233. *breakdownO
  4234. name:Molecular breakdown
  4235. desc:Breaking down molecules makes them easier to rearrange.<//><.>Multiplies yield of molecular rearrangers by <b>2</b>.
  4236. cost:25000000 peanutCups
  4237. req:1 rearranger:max
  4238. passive:multiply yield of rearranger by 2
  4239. req:breakdown
  4240. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/b0318d383513d95521499e37d5fdfc78/raw/4e3edba050f2068770b1bf16bc1462e261612036/molecule.svg
  4241. *noclipO
  4242. name:I accidentally left this name as a placeholder for a long time so I'll just leave this here as a monument to my forgetfulness
  4243. desc:At least I won't have to think of a name now.<//><.>Multiplies yield of molecular rearrangers by <b>2</b>.
  4244. cost:250000000 peanutCups
  4245. req:10 rearrangers:max
  4246. passive:multiply yield of rearranger by 2
  4247. req:noclip
  4248. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/b0318d383513d95521499e37d5fdfc78/raw/4e3edba050f2068770b1bf16bc1462e261612036/molecule.svg
  4249. *chocolateMoleculesO
  4250. name:Chocolate molecules
  4251. desc:Chocolate can now be made with a single type of molecule.<//><.>Multiplies yield of molecular rearrangers by <b>2</b>.
  4252. cost:2500000000 peanutCups
  4253. req:25 rearrangers:max
  4254. passive:multiply yield of rearranger by 2
  4255. req:chocolateMolecules
  4256. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/b0318d383513d95521499e37d5fdfc78/raw/4e3edba050f2068770b1bf16bc1462e261612036/molecule.svg
  4257. *quantumTunnelingO
  4258. name:Quantum tunneling
  4259. desc:Molecules go straight through each other.<.>Multiplies yield of molecular rearrangers by <b>4</b>.<.><i>End of tier 1</i>
  4260. cost:25000000000 peanutCups
  4261. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/b0318d383513d95521499e37d5fdfc78/raw/4e3edba050f2068770b1bf16bc1462e261612036/molecule.svg
  4262. req:50 rearrangers:max
  4263. req:quantumTunneling
  4264. passive:multiply yield of rearranger by 4
  4265.  
  4266. //SHIP UPGRADES
  4267.  
  4268. *betterBargainingO
  4269. name:Better bargaining
  4270. desc:Best I can do is 20 peanut butter cups.<//><.>Multiplies yield of trade spaceships by <b>2</b>.
  4271. cost:300000000 peanutCups
  4272. req:1 rocketShip:max
  4273. passive:multiply yield of rocketShip by 2
  4274. req:betterBargaining
  4275. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/b7d3ae243a102a9b39637190dac20041/raw/4cf30a075e035f8914848479af0faf5f51474f2a/rocket.svg
  4276. *hotDealsO
  4277. name:Hot deals
  4278. desc:50% off!<//><.>Multiplies yield of trade spaceships by <b>2</b>.
  4279. cost:3000000000 peanutCups
  4280. req:10 rocketShips:max
  4281. passive:multiply yield of rocketShip by 2
  4282. req:hotDeals
  4283. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/b7d3ae243a102a9b39637190dac20041/raw/4cf30a075e035f8914848479af0faf5f51474f2a/rocket.svg
  4284. *memberCardO
  4285. name:Membership card
  4286. desc:Get rewarded for your loyalty.<//><.>Multiplies yield of trade spaceships by <b>2</b>.
  4287. cost:30000000000 peanutCups
  4288. req:25 rocketShips:max
  4289. passive:multiply yield of rocketShip by 2
  4290. req:memberCard
  4291. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/b7d3ae243a102a9b39637190dac20041/raw/4cf30a075e035f8914848479af0faf5f51474f2a/rocket.svg
  4292. *hyperDriveO
  4293. name:Hyperdrive
  4294. desc:The key to fast, efficient space travel.<//><.>Multiplies yield of trade spaceships by <b>4</b>.<.><i>End of tier 1</i>
  4295. cost:300000000000 peanutCups
  4296. passive:multiply yield of rocketShip by 4
  4297. req:50 rocketShips:max
  4298. req:hyperDrive
  4299. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/b7d3ae243a102a9b39637190dac20041/raw/4cf30a075e035f8914848479af0faf5f51474f2a/rocket.svg
  4300.  
  4301. //PORTAL UPGRADES
  4302.  
  4303. *fasterPortalsO
  4304. name:Faster portals
  4305. desc:Skip the cutscene for going through a portal.<//><.>Multiplies yield of portals by <b>2</b>.
  4306. cost:3250000000 peanutCups
  4307. req:1 cupPortal:max
  4308. passive:multiply yield of cupPortal by 2
  4309. req:fasterPortals
  4310. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/90fd792df35169cb0cc96ae35163fdc2/raw/a309035a47d81b016b299eaa50369a83c4f4f8d7/adwadw.svg
  4311. *betterDimensionO
  4312. name:Better dimension
  4313. desc:Turns out whatever was in that other dimension was slacking off.<//><.>Multiplies yield of portals by <b>2</b>.
  4314. cost:32500000000 peanutCups
  4315. req:10 cupPortals:max
  4316. passive:multiply yield of cupPortal by 2
  4317. req:betterDimension
  4318. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/90fd792df35169cb0cc96ae35163fdc2/raw/a309035a47d81b016b299eaa50369a83c4f4f8d7/adwadw.svg
  4319. *theCakeO
  4320. name:The cake
  4321. desc:It's a lie. This is the pinnacle of low-hanging fruit.<.>Multiplies yield of portals by <b>2</b>.
  4322. cost:325000000000 peanutCups
  4323. req:25 cupPortals:max
  4324. passive:multiply yield of cupPortal by 2
  4325. req:theCake
  4326. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/90fd792df35169cb0cc96ae35163fdc2/raw/a309035a47d81b016b299eaa50369a83c4f4f8d7/adwadw.svg
  4327. *fourthDimensionO
  4328. name:Fourth dimension
  4329. desc:The thrilling sequel to the third dimension.<.>Multiplies yield of portals by <b>4</b>.<.><i>End of tier 1</i>
  4330. cost:3250000000000 peanutCups
  4331. req:50 cupPortals:max
  4332. passive:multiply yield of cupPortal by 4
  4333. req:fourthDimension
  4334. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/90fd792df35169cb0cc96ae35163fdc2/raw/a309035a47d81b016b299eaa50369a83c4f4f8d7/adwadw.svg
  4335.  
  4336. //MYSTERY BOX UPGRADES
  4337.  
  4338. *biggerBoxesO
  4339. name:Bigger boxes
  4340. desc:We're gonna need a bigger box?<//><.>Multiplies yield of mystery boxes by <b>2</b>.
  4341. cost:35000000000 peanutCups
  4342. req:1 mysteryBox:max
  4343. passive:multiply yield of mysteryBox by 2
  4344. req:biggerBoxes
  4345. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/fe8c7c6f3572ec452963b6d4cdafab7b/raw/577232bee7a39636f5cc7e5c57ea022b55bc6b54/mystery.svg
  4346. *addedMysteryO
  4347. name:Added mystery
  4348. desc:The suspense is killing me.<//><.>Multiplies yield of mystery boxes by <b>2</b>.
  4349. cost:350000000000 peanutCups
  4350. req:10 mysteryBoxes:max
  4351. passive:multiply yield of mysteryBox by 2
  4352. req:addedMystery
  4353. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/fe8c7c6f3572ec452963b6d4cdafab7b/raw/577232bee7a39636f5cc7e5c57ea022b55bc6b54/mystery.svg
  4354. *schrodingersCatO
  4355. name:Schrodinger's cat
  4356. desc:Just hangs out in the mystery box with your peanut butter and chocolate.<.>Multiplies yield of mystery boxes by <b>2</b>.
  4357. cost:3500000000000 peanutCups
  4358. req:25 mysteryBoxes:max
  4359. passive:multiply yield of mysteryBox by 2
  4360. req:schrodingersCat
  4361. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/fe8c7c6f3572ec452963b6d4cdafab7b/raw/577232bee7a39636f5cc7e5c57ea022b55bc6b54/mystery.svg
  4362. *boxSquaredO
  4363. name:Mystery box²
  4364. desc:Send mystery boxes full of peanut butter cups through other mystery boxes.<.>Multiplies yield of mystery boxes by <b>4</b>.<.><i>End of tier 1</i>
  4365. cost:35000000000000 peanutCups
  4366. req:boxSquared
  4367. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/fe8c7c6f3572ec452963b6d4cdafab7b/raw/577232bee7a39636f5cc7e5c57ea022b55bc6b54/mystery.svg
  4368.  
  4369. //SUBATOMIC UPGRADES
  4370.  
  4371. *bingBongO
  4372. name:Bing bong theory
  4373. desc:Bazoomba<//><.>Multiplies yield of subatomic moleculizers of the Greek bose-stein convapitators by <b>2</b>.
  4374. cost:400000000000 peanutCups
  4375. req:bingBong
  4376. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/317a8336e3d9752b507ea9b5d45575c0/raw/1a107f416d77fa6bd2e60655552f8d7887f96a6c/atom.svg
  4377. *ropeTheoryO
  4378. name:Rope theory
  4379. desc:Because strings are far too small.<.>Multiplies yield of subatomic moleculizers of the Greek bose-stein convapitators by <b>2</b>.
  4380. cost:4000000000000 peanutCups
  4381. req:ropeTheory
  4382. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/317a8336e3d9752b507ea9b5d45575c0/raw/1a107f416d77fa6bd2e60655552f8d7887f96a6c/atom.svg
  4383. *scientificScienceO
  4384. name:Scientific science
  4385. desc:It just wasn't quite scientific enough before.<.>Multiplies yield of subatomic moleculizers of the Greek bose-stein convapitators by <b>2</b>.
  4386. cost:40000000000000 peanutCups
  4387. req:scientificScience
  4388. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/317a8336e3d9752b507ea9b5d45575c0/raw/1a107f416d77fa6bd2e60655552f8d7887f96a6c/atom.svg
  4389. *subsubAtomicO
  4390. name:Subsubatomic particles
  4391. desc:What <i>really</i> makes up the universe.<.>Multiplies yield of subatomic moleculizers of the Greek bose-stein convapitators by <b>4</b>.<.><i>End of tier 1</i>
  4392. cost:400000000000000 peanutCups
  4393. req:subsubAtomic
  4394. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/317a8336e3d9752b507ea9b5d45575c0/raw/1a107f416d77fa6bd2e60655552f8d7887f96a6c/atom.svg
  4395.  
  4396. //EXTRACTOR UPGRADES
  4397.  
  4398. *suckierHolesO
  4399. name:Suckier holes
  4400. desc:uhh<.>Multiplies yield of black hole extractors by <b>2</b>.
  4401. cost:6789012345670 peanutCups
  4402. req:1 bhExtractor:max
  4403. req:suckierHoles
  4404. passive:multiply yield of bhExtractor by 2
  4405. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/789f3bb8808a263f4f515d042815437e/raw/8e085275e2e8a19fa434d3c8d65b141dcbb9d06e/bHole.svg
  4406. *eventfulHorizonsO
  4407. name:More eventful horizons
  4408. desc:Action-packed!<.>Multiplies yield of black hole extractors by <b>2</b>.
  4409. cost:67890123456701 peanutCups
  4410. req:10 bhExtractors:max
  4411. passive:multiply yield of bhExtractor by 2
  4412. req:eventfulHorizons
  4413. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/789f3bb8808a263f4f515d042815437e/raw/8e085275e2e8a19fa434d3c8d65b141dcbb9d06e/bHole.svg
  4414. *antiSpaghettiO
  4415. name:Spaghettification prevention
  4416. desc:Do I make a "hope she made lotsa spaghetti" joke or a "somebody toucha my spaghet" joke?
  4417. cost:678901234567012 peanutCups
  4418. req:25 bhExtractors:max
  4419. passive:multiply yield of bhExtractor by 2
  4420. req:antiSpaghetti
  4421. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/789f3bb8808a263f4f515d042815437e/raw/8e085275e2e8a19fa434d3c8d65b141dcbb9d06e/bHole.svg
  4422. *galacticCoresO
  4423. name:Galactic cores
  4424. desc:As some of the most massive black holes in the universe, these can have entire galaxies orbiting them. They should do the trick.<.>Multiplies yield of black hole extractors by <b>4</b>.<i>End of tier 1</i>
  4425. cost:6789012345670123 peanutCups
  4426. req:50 bhExtractor:max
  4427. passive:multiply yield of bhExtractor by 4
  4428. req:galacticCores
  4429. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/789f3bb8808a263f4f515d042815437e/raw/8e085275e2e8a19fa434d3c8d65b141dcbb9d06e/bHole.svg
  4430.  
  4431. //ANOMALY UPGRADES
  4432.  
  4433. *longRangeO
  4434. name:Long-range anomalies
  4435. desc:Convert things from <i>coast to coast</i>.<.>Multiplies yield of space-time anomalies by <b>2</b>.
  4436. cost:115000000000000 peanutCups
  4437. passive:multiply yield of anomalies by 2
  4438. req:longRange
  4439. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/910b05f5526ceea98d0365baa45df953/raw/c95455608f83b26955803cd5352cc3636b88bc90/anomaly.svg
  4440. *blindSpotsO
  4441. name:Blind spots
  4442. desc:Wow, you're so insensitive (to light)<.>Multiplies yield of space-time anomalies by <b>2</b>.
  4443. cost:1150000000000000 peanutCups
  4444. passive:multiply yield of anomalies by 2
  4445. req:blindSpots
  4446. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/910b05f5526ceea98d0365baa45df953/raw/c95455608f83b26955803cd5352cc3636b88bc90/anomaly.svg
  4447. *loweredFOVO
  4448. name:Lowered FOV
  4449. desc:I'm sure no one will notice.<.>Multiplies yield of space-time anomalies by <b>2</b>.
  4450. cost:11500000000000000 peanutCups
  4451. passive:multiply yield of anomalies by 2
  4452. req:loweredFOV
  4453. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/910b05f5526ceea98d0365baa45df953/raw/c95455608f83b26955803cd5352cc3636b88bc90/anomaly.svg
  4454. *instantConversionO
  4455. name:Instant conversion
  4456. desc:The mere blink of an eye could get your peanut butter and chocolate converted!<.>Multiplies yield of space-time anomalies by <b>4</b>.<.><i>End of tier 1</i>
  4457. cost:115000000000000000 peanutCups
  4458. passive:multiply yield of anomalies by 2
  4459. req:instantConversion
  4460. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/910b05f5526ceea98d0365baa45df953/raw/c95455608f83b26955803cd5352cc3636b88bc90/anomaly.svg
  4461.  
  4462.  
  4463.  
  4464. Achievements
  4465. *TEMPLATE
  4466. no text
  4467. class:smallThing
  4468. on click:
  4469. if (clickAnimation=1)
  4470. anim icon wobble2
  4471. anim wobble2
  4472. end
  4473. if (clickAnimation=2)
  4474. anim icon bounceOnce
  4475. anim bounceOnce
  4476. end
  4477. if (clickAnimation=3)
  4478. anim icon plop
  4479. anim plop
  4480. end
  4481. if (clickAnimation=4)
  4482. anim icon wiggling2
  4483. anim wiggling
  4484. end
  4485. if (clickAnimation=5)
  4486. anim icon wobbleSlow
  4487. anim wobbleSlow
  4488. end
  4489. end
  4490. tag:achievement
  4491. on earn:yield 1 achievPoint
  4492. no text
  4493. *itBegins
  4494. name:It begins
  4495. desc:Who would win? Your free time VS. one <i>i d l e b o i</i><//><.>Make peanut butter and chocolate.
  4496. req:1 peanutButter
  4497. req:1 chocolate
  4498. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4499. *upandCup
  4500. name:Get up and cup
  4501. desc:Make your first peanut butter cup.
  4502. req:1 peanutCup:earned
  4503. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4504. class:hue25 smallThing
  4505. *eatemUp
  4506. name:Eat em up
  4507. desc:The flavor you savor.<//><.>Make <b>1,000</b> peanut butter cups.
  4508. req:1000 peanutCups:earned
  4509. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4510. class:hue50 smallThing
  4511. *pbchocolateFlavor
  4512. name:Peanut butter chocolate flavor
  4513. desc:What you wake up to.<//><.>Make <b>100,000</b> peanut butter cups.
  4514. req:100000 peanutCups:earned
  4515. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4516. class:hue75 smallThing
  4517. *peanutbuttercupHead
  4518. name:Peanut butter cuphead
  4519. desc:The peanut butter dark souls of achievements!<//><.>Make <b>1,000,000</b> peanut butter cups.
  4520. req:1000000 peanutCups:earned
  4521. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4522. class:hue100 smallThing
  4523. *massProduce
  4524. name:Mass produce
  4525. desc:Like the vegetables?<//><.>Make <b>100,000,000</b> peanut butter cups.
  4526. req:100000000 peanutCups:earned
  4527. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4528. class:hue125 smallThing
  4529. *aLot
  4530. name:A lot
  4531. desc:Exactly 1 lot.<//><.>Make <b>1 billion</b> peanut butter cups.
  4532. req:1000000000 peanutCups:earned
  4533. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4534. class:hue150 smallThing
  4535. *plenty
  4536. name:Plenty
  4537. desc:Yep.<//><.>Make <b>100 billion</b> peanut butter cups.
  4538. req:100000000000 peanutCups:earned
  4539. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4540. class:hue175 smallThing
  4541. *lifeSupply
  4542. name:Lifetime supply
  4543. desc:Maybe even more.<//><.>Make <b>1 trillion</b> peanut butter cups.
  4544. req:1000000000000 peanutCups:earned
  4545. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4546. class:hue200 smallThing
  4547. *Surplus
  4548. name:Surplus
  4549. desc:Definitely more than you need.<//><.>Make <b>100 trillion</b> peanut butter cups.
  4550. req:100000000000000 peanutCups:earned
  4551. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4552. class:hue225 smallThing
  4553. *notEnough
  4554. name:Yet still not enough
  4555. desc:Apparently.<.>Make <b>1 quadrillion</b> peanut butter cups.
  4556. req:1e15 peanutCups:earned
  4557. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4558. class:hue250 smallThing
  4559. *pbInTheChocolate
  4560. name:You put the PB in the chocolate
  4561. desc:And eat 'em both together.<.>Make <b>100 quadrillion</b> peanut butter cups.
  4562. req:1e17 peanutCups:earned
  4563. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4564. class:hue275 smallThing
  4565. *loadsofCups
  4566. name:Lods of echocolat
  4567. desc:what's that spell?<.>Make <b>1 quintillion</b> peanut butter cups.
  4568. req:1e18 peanutCups:earned
  4569. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4570. class:hue300 smallThing
  4571. *hired
  4572. name:You're Hired
  4573. desc:Hire all 3 types of workers.
  4574. req:1 peanutButterer
  4575. req:1 chocolateWorker
  4576. req:1 peanutCupper
  4577. icon:https://cdn.rawgit.com/morkysherk/6df06c87ebef0a29f7bbe018afc1737c/raw/b74565c9a4d04514a62b105c9df08c67e8dce7da/all3.svg
  4578. *hardlyWorking
  4579. name:Hardly working
  4580. desc:Hire <b>10</b> chocolate workers.
  4581. req:10 chocolateWorker
  4582. icon:https://cdn.rawgit.com/morkysherk/f5be1f499ee6312e9810b9371b4da3af/raw/40da9c994decfa5c6d956e061ed157897ec88ac6/choco.svg
  4583. class:hue25 smallThing
  4584. *workingHard
  4585. name:Working hard
  4586. desc:Hire <b>25</b> chocolate workers.
  4587. req:25 chocolateWorkers
  4588. icon:https://cdn.rawgit.com/morkysherk/f5be1f499ee6312e9810b9371b4da3af/raw/40da9c994decfa5c6d956e061ed157897ec88ac6/choco.svg
  4589. class:hue50 smallThing
  4590. *employer
  4591. name:Employer
  4592. desc:Hire <b>50</b> chocolate workers.
  4593. req:50 chocolateWorkers
  4594. icon:https://cdn.rawgit.com/morkysherk/f5be1f499ee6312e9810b9371b4da3af/raw/40da9c994decfa5c6d956e061ed157897ec88ac6/choco.svg
  4595. class:hue75 smallThing
  4596. *treeFarmer
  4597. name:Homegrown
  4598. desc:Have <b>1</b> chocolate farm.
  4599. icon:https://cdn.rawgit.com/morkysherk/f5c64664f71b3f9e2f4b91de4cc1bfdb/raw/4752f2af732f2debce18ead8a31b651ecc010d69/farm.svg
  4600. req:1 refinery
  4601. *homegrown
  4602. name:Tree farmer
  4603. desc:Have <b>10</b> chocolate farms.
  4604. icon:https://cdn.rawgit.com/morkysherk/f5c64664f71b3f9e2f4b91de4cc1bfdb/raw/4752f2af732f2debce18ead8a31b651ecc010d69/farm.svg
  4605. req:10 refinery
  4606. class:hue25 smallThing
  4607. *acres
  4608. name:Acres upon acres
  4609. desc:Have <b>25</b> chocolate farms.
  4610. icon:https://cdn.rawgit.com/morkysherk/f5c64664f71b3f9e2f4b91de4cc1bfdb/raw/4752f2af732f2debce18ead8a31b651ecc010d69/farm.svg
  4611. req:25 refinery
  4612. class:hue50 smallThing
  4613. *hectares
  4614. name:Hectares upon hectares
  4615. desc:Have <b>50</b> chocolate farms.
  4616. icon:https://cdn.rawgit.com/morkysherk/f5c64664f71b3f9e2f4b91de4cc1bfdb/raw/4752f2af732f2debce18ead8a31b651ecc010d69/farm.svg
  4617. req:50 refinery
  4618. class:hue75 smallThing
  4619. *refinedTaste
  4620. name:Refined taste
  4621. desc:Have <b>1</b> chocolate refinery.
  4622. icon:https://cdn.rawgit.com/morkysherk/751cab83d87772656cde4305358c0b6e/raw/fccdbb77f45b4bafec7bc5cd08ad01b44f42c1ac/refinery.svg
  4623. req:1 chocoFarm
  4624. *groundBeans
  4625. name:Ground beans
  4626. desc:Also known as bean mince or minced beans.<.>Have <b>10</b> chocolate refineries.
  4627. icon:https://cdn.rawgit.com/morkysherk/751cab83d87772656cde4305358c0b6e/raw/fccdbb77f45b4bafec7bc5cd08ad01b44f42c1ac/refinery.svg
  4628. req:10 chocoFarms
  4629. class:hue25 smallThing
  4630. *dailyGrind
  4631. name:The daily grind
  4632. desc:Have <b>25</b> chocolate refineries.
  4633. icon:https://cdn.rawgit.com/morkysherk/751cab83d87772656cde4305358c0b6e/raw/fccdbb77f45b4bafec7bc5cd08ad01b44f42c1ac/refinery.svg
  4634. req:25 chocoFarms
  4635. class:hue50 smallThing
  4636. *captainConch
  4637. name:Captain Conch
  4638. desc:<i>Conchatize me</i><.>Have <b>50</b> chocolate refineries.<.>someone's gotta know what conching is, right?
  4639. icon:https://cdn.rawgit.com/morkysherk/751cab83d87772656cde4305358c0b6e/raw/fccdbb77f45b4bafec7bc5cd08ad01b44f42c1ac/refinery.svg
  4640. req:50 chocoFarms
  4641. class:hue75 smallThing
  4642. *peanutButtered
  4643. name:Peanut buttered
  4644. desc:Hire <b>10</b> peanut butterers.
  4645. icon:https://cdn.rawgit.com/morkysherk/d2cfc2c31d80bf249fda9fb7e28b130c/raw/84bfdea38a2717c936c480edf394fd66806825a7/peabnut.svg
  4646. req:10 peanutButterers
  4647. class:hue25 smallThing
  4648. *creamy
  4649. name:Creamy
  4650. desc:Mmm-mmm... creamy.<.>Hire <b>25</b> peanut butterers.<.>this icon is O g r e C o l o r e d (if you have CSS filters on)
  4651. icon:https://cdn.rawgit.com/morkysherk/d2cfc2c31d80bf249fda9fb7e28b130c/raw/84bfdea38a2717c936c480edf394fd66806825a7/peabnut.svg
  4652. req:25 peanutButterers
  4653. class:hue50 smallThing
  4654. *crunchy
  4655. name:Crunchy
  4656. desc:Delicious crunch flavor.<.>Hire <b>50</b> peanut butterers.
  4657. icon:https://cdn.rawgit.com/morkysherk/d2cfc2c31d80bf249fda9fb7e28b130c/raw/84bfdea38a2717c936c480edf394fd66806825a7/peabnut.svg
  4658. req:50 peanutButterers
  4659. class:hue75 smallThing
  4660. *converted
  4661. name:Converted to converting
  4662. desc:Have <b>1</b> peas and nuts converter.
  4663. icon:https://cdn.rawgit.com/morkysherk/2b40b85379aadfa6915979f2dfade403/raw/408447da2335b0b82aa4fc3366cf8acb277e01da/peasNuts.svg
  4664. req:1 pbFactory
  4665. *theyreBack
  4666. name:PEAS ARE BACK, AND THIS TIME THEY'VE BROUGHT NUTS
  4667. desc:FOR THE ULTIMATE KART RACING ADVENTURE<.>Have <b>10</b> peas and nuts converters.
  4668. icon:https://cdn.rawgit.com/morkysherk/2b40b85379aadfa6915979f2dfade403/raw/408447da2335b0b82aa4fc3366cf8acb277e01da/peasNuts.svg
  4669. req:10 pnConverters
  4670. class:hue25 smallThing
  4671. *peaSandnuts
  4672. name:Pea sand nuts
  4673. desc:Don't misplace the space<.>Have <b>25</b> peas and nuts converters.
  4674. icon:https://cdn.rawgit.com/morkysherk/2b40b85379aadfa6915979f2dfade403/raw/408447da2335b0b82aa4fc3366cf8acb277e01da/peasNuts.svg
  4675. req:25 pnConverters
  4676. class:hue50 smallThing
  4677. *peaceandNuts
  4678. name:Peace and nuts
  4679. desc:Your peas and nuts have brought peace among worlds.<.>Have <b>50</b> peas and nuts converters.
  4680. icon:https://cdn.rawgit.com/morkysherk/2b40b85379aadfa6915979f2dfade403/raw/408447da2335b0b82aa4fc3366cf8acb277e01da/peasNuts.svg
  4681. req:50 pnConverters
  4682. class:hue75 smallThing
  4683. *manufacturer
  4684. name:Manufacturer
  4685. desc:Have <b>1</b> peanut butter factory.
  4686. req:1 factory
  4687. icon:https://cdn.rawgit.com/morkysherk/645e7182d29efc2a1078f0504e2a4e6f/raw/332ea27669218dfde408f8de93b6c006036523e5/pbFactory.svg
  4688. *producer
  4689. name:Producer
  4690. desc:Have <b>10</b> peanut butter factories.
  4691. req:10 factory
  4692. icon:https://cdn.rawgit.com/morkysherk/645e7182d29efc2a1078f0504e2a4e6f/raw/332ea27669218dfde408f8de93b6c006036523e5/pbFactory.svg
  4693. class:hue25 smallThing
  4694. *GCF
  4695. name:Greatest common factor
  4696. desc:Yet this joke is the lowest common denominator.<.>Have <b>25</b> peanut butter factories.
  4697. req:25 factory
  4698. icon:https://cdn.rawgit.com/morkysherk/645e7182d29efc2a1078f0504e2a4e6f/raw/332ea27669218dfde408f8de93b6c006036523e5/pbFactory.svg
  4699. class:hue50 smallThing
  4700. *FOIL
  4701. name:Using FOIL
  4702. desc:Yep, these are all gonna be math-related. Woohoo.<.>Have <b>50</b> peanut butter factories.
  4703. req:50 factory
  4704. icon:https://cdn.rawgit.com/morkysherk/645e7182d29efc2a1078f0504e2a4e6f/raw/332ea27669218dfde408f8de93b6c006036523e5/pbFactory.svg
  4705. class:hue75 smallThing
  4706. *easytoReplicate
  4707. name:Easy to replicate
  4708. desc:Helpful when finding and fixing bugs.<.>Have <b>1</b> replicator.
  4709. req:1 replicator
  4710. icon:https://cdn.rawgit.com/morkysherk/52ab77aa07ae52a02994ad81c32e93f3/raw/3f64bc9762ac1154994d513193bf03f68aa41ba6/replicator.svg
  4711. *replicants
  4712. name:Replicants
  4713. desc:Nearly identical to peanut butter cups, but with superior tastiness, chocolatiness, and healthiness.<.>Have <b>10</b> replicators.
  4714. req:10 replicators
  4715. icon:https://cdn.rawgit.com/morkysherk/52ab77aa07ae52a02994ad81c32e93f3/raw/3f64bc9762ac1154994d513193bf03f68aa41ba6/replicator.svg
  4716. class:hue25 smallThing
  4717. *cloneWars
  4718. name:Clone wars
  4719. desc:You might have heard of these a little while ago in a neighboring galaxy.<.>Have <b>25</b> replicators.
  4720. icon:https://cdn.rawgit.com/morkysherk/52ab77aa07ae52a02994ad81c32e93f3/raw/3f64bc9762ac1154994d513193bf03f68aa41ba6/replicator.svg
  4721. class:hue50 smallThing
  4722. req:25 replicators
  4723. *doubleDouble
  4724. name:Double-double
  4725. desc:It's a real shame if you don't live anywhere with an In-N-Out. Unless you have A&W. I like that too.<.>Have <b>50</b> replicators.
  4726. icon:https://cdn.rawgit.com/morkysherk/52ab77aa07ae52a02994ad81c32e93f3/raw/3f64bc9762ac1154994d513193bf03f68aa41ba6/replicator.svg
  4727. req:50 replicators
  4728. class:hue75 smallThing
  4729. *pbcExtract
  4730. name:Peanut butter and chocolate extract
  4731. desc:Have <b>1</b> core extractor.
  4732. req:1 coreExtractor
  4733. icon:https://cdn.rawgit.com/morkysherk/4b5a464729fd860dab870581339e6d65/raw/b1cba0029067fc4a2663b4a588ef99ef620a6253/planet.svg
  4734. *deepDish
  4735. name:Deep dish
  4736. desc:Straight from Chicago.<.>Have <b>10</b> core extractors.
  4737. req:10 coreExtractors
  4738. icon:https://cdn.rawgit.com/morkysherk/4b5a464729fd860dab870581339e6d65/raw/b1cba0029067fc4a2663b4a588ef99ef620a6253/planet.svg
  4739. class:hue25 smallThing
  4740. *superHeated
  4741. name:Superheated
  4742. desc:Have <b>25</b> core extractors.
  4743. req:25 coreExtractors
  4744. icon:https://cdn.rawgit.com/morkysherk/4b5a464729fd860dab870581339e6d65/raw/b1cba0029067fc4a2663b4a588ef99ef620a6253/planet.svg
  4745. class:hue50 smallThing
  4746. *commonCore
  4747. name:Common core
  4748. desc:<.>Have <b>50</b> core extractors.
  4749. req:50 coreExtractors
  4750. icon:https://cdn.rawgit.com/morkysherk/4b5a464729fd860dab870581339e6d65/raw/b1cba0029067fc4a2663b4a588ef99ef620a6253/planet.svg
  4751. class:hue75 smallThing
  4752. *peanutbutterCupped
  4753. name:Peanut butter cupped
  4754. desc:Hire <b>10</b> peanut butter cuppers.
  4755. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4756. req:10 peanutCuppers
  4757. class:hue25 smallThing
  4758. *cuppitize
  4759. name:Peanut butter cuppitized
  4760. desc:Hire <b>25</b> peanut butter cuppers.
  4761. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4762. req:25 peanutCuppers
  4763. class:hue50 smallThing
  4764. *cuppinated
  4765. name:Peanut butter cuppinated
  4766. desc:-inator-inator-inator<.>Hire <b>50</b> peanut butter cuppers.
  4767. icon:https://cdn.rawgit.com/morkysherk/4ec45beafbbc4ef0773114bae71eb989/raw/83d1753129e14318a3bdcce2a7e58c698326e1d6/reese.svg
  4768. req:50 peanutCuppers
  4769. class:hue75 smallThing
  4770. *automated
  4771. name:Automated
  4772. desc:Have <b>1</b> peanut butter cup machine.
  4773. icon:https://cdn.rawgit.com/morkysherk/fa9d668a4443a5a08de1f548c888c1f6/raw/725c86ebc029f2761d152e8283a8959e3fef0d09/machine.svg
  4774. req:1 cupMachine
  4775. *automagical
  4776. name:Automagical
  4777. desc:It's magic!<.>Have <b>10</b> peanut butter cup machines.
  4778. icon:https://cdn.rawgit.com/morkysherk/fa9d668a4443a5a08de1f548c888c1f6/raw/725c86ebc029f2761d152e8283a8959e3fef0d09/machine.svg
  4779. req:10 cupMachines
  4780. class:sepiahue25 smallThing
  4781. *burningQuestion
  4782. name:If a bakery is a place where baked goods are made, is a machinery a place where machines are made?
  4783. desc:Top 10 Questions Scientists Still Can't Answer<.>Have <b>25</b> peanut butter cup machines.
  4784. icon:https://cdn.rawgit.com/morkysherk/fa9d668a4443a5a08de1f548c888c1f6/raw/725c86ebc029f2761d152e8283a8959e3fef0d09/machine.svg
  4785. req:25 cupMachines
  4786. class:sepiahue50 smallThing
  4787. *cognitive
  4788. name:Cog-nitive
  4789. desc:Hopefully not dissonance.<.>Have <b>50</b> peanut butter cup machines.
  4790. icon:https://cdn.rawgit.com/morkysherk/fa9d668a4443a5a08de1f548c888c1f6/raw/725c86ebc029f2761d152e8283a8959e3fef0d09/machine.svg
  4791. req:50 cupMachines
  4792. class:sepiahue75 smallThing
  4793. *futureisNow
  4794. name:The future is now
  4795. desc:Have <b>1</b> 3D printer.
  4796. icon:https://cdn.rawgit.com/morkysherk/6fe1c1df5f6a5e5d28be14440c714308/raw/d4c83c3f03a2480fece3d8b629cd06c3c27d97f6/printer.svg
  4797. req:1 printer
  4798. *futurewasyesterday
  4799. name:The future was yesterday
  4800. desc:Well that came and went pretty quickly.<.>Have <b>10</b> 3D printers.
  4801. icon:https://cdn.rawgit.com/morkysherk/6fe1c1df5f6a5e5d28be14440c714308/raw/d4c83c3f03a2480fece3d8b629cd06c3c27d97f6/printer.svg
  4802. req:10 printers
  4803. class:hue25 smallThing
  4804. *printShop
  4805. name:Print shop
  4806. desc:Have <b>25</b> 3D printers.
  4807. icon:https://cdn.rawgit.com/morkysherk/6fe1c1df5f6a5e5d28be14440c714308/raw/d4c83c3f03a2480fece3d8b629cd06c3c27d97f6/printer.svg
  4808. req:25 printers
  4809. class:hue50 smallThing
  4810. *inPrint
  4811. name:In print
  4812. desc:Better not be in cursive!<.>Have <b>50</b> 3D printers.
  4813. icon:https://cdn.rawgit.com/morkysherk/6fe1c1df5f6a5e5d28be14440c714308/raw/d4c83c3f03a2480fece3d8b629cd06c3c27d97f6/printer.svg
  4814. req:50 printers
  4815. class:hue75 smallThing
  4816. *appetizing
  4817. name:Appetizing
  4818. desc:Have <b>1</b> puker.
  4819. icon:https://cdn.rawgit.com/morkysherk/b322f0eb84f6c22b3620858e4a7ec1cc/raw/86c4c401fade1d40735f554162be3200ae110709/puker.svg
  4820. req:1 cupVomiter
  4821. *cupatemesis
  4822. name:Cupatemesis
  4823. desc:<.>Have <b>10</b> pukers.
  4824. icon:https://cdn.rawgit.com/morkysherk/b322f0eb84f6c22b3620858e4a7ec1cc/raw/86c4c401fade1d40735f554162be3200ae110709/puker.svg
  4825. req:10 cupVomiters
  4826. class:hue25 smallThing
  4827. *vomitAlready
  4828. name:Vomit on his sweater already
  4829. desc:Mom's cup-etti? I dunno<.>Have <b>25</b> pukers.
  4830. icon:https://cdn.rawgit.com/morkysherk/b322f0eb84f6c22b3620858e4a7ec1cc/raw/86c4c401fade1d40735f554162be3200ae110709/puker.svg
  4831. req:25 cupVomiters
  4832. class:hue50 smallThing
  4833. *tooMuchToStomach
  4834. name:Too much to stomach
  4835. desc:Have <b>50</b> pukers.
  4836. icon:https://cdn.rawgit.com/morkysherk/b322f0eb84f6c22b3620858e4a7ec1cc/raw/86c4c401fade1d40735f554162be3200ae110709/puker.svg
  4837. req:50 cupVomiters
  4838. class:hue75 smallThing
  4839. *makingArrangements
  4840. name:Making arrangements
  4841. desc:Have <b>1</b> molecular rearranger.
  4842. icon:https://cdn.rawgit.com/morkysherk/b0318d383513d95521499e37d5fdfc78/raw/4e3edba050f2068770b1bf16bc1462e261612036/molecule.svg
  4843. req:1 rearranger
  4844. *reorganization
  4845. name:Molecular reorganization
  4846. desc:blah blah organization is important!!!<.>Have <b>10</b> molecular rearrangers.
  4847. icon:https://cdn.rawgit.com/morkysherk/b0318d383513d95521499e37d5fdfc78/raw/4e3edba050f2068770b1bf16bc1462e261612036/molecule.svg
  4848. req:10 rearrangers
  4849. class:hue25 smallThing
  4850. *reschedule
  4851. name:Rescheduling
  4852. desc:Because those arrangements didn't work out.<.>Have <b>25</b> molecular rearrangers.
  4853. icon:https://cdn.rawgit.com/morkysherk/b0318d383513d95521499e37d5fdfc78/raw/4e3edba050f2068770b1bf16bc1462e261612036/molecule.svg
  4854. req:25 rearrangers
  4855. class:hue50 smallThing
  4856. *molecularLevel
  4857. name:The Molecular Level
  4858. desc:Have <b>50</b> molecular rearrangers
  4859. icon:https://cdn.rawgit.com/morkysherk/b0318d383513d95521499e37d5fdfc78/raw/4e3edba050f2068770b1bf16bc1462e261612036/molecule.svg
  4860. req:50 rearrangers
  4861. class:hue50 smallThing
  4862. *cupsinSpace
  4863. name:T minus 10
  4864. desc:Have <b>1</b> trade spaceship.
  4865. icon:https://cdn.rawgit.com/morkysherk/b7d3ae243a102a9b39637190dac20041/raw/4cf30a075e035f8914848479af0faf5f51474f2a/rocket.svg
  4866. req:1 rocketShip
  4867. *blastOff
  4868. name:Blast off
  4869. desc:Have <b>10</b> trade spaceship.
  4870. icon:https://cdn.rawgit.com/morkysherk/b7d3ae243a102a9b39637190dac20041/raw/4cf30a075e035f8914848479af0faf5f51474f2a/rocket.svg
  4871. req:10 rocketShips
  4872. class:hue25 smallThing
  4873. *inSpace
  4874. name:Cups in Space
  4875. desc:Have <b>25</b> trade spaceship.
  4876. icon:https://cdn.rawgit.com/morkysherk/b7d3ae243a102a9b39637190dac20041/raw/4cf30a075e035f8914848479af0faf5f51474f2a/rocket.svg
  4877. req:25 rocketShips
  4878. class:hue50 smallThing
  4879. *tradeRoute
  4880. name:Trade routes established
  4881. desc:<.>Have <b>50</b> trade spaceship.
  4882. icon:https://cdn.rawgit.com/morkysherk/b7d3ae243a102a9b39637190dac20041/raw/4cf30a075e035f8914848479af0faf5f51474f2a/rocket.svg
  4883. req:50 rocketShips
  4884. class:hue75 smallThing
  4885. *interDimensional
  4886. name:Interdimensional
  4887. desc:Have <b>1</b> portal.
  4888. req:1 cupPortal
  4889. icon:https://cdn.rawgit.com/morkysherk/90fd792df35169cb0cc96ae35163fdc2/raw/a309035a47d81b016b299eaa50369a83c4f4f8d7/adwadw.svg
  4890. *perpendicular
  4891. name:A perpendicular universe
  4892. desc:What's so great about all those parallel ones anyway?<.>Have <b>10</b> portals.
  4893. req:10 cupPortals
  4894. icon:https://cdn.rawgit.com/morkysherk/90fd792df35169cb0cc96ae35163fdc2/raw/a309035a47d81b016b299eaa50369a83c4f4f8d7/adwadw.svg
  4895. class:hue25 smallThing
  4896. *worldsCollide
  4897. name:When worlds collide
  4898. desc:Have <b>25<b> portals.
  4899. req:25 cupPortals
  4900. icon:https://cdn.rawgit.com/morkysherk/90fd792df35169cb0cc96ae35163fdc2/raw/a309035a47d81b016b299eaa50369a83c4f4f8d7/adwadw.svg
  4901. class:hue50 smallThing
  4902. *ARG
  4903. name:Alternate reality game
  4904. desc:I really don't understand this name.<.>Have <b>50</b> portals.
  4905. req:50 cupPortals
  4906. icon:https://cdn.rawgit.com/morkysherk/90fd792df35169cb0cc96ae35163fdc2/raw/a309035a47d81b016b299eaa50369a83c4f4f8d7/adwadw.svg
  4907. class:hue75 smallThing
  4908. *mysterious
  4909. name:Mysterious
  4910. desc:Have <b>1</b> mystery box.
  4911. req:1 mysteryBox
  4912. icon:https://cdn.rawgit.com/morkysherk/fe8c7c6f3572ec452963b6d4cdafab7b/raw/577232bee7a39636f5cc7e5c57ea022b55bc6b54/mystery.svg
  4913. *whatsInTheBox
  4914. name:What's in the box?
  4915. desc:It's... a bad joke!<.>Have <b>10</b> mystery boxes.
  4916. req:10 mysteryBox
  4917. icon:https://cdn.rawgit.com/morkysherk/fe8c7c6f3572ec452963b6d4cdafab7b/raw/577232bee7a39636f5cc7e5c57ea022b55bc6b54/mystery.svg
  4918. class:sepiahue25 smallThing
  4919. *interrogative
  4920. name:Interrogative
  4921. desc:Make sure it's not derogative.<.>Have <b>25</b> mystery boxes.
  4922. req:25 mysteryBox
  4923. icon:https://cdn.rawgit.com/morkysherk/fe8c7c6f3572ec452963b6d4cdafab7b/raw/577232bee7a39636f5cc7e5c57ea022b55bc6b54/mystery.svg
  4924. class:sepiahue50 smallThing
  4925. *wot
  4926. name:?̣̣̭͓̞̻̳̋͆͂̐ͥ͠ͅ?̧̼̘̻̯̩̲͓̖̔͑̿͊̄ͪ̚?̵̻͈̝̦̱̓̋͊?̶̦̪̉̒̏̀͟͝?̘̱͇͉̯͕̞͆ͫ͘?͈̤̳̍͊ͥ͊ͫ?͈̖͈͔͛̐ͨ͆ͮͣ͞͠?͈̣̖̭͈̩͌?̬̰̺̰̲̃̀ͥͤͧ̇̈́?̨̯̘ͩ̓̎ͩͧ͂͆ͅ
  4927. desc:k͜͏j̵͝͡a̡͝w̧̢̕hk̨j͜d̀͞h̢͜͡k̸ j͞h̵́k҉͟͞h͘la̷͠j̡wh͞҉l̸͢jl͡j̶͘áh̵͏͘l͡͡wj ͏͢͞h͝҉̡l̴̕͘ ͠ḑ̵j̕͞h̸͢͠l͏́j̕á̡h̶<.>H̛ávé <b>50</b> mýst͠e̴ry ̶b̵o̴xe̡s̶.
  4928. req:50 mysteryBox
  4929. icon:https://cdn.rawgit.com/morkysherk/fe8c7c6f3572ec452963b6d4cdafab7b/raw/577232bee7a39636f5cc7e5c57ea022b55bc6b54/mystery.svg
  4930. class:sepiahue75 smallThing
  4931. *sciencingBegins
  4932. name:The sciencing begins
  4933. desc:Have <b>1</b> subatomic moleculizer of the Greek bose-stein convapitators.
  4934. req:1 subAtomic
  4935. icon:https://cdn.rawgit.com/morkysherk/317a8336e3d9752b507ea9b5d45575c0/raw/1a107f416d77fa6bd2e60655552f8d7887f96a6c/atom.svg
  4936. *particules
  4937. name:Partícules
  4938. desc:The lesser-known brother of Hercules.<.>Have <b>10</b> subatomic moleculizers of the Greek bose-stein convapitators.
  4939. req:10 subAtomic
  4940. icon:https://cdn.rawgit.com/morkysherk/317a8336e3d9752b507ea9b5d45575c0/raw/1a107f416d77fa6bd2e60655552f8d7887f96a6c/atom.svg
  4941. class:hue25 smallThing
  4942. *participles
  4943. name:Participles
  4944. desc:They tend to dangle.<.>Have <b>25</b> subatomic moleculizers of the Greek bose-stein convapitators.
  4945. req:25 subAtomic
  4946. icon:https://cdn.rawgit.com/morkysherk/317a8336e3d9752b507ea9b5d45575c0/raw/1a107f416d77fa6bd2e60655552f8d7887f96a6c/atom.svg
  4947. class:hue50 smallThing
  4948. *negativeKelvin
  4949. name:-1 Kelvin
  4950. desc:A tad brisk.<.>Have <b>50</b> subatomic moleculizers of the Greek bose-stein convapitators.
  4951. req:50 subAtomic
  4952. icon:https://cdn.rawgit.com/morkysherk/317a8336e3d9752b507ea9b5d45575c0/raw/1a107f416d77fa6bd2e60655552f8d7887f96a6c/atom.svg
  4953. class:hue75 smallThing
  4954. *minuteMinutes
  4955. name:Minute minutes
  4956. desc:That's pronounced "my newt minits"<.>Play for <b>10 minutes</b>.
  4957. req:10 minutesPlayed
  4958. icon:numbers[1,0] https://cdn.rawgit.com/morkysherk/3dc7a3dd52ec8ea422c58a57e25e5b02/raw/e55987c0e7926abe8d705c35284a36f8caccc471/clocke.svg
  4959. *minuteMaid
  4960. name:Minute Maid
  4961. desc:This maid has 60 whole minutes!<.>Play for <b>1 hour</b>.
  4962. req:60 minutesPlayed
  4963. icon:numbers[2,0] https://cdn.rawgit.com/morkysherk/3dc7a3dd52ec8ea422c58a57e25e5b02/raw/e55987c0e7926abe8d705c35284a36f8caccc471/clocke.svg
  4964. *quarterDay
  4965. name:Quarter day
  4966. desc:Time is a valuable thing, you know.<.>Play for <b>6 hours</b>.
  4967. req:360 minutesPlayed
  4968. icon:numbers[3,0] https://cdn.rawgit.com/morkysherk/3dc7a3dd52ec8ea422c58a57e25e5b02/raw/e55987c0e7926abe8d705c35284a36f8caccc471/clocke.svg
  4969. *halfDay
  4970. name:Half day
  4971. desc:Early release!<.>Play for <b>12 hours</b>.
  4972. req:720 minutesPlayed
  4973. icon:numbers[4,0] https://cdn.rawgit.com/morkysherk/3dc7a3dd52ec8ea422c58a57e25e5b02/raw/e55987c0e7926abe8d705c35284a36f8caccc471/clocke.svg
  4974. *aDay
  4975. name:A day
  4976. desc:Watch the clock count down to the end of the day...<.>Play for <b>1 day</b>.
  4977. req:1440 minutesPlayed
  4978. icon:numbers[5,0] https://cdn.rawgit.com/morkysherk/3dc7a3dd52ec8ea422c58a57e25e5b02/raw/e55987c0e7926abe8d705c35284a36f8caccc471/clocke.svg
  4979. *artificialLength
  4980. name:Artificial length
  4981. desc:play my game more please<.>Play for <b>3 and a half days</b>.
  4982. req:5040 minutesPlayed
  4983. icon:numbers[6,0] https://cdn.rawgit.com/morkysherk/3dc7a3dd52ec8ea422c58a57e25e5b02/raw/e55987c0e7926abe8d705c35284a36f8caccc471/clocke.svg
  4984. *stillHere
  4985. name:You're still here?
  4986. desc:Watch time fly by as the pendulum swings.<.>Play for <b>1 week</b>.
  4987. req:10080 minutesPlayed
  4988. icon:https://cdn.rawgit.com/morkysherk/3dc7a3dd52ec8ea422c58a57e25e5b02/raw/e55987c0e7926abe8d705c35284a36f8caccc471/clocke.svg
  4989. icon:numbers[7,0] https://cdn.rawgit.com/morkysherk/3dc7a3dd52ec8ea422c58a57e25e5b02/raw/e55987c0e7926abe8d705c35284a36f8caccc471/clocke.svg
  4990. *aBreak
  4991. name:Taking a break
  4992. desc:Avoid clicking for <b>1 hour</b>.
  4993. req:3600 noClickSeconds
  4994. icon:https://imgur.com/upPXJXm.png
  4995. *dayOff
  4996. name:Day off
  4997. desc:Avoid clicking for <b>1 day</b>.
  4998. req:86400 noClickSeconds
  4999. icon:https://imgur.com/upPXJXm.png
  5000. *3dayweekend
  5001. name:3 day weekend
  5002. desc:Avoid clicking for <b>3 days</b>.
  5003. req:259200 noClickSeconds
  5004. icon:https://imgur.com/upPXJXm.png
  5005. *trueIdler
  5006. name:True idler
  5007. desc:Avoid clicking for <b>1 week</b>.
  5008. req:604800 noClickSeconds
  5009. icon:https://imgur.com/upPXJXm.png
  5010.  
  5011. *TEMPLATE
  5012. no text
  5013. class:smallThing
  5014. on click:
  5015. if (clickAnimation=1)
  5016. anim icon wobble2
  5017. anim wobble2
  5018. end
  5019. if (clickAnimation=2)
  5020. anim icon bounceOnce
  5021. anim bounceOnce
  5022. end
  5023. if (clickAnimation=3)
  5024. anim icon plop
  5025. anim plop
  5026. end
  5027. if (clickAnimation=4)
  5028. anim icon wiggling2
  5029. anim wiggling
  5030. end
  5031. if (clickAnimation=5)
  5032. anim icon wobbleSlow
  5033. anim wobbleSlow
  5034. end
  5035. end
  5036. tag:secret
  5037. on earn:yield 1 secretPoint
  5038. *notaButton
  5039. name:That's no button
  5040. desc:What were you expecting?<//><.>Click the peanut butter cup.<.>Unlocks <b>peanut butter cup clicking.</b>
  5041. icon:https://imgur.com/upPXJXm.png
  5042. req:1 coolResource:earned
  5043. *stop
  5044. name:Stop that
  5045. desc:What do you hope to accomplish?<//><.>Click the peanut butter cup <b>50</b> times.
  5046. icon:numbers[2,0] https://imgur.com/upPXJXm.png
  5047. req:50 coolResource:earned
  5048. *whyThough
  5049. name:Why though?
  5050. desc:Just to get that secret counter up, I guess...<//><.>Click the peanut butter cup <b>250</b> times.<.>This is the last one by the way, don't waste your time
  5051. icon:numbers[3,0] https://imgur.com/upPXJXm.png
  5052. req:250 coolResource:earned
  5053. *specificAchiev
  5054. name:Unnecessarily specific
  5055. desc:No way you figured this out on your own.<.>Have exactly <b>12</b> chocolate workers, <b>16</b> peas and nuts converters, and <b>22</b> replicators at once.
  5056. req:chocolateWorkers=12
  5057. req:pbFactories=16
  5058. req:replicators=22
  5059. icon:https://cdn.rawgit.com/morkysherk/5270762fd925d1e6622f5fced5ee543a/raw/7d88db7faa827de23320dbe048802fcbbf3f6584/equal.svg
  5060. tag:secret
  5061. *statClicker
  5062. name:Stat clicker
  5063. desc:That wasn't so hard.<.>Click the stat <b>25</b> times.
  5064. req:25 thisstatClicks
  5065. on earn:hide thisstatClicks
  5066. icon:https://cdn.rawgit.com/morkysherk/b80f99b9707d1237fb6a5b83027c700a/raw/6275c4b51d39b16b2e1a572edb6eec995ec778b3/cursor.svg
  5067. *loss
  5068. name:Loss
  5069. desc:.jpg<.>At any time, use up more peanut butter or chocolate than you can produce.<.>Unlocks <b>gainful pain.</b>
  5070. req:chocolate:ps<0 or peanutButter:ps<0
  5071. icon:https://cdn.rawgit.com/morkysherk/12bdb209d5fcbde0d540346834e0e6a7/raw/6d942d564ab47a917fb2458ff657521b392ad5b6/menos.svg
  5072. on earn:yield gainfulPain
  5073. /*
  5074. Somebody once told me the world is gonna roll me (idle)
  5075. I ain't the sharpest tool in the shed (game)
  5076. She was looking kind of dumb with her finger and her thumb (maker)
  5077. In the shape of an "L" on her forehead (game)
  5078. Well the years start coming and they don't stop coming (equals)
  5079. Fed to the rules and I hit the ground running (zuckerberg)
  5080. Didn't make sense not to live for fun (watermelon)
  5081. Your brain gets smart but your head gets dumb (2 gold doubloons)
  5082. So much to do, so much to see (quail)
  5083. So what's wrong with taking the back streets? (juice)
  5084. You'll never know if you don't go (luck)
  5085. You'll never shine if you don't glow (98 windows)
  5086. Hey now, you're an all-star, get your game on, go play
  5087. Hey now, you're a rock star, get the show on, get paid
  5088. And all that glitters is gold
  5089. Only shooting stars break the mold
  5090. It's a cool place and they say it gets colder
  5091. You're bundled up now, wait till you get older
  5092. But the meteor men beg to differ
  5093. Judging by the hole in the satellite picture
  5094. The ice we skate is getting pretty thin
  5095. The water's getting warm so you might as well swim
  5096. My world's on fire, how about yours?
  5097. That's the way I like it and I never get bored
  5098. Hey now, you're an all-star, get your game on, go play
  5099. Hey now, you're a rock star, get the show on, get paid
  5100. All that glitters is gold
  5101. Only shooting stars break the mold
  5102. Hey now, you're an all-star, get your game on, go play
  5103. Hey now, you're a rock star, get the show, on get paid
  5104. And all that glitters is gold
  5105. Only shooting stars
  5106. Somebody once asked could I spare some change for gas?
  5107. I need to get myself away from this place
  5108. I said yep what a concept
  5109. I could use a little fuel myself
  5110. And we could all use a little change
  5111. Well, the years start coming and they don't stop coming
  5112. Fed to the rules and I hit the ground running
  5113. Didn't make sense not to live for fun
  5114. Your brain gets smart but your head gets dumb
  5115. So much to do, so much to see
  5116. So what's wrong with taking the back streets?
  5117. You'll never know if you don't go (go!)
  5118. You'll never shine if you don't glow
  5119. Hey now, you're an all-star, get your game on, go play
  5120. Hey now, you're a rock star, get the show on, get paid
  5121. And all that glitters is gold
  5122. Only shooting stars break the mold
  5123. And all that glitters is gold
  5124. Only shooting stars break the mold
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement