Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2018
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 295.28 KB | None | 0 0
  1. [
  2. {
  3. "type": "COMESTIBLE",
  4. "id": "testcomest",
  5. "name": "diet pill",
  6. "weight": 100,
  7. "color": "red",
  8. "spoils_in": 100,
  9. "container": "bag_plastic",
  10. "comestible_type": "FOOD",
  11. "symbol": "%",
  12. "calories": 1000,
  13. "description": "Not very nutritious. Warning: contains calories, unsuitable for breatharians.",
  14. "price": 100,
  15. "volume": 1
  16. },
  17. {
  18. "type": "COMESTIBLE",
  19. "id": "oj",
  20. "name": "orange juice",
  21. "weight": 263,
  22. "color": "yellow",
  23. "spoils_in": 120,
  24. "container": "bottle_plastic",
  25. "comestible_type": "DRINK",
  26. "symbol": "~",
  27. "quench": 35,
  28. "healthy": 2,
  29. "calories": 35,
  30. "description": "Freshly-squeezed from real oranges! Tasty and nutritious.",
  31. "price": 90,
  32. "material": "fruit",
  33. "volume": 1,
  34. "phase": "liquid",
  35. "flags": [ "EATEN_COLD" ],
  36. "fun": 3
  37. },
  38. {
  39. "type": "COMESTIBLE",
  40. "id": "apple_cider",
  41. "name": "apple cider",
  42. "name_plural": "apple cider",
  43. "weight": 263,
  44. "color": "brown",
  45. "spoils_in": 144,
  46. "container": "bottle_plastic",
  47. "comestible_type": "DRINK",
  48. "symbol": "~",
  49. "quench": 35,
  50. "healthy": 3,
  51. "calories": 35,
  52. "description": "Pressed from fresh apples. Tasty and nutritious.",
  53. "price": 85,
  54. "material": "fruit",
  55. "volume": 1,
  56. "phase": "liquid",
  57. "flags": [ "EATEN_COLD" ],
  58. "fun": 2
  59. },
  60. {
  61. "type": "COMESTIBLE",
  62. "id": "lemonade",
  63. "name": "lemonade",
  64. "name_plural": "lemonade",
  65. "weight": 263,
  66. "color": "yellow",
  67. "container": "bottle_plastic",
  68. "comestible_type": "DRINK",
  69. "symbol": "~",
  70. "quench": 35,
  71. "healthy": 1,
  72. "calories": 35,
  73. "description": "Lemon juice mixed with water and sugar to dull the sourness. Delicious and refreshing.",
  74. "price": 80,
  75. "material": "fruit",
  76. "volume": 1,
  77. "phase": "liquid",
  78. "flags": [ "EATEN_COLD" ],
  79. "fun": 3
  80. },
  81. {
  82. "type": "COMESTIBLE",
  83. "id": "cranberry_juice",
  84. "name": "cranberry juice",
  85. "weight": 263,
  86. "color": "magenta",
  87. "spoils_in": 480,
  88. "container": "bottle_plastic",
  89. "comestible_type": "DRINK",
  90. "symbol": "~",
  91. "quench": 37,
  92. "healthy": 2,
  93. "calories": 26,
  94. "description": "Made from real Massachusetts cranberries. Delicious and nutritious.",
  95. "price": 80,
  96. "material": "fruit",
  97. "volume": 1,
  98. "phase": "liquid",
  99. "flags": [ "EATEN_COLD" ],
  100. "fun": 3
  101. },
  102. {
  103. "type": "COMESTIBLE",
  104. "id": "sports_drink",
  105. "name": "sports drink",
  106. "weight": 260,
  107. "color": "light_red",
  108. "container": "bottle_plastic",
  109. "comestible_type": "DRINK",
  110. "symbol": "~",
  111. "quench": 60,
  112. "calories": 17,
  113. "description": "Consisting of a special blend of electrolytes and simple sugars, this beverage tastes like bottled sweat but rehydrates the body faster than water.",
  114. "price": 55,
  115. "volume": 1,
  116. "phase": "liquid",
  117. "flags": [ "EATEN_COLD" ],
  118. "fun": -1
  119. },
  120. {
  121. "type": "COMESTIBLE",
  122. "id": "energy_drink",
  123. "name": "energy drink",
  124. "weight": 262,
  125. "color": "magenta",
  126. "addiction_type": "caffeine",
  127. "use_action": "CAFF",
  128. "stim": 8,
  129. "container": "can_drink",
  130. "comestible_type": "DRINK",
  131. "symbol": "~",
  132. "quench": 15,
  133. "healthy": -1,
  134. "addiction_potential": 2,
  135. "calories": 9,
  136. "description": "Popular among those who need to stay up late working.",
  137. "price": 170,
  138. "material": "junk",
  139. "volume": 1,
  140. "phase": "liquid",
  141. "flags": [ "EATEN_COLD" ],
  142. "fun": 5
  143. },
  144. {
  145. "type": "COMESTIBLE",
  146. "id": "energy_drink_atomic",
  147. "name": "atomic energy drink",
  148. "weight": 267,
  149. "color": "light_green",
  150. "addiction_type": "caffeine",
  151. "use_action": "ATOMIC_CAFF",
  152. "stim": 27,
  153. "container": "can_drink",
  154. "comestible_type": "DRINK",
  155. "symbol": "~",
  156. "quench": 45,
  157. "healthy": -6,
  158. "addiction_potential": 9,
  159. "calories": 17,
  160. "description": "According to the label, this loathsome-tasting beverage is called ATOMIC POWER THIRST. Alongside the lengthy health warning, it promises to make the consumer UNCOMFORTABLY ENERGETIC using ELECTROLYTES and THE POWER OF THE ATOM.",
  161. "price": 1500,
  162. "//": "Check whether Rivtech-Expensive applies to their energy drinks",
  163. "material": "junk",
  164. "volume": 1,
  165. "phase": "liquid",
  166. "flags": [ "EATEN_COLD" ],
  167. "fun": -1
  168. },
  169. {
  170. "type": "COMESTIBLE",
  171. "id": "cola",
  172. "name": "dark cola",
  173. "weight": 260,
  174. "color": "brown",
  175. "addiction_type": "caffeine",
  176. "use_action": "CAFF",
  177. "stim": 6,
  178. "container": "can_drink",
  179. "comestible_type": "DRINK",
  180. "symbol": "~",
  181. "quench": 18,
  182. "healthy": -1,
  183. "addiction_potential": 2,
  184. "calories": 26,
  185. "description": "Things go better with cola. Sugar water with caffeine added.",
  186. "price": 95,
  187. "material": "junk",
  188. "volume": 1,
  189. "phase": "liquid",
  190. "flags": [ "EATEN_COLD" ],
  191. "fun": 5
  192. },
  193. {
  194. "type": "COMESTIBLE",
  195. "id": "creamsoda",
  196. "name": "cream soda",
  197. "weight": 260,
  198. "color": "light_gray",
  199. "addiction_type": "caffeine",
  200. "use_action": "CAFF",
  201. "stim": 4,
  202. "container": "can_drink",
  203. "comestible_type": "DRINK",
  204. "symbol": "~",
  205. "quench": 18,
  206. "healthy": -1,
  207. "addiction_potential": 2,
  208. "calories": 26,
  209. "description": "A caffeinated, carbonated drink, flavored with vanilla.",
  210. "price": 95,
  211. "material": "junk",
  212. "volume": 1,
  213. "phase": "liquid",
  214. "flags": [ "EATEN_COLD" ],
  215. "fun": 5
  216. },
  217. {
  218. "type": "COMESTIBLE",
  219. "id": "lemonlime",
  220. "name": "lemon-lime soda",
  221. "weight": 260,
  222. "color": "yellow",
  223. "stim": 2,
  224. "container": "can_drink",
  225. "comestible_type": "DRINK",
  226. "symbol": "~",
  227. "quench": 18,
  228. "healthy": -1,
  229. "calories": 26,
  230. "description": "Unlike cola this is caffeine free, however it is still carbonated and has plenty of sugar. Not to mention a lemon-lime taste.",
  231. "price": 95,
  232. "material": "junk",
  233. "volume": 1,
  234. "phase": "liquid",
  235. "flags": [ "EATEN_COLD" ],
  236. "fun": 5
  237. },
  238. {
  239. "type": "COMESTIBLE",
  240. "id": "orangesoda",
  241. "name": "orange soda",
  242. "weight": 260,
  243. "color": "yellow",
  244. "stim": 2,
  245. "container": "can_drink",
  246. "comestible_type": "DRINK",
  247. "symbol": "~",
  248. "quench": 18,
  249. "healthy": -1,
  250. "calories": 26,
  251. "description": "Unlike cola this is caffeine free, however it is still carbonated, sweet, and tastes vaguely orange-like.",
  252. "price": 95,
  253. "material": "junk",
  254. "volume": 1,
  255. "phase": "liquid",
  256. "flags": [ "EATEN_COLD" ],
  257. "fun": 5
  258. },
  259. {
  260. "type": "COMESTIBLE",
  261. "id": "colamdew",
  262. "name": "energy cola",
  263. "weight": 260,
  264. "color": "light_green",
  265. "addiction_type": "caffeine",
  266. "use_action": "CAFF",
  267. "stim": 8,
  268. "container": "can_drink",
  269. "comestible_type": "DRINK",
  270. "symbol": "~",
  271. "quench": 14,
  272. "healthy": -2,
  273. "addiction_potential": 2,
  274. "calories": 26,
  275. "description": "It tastes and looks like windshield wiper fluid, but it's loaded to the brim with sugar and caffeine.",
  276. "price": 100,
  277. "material": "junk",
  278. "volume": 1,
  279. "phase": "liquid",
  280. "flags": [ "EATEN_COLD" ],
  281. "fun": 5
  282. },
  283. {
  284. "type": "COMESTIBLE",
  285. "id": "rootbeer",
  286. "name": "root beer",
  287. "name_plural": "root beer",
  288. "weight": 260,
  289. "color": "brown",
  290. "stim": 1,
  291. "container": "can_drink",
  292. "comestible_type": "DRINK",
  293. "symbol": "~",
  294. "quench": 18,
  295. "healthy": -1,
  296. "calories": 26,
  297. "description": "Like cola, but without caffeine. Still not that healthy.",
  298. "price": 95,
  299. "material": "junk",
  300. "volume": 1,
  301. "phase": "liquid",
  302. "flags": [ "EATEN_COLD" ],
  303. "fun": 3
  304. },
  305. {
  306. "type": "COMESTIBLE",
  307. "id": "spezi",
  308. "name": "spezi",
  309. "weight": 260,
  310. "color": "brown",
  311. "addiction_type": "caffeine",
  312. "stim": 4,
  313. "container": "can_drink",
  314. "comestible_type": "DRINK",
  315. "symbol": "~",
  316. "quench": 18,
  317. "healthy": -1,
  318. "addiction_potential": 2,
  319. "calories": 26,
  320. "description": "Originating in Germany almost a century ago, this mix of cola and orange soda tastes great.",
  321. "price": 100,
  322. "material": "junk",
  323. "volume": 1,
  324. "phase": "liquid",
  325. "flags": [ "EATEN_COLD" ],
  326. "fun": 6
  327. },
  328. {
  329. "type": "COMESTIBLE",
  330. "id": "crispycran",
  331. "name": "crispy cranberry",
  332. "name_plural": "crispy cranberries",
  333. "weight": 260,
  334. "color": "pink",
  335. "stim": 1,
  336. "container": "can_drink",
  337. "comestible_type": "DRINK",
  338. "symbol": "~",
  339. "quench": 27,
  340. "calories": 26,
  341. "description": "Mixing cranberry juice and lemon-lime soda works out quite well.",
  342. "price": 110,
  343. "material": [ "junk", "fruit" ],
  344. "volume": 1,
  345. "phase": "liquid",
  346. "flags": [ "EATEN_COLD" ],
  347. "fun": 6
  348. },
  349. {
  350. "type": "COMESTIBLE",
  351. "id": "purple_drink",
  352. "name": "grape drink",
  353. "weight": 260,
  354. "color": "magenta",
  355. "stim": 2,
  356. "container": "can_drink",
  357. "comestible_type": "DRINK",
  358. "symbol": "~",
  359. "quench": 18,
  360. "healthy": -1,
  361. "calories": 35,
  362. "description": "A mass-produced grape flavored beverage of artificial origin. Good for when you want something that tastes like fruit, but still don't care about your health.",
  363. "price": 85,
  364. "material": "junk",
  365. "volume": 1,
  366. "phase": "liquid",
  367. "flags": [ "EATEN_COLD" ],
  368. "fun": 3
  369. },
  370. {
  371. "type": "COMESTIBLE",
  372. "id": "milk",
  373. "name": "milk",
  374. "name_plural": "milk",
  375. "weight": 258,
  376. "color": "white",
  377. "spoils_in": 24,
  378. "container": "jug_plastic",
  379. "comestible_type": "DRINK",
  380. "symbol": "~",
  381. "quench": 25,
  382. "healthy": 1,
  383. "calories": 69,
  384. "description": "Baby cow food, appropriated for adult humans. Spoils rapidly.",
  385. "price": 38,
  386. "//": "A 12-charge gallon currently goes for around US$4.",
  387. "material": "milk",
  388. "volume": 1,
  389. "phase": "liquid",
  390. "flags": [ "EATEN_COLD" ],
  391. "fun": 1
  392. },
  393. {
  394. "type": "COMESTIBLE",
  395. "id": "con_milk",
  396. "name": "condensed milk",
  397. "name_plural": "condensed milk",
  398. "weight": 258,
  399. "color": "white",
  400. "spoils_in": 24,
  401. "container": "can_food",
  402. "comestible_type": "DRINK",
  403. "symbol": "~",
  404. "quench": 20,
  405. "calories": 95,
  406. "description": "Baby cow food, appropriated for adult humans. Having been canned, this milk should last for a very long time.",
  407. "price": 700,
  408. "material": [ "milk", "junk" ],
  409. "volume": 1,
  410. "phase": "liquid",
  411. "fun": 3
  412. },
  413. {
  414. "type": "COMESTIBLE",
  415. "id": "V8",
  416. "name": "V8",
  417. "weight": 175,
  418. "color": "red",
  419. "spoils_in": 240,
  420. "container": "can_drink",
  421. "comestible_type": "DRINK",
  422. "symbol": "~",
  423. "quench": 6,
  424. "healthy": 2,
  425. "calories": 590,
  426. "description": "Contains up to eight vegetables! Nutritious and tasty.",
  427. "price": 40,
  428. "material": "veggy",
  429. "volume": 1,
  430. "phase": "liquid",
  431. "flags": [ "EATEN_COLD" ],
  432. "fun": 1
  433. },
  434. {
  435. "type": "COMESTIBLE",
  436. "id": "broth",
  437. "name": "broth",
  438. "weight": 250,
  439. "color": "yellow",
  440. "spoils_in": 160,
  441. "container": "can_food",
  442. "comestible_type": "DRINK",
  443. "symbol": "~",
  444. "quench": 30,
  445. "calories": 347,
  446. "description": "Vegetable stock. Tasty and fairly nutritious.",
  447. "price": 350,
  448. "material": "veggy",
  449. "volume": 1,
  450. "phase": "liquid",
  451. "flags": [ "EATEN_HOT" ],
  452. "fun": 1
  453. },
  454. {
  455. "type": "COMESTIBLE",
  456. "id": "broth_bone",
  457. "name": "bone broth",
  458. "weight": 250,
  459. "color": "yellow",
  460. "spoils_in": 160,
  461. "container": "can_food",
  462. "comestible_type": "DRINK",
  463. "symbol": "~",
  464. "quench": 30,
  465. "calories": 174,
  466. "description": "A tasty and nutritious broth made from bones.",
  467. "price": 350,
  468. "material": "bone",
  469. "volume": 1,
  470. "phase": "liquid",
  471. "flags": [ "EATEN_HOT" ],
  472. "fun": 10
  473. },
  474. {
  475. "type": "COMESTIBLE",
  476. "id": "broth_human",
  477. "copy-from": "broth_bone",
  478. "name": "human broth",
  479. "description": "A nutritious broth made from human bones.",
  480. "material": [ "bone", "hflesh" ]
  481. },
  482. {
  483. "type": "COMESTIBLE",
  484. "id": "soup_veggy",
  485. "name": "vegetable soup",
  486. "weight": 125,
  487. "color": "red",
  488. "spoils_in": 120,
  489. "container": "can_food",
  490. "comestible_type": "DRINK",
  491. "symbol": "~",
  492. "quench": 8,
  493. "healthy": 1,
  494. "calories": 200,
  495. "description": "A nutritious and delicious hearty vegetable soup.",
  496. "price": 400,
  497. "material": "veggy",
  498. "volume": 1,
  499. "phase": "liquid",
  500. "charges": 4,
  501. "flags": [ "EATEN_HOT", "USE_EAT_VERB" ],
  502. "fun": 1
  503. },
  504. {
  505. "type": "COMESTIBLE",
  506. "id": "soup_meat",
  507. "name": "meat soup",
  508. "weight": 125,
  509. "color": "red",
  510. "spoils_in": 120,
  511. "container": "can_food",
  512. "comestible_type": "DRINK",
  513. "symbol": "~",
  514. "quench": 8,
  515. "healthy": 1,
  516. "calories": 347,
  517. "description": "A nutritious and delicious hearty meat soup.",
  518. "price": 400,
  519. "material": "flesh",
  520. "volume": 1,
  521. "phase": "liquid",
  522. "charges": 4,
  523. "flags": [ "EATEN_HOT", "USE_EAT_VERB" ],
  524. "fun": 1
  525. },
  526. {
  527. "type": "COMESTIBLE",
  528. "id": "soup_fish",
  529. "name": "fish soup",
  530. "weight": 125,
  531. "color": "light_gray",
  532. "spoils_in": 120,
  533. "container": "can_food",
  534. "comestible_type": "DRINK",
  535. "symbol": "~",
  536. "quench": 8,
  537. "healthy": 1,
  538. "calories": 330,
  539. "description": "A nutritious and delicious hearty fish soup.",
  540. "price": 400,
  541. "material": "flesh",
  542. "volume": 1,
  543. "phase": "liquid",
  544. "charges": 4,
  545. "flags": [ "EATEN_HOT", "USE_EAT_VERB" ],
  546. "fun": 1
  547. },
  548. {
  549. "type": "COMESTIBLE",
  550. "id": "curry_veggy",
  551. "name": "curry",
  552. "name_plural": "curries",
  553. "weight": 288,
  554. "color": "red",
  555. "spoils_in": 120,
  556. "container": "can_food",
  557. "comestible_type": "DRINK",
  558. "symbol": "~",
  559. "quench": 13,
  560. "healthy": 1,
  561. "calories": 304,
  562. "description": "Spicy, and filled with bits of peppers. It's pretty good.",
  563. "price": 750,
  564. "material": "veggy",
  565. "volume": 1,
  566. "phase": "liquid",
  567. "charges": 2,
  568. "flags": [ "EATEN_HOT", "USE_EAT_VERB" ],
  569. "fun": 5
  570. },
  571. {
  572. "type": "COMESTIBLE",
  573. "id": "curry_meat",
  574. "name": "curry with meat",
  575. "name_plural": "curries with meat",
  576. "weight": 289,
  577. "color": "red",
  578. "spoils_in": 120,
  579. "container": "can_food",
  580. "comestible_type": "DRINK",
  581. "symbol": "~",
  582. "quench": 13,
  583. "healthy": 1,
  584. "calories": 434,
  585. "description": "Spicy, and filled with bits of peppers and meat! It's pretty good.",
  586. "price": 750,
  587. "material": [ "flesh", "veggy" ],
  588. "volume": 1,
  589. "phase": "liquid",
  590. "charges": 2,
  591. "flags": [ "EATEN_HOT", "USE_EAT_VERB" ],
  592. "fun": 8
  593. },
  594. {
  595. "type": "COMESTIBLE",
  596. "id": "soup_woods",
  597. "name": "woods soup",
  598. "weight": 125,
  599. "color": "red",
  600. "spoils_in": 120,
  601. "container": "can_food",
  602. "comestible_type": "DRINK",
  603. "symbol": "~",
  604. "quench": 8,
  605. "healthy": 1,
  606. "calories": 304,
  607. "description": "A nutritious and delicious soup, made of gifts of nature.",
  608. "price": 350,
  609. "material": [ "flesh", "veggy" ],
  610. "volume": 1,
  611. "phase": "liquid",
  612. "charges": 4,
  613. "flags": [ "EATEN_HOT", "USE_EAT_VERB" ],
  614. "fun": 1
  615. },
  616. {
  617. "type": "COMESTIBLE",
  618. "id": "soup_human",
  619. "copy-from": "soup_meat",
  620. "name": "sap soup",
  621. "description": "A soup made from someone who is a far better meal than person.",
  622. "material": "hflesh"
  623. },
  624. {
  625. "type": "COMESTIBLE",
  626. "id": "soup_chicken",
  627. "name": "chicken noodle soup",
  628. "weight": 288,
  629. "color": "light_gray",
  630. "spoils_in": 120,
  631. "container": "can_food",
  632. "comestible_type": "DRINK",
  633. "symbol": "~",
  634. "quench": 15,
  635. "healthy": 2,
  636. "calories": 269,
  637. "description": "Chicken chunks and noodles swimming in a salty broth. Rumored to help cure colds.",
  638. "price": 580,
  639. "material": [ "flesh", "wheat" ],
  640. "volume": 1,
  641. "phase": "liquid",
  642. "charges": 4,
  643. "flags": [ "EATEN_HOT", "USE_EAT_VERB" ],
  644. "fun": 2
  645. },
  646. {
  647. "type": "COMESTIBLE",
  648. "id": "soup_mushroom",
  649. "name": "mushroom soup",
  650. "weight": 288,
  651. "color": "light_gray",
  652. "spoils_in": 120,
  653. "container": "can_food",
  654. "comestible_type": "DRINK",
  655. "symbol": "~",
  656. "quench": 15,
  657. "healthy": 1,
  658. "calories": 174,
  659. "description": "A mushy, gray semi-liquid soup made from mushrooms.",
  660. "price": 450,
  661. "material": "mushroom",
  662. "volume": 1,
  663. "phase": "liquid",
  664. "charges": 4,
  665. "flags": [ "EATEN_HOT", "USE_EAT_VERB" ],
  666. "fun": 1
  667. },
  668. {
  669. "type": "COMESTIBLE",
  670. "id": "soup_tomato",
  671. "name": "tomato soup",
  672. "weight": 288,
  673. "color": "red",
  674. "spoils_in": 160,
  675. "container": "can_food",
  676. "comestible_type": "DRINK",
  677. "symbol": "~",
  678. "quench": 15,
  679. "healthy": 1,
  680. "calories": 87,
  681. "description": "It smells of tomatoes. Not very filling, but it goes well with grilled cheese.",
  682. "price": 400,
  683. "material": "tomato",
  684. "volume": 1,
  685. "phase": "liquid",
  686. "flags": [ "EATEN_HOT", "USE_EAT_VERB" ],
  687. "fun": 2
  688. },
  689. {
  690. "type": "COMESTIBLE",
  691. "id": "soup_dumplings",
  692. "name": "chicken and dumplings",
  693. "name_plural": "chicken and dumplings",
  694. "weight": 288,
  695. "color": "light_gray",
  696. "spoils_in": 160,
  697. "container": "can_food",
  698. "comestible_type": "DRINK",
  699. "symbol": "~",
  700. "quench": 10,
  701. "healthy": 1,
  702. "calories": 200,
  703. "description": "A soup with chicken chunks and balls of dough. Not bad.",
  704. "price": 500,
  705. "material": [ "flesh", "wheat" ],
  706. "volume": 1,
  707. "phase": "liquid",
  708. "charges": 4,
  709. "flags": [ "EATEN_HOT", "USE_EAT_VERB" ],
  710. "fun": 3
  711. },
  712. {
  713. "type": "COMESTIBLE",
  714. "id": "wine_riesling",
  715. "name": "riesling",
  716. "name_plural": "riesling",
  717. "weight": 50,
  718. "color": "white",
  719. "addiction_type": "alcohol",
  720. "use_action": "ALCOHOL",
  721. "stim": -12,
  722. "container": "bottle_glass",
  723. "comestible_type": "DRINK",
  724. "symbol": "~",
  725. "quench": 4,
  726. "addiction_potential": 5,
  727. "calories": 35,
  728. "description": "Sparkling white wine, made from the world's noblest grape.",
  729. "price": 1100,
  730. "//": "Booze uses nonstandard charge counts: 15 shots of wine to the 750mL bottle. Priced at 1100 translates to $33 per, because it's still priced per 250 mL charge.",
  731. "material": [ "alcohol", "water" ],
  732. "volume": 1,
  733. "phase": "liquid",
  734. "charges": 5,
  735. "flags": [ "EATEN_COLD" ],
  736. "fun": 15,
  737. "freezing_point": 17
  738. },
  739. {
  740. "type": "COMESTIBLE",
  741. "id": "wine_chardonnay",
  742. "name": "chardonnay",
  743. "name_plural": "chardonnay",
  744. "weight": 50,
  745. "color": "white",
  746. "addiction_type": "alcohol",
  747. "use_action": "ALCOHOL",
  748. "stim": -12,
  749. "container": "bottle_glass",
  750. "comestible_type": "DRINK",
  751. "symbol": "~",
  752. "quench": 4,
  753. "addiction_potential": 5,
  754. "calories": 35,
  755. "description": "America's most popular wine, and for good reason.",
  756. "price": 1200,
  757. "//": "The PLCB can get you some for around $10 per 750mL, but I imagine you want to pay for better ~fermentation~.",
  758. "material": [ "alcohol", "water" ],
  759. "volume": 1,
  760. "phase": "liquid",
  761. "charges": 5,
  762. "flags": [ "EATEN_COLD" ],
  763. "fun": 15,
  764. "freezing_point": 17
  765. },
  766. {
  767. "type": "COMESTIBLE",
  768. "id": "wine_cabernet",
  769. "name": "cabernet sauvignon",
  770. "name_plural": "cabernet sauvignon",
  771. "weight": 50,
  772. "color": "red",
  773. "addiction_type": "alcohol",
  774. "use_action": "ALCOHOL",
  775. "stim": -12,
  776. "container": "bottle_glass",
  777. "comestible_type": "DRINK",
  778. "symbol": "~",
  779. "quench": 4,
  780. "addiction_potential": 5,
  781. "calories": 35,
  782. "description": "The heavily disputed king of red wines. Pairs well with red meats and pasta.",
  783. "price": 1650,
  784. "material": [ "alcohol", "water" ],
  785. "volume": 1,
  786. "phase": "liquid",
  787. "charges": 5,
  788. "fun": 15,
  789. "freezing_point": 17
  790. },
  791. {
  792. "type": "COMESTIBLE",
  793. "id": "wine_noir",
  794. "name": "pinot noir",
  795. "name_plural": "pinot noir",
  796. "weight": 50,
  797. "color": "red",
  798. "addiction_type": "alcohol",
  799. "use_action": "ALCOHOL",
  800. "stim": -12,
  801. "container": "bottle_glass",
  802. "comestible_type": "DRINK",
  803. "symbol": "~",
  804. "quench": 4,
  805. "addiction_potential": 5,
  806. "calories": 35,
  807. "description": "Prized by collectors and adored by critics, it is one of the rarer and more elegant wines.",
  808. "price": 2600,
  809. "material": [ "alcohol", "water" ],
  810. "volume": 1,
  811. "phase": "liquid",
  812. "charges": 5,
  813. "flags": [ "EATEN_COLD" ],
  814. "fun": 16,
  815. "freezing_point": 15
  816. },
  817. {
  818. "type": "COMESTIBLE",
  819. "id": "whiskey",
  820. "name": "whiskey",
  821. "name_plural": "whiskey",
  822. "weight": 33,
  823. "color": "brown",
  824. "addiction_type": "alcohol",
  825. "use_action": "ALCOHOL",
  826. "stim": -12,
  827. "container": "bottle_glass",
  828. "comestible_type": "DRINK",
  829. "symbol": "~",
  830. "quench": -12,
  831. "healthy": -2,
  832. "addiction_potential": 5,
  833. "calories": 35,
  834. "description": "Made from, by, and for real Southern colonels!",
  835. "price": 2100,
  836. "//": "Given the comment, presuming we're taking bourbon here.",
  837. "material": "alcohol",
  838. "volume": 1,
  839. "flags": [ "EATEN_COLD" ],
  840. "freezing_point": -22,
  841. "phase": "liquid",
  842. "charges": 7,
  843. "fun": 15
  844. },
  845. {
  846. "type": "COMESTIBLE",
  847. "id": "vodka",
  848. "name": "vodka",
  849. "name_plural": "vodka",
  850. "weight": 33,
  851. "color": "light_cyan",
  852. "addiction_type": "alcohol",
  853. "use_action": "ALCOHOL",
  854. "stim": -12,
  855. "container": "bottle_glass",
  856. "comestible_type": "DRINK",
  857. "symbol": "~",
  858. "quench": -10,
  859. "healthy": -2,
  860. "addiction_potential": 5,
  861. "calories": 17,
  862. "description": "In Soviet Russia, vodka drinks you!",
  863. "price": 1900,
  864. "material": "alcohol",
  865. "volume": 1,
  866. "phase": "liquid",
  867. "charges": 7,
  868. "flags": [ "EATEN_COLD" ],
  869. "freezing_point": -22,
  870. "fun": 15
  871. },
  872. {
  873. "type": "COMESTIBLE",
  874. "id": "gin",
  875. "name": "gin",
  876. "name_plural": "gin",
  877. "weight": 33,
  878. "color": "light_cyan",
  879. "addiction_type": "alcohol",
  880. "use_action": "ALCOHOL",
  881. "stim": -12,
  882. "container": "bottle_glass",
  883. "comestible_type": "DRINK",
  884. "symbol": "~",
  885. "quench": -10,
  886. "healthy": -2,
  887. "addiction_potential": 5,
  888. "calories": 17,
  889. "description": "Smells faintly of elderberries, but mostly booze.",
  890. "price": 1900,
  891. "material": "alcohol",
  892. "volume": 1,
  893. "phase": "liquid",
  894. "charges": 7,
  895. "flags": [ "EATEN_COLD" ],
  896. "freezing_point": -22,
  897. "fun": 15
  898. },
  899. {
  900. "type": "COMESTIBLE",
  901. "id": "rum",
  902. "name": "rum",
  903. "name_plural": "rum",
  904. "weight": 33,
  905. "color": "light_cyan",
  906. "addiction_type": "alcohol",
  907. "use_action": "ALCOHOL",
  908. "stim": -10,
  909. "container": "bottle_glass",
  910. "comestible_type": "DRINK",
  911. "symbol": "~",
  912. "quench": -12,
  913. "healthy": -2,
  914. "addiction_potential": 5,
  915. "calories": 17,
  916. "description": "Drinking this might make you feel like a pirate. Or not.",
  917. "price": 2300,
  918. "material": "alcohol",
  919. "volume": 1,
  920. "phase": "liquid",
  921. "charges": 7,
  922. "fun": 15,
  923. "flags": [ "EATEN_COLD" ],
  924. "freezing_point": -22
  925. },
  926. {
  927. "type": "COMESTIBLE",
  928. "id": "tequila",
  929. "name": "tequila",
  930. "name_plural": "tequila",
  931. "weight": 38,
  932. "color": "yellow",
  933. "addiction_type": "alcohol",
  934. "use_action": "ALCOHOL",
  935. "stim": -12,
  936. "container": "bottle_glass",
  937. "comestible_type": "DRINK",
  938. "symbol": "~",
  939. "quench": -12,
  940. "healthy": -2,
  941. "addiction_potential": 6,
  942. "calories": 17,
  943. "description": "Don't eat the worm! Wait, there's no worm in this bottle.",
  944. "price": 2600,
  945. "material": "alcohol",
  946. "volume": 1,
  947. "phase": "liquid",
  948. "charges": 7,
  949. "fun": 18,
  950. "flags": [ "EATEN_COLD" ],
  951. "freezing_point": -22
  952. },
  953. {
  954. "type": "COMESTIBLE",
  955. "id": "triple_sec",
  956. "name": "triple sec",
  957. "name_plural": "triple sec",
  958. "weight": 33,
  959. "color": "light_cyan",
  960. "addiction_type": "alcohol",
  961. "use_action": "ALCOHOL",
  962. "stim": -10,
  963. "container": "bottle_glass",
  964. "comestible_type": "DRINK",
  965. "symbol": "~",
  966. "quench": -8,
  967. "healthy": -2,
  968. "addiction_potential": 4,
  969. "calories": 17,
  970. "description": "An orange flavored liquor used in many mixed drinks.",
  971. "price": 950,
  972. "material": "alcohol",
  973. "volume": 1,
  974. "flags": [ "EDIBLE_FROZEN" ],
  975. "freezing_point": 0,
  976. "phase": "liquid",
  977. "charges": 7,
  978. "fun": 10
  979. },
  980. {
  981. "type": "COMESTIBLE",
  982. "id": "bum_wine",
  983. "name": "cheap wine",
  984. "name_plural": "cheap wine",
  985. "weight": 46,
  986. "color": "red",
  987. "addiction_type": "alcohol",
  988. "use_action": "ALCOHOL_WEAK",
  989. "stim": -2,
  990. "container": "jug_plastic",
  991. "comestible_type": "DRINK",
  992. "symbol": "~",
  993. "quench": 6,
  994. "healthy": -4,
  995. "addiction_potential": 7,
  996. "calories": 17,
  997. "description": "Really cheap fortified wine.",
  998. "price": 158,
  999. "material": [ "alcohol", "water" ],
  1000. "volume": 1,
  1001. "phase": "liquid",
  1002. "charges": 7,
  1003. "flags": [ "EATEN_COLD" ],
  1004. "fun": 10,
  1005. "freezing_point": 22
  1006. },
  1007. {
  1008. "type": "COMESTIBLE",
  1009. "id": "mixed_alcohol_strong",
  1010. "name": "strong mixed alcohol",
  1011. "name_plural": "strong mixed alcohol",
  1012. "weight": 46,
  1013. "color": "red",
  1014. "addiction_type": "alcohol",
  1015. "use_action": "ALCOHOL",
  1016. "stim": -15,
  1017. "container": "jug_plastic",
  1018. "comestible_type": "DRINK",
  1019. "symbol": "~",
  1020. "quench": -12,
  1021. "healthy": -4,
  1022. "addiction_potential": 7,
  1023. "calories": 17,
  1024. "description": "Strong alcoholic drinks, mixed with no regard for taste.",
  1025. "price": 50,
  1026. "material": "alcohol",
  1027. "volume": 1,
  1028. "phase": "liquid",
  1029. "stack_size": 7,
  1030. "flags": [ "EATEN_COLD" ],
  1031. "freezing_point": -22,
  1032. "fun": 5
  1033. },
  1034. {
  1035. "type": "COMESTIBLE",
  1036. "id": "mixed_alcohol_weak",
  1037. "name": "weak mixed alcohol",
  1038. "name_plural": "weak mixed alcohol",
  1039. "weight": 249,
  1040. "color": "light_red",
  1041. "addiction_type": "alcohol",
  1042. "use_action": "ALCOHOL_WEAK",
  1043. "stim": -4,
  1044. "container": "jug_plastic",
  1045. "comestible_type": "DRINK",
  1046. "symbol": "~",
  1047. "quench": 16,
  1048. "healthy": -2,
  1049. "addiction_potential": 4,
  1050. "calories": 35,
  1051. "description": "Weak alcoholic drinks, mixed with no regard for taste.",
  1052. "price": 70,
  1053. "material": [ "alcohol", "water" ],
  1054. "volume": 1,
  1055. "phase": "liquid",
  1056. "flags": [ "EATEN_COLD" ],
  1057. "freezing_point": -22,
  1058. "fun": 4
  1059. },
  1060. {
  1061. "type": "COMESTIBLE",
  1062. "id": "fruit_wine",
  1063. "name": "fruit wine",
  1064. "name_plural": "fruit wine",
  1065. "weight": 46,
  1066. "color": "light_red",
  1067. "addiction_type": "alcohol",
  1068. "use_action": "ALCOHOL_WEAK",
  1069. "stim": -4,
  1070. "container": "bottle_glass",
  1071. "comestible_type": "DRINK",
  1072. "symbol": "~",
  1073. "quench": 10,
  1074. "healthy": -2,
  1075. "addiction_potential": 3,
  1076. "calories": 17,
  1077. "description": "Cheap booze made from fermented fruit juice. Tastes just like it sounds.",
  1078. "price": 550,
  1079. "material": [ "alcohol", "water" ],
  1080. "volume": 1,
  1081. "phase": "liquid",
  1082. "charges": 7,
  1083. "flags": [ "EATEN_COLD" ],
  1084. "fun": 2,
  1085. "freezing_point": 20
  1086. },
  1087. {
  1088. "type": "COMESTIBLE",
  1089. "id": "brandy",
  1090. "name": "brandy",
  1091. "name_plural": "brandy",
  1092. "weight": 46,
  1093. "color": "light_red",
  1094. "addiction_type": "alcohol",
  1095. "use_action": "ALCOHOL",
  1096. "stim": -12,
  1097. "container": "bottle_glass",
  1098. "comestible_type": "DRINK",
  1099. "symbol": "~",
  1100. "quench": -5,
  1101. "healthy": -2,
  1102. "addiction_potential": 5,
  1103. "calories": 17,
  1104. "description": "Wine that has been distilled to a higher proof. Great as an after-dinner drink, but packs a punch.",
  1105. "price": 1300,
  1106. "material": "alcohol",
  1107. "volume": 1,
  1108. "flags": [ "EATEN_COLD" ],
  1109. "freezing_point": -22,
  1110. "phase": "liquid",
  1111. "charges": 7,
  1112. "fun": 12
  1113. },
  1114. {
  1115. "type": "COMESTIBLE",
  1116. "id": "irish_coffee",
  1117. "name": "Irish coffee",
  1118. "name_plural": "Irish coffee",
  1119. "weight": 231,
  1120. "color": "brown",
  1121. "addiction_type": "alcohol",
  1122. "use_action": "ALCOHOL",
  1123. "stim": 12,
  1124. "container": "bottle_glass",
  1125. "comestible_type": "DRINK",
  1126. "symbol": "~",
  1127. "quench": 20,
  1128. "healthy": -2,
  1129. "addiction_potential": 5,
  1130. "calories": 130,
  1131. "description": "Sweetened coffee and whiskey topped with milk. Start your day the closeted alcoholic way!",
  1132. "price": 500,
  1133. "material": [ "alcohol", "water", "milk" ],
  1134. "volume": 1,
  1135. "phase": "liquid",
  1136. "fun": 20,
  1137. "flags": [ "EATEN_HOT" ]
  1138. },
  1139. {
  1140. "type": "COMESTIBLE",
  1141. "id": "long_island",
  1142. "name": "Long Island iced tea",
  1143. "name_plural": "Long Island iced tea",
  1144. "weight": 42,
  1145. "color": "brown",
  1146. "addiction_type": "alcohol",
  1147. "use_action": "ALCOHOL",
  1148. "stim": -10,
  1149. "container": "bottle_glass",
  1150. "comestible_type": "DRINK",
  1151. "symbol": "~",
  1152. "quench": -10,
  1153. "healthy": -2,
  1154. "addiction_potential": 5,
  1155. "calories": 17,
  1156. "description": "A blend of incredibly strong-flavored liquors that somehow tastes like none of them.",
  1157. "price": 600,
  1158. "material": [ "alcohol", "water" ],
  1159. "volume": 1,
  1160. "phase": "liquid",
  1161. "//": "Includes cola, so presumed to be a 250mL cocktail like the others.",
  1162. "flags": [ "EATEN_COLD" ],
  1163. "fun": 20
  1164. },
  1165. {
  1166. "type": "COMESTIBLE",
  1167. "id": "drink_screwdriver",
  1168. "name": "screwdriver cocktail",
  1169. "weight": 250,
  1170. "color": "yellow",
  1171. "addiction_type": "alcohol",
  1172. "use_action": "ALCOHOL",
  1173. "stim": -12,
  1174. "container": "bottle_glass",
  1175. "comestible_type": "DRINK",
  1176. "symbol": "~",
  1177. "quench": 25,
  1178. "healthy": 1,
  1179. "addiction_potential": 4,
  1180. "calories": 52,
  1181. "description": "The surreptitious drunkard mechanic's drink of choice.",
  1182. "price": 600,
  1183. "material": [ "alcohol", "fruit" ],
  1184. "volume": 1,
  1185. "phase": "liquid",
  1186. "flags": [ "EATEN_COLD" ],
  1187. "freezing_point": -29,
  1188. "fun": 20
  1189. },
  1190. {
  1191. "type": "COMESTIBLE",
  1192. "id": "drink_wild_apple",
  1193. "name": "wild apple",
  1194. "name_plural": "wild apple",
  1195. "weight": 248,
  1196. "color": "brown",
  1197. "addiction_type": "alcohol",
  1198. "use_action": "ALCOHOL",
  1199. "stim": -12,
  1200. "container": "bottle_glass",
  1201. "comestible_type": "DRINK",
  1202. "symbol": "~",
  1203. "quench": 25,
  1204. "healthy": 1,
  1205. "addiction_potential": 4,
  1206. "calories": 52,
  1207. "description": "Like apple cider, only with vodka.",
  1208. "price": 500,
  1209. "material": [ "alcohol", "fruit" ],
  1210. "volume": 1,
  1211. "phase": "liquid",
  1212. "flags": [ "EATEN_COLD" ],
  1213. "freezing_point": -29,
  1214. "fun": 20
  1215. },
  1216. {
  1217. "type": "COMESTIBLE",
  1218. "id": "drink_rumcola",
  1219. "name": "rum & cola",
  1220. "name_plural": "rum & cola",
  1221. "weight": 250,
  1222. "color": "brown",
  1223. "addiction_type": "alcohol",
  1224. "use_action": "ALCOHOL",
  1225. "stim": -4,
  1226. "container": "bottle_glass",
  1227. "comestible_type": "DRINK",
  1228. "symbol": "~",
  1229. "quench": 25,
  1230. "healthy": -2,
  1231. "addiction_potential": 4,
  1232. "calories": 43,
  1233. "description": "Suitable for tropical retreats and Canadian artists alike.",
  1234. "price": 600,
  1235. "material": [ "alcohol", "junk" ],
  1236. "volume": 1,
  1237. "phase": "liquid",
  1238. "flags": [ "EATEN_COLD" ],
  1239. "freezing_point": -22,
  1240. "fun": 20
  1241. },
  1242. {
  1243. "type": "COMESTIBLE",
  1244. "id": "beer",
  1245. "name": "beer",
  1246. "name_plural": "beer",
  1247. "weight": 249,
  1248. "color": "brown",
  1249. "addiction_type": "alcohol",
  1250. "use_action": "ALCOHOL_WEAK",
  1251. "stim": -4,
  1252. "container": "can_drink",
  1253. "comestible_type": "DRINK",
  1254. "symbol": "~",
  1255. "quench": 18,
  1256. "addiction_potential": 2,
  1257. "calories": 35,
  1258. "description": "Best served cold, in a glass, and with a lime - but you're not that lucky.",
  1259. "price": 110,
  1260. "material": [ "alcohol", "water" ],
  1261. "volume": 1,
  1262. "phase": "liquid",
  1263. "flags": [ "EATEN_COLD" ],
  1264. "freezing_point": 23,
  1265. "fun": 10
  1266. },
  1267. {
  1268. "type": "COMESTIBLE",
  1269. "id": "mead",
  1270. "name": "spiced mead",
  1271. "name_plural": "spiced mead",
  1272. "weight": 46,
  1273. "color": "yellow",
  1274. "addiction_type": "alcohol",
  1275. "use_action": "ALCOHOL",
  1276. "stim": -4,
  1277. "container": "bottle_glass",
  1278. "comestible_type": "DRINK",
  1279. "symbol": "~",
  1280. "quench": 14,
  1281. "addiction_potential": 2,
  1282. "calories": 35,
  1283. "description": "Well-aged honey wine, spiced with a hint of hops. Goes down bittersweet.",
  1284. "price": 1100,
  1285. "material": [ "alcohol", "honey" ],
  1286. "volume": 1,
  1287. "phase": "liquid",
  1288. "charges": 7,
  1289. "flags": [ "EATEN_COLD" ],
  1290. "freezing_point": 23,
  1291. "fun": 14
  1292. },
  1293. {
  1294. "type": "COMESTIBLE",
  1295. "id": "dandelion_wine",
  1296. "name": "dandelion wine",
  1297. "name_plural": "dandelion wine",
  1298. "weight": 46,
  1299. "color": "yellow",
  1300. "addiction_type": "alcohol",
  1301. "use_action": "ALCOHOL_WEAK",
  1302. "stim": -2,
  1303. "container": "bottle_glass",
  1304. "comestible_type": "DRINK",
  1305. "symbol": "~",
  1306. "quench": 10,
  1307. "addiction_potential": 1,
  1308. "calories": 17,
  1309. "description": "A light and delicious wine made from dandelion flowers. Slightly effervescent, it is smooth and crisp.",
  1310. "price": 1400,
  1311. "//": "Nope, homebrew is not more expensive than pinot noir, sorry.",
  1312. "material": [ "alcohol", "water" ],
  1313. "volume": 1,
  1314. "phase": "liquid",
  1315. "charges": 7,
  1316. "flags": [ "EATEN_COLD" ],
  1317. "fun": 16,
  1318. "freezing_point": 25
  1319. },
  1320. {
  1321. "type": "COMESTIBLE",
  1322. "id": "pine_wine",
  1323. "name": "pine wine",
  1324. "name_plural": "pine wine",
  1325. "weight": 49,
  1326. "color": "light_green",
  1327. "addiction_type": "alcohol",
  1328. "use_action": "ALCOHOL",
  1329. "stim": -2,
  1330. "container": "bottle_glass",
  1331. "comestible_type": "DRINK",
  1332. "symbol": "~",
  1333. "quench": 2,
  1334. "healthy": 1,
  1335. "addiction_potential": 1,
  1336. "calories": 17,
  1337. "description": "A potent wine flavored with pine resin. Bold and pungent, its biting taste and strong aroma takes some getting used to.",
  1338. "price": 1000,
  1339. "material": [ "alcohol", "water" ],
  1340. "volume": 1,
  1341. "phase": "liquid",
  1342. "charges": 7,
  1343. "flags": [ "EATEN_COLD" ],
  1344. "freezing_point": 23,
  1345. "fun": 12
  1346. },
  1347. {
  1348. "type": "COMESTIBLE",
  1349. "id": "hb_beer",
  1350. "name": "homebrew beer",
  1351. "name_plural": "homebrew beer",
  1352. "weight": 249,
  1353. "color": "brown",
  1354. "addiction_type": "alcohol",
  1355. "use_action": "ALCOHOL_WEAK",
  1356. "stim": -4,
  1357. "container": "jug_plastic",
  1358. "comestible_type": "DRINK",
  1359. "symbol": "~",
  1360. "quench": 18,
  1361. "addiction_potential": 2,
  1362. "calories": 35,
  1363. "description": "Not the finest drink you've had, but hey, it's alcohol by the gallon.",
  1364. "price": 500,
  1365. "material": [ "alcohol", "water" ],
  1366. "volume": 1,
  1367. "phase": "liquid",
  1368. "flags": [ "EATEN_COLD" ],
  1369. "freezing_point": 23,
  1370. "fun": 8
  1371. },
  1372. {
  1373. "type": "COMESTIBLE",
  1374. "id": "moonshine",
  1375. "name": "moonshine",
  1376. "name_plural": "moonshine",
  1377. "weight": 35,
  1378. "color": "brown",
  1379. "addiction_type": "alcohol",
  1380. "use_action": "ALCOHOL_STRONG",
  1381. "stim": -18,
  1382. "container": "jug_plastic",
  1383. "comestible_type": "DRINK",
  1384. "symbol": "~",
  1385. "quench": -16,
  1386. "healthy": -6,
  1387. "addiction_potential": 7,
  1388. "calories": 17,
  1389. "description": "Only the strongest, purest, good ol' fashioned hooch. Guaranteed to make you forget about the whole cataclysm thing, or you get your vision back.",
  1390. "price": 850,
  1391. "material": "alcohol",
  1392. "volume": 1,
  1393. "phase": "liquid",
  1394. "charges": 7,
  1395. "flags": [ "EATEN_COLD" ],
  1396. "freezing_point": -49,
  1397. "fun": 12
  1398. },
  1399. {
  1400. "type": "COMESTIBLE",
  1401. "id": "european_pilsner",
  1402. "name": "European pilsner",
  1403. "name_plural": "European pilsner",
  1404. "weight": 249,
  1405. "color": "brown",
  1406. "addiction_type": "alcohol",
  1407. "use_action": "ALCOHOL_WEAK",
  1408. "stim": -4,
  1409. "container": "can_drink",
  1410. "comestible_type": "DRINK",
  1411. "symbol": "~",
  1412. "quench": 18,
  1413. "healthy": -1,
  1414. "addiction_potential": 2,
  1415. "calories": 35,
  1416. "description": "A pilsner imported from Europe. Best served cold, in a glass - but you're not that lucky.",
  1417. "price": 260,
  1418. "material": [ "alcohol", "water" ],
  1419. "volume": 1,
  1420. "phase": "liquid",
  1421. "flags": [ "EATEN_COLD" ],
  1422. "freezing_point": 23,
  1423. "fun": 10
  1424. },
  1425. {
  1426. "type": "COMESTIBLE",
  1427. "id": "pale_ale",
  1428. "name": "American pale ale",
  1429. "name_plural": "American pale ale",
  1430. "weight": 249,
  1431. "color": "brown",
  1432. "addiction_type": "alcohol",
  1433. "use_action": "ALCOHOL_WEAK",
  1434. "stim": -4,
  1435. "container": "can_drink",
  1436. "comestible_type": "DRINK",
  1437. "symbol": "~",
  1438. "quench": 18,
  1439. "healthy": -1,
  1440. "addiction_potential": 2,
  1441. "calories": 35,
  1442. "description": "A tasty craft beer. Best served cold, in a glass - but you're not that lucky.",
  1443. "price": 150,
  1444. "material": [ "alcohol", "water" ],
  1445. "volume": 1,
  1446. "phase": "liquid",
  1447. "flags": [ "EATEN_COLD" ],
  1448. "freezing_point": 23,
  1449. "fun": 14
  1450. },
  1451. {
  1452. "type": "COMESTIBLE",
  1453. "id": "india_pale_ale",
  1454. "name": "India pale ale",
  1455. "name_plural": "India pale ale",
  1456. "weight": 249,
  1457. "color": "brown",
  1458. "addiction_type": "alcohol",
  1459. "use_action": "ALCOHOL_WEAK",
  1460. "stim": -4,
  1461. "container": "can_drink",
  1462. "comestible_type": "DRINK",
  1463. "symbol": "~",
  1464. "quench": 18,
  1465. "healthy": -1,
  1466. "addiction_potential": 2,
  1467. "calories": 35,
  1468. "description": "A very flavorful microbrewed beer. Best served cold, in a glass - but you're not that lucky.",
  1469. "price": 150,
  1470. "material": [ "alcohol", "water" ],
  1471. "volume": 1,
  1472. "phase": "liquid",
  1473. "flags": [ "EATEN_COLD" ],
  1474. "freezing_point": 23,
  1475. "fun": 14
  1476. },
  1477. {
  1478. "type": "COMESTIBLE",
  1479. "id": "stout",
  1480. "name": "stout",
  1481. "name_plural": "stout",
  1482. "weight": 249,
  1483. "color": "brown",
  1484. "addiction_type": "alcohol",
  1485. "use_action": "ALCOHOL_WEAK",
  1486. "stim": -4,
  1487. "container": "bottle_glass",
  1488. "comestible_type": "DRINK",
  1489. "symbol": "~",
  1490. "quench": 18,
  1491. "healthy": -1,
  1492. "addiction_potential": 2,
  1493. "calories": 35,
  1494. "description": "A tasty craft beer, as dark in color as the days ahead.",
  1495. "price": 160,
  1496. "material": [ "alcohol", "water" ],
  1497. "volume": 1,
  1498. "phase": "liquid",
  1499. "freezing_point": 23,
  1500. "fun": 14,
  1501. "flags": [ "EATEN_COLD" ]
  1502. },
  1503. {
  1504. "type": "COMESTIBLE",
  1505. "id": "belgian_ale",
  1506. "name": "Belgian ale",
  1507. "name_plural": "Belgian ale",
  1508. "weight": 249,
  1509. "color": "brown",
  1510. "addiction_type": "alcohol",
  1511. "use_action": "ALCOHOL_WEAK",
  1512. "stim": -4,
  1513. "container": "bottle_glass",
  1514. "comestible_type": "DRINK",
  1515. "symbol": "~",
  1516. "quench": 16,
  1517. "healthy": -1,
  1518. "addiction_potential": 2,
  1519. "calories": 69,
  1520. "description": "A flavorful and filling ale brewed by monks in Belgium. Best served in a goblet.",
  1521. "price": 130,
  1522. "material": [ "alcohol", "water" ],
  1523. "volume": 1,
  1524. "phase": "liquid",
  1525. "flags": [ "EATEN_COLD" ],
  1526. "freezing_point": 23,
  1527. "fun": 14
  1528. },
  1529. {
  1530. "type": "COMESTIBLE",
  1531. "id": "imperial_stout",
  1532. "name": "imperial stout",
  1533. "name_plural": "imperial stout",
  1534. "weight": 249,
  1535. "color": "brown",
  1536. "addiction_type": "alcohol",
  1537. "use_action": "ALCOHOL",
  1538. "stim": -8,
  1539. "container": "bottle_glass",
  1540. "comestible_type": "DRINK",
  1541. "symbol": "~",
  1542. "quench": 8,
  1543. "healthy": -1,
  1544. "addiction_potential": 4,
  1545. "calories": 52,
  1546. "description": "A very flavorful beer that has been aged in bourbon barrels. It is as black as midnight on a moonless night and has the viscosity of oil. While very tasty, it also has an alcohol content on the level with wine.",
  1547. "price": 450,
  1548. "material": [ "alcohol", "water" ],
  1549. "volume": 1,
  1550. "phase": "liquid",
  1551. "fun": 18,
  1552. "flags": [ "EATEN_COLD" ],
  1553. "freezing_point": 23
  1554. },
  1555. {
  1556. "type": "COMESTIBLE",
  1557. "id": "tea",
  1558. "name": "tea",
  1559. "weight": 250,
  1560. "color": "brown",
  1561. "use_action": "CAFF",
  1562. "stim": 3,
  1563. "container": "bottle_plastic",
  1564. "comestible_type": "DRINK",
  1565. "symbol": "~",
  1566. "quench": 40,
  1567. "calories": 26,
  1568. "description": "Tea, the beverage of gentlemen everywhere.",
  1569. "price": 90,
  1570. "volume": 1,
  1571. "material": [ "water" ],
  1572. "phase": "liquid",
  1573. "flags": [ "EATEN_HOT" ],
  1574. "fun": 6
  1575. },
  1576. {
  1577. "type": "COMESTIBLE",
  1578. "id": "kompot",
  1579. "name": "kompot",
  1580. "weight": 21,
  1581. "color": "red",
  1582. "spoils_in": 180,
  1583. "container": "jar_3l_glass",
  1584. "comestible_type": "DRINK",
  1585. "symbol": "~",
  1586. "quench": 50,
  1587. "healthy": 1,
  1588. "calories": 43,
  1589. "description": "Clear juice obtained by cooking fruit in a large volume of water.",
  1590. "price": 62,
  1591. "material": "fruit",
  1592. "volume": 1,
  1593. "phase": "liquid",
  1594. "flags": [ "EATEN_COLD" ],
  1595. "fun": 8
  1596. },
  1597. {
  1598. "type": "COMESTIBLE",
  1599. "id": "coffee",
  1600. "name": "coffee",
  1601. "name_plural": "coffee",
  1602. "weight": 254,
  1603. "color": "brown",
  1604. "addiction_type": "caffeine",
  1605. "use_action": "CAFF",
  1606. "stim": 12,
  1607. "container": "bottle_plastic",
  1608. "comestible_type": "DRINK",
  1609. "symbol": "~",
  1610. "quench": 40,
  1611. "addiction_potential": 2,
  1612. "calories": 26,
  1613. "description": "Coffee. The morning ritual of the pre-apocalyptic world.",
  1614. "price": 100,
  1615. "material": "water",
  1616. "volume": 1,
  1617. "phase": "liquid",
  1618. "flags": [ "EATEN_HOT" ],
  1619. "fun": 6
  1620. },
  1621. {
  1622. "type": "COMESTIBLE",
  1623. "id": "atomic_coffee",
  1624. "name": "atomic coffee",
  1625. "name_plural": "atomic coffee",
  1626. "weight": 257,
  1627. "color": "brown",
  1628. "addiction_type": "caffeine",
  1629. "use_action": "ATOMIC_CAFF",
  1630. "stim": 25,
  1631. "container": "bottle_plastic",
  1632. "comestible_type": "DRINK",
  1633. "symbol": "~",
  1634. "quench": 40,
  1635. "healthy": -5,
  1636. "addiction_potential": 8,
  1637. "calories": 35,
  1638. "description": "This serving of coffee has been created using an atomic coffee pot's FULL NUCLEAR brewing cycle. Every possible microgram of caffeine and flavor has been carefully extracted for your enjoyment, using the power of the atom.",
  1639. "price": 300,
  1640. "material": "water",
  1641. "volume": 1,
  1642. "phase": "liquid",
  1643. "flags": [ "EATEN_HOT" ],
  1644. "fun": 10
  1645. },
  1646. {
  1647. "type": "COMESTIBLE",
  1648. "id": "choc_drink",
  1649. "name": "chocolate drink",
  1650. "weight": 264,
  1651. "color": "brown",
  1652. "stim": 2,
  1653. "container": "can_drink",
  1654. "comestible_type": "DRINK",
  1655. "symbol": "~",
  1656. "quench": 36,
  1657. "calories": 35,
  1658. "description": "A chocolate flavored beverage made of artificial flavoring and milk byproducts. Shelf stable and vaguely appetizing even when lukewarm.",
  1659. "price": 100,
  1660. "material": [ "junk", "milk" ],
  1661. "volume": 1,
  1662. "phase": "liquid",
  1663. "flags": [ "EATEN_COLD" ],
  1664. "fun": 7
  1665. },
  1666. {
  1667. "type": "COMESTIBLE",
  1668. "id": "blood",
  1669. "name": "blood",
  1670. "name_plural": "blood",
  1671. "weight": 265,
  1672. "color": "red",
  1673. "container": "flask_glass",
  1674. "comestible_type": "DRINK",
  1675. "symbol": "~",
  1676. "quench": 5,
  1677. "healthy": -8,
  1678. "calories": 43,
  1679. "description": "Blood, possibly that of a human. Disgusting!",
  1680. "price": 0,
  1681. "material": "hflesh",
  1682. "volume": 1,
  1683. "phase": "liquid",
  1684. "fun": -50
  1685. },
  1686. {
  1687. "type": "GENERIC",
  1688. "id": "bone",
  1689. "category": "spare_parts",
  1690. "name": "bone",
  1691. "weight": 225,
  1692. "color": "white",
  1693. "symbol": "%",
  1694. "description": "A bone from some creature or other. Could be used to make some stuff, like needles.",
  1695. "price": 0,
  1696. "material": "bone",
  1697. "volume": 1
  1698. },
  1699. {
  1700. "type": "COMESTIBLE",
  1701. "id": "plant_sac",
  1702. "name": "fluid sac",
  1703. "weight": 278,
  1704. "color": "light_green",
  1705. "spoils_in": 80,
  1706. "//": "wild veggetables as a reference",
  1707. "comestible_type": "FOOD",
  1708. "symbol": "%",
  1709. "quench": 18,
  1710. "healthy": -1,
  1711. "calories": 35,
  1712. "description": "A fluid bladder from a plant based lifeform. Not very nutritious, but fine to eat anyway.",
  1713. "price": 0,
  1714. "material": "veggy",
  1715. "volume": 1
  1716. },
  1717. {
  1718. "type": "COMESTIBLE",
  1719. "id": "fat",
  1720. "name": "chunk of fat",
  1721. "name_plural": "chunks of fat",
  1722. "weight": 212,
  1723. "color": "pink",
  1724. "spoils_in": 168,
  1725. "comestible_type": "FOOD",
  1726. "symbol": "%",
  1727. "quench": -10,
  1728. "healthy": -3,
  1729. "calories": 87,
  1730. "description": "Freshly butchered fat. You could eat it raw, but it is better used as an ingredient in other foods or projects.",
  1731. "price": 0,
  1732. "material": "flesh",
  1733. "volume": 1,
  1734. "stack_size": 1,
  1735. "fun": -20,
  1736. "rot_spawn": "GROUP_CARRION",
  1737. "rot_spawn_chance": 15
  1738. },
  1739. {
  1740. "type": "COMESTIBLE",
  1741. "id": "tallow",
  1742. "name": "tallow",
  1743. "weight": 128,
  1744. "color": "white",
  1745. "spoils_in": 1440,
  1746. "comestible_type": "FOOD",
  1747. "symbol": "%",
  1748. "quench": -10,
  1749. "healthy": -2,
  1750. "calories": 156,
  1751. "description": "A smooth white block of cleaned and rendered animal fat. It will remain edible for a very long time, and can be used as an ingredient in many foods and projects.",
  1752. "price": 500,
  1753. "//": "*May* have been commercially traded.",
  1754. "material": "flesh",
  1755. "volume": 1,
  1756. "charges": 2,
  1757. "stack_size": 4,
  1758. "fun": -18
  1759. },
  1760. {
  1761. "type": "COMESTIBLE",
  1762. "id": "lard",
  1763. "name": "lard",
  1764. "copy-from": "tallow",
  1765. "description": "A smooth white block of dry-rendered animal fat. It will remain edible for a very long time, and can be used as an ingredient in many foods and projects."
  1766. },
  1767. {
  1768. "type": "COMESTIBLE",
  1769. "id": "dry_fish",
  1770. "name": "dehydrated fish",
  1771. "name_plural": "dehydrated fish",
  1772. "weight": 32,
  1773. "color": "light_gray",
  1774. "spoils_in": 8640,
  1775. "comestible_type": "FOOD",
  1776. "symbol": "%",
  1777. "quench": -3,
  1778. "calories": 122,
  1779. "description": "Dehydrated fish flakes. With proper storage, this dried food will remain edible for an incredibly long time.",
  1780. "price": 500,
  1781. "material": "flesh",
  1782. "volume": 1,
  1783. "flags": [ "EDIBLE_FROZEN" ],
  1784. "charges": 2
  1785. },
  1786. {
  1787. "type": "COMESTIBLE",
  1788. "id": "rehydrated_fish",
  1789. "name": "rehydrated fish",
  1790. "name_plural": "rehydrated fish",
  1791. "weight": 92,
  1792. "color": "white",
  1793. "spoils_in": 24,
  1794. "comestible_type": "FOOD",
  1795. "symbol": "%",
  1796. "calories": 139,
  1797. "description": "Reconstituted fish flakes, which are much more enjoyable to eat now that they have been rehydrated.",
  1798. "price": 500,
  1799. "material": "flesh",
  1800. "volume": 1,
  1801. "charges": 2,
  1802. "fun": 2,
  1803. "rot_spawn": "GROUP_CARRION",
  1804. "rot_spawn_chance": 3
  1805. },
  1806. {
  1807. "type": "COMESTIBLE",
  1808. "id": "fish_pickled",
  1809. "name": "pickled fish",
  1810. "name_plural": "pickled fish",
  1811. "weight": 405,
  1812. "color": "white",
  1813. "spoils_in": 96,
  1814. "container": "jar_glass",
  1815. "comestible_type": "FOOD",
  1816. "symbol": "%",
  1817. "quench": -1,
  1818. "healthy": 1,
  1819. "calories": 347,
  1820. "description": "This is a serving of crisply brined and canned fish. Tasty and nutritious.",
  1821. "price": 250,
  1822. "//": "Two charges per jar.",
  1823. "material": "flesh",
  1824. "volume": 1,
  1825. "stack_size": 2,
  1826. "fun": 7
  1827. },
  1828. {
  1829. "type": "COMESTIBLE",
  1830. "id": "fish_canned",
  1831. "name": "canned fish",
  1832. "name_plural": "canned fish",
  1833. "weight": 362,
  1834. "color": "light_gray",
  1835. "spoils_in": 40,
  1836. "container": "can_food",
  1837. "comestible_type": "FOOD",
  1838. "symbol": "%",
  1839. "healthy": 1,
  1840. "calories": 226,
  1841. "description": "Low-sodium preserved fish. It was boiled and canned. Contains most of the nutrition, but little of the savor of cooked fish.",
  1842. "price": 250,
  1843. "material": "flesh",
  1844. "volume": 1,
  1845. "stack_size": 2,
  1846. "fun": 2
  1847. },
  1848. {
  1849. "type": "COMESTIBLE",
  1850. "id": "fish_vac",
  1851. "name": "salted fish slices",
  1852. "name_plural": "salted fish slices",
  1853. "weight": 84,
  1854. "color": "white",
  1855. "spoils_in": 48,
  1856. "container": "bag_plastic",
  1857. "comestible_type": "FOOD",
  1858. "symbol": "%",
  1859. "quench": -5,
  1860. "calories": 191,
  1861. "description": "Fish fillets cured in brine and vacuum-packed. Salty but tasty in a pinch.",
  1862. "price": 1000,
  1863. "material": "flesh",
  1864. "volume": 1,
  1865. "charges": 2,
  1866. "fun": 3
  1867. },
  1868. {
  1869. "type": "COMESTIBLE",
  1870. "id": "fish_fried",
  1871. "name": "batter fried fish",
  1872. "name_plural": "batter fried fish",
  1873. "weight": 64,
  1874. "color": "yellow",
  1875. "spoils_in": 24,
  1876. "container": "box_small",
  1877. "comestible_type": "FOOD",
  1878. "symbol": "%",
  1879. "calories": 243,
  1880. "description": "A delicious golden brown serving of crispy fried fish.",
  1881. "price": 500,
  1882. "material": "flesh",
  1883. "volume": 1,
  1884. "charges": 6,
  1885. "//": "3 fillets.",
  1886. "flags": [ "EATEN_HOT" ],
  1887. "fun": 10,
  1888. "rot_spawn": "GROUP_CARRION",
  1889. "rot_spawn_chance": 5
  1890. },
  1891. {
  1892. "type": "COMESTIBLE",
  1893. "id": "fish_sandwich",
  1894. "name": "fish sandwich",
  1895. "name_plural": "fish sandwiches",
  1896. "weight": 222,
  1897. "color": "yellow",
  1898. "spoils_in": 24,
  1899. "container": "wrapper",
  1900. "comestible_type": "FOOD",
  1901. "symbol": "%",
  1902. "calories": 226,
  1903. "description": "A delicious fish sandwich.",
  1904. "price": 800,
  1905. "material": [ "flesh", "wheat" ],
  1906. "volume": 1,
  1907. "charges": 4,
  1908. "//": "Four portions seems like a lot, but given the amount of ingredients needed, it's a good perk.",
  1909. "fun": 14,
  1910. "rot_spawn": "GROUP_CARRION",
  1911. "rot_spawn_chance": 5
  1912. },
  1913. {
  1914. "type": "COMESTIBLE",
  1915. "id": "lutefisk",
  1916. "name": "lutefisk",
  1917. "weight": 94,
  1918. "color": "light_gray",
  1919. "spoils_in": 8640,
  1920. "container": "bag_plastic",
  1921. "comestible_type": "FOOD",
  1922. "symbol": "%",
  1923. "quench": -2,
  1924. "healthy": 1,
  1925. "calories": 417,
  1926. "description": "Lutefisk is preserved fish that has been dried in a lye solution. Vile and soap-like yet highly nutritious, it is reminiscent of the afterbirth of a dog or the world's largest chunk of phlegm.",
  1927. "price": 200,
  1928. "material": "flesh",
  1929. "volume": 1,
  1930. "charges": 4,
  1931. "//": "4 fillets.",
  1932. "flags": [ "EATEN_HOT" ],
  1933. "fun": -15
  1934. },
  1935. {
  1936. "type": "COMESTIBLE",
  1937. "id": "fchicken",
  1938. "name": "deep fried chicken",
  1939. "weight": 238,
  1940. "color": "red",
  1941. "spoils_in": 24,
  1942. "container": "box_small",
  1943. "comestible_type": "FOOD",
  1944. "symbol": "%",
  1945. "healthy": -1,
  1946. "calories": 130,
  1947. "description": "A handful of deep fried chicken. So bad it's good.",
  1948. "price": 550,
  1949. "material": [ "flesh", "junk" ],
  1950. "volume": 1,
  1951. "charges": 4,
  1952. "fun": 12,
  1953. "rot_spawn": "GROUP_CARRION",
  1954. "rot_spawn_chance": 15
  1955. },
  1956. {
  1957. "type": "COMESTIBLE",
  1958. "id": "lunchmeat",
  1959. "name": "lunch meat",
  1960. "weight": 12,
  1961. "color": "red",
  1962. "spoils_in": 60,
  1963. "container": "bag_plastic",
  1964. "comestible_type": "FOOD",
  1965. "symbol": "%",
  1966. "healthy": -1,
  1967. "calories": 104,
  1968. "description": "Delicious lunch meat. Can be eaten cold.",
  1969. "price": 3,
  1970. "//": "*Looking for ~$6 per pound here.",
  1971. "material": "flesh",
  1972. "volume": 1,
  1973. "rot_spawn": "GROUP_CARRION",
  1974. "rot_spawn_chance": 3
  1975. },
  1976. {
  1977. "type": "COMESTIBLE",
  1978. "id": "bologna",
  1979. "name": "bologna",
  1980. "weight": 22,
  1981. "//": "Rebalanced: the recipe looks to easily make two pounds.",
  1982. "color": "red",
  1983. "spoils_in": 560,
  1984. "container": "bag_plastic",
  1985. "comestible_type": "FOOD",
  1986. "symbol": "%",
  1987. "healthy": -1,
  1988. "calories": 26,
  1989. "description": "A type of lunch meat that comes pre-sliced. Its first name isn't Oscar. Can be eaten cold.",
  1990. "price": 1000,
  1991. "material": "flesh",
  1992. "volume": 1,
  1993. "charges": 10,
  1994. "rot_spawn": "GROUP_CARRION",
  1995. "rot_spawn_chance": 3
  1996. },
  1997. {
  1998. "type": "COMESTIBLE",
  1999. "id": "hfleshbologna",
  2000. "copy-from": "bologna",
  2001. "name": "brat bologna",
  2002. "description": "A type of lunch meat made out of human flesh that comes pre-sliced. Its first name may have been Oscar. Can be eaten cold.",
  2003. "material": "hflesh"
  2004. },
  2005. {
  2006. "type": "COMESTIBLE",
  2007. "id": "veggy",
  2008. "name": "plant marrow",
  2009. "weight": 238,
  2010. "color": "green",
  2011. "spoils_in": 80,
  2012. "comestible_type": "FOOD",
  2013. "symbol": "%",
  2014. "healthy": 1,
  2015. "calories": 174,
  2016. "description": "A nutrient rich chunk of plant matter, could be eaten raw or cooked.",
  2017. "price": 600,
  2018. "material": "veggy",
  2019. "flags": [ "TRADER_AVOID", "SMOKABLE" ],
  2020. "volume": 1,
  2021. "rot_spawn": "GROUP_ROTTING_PLANT",
  2022. "rot_spawn_chance": 5
  2023. },
  2024. {
  2025. "type": "COMESTIBLE",
  2026. "id": "veggy_wild",
  2027. "name": "wild vegetables",
  2028. "name_plural": "wild vegetables",
  2029. "weight": 238,
  2030. "color": "green",
  2031. "spoils_in": 80,
  2032. "comestible_type": "FOOD",
  2033. "symbol": "%",
  2034. "healthy": 1,
  2035. "calories": 217,
  2036. "description": "An assortment of edible-looking wild plants. Most are quite bitter-tasting. Some are inedible until cooked.",
  2037. "//": "In real life many root vegetables are mildly toxic until cooked",
  2038. "price": 60,
  2039. "material": "veggy",
  2040. "volume": 1,
  2041. "fun": -10,
  2042. "flags": [ "FREEZERBURN", "SMOKABLE" ],
  2043. "rot_spawn": "GROUP_ROTTING_PLANT",
  2044. "rot_spawn_chance": 5
  2045. },
  2046. {
  2047. "type": "COMESTIBLE",
  2048. "id": "cattail_stalk",
  2049. "name": "cattail stalk",
  2050. "name_plural": "cattail stalks",
  2051. "weight": 146,
  2052. "color": "green",
  2053. "spoils_in": 80,
  2054. "comestible_type": "FOOD",
  2055. "symbol": "%",
  2056. "calories": 43,
  2057. "description": "A stiff green stalk from a cattail plant. It is starchy and fibrous, but it would be much better if you cooked it.",
  2058. "price": 0,
  2059. "material": "veggy",
  2060. "volume": 1,
  2061. "fun": -8,
  2062. "rot_spawn": "GROUP_ROTTING_PLANT",
  2063. "rot_spawn_chance": 3
  2064. },
  2065. {
  2066. "type": "COMESTIBLE",
  2067. "id": "cooked_cattail_stalk",
  2068. "name": "cooked cattail stalk",
  2069. "name_plural": "cooked cattail stalks",
  2070. "weight": 112,
  2071. "color": "white",
  2072. "spoils_in": 60,
  2073. "comestible_type": "FOOD",
  2074. "symbol": "%",
  2075. "healthy": 1,
  2076. "calories": 104,
  2077. "description": "A cooked stalk from a cattail plant. Its fibrous outer leaves have been stripped away and now it is quite delicious.",
  2078. "price": 0,
  2079. "material": "veggy",
  2080. "volume": 1,
  2081. "fun": 1,
  2082. "rot_spawn": "GROUP_ROTTING_PLANT",
  2083. "rot_spawn_chance": 5
  2084. },
  2085. {
  2086. "type": "COMESTIBLE",
  2087. "id": "cattail_rhizome",
  2088. "name": "cattail rhizome",
  2089. "name_plural": "cattail rhizomes",
  2090. "weight": 418,
  2091. "color": "brown",
  2092. "spoils_in": 80,
  2093. "comestible_type": "FOOD",
  2094. "symbol": "%",
  2095. "calories": 191,
  2096. "description": "A stout branching rhizome from a cattail plant. Its crisp white flesh is very starchy and fibrous, but you really ought to cook it before you attempt to eat it.",
  2097. "price": 0,
  2098. "material": "veggy",
  2099. "volume": 2,
  2100. "fun": -12,
  2101. "rot_spawn": "GROUP_ROTTING_PLANT",
  2102. "rot_spawn_chance": 3
  2103. },
  2104. {
  2105. "type": "COMESTIBLE",
  2106. "id": "starch",
  2107. "name": "starch",
  2108. "name_plural": "starch",
  2109. "weight": 418,
  2110. "color": "light_gray",
  2111. "spoils_in": 30,
  2112. "comestible_type": "FOOD",
  2113. "symbol": "%",
  2114. "healthy": 1,
  2115. "calories": 278,
  2116. "description": "Sticky, gooey carbohydrate paste extracted from plants. Spoils rather quickly if not prepared for storage.",
  2117. "price": 0,
  2118. "material": "veggy",
  2119. "volume": 1,
  2120. "fun": -14,
  2121. "flags": [ "EDIBLE_FROZEN" ],
  2122. "rot_spawn": "GROUP_ROTTING_PLANT",
  2123. "rot_spawn_chance": 5
  2124. },
  2125. {
  2126. "type": "COMESTIBLE",
  2127. "id": "raw_dandelion",
  2128. "name": "handful of dandelions",
  2129. "name_plural": "handfuls of dandelions",
  2130. "weight": 96,
  2131. "color": "yellow",
  2132. "spoils_in": 30,
  2133. "comestible_type": "FOOD",
  2134. "symbol": "%",
  2135. "healthy": 1,
  2136. "calories": 35,
  2137. "description": "A collection of freshly picked yellow dandelions. In their current raw state they are quite bitter.",
  2138. "price": 60,
  2139. "material": "veggy",
  2140. "volume": 1,
  2141. "stack_size": 4,
  2142. "charges": 2,
  2143. "fun": -12,
  2144. "flags": [ "FREEZERBURN" ],
  2145. "rot_spawn": "GROUP_ROTTING_PLANT",
  2146. "rot_spawn_chance": 2
  2147. },
  2148. {
  2149. "type": "COMESTIBLE",
  2150. "id": "dandelion_cooked",
  2151. "name": "cooked dandelion greens",
  2152. "name_plural": "cooked dandelion greens",
  2153. "weight": 220,
  2154. "color": "green",
  2155. "spoils_in": 48,
  2156. "comestible_type": "FOOD",
  2157. "symbol": "%",
  2158. "healthy": 2,
  2159. "calories": 174,
  2160. "description": "Cooked leaves from wild dandelions. Tasty and nutritious.",
  2161. "price": 200,
  2162. "material": "veggy",
  2163. "volume": 1,
  2164. "stack_size": 2,
  2165. "flags": [ "EATEN_HOT", "FREEZERBURN" ],
  2166. "fun": 1,
  2167. "rot_spawn": "GROUP_ROTTING_PLANT",
  2168. "rot_spawn_chance": 5
  2169. },
  2170. {
  2171. "type": "COMESTIBLE",
  2172. "id": "dandelion_fried",
  2173. "name": "fried dandelions",
  2174. "name_plural": "fried dandelions",
  2175. "weight": 268,
  2176. "color": "yellow",
  2177. "spoils_in": 72,
  2178. "comestible_type": "FOOD",
  2179. "symbol": "%",
  2180. "healthy": 1,
  2181. "calories": 156,
  2182. "description": "Wild dandelion flowers that have been battered and deep fried. Very tasty and nutritious.",
  2183. "price": 250,
  2184. "material": "veggy",
  2185. "volume": 1,
  2186. "charges": 4,
  2187. "stack_size": 2,
  2188. "flags": [ "EATEN_HOT", "FREEZERBURN" ],
  2189. "fun": 5,
  2190. "rot_spawn": "GROUP_ROTTING_PLANT",
  2191. "rot_spawn_chance": 7
  2192. },
  2193. {
  2194. "type": "COMESTIBLE",
  2195. "id": "dandelion_tea",
  2196. "name": "dandelion tea",
  2197. "name_plural": "dandelion tea",
  2198. "weight": 252,
  2199. "color": "yellow",
  2200. "addiction_type": "caffeine",
  2201. "use_action": "CAFF",
  2202. "stim": 1,
  2203. "comestible_type": "DRINK",
  2204. "symbol": "~",
  2205. "quench": 48,
  2206. "healthy": 1,
  2207. "calories": 9,
  2208. "description": "A healthy beverage made from dandelion roots steeped in boiling water.",
  2209. "price": 50,
  2210. "volume": 1,
  2211. "material": [ "water" ],
  2212. "phase": "liquid",
  2213. "flags": [ "EATEN_HOT" ],
  2214. "fun": 2
  2215. },
  2216. {
  2217. "type": "COMESTIBLE",
  2218. "id": "meat_tainted",
  2219. "category": "other",
  2220. "name": "chunk of tainted meat",
  2221. "name_plural": "chunks of tainted meat",
  2222. "weight": 238,
  2223. "color": "red",
  2224. "spoils_in": 4,
  2225. "use_action": "POISON",
  2226. "comestible_type": "FOOD",
  2227. "symbol": "%",
  2228. "calories": 174,
  2229. "description": "Meat that's obviously unhealthy. You could eat it, but it will poison you.",
  2230. "price": 0,
  2231. "material": "flesh",
  2232. "flags": "TRADER_AVOID",
  2233. "volume": 1,
  2234. "fun": -10,
  2235. "rot_spawn": "GROUP_CARRION_INFECTED",
  2236. "rot_spawn_chance": 15
  2237. },
  2238. {
  2239. "type": "COMESTIBLE",
  2240. "id": "bone_tainted",
  2241. "category": "other",
  2242. "name": "tainted bone",
  2243. "weight": 212,
  2244. "color": "light_gray",
  2245. "use_action": "POISON",
  2246. "comestible_type": "FOOD",
  2247. "symbol": "%",
  2248. "healthy": -1,
  2249. "calories": 17,
  2250. "description": "A rotten and brittle bone from some unnatural creature or other. Could be used to make some stuff, like charcoal. You could eat it, but it will poison you.",
  2251. "price": 0,
  2252. "//": "Not for use in edible recipes, and should require ~200% as much as normal for applicable inedible recipes except for charcoal.",
  2253. "material": "bone",
  2254. "volume": 1,
  2255. "fun": -10
  2256. },
  2257. {
  2258. "type": "GENERIC",
  2259. "id": "bone_human",
  2260. "copy-from": "bone",
  2261. "name": "human bone",
  2262. "description": "A bone from a human being. Could be used to make some stuff, if you're feeling sufficiently ghoulish.",
  2263. "//": "Not for use in normal food recipes."
  2264. },
  2265. {
  2266. "type": "COMESTIBLE",
  2267. "id": "fat_tainted",
  2268. "category": "other",
  2269. "name": "tainted fat",
  2270. "weight": 192,
  2271. "color": "yellow",
  2272. "spoils_in": 4,
  2273. "use_action": "POISON",
  2274. "comestible_type": "FOOD",
  2275. "symbol": "%",
  2276. "healthy": -3,
  2277. "calories": 9,
  2278. "description": "A watery yellow glob of fat from some unnatural creature or other. You could eat it, but it will poison you.",
  2279. "price": 0,
  2280. "//": "Not for use in edible recipes, and should require ~200% as much as normal for applicable inedible recipes.",
  2281. "material": "flesh",
  2282. "volume": 1,
  2283. "fun": -10,
  2284. "rot_spawn": "GROUP_CARRION_INFECTED",
  2285. "rot_spawn_chance": 15
  2286. },
  2287. {
  2288. "type": "COMESTIBLE",
  2289. "id": "tallow_tainted",
  2290. "name": "tainted tallow",
  2291. "category": "other",
  2292. "weight": 128,
  2293. "color": "light_gray",
  2294. "use_action": "POISON",
  2295. "comestible_type": "FOOD",
  2296. "symbol": "%",
  2297. "quench": -10,
  2298. "healthy": -2,
  2299. "calories": 52,
  2300. "description": "A smooth grayish block of cleaned and rendered monster fat. It will remain 'fresh' for a very long time, and can be used as an ingredient in many projects. You could eat it, but it will poison you.",
  2301. "price": 0,
  2302. "//": "Not for use in edible/foodsafe recipes. Inefficiency is handled by tainted tallow recipe requiring 200% as much materials input as regular tallow recipe.",
  2303. "material": "flesh",
  2304. "volume": 1,
  2305. "charges": 2,
  2306. "stack_size": 4,
  2307. "fun": -18
  2308. },
  2309. {
  2310. "type": "COMESTIBLE",
  2311. "id": "slime_scrap",
  2312. "category": "other",
  2313. "name": "blob glob",
  2314. "weight": 238,
  2315. "color": "dark_gray",
  2316. "use_action": "POISON",
  2317. "comestible_type": "FOOD",
  2318. "symbol": "%",
  2319. "calories": 174,
  2320. "description": "A little hunk of glop that fell off a blob monster. It doesn't seem hostile, but it does wiggle occasionally.",
  2321. "price": 0,
  2322. "volume": 1,
  2323. "fun": -10
  2324. },
  2325. {
  2326. "type": "COMESTIBLE",
  2327. "id": "veggy_tainted",
  2328. "category": "other",
  2329. "name": "tainted veggie",
  2330. "weight": 238,
  2331. "color": "green",
  2332. "spoils_in": 10,
  2333. "use_action": "POISON",
  2334. "comestible_type": "FOOD",
  2335. "symbol": "%",
  2336. "healthy": 1,
  2337. "calories": 174,
  2338. "description": "Vegetable that looks poisonous. You could eat it, but it will poison you.",
  2339. "price": 0,
  2340. "material": "veggy",
  2341. "flags": [ "TRADER_AVOID", "SMOKABLE" ],
  2342. "volume": 1,
  2343. "rot_spawn": "GROUP_ROTTING_PLANT"
  2344. },
  2345. {
  2346. "type": "COMESTIBLE",
  2347. "id": "stomach_boiled",
  2348. "name": "large boiled stomach",
  2349. "weight": 145,
  2350. "color": "red",
  2351. "spoils_in": 24,
  2352. "comestible_type": "FOOD",
  2353. "symbol": ",",
  2354. "calories": 260,
  2355. "description": "A boiled stomach from an animal, nothing else. It looks all but appetizing.",
  2356. "price": 750,
  2357. "material": "flesh",
  2358. "volume": 1,
  2359. "flags": [ "EATEN_HOT" ],
  2360. "fun": -5,
  2361. "rot_spawn": "GROUP_CARRION",
  2362. "rot_spawn_chance": 15
  2363. },
  2364. {
  2365. "type": "COMESTIBLE",
  2366. "id": "hstomach_boiled",
  2367. "copy-from": "stomach_boiled",
  2368. "name": "boiled large human stomach",
  2369. "description": "A boiled stomach from a large humanoid creature, nothing else. It looks all but appetizing.",
  2370. "material": "hflesh"
  2371. },
  2372. {
  2373. "type": "COMESTIBLE",
  2374. "id": "small_stomach_boiled",
  2375. "name": "boiled stomach",
  2376. "weight": 72,
  2377. "color": "red",
  2378. "spoils_in": 24,
  2379. "comestible_type": "FOOD",
  2380. "symbol": ",",
  2381. "calories": 130,
  2382. "description": "A small boiled stomach from an animal, nothing else. It looks all but appetizing.",
  2383. "price": 375,
  2384. "material": "flesh",
  2385. "volume": 1,
  2386. "flags": [ "EATEN_HOT" ],
  2387. "fun": -3,
  2388. "rot_spawn": "GROUP_CARRION",
  2389. "rot_spawn_chance": 12
  2390. },
  2391. {
  2392. "type": "COMESTIBLE",
  2393. "id": "small_hstomach_boiled",
  2394. "copy-from": "small_stomach_boiled",
  2395. "name": "boiled human stomach",
  2396. "description": "A small boiled stomach from a human, nothing else. It looks all but appetizing.",
  2397. "material": "hflesh"
  2398. },
  2399. {
  2400. "type": "COMESTIBLE",
  2401. "id": "sausage_raw",
  2402. "name": "raw sausage",
  2403. "weight": 220,
  2404. "color": "red",
  2405. "spoils_in": 24,
  2406. "comestible_type": "FOOD",
  2407. "symbol": "%",
  2408. "quench": -1,
  2409. "calories": 278,
  2410. "healthy": -1,
  2411. "parasites": 32,
  2412. "description": "A hefty raw sausage, prepared for smoking.",
  2413. "price": 1600,
  2414. "material": "flesh",
  2415. "volume": 2,
  2416. "charges": 6,
  2417. "//": "3 meats here.",
  2418. "flags": [ "SMOKABLE" ],
  2419. "fun": -10
  2420. },
  2421. {
  2422. "type": "COMESTIBLE",
  2423. "id": "sausage",
  2424. "name": "sausage",
  2425. "weight": 220,
  2426. "color": "red",
  2427. "spoils_in": 1008,
  2428. "comestible_type": "FOOD",
  2429. "symbol": "%",
  2430. "quench": -1,
  2431. "calories": 278,
  2432. "description": "A hefty sausage that has been cured and smoked for long term storage.",
  2433. "price": 1600,
  2434. "material": "flesh",
  2435. "volume": 2,
  2436. "charges": 6,
  2437. "//": "3 meats here.",
  2438. "flags": [ "EATEN_HOT", "SMOKED" ],
  2439. "fun": 5
  2440. },
  2441. {
  2442. "type": "COMESTIBLE",
  2443. "id": "hotdogs_frozen",
  2444. "name": "uncooked hot dogs",
  2445. "name_plural": "uncooked hot dogs",
  2446. "weight": 80,
  2447. "color": "red",
  2448. "spoils_in": 280,
  2449. "container": "bag_plastic",
  2450. "comestible_type": "FOOD",
  2451. "symbol": "%",
  2452. "healthy": -2,
  2453. "calories": 35,
  2454. "description": "A heavily processed sausage, commonplace at baseball games before the cataclysm. It would taste much better prepared.",
  2455. "price": 800,
  2456. "material": [ "flesh", "junk" ],
  2457. "volume": 1,
  2458. "charges": 4,
  2459. "flags": [ "EATEN_HOT" ],
  2460. "fun": -6,
  2461. "rot_spawn": "GROUP_CARRION",
  2462. "rot_spawn_chance": 15
  2463. },
  2464. {
  2465. "id": "hotdogs_campfire",
  2466. "type": "COMESTIBLE",
  2467. "comestible_type": "FOOD",
  2468. "name": "campfire hot dog",
  2469. "name_plural": "campfire hot dogs",
  2470. "description": "The simple hot dog, cooked over an open fire. Would be better on a bun, but it's quite an improvement over eating it uncooked",
  2471. "weight": 80,
  2472. "volume": 1,
  2473. "price": 800,
  2474. "stack_size": 4,
  2475. "material": [ "flesh", "junk" ],
  2476. "symbol": "%",
  2477. "color": "red",
  2478. "calories": 104,
  2479. "healthy": -1,
  2480. "fun": 5,
  2481. "spoils_in": 280,
  2482. "flags": [ "EATEN_HOT" ],
  2483. "rot_spawn": "GROUP_CARRION",
  2484. "rot_spawn_chance": 15
  2485. },
  2486. {
  2487. "type": "COMESTIBLE",
  2488. "id": "hotdogs_cooked",
  2489. "name": "cooked hot dogs",
  2490. "name_plural": "cooked hot dogs",
  2491. "weight": 80,
  2492. "color": "red",
  2493. "spoils_in": 24,
  2494. "container": "wrapper",
  2495. "comestible_type": "FOOD",
  2496. "symbol": "%",
  2497. "healthy": -1,
  2498. "calories": 217,
  2499. "description": "Surprisingly, not made from dog. Cooked, this hot dog now tastes much better, but will spoil.",
  2500. "price": 800,
  2501. "material": [ "flesh", "junk", "wheat" ],
  2502. "volume": 1,
  2503. "charges": 4,
  2504. "flags": [ "EATEN_HOT" ],
  2505. "fun": 12,
  2506. "rot_spawn": "GROUP_CARRION",
  2507. "rot_spawn_chance": 15
  2508. },
  2509. {
  2510. "type": "COMESTIBLE",
  2511. "id": "chilidogs",
  2512. "name": "chili dogs",
  2513. "name_plural": "chili dogs",
  2514. "weight": 80,
  2515. "color": "red",
  2516. "spoils_in": 24,
  2517. "container": "wrapper",
  2518. "comestible_type": "FOOD",
  2519. "symbol": "%",
  2520. "healthy": -1,
  2521. "calories": 434,
  2522. "description": "A hot dog, served with chili con carne as a topping. Yum!",
  2523. "price": 900,
  2524. "material": [ "flesh", "junk", "wheat" ],
  2525. "volume": 1,
  2526. "charges": 4,
  2527. "flags": [ "EATEN_HOT" ],
  2528. "fun": 15,
  2529. "rot_spawn": "GROUP_CARRION",
  2530. "rot_spawn_chance": 15
  2531. },
  2532. {
  2533. "type": "COMESTIBLE",
  2534. "id": "chilidogs_human",
  2535. "copy-from": "chilidogs",
  2536. "name": "cheater chili dogs",
  2537. "name_plural": "cheater chili dogs",
  2538. "description": "A hot dog, served with chili con cabron as a topping. Delightful.",
  2539. "material": [ "hflesh", "junk", "wheat" ]
  2540. },
  2541. {
  2542. "type": "COMESTIBLE",
  2543. "id": "corndogs_frozen",
  2544. "name": "uncooked corn dogs",
  2545. "name_plural": "uncooked corn dogs",
  2546. "weight": 90,
  2547. "color": "yellow",
  2548. "spoils_in": 280,
  2549. "container": "bag_plastic",
  2550. "comestible_type": "FOOD",
  2551. "symbol": "%",
  2552. "healthy": -6,
  2553. "calories": 35,
  2554. "description": "A heavily processed sausage, dipped in batter and deep fried. It would taste much better prepared.",
  2555. "price": 900,
  2556. "material": [ "flesh", "junk" ],
  2557. "volume": 1,
  2558. "charges": 4,
  2559. "flags": [ "EATEN_HOT" ],
  2560. "fun": -18,
  2561. "rot_spawn": "GROUP_CARRION",
  2562. "rot_spawn_chance": 15
  2563. },
  2564. {
  2565. "type": "COMESTIBLE",
  2566. "id": "corndogs_cooked",
  2567. "name": "cooked corn dog",
  2568. "weight": 90,
  2569. "color": "yellow",
  2570. "spoils_in": 24,
  2571. "container": "wrapper",
  2572. "comestible_type": "FOOD",
  2573. "symbol": "%",
  2574. "healthy": -2,
  2575. "calories": 174,
  2576. "description": "A heavily processed sausage, dipped in batter and deep fried. Cooked, this corn dog now tastes much better, but will spoil.",
  2577. "price": 900,
  2578. "material": [ "flesh", "junk" ],
  2579. "volume": 1,
  2580. "flags": [ "EATEN_HOT" ],
  2581. "fun": 18,
  2582. "rot_spawn": "GROUP_CARRION",
  2583. "rot_spawn_chance": 15
  2584. },
  2585. {
  2586. "type": "COMESTIBLE",
  2587. "id": "mannwurst",
  2588. "copy-from": "sausage",
  2589. "name": "Mannwurst",
  2590. "flags": [ "EATEN_HOT", "SMOKED" ],
  2591. "description": "A hefty long pork sausage that has been cured and smoked for long term storage. Very tasty, if you're in the market for human flesh.",
  2592. "material": "hflesh"
  2593. },
  2594. {
  2595. "type": "COMESTIBLE",
  2596. "id": "mannwurst_raw",
  2597. "copy-from": "sausage_raw",
  2598. "name": "raw Mannwurst",
  2599. "description": "A hefty raw 'long-pork' sausage that has been prepared for smoking.",
  2600. "material": "hflesh"
  2601. },
  2602. {
  2603. "type": "COMESTIBLE",
  2604. "id": "currywurst",
  2605. "name": "currywurst",
  2606. "weight": 220,
  2607. "color": "red",
  2608. "spoils_in": 48,
  2609. "container": "wrapper",
  2610. "comestible_type": "FOOD",
  2611. "symbol": "%",
  2612. "quench": -3,
  2613. "calories": 330,
  2614. "description": "Sausage covered in a curry ketchup sauce. Fairly spicy and impressive at the same time!",
  2615. "price": 900,
  2616. "material": "flesh",
  2617. "volume": 2,
  2618. "charges": 6,
  2619. "flags": [ "EATEN_HOT" ],
  2620. "fun": 10,
  2621. "rot_spawn": "GROUP_CARRION"
  2622. },
  2623. {
  2624. "type": "COMESTIBLE",
  2625. "id": "h_currywurst",
  2626. "copy-from": "currywurst",
  2627. "name": "cheapskate currywurst",
  2628. "description": "Mannwurst covered in a curry ketchup sauce. Fairly spicy and impressive at the same time!",
  2629. "material": "hflesh"
  2630. },
  2631. {
  2632. "type": "COMESTIBLE",
  2633. "id": "mannwurstgravy",
  2634. "copy-from": "sausagegravy",
  2635. "name": "Mannwurst gravy",
  2636. "name_plural": "Mannwurst gravies",
  2637. "description": "Biscuits, human flesh, and delicious mushroom soup all crammed together into a wonderfully greasy and tasteful mush.",
  2638. "material": [ "hflesh", "wheat", "mushroom" ]
  2639. },
  2640. {
  2641. "type": "COMESTIBLE",
  2642. "id": "sausagegravy",
  2643. "name": "sausage gravy",
  2644. "name_plural": "sausage gravies",
  2645. "weight": 300,
  2646. "color": "light_gray",
  2647. "spoils_in": 48,
  2648. "//": "Semi-arbitrary spoilage of 48 hours set: pretty confident sausage gravy goes bad.",
  2649. "comestible_type": "FOOD",
  2650. "symbol": "%",
  2651. "quench": 6,
  2652. "calories": 330,
  2653. "description": "Biscuits, meat, and delicious mushroom soup all crammed together into a wonderfully greasy and tasteful mush.",
  2654. "price": 1000,
  2655. "material": [ "flesh", "wheat", "mushroom" ],
  2656. "volume": 3,
  2657. "charges": 2,
  2658. "flags": [ "EATEN_HOT" ],
  2659. "fun": 9,
  2660. "rot_spawn": "GROUP_CARRION",
  2661. "rot_spawn_chance": 15
  2662. },
  2663. {
  2664. "type": "COMESTIBLE",
  2665. "id": "veggy_cooked",
  2666. "name": "cooked plant marrow",
  2667. "weight": 240,
  2668. "color": "green",
  2669. "spoils_in": 50,
  2670. "comestible_type": "FOOD",
  2671. "symbol": "%",
  2672. "healthy": 1,
  2673. "calories": 347,
  2674. "description": "A freshly cooked chunk of plant matter, tasty and nutritious.",
  2675. "price": 700,
  2676. "material": "veggy",
  2677. "volume": 1,
  2678. "flags": [ "EATEN_HOT", "TRADER_AVOID" ],
  2679. "rot_spawn": "GROUP_ROTTING_PLANT"
  2680. },
  2681. {
  2682. "type": "COMESTIBLE",
  2683. "id": "veggy_wild_cooked",
  2684. "name": "cooked wild vegetables",
  2685. "name_plural": "cooked wild vegetables",
  2686. "weight": 240,
  2687. "color": "green",
  2688. "spoils_in": 50,
  2689. "comestible_type": "FOOD",
  2690. "symbol": "%",
  2691. "healthy": 1,
  2692. "calories": 347,
  2693. "description": "Cooked wild edible plants. An interesting mix of flavors.",
  2694. "price": 700,
  2695. "material": "veggy",
  2696. "volume": 1,
  2697. "flags": [ "EATEN_HOT" ],
  2698. "rot_spawn": "GROUP_ROTTING_PLANT"
  2699. },
  2700. {
  2701. "type": "COMESTIBLE",
  2702. "id": "apple",
  2703. "name": "apple",
  2704. "weight": 182,
  2705. "color": "red",
  2706. "spoils_in": 160,
  2707. "comestible_type": "FOOD",
  2708. "symbol": "%",
  2709. "quench": 3,
  2710. "healthy": 1,
  2711. "calories": 95,
  2712. "description": "An apple a day keeps the doctor away.",
  2713. "price": 900,
  2714. "material": "fruit",
  2715. "volume": 1,
  2716. "fun": 3,
  2717. "flags": [ "FREEZERBURN" ],
  2718. "rot_spawn": "GROUP_ROTTING_PLANT"
  2719. },
  2720. {
  2721. "type": "COMESTIBLE",
  2722. "id": "banana",
  2723. "name": "banana",
  2724. "weight": 118,
  2725. "color": "yellow",
  2726. "spoils_in": 120,
  2727. "comestible_type": "FOOD",
  2728. "symbol": "%",
  2729. "healthy": 4,
  2730. "calories": 105,
  2731. "description": "A long, curved yellow fruit in a peel. Some people like using them in desserts. Those people are probably dead.",
  2732. "price": 120,
  2733. "material": "fruit",
  2734. "volume": 1,
  2735. "fun": 5,
  2736. "rot_spawn": "GROUP_ROTTING_PLANT"
  2737. },
  2738. {
  2739. "type": "COMESTIBLE",
  2740. "id": "orange",
  2741. "name": "orange",
  2742. "weight": 131,
  2743. "color": "light_red",
  2744. "spoils_in": 504,
  2745. "comestible_type": "FOOD",
  2746. "symbol": "%",
  2747. "quench": 8,
  2748. "healthy": 2,
  2749. "calories": 62,
  2750. "description": "Sweet citrus fruit. Also comes in juice form.",
  2751. "price": 180,
  2752. "material": "fruit",
  2753. "volume": 1,
  2754. "fun": 3,
  2755. "flags": [ "FREEZERBURN" ],
  2756. "rot_spawn": "GROUP_ROTTING_PLANT"
  2757. },
  2758. {
  2759. "type": "COMESTIBLE",
  2760. "id": "lemon",
  2761. "name": "lemon",
  2762. "weight": 58,
  2763. "color": "yellow",
  2764. "spoils_in": 504,
  2765. "comestible_type": "FOOD",
  2766. "symbol": "%",
  2767. "quench": 5,
  2768. "healthy": 2,
  2769. "calories": 17,
  2770. "description": "Very sour citrus. Can be eaten if you really want.",
  2771. "price": 120,
  2772. "material": "fruit",
  2773. "volume": 1,
  2774. "flags": [ "FREEZERBURN" ],
  2775. "fun": -4
  2776. },
  2777. {
  2778. "type": "COMESTIBLE",
  2779. "id": "irradiated_apple",
  2780. "copy-from": "apple",
  2781. "name": "irradiated apple",
  2782. "description": "Mmm, irradiated. Will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  2783. "proportional": { "price": 2 },
  2784. "spoils_in": 0,
  2785. "container": "bag_plastic"
  2786. },
  2787. {
  2788. "type": "COMESTIBLE",
  2789. "id": "irradiated_banana",
  2790. "copy-from": "banana",
  2791. "name": "irradiated banana",
  2792. "description": "An irradiated banana will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  2793. "proportional": { "price": 2 },
  2794. "spoils_in": 0,
  2795. "container": "bag_plastic"
  2796. },
  2797. {
  2798. "type": "COMESTIBLE",
  2799. "id": "irradiated_orange",
  2800. "copy-from": "orange",
  2801. "name": "irradiated orange",
  2802. "description": "An irradiated orange will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  2803. "proportional": { "price": 2 },
  2804. "spoils_in": 0,
  2805. "container": "bag_plastic"
  2806. },
  2807. {
  2808. "type": "COMESTIBLE",
  2809. "id": "irradiated_lemon",
  2810. "copy-from": "lemon",
  2811. "name": "irradiated lemon",
  2812. "description": "An irradiated lemon will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  2813. "proportional": { "price": 2 },
  2814. "spoils_in": 0,
  2815. "container": "bag_plastic"
  2816. },
  2817. {
  2818. "type": "COMESTIBLE",
  2819. "id": "fruit_leather",
  2820. "name": "fruit leather",
  2821. "weight": 120,
  2822. "color": "pink",
  2823. "spoils_in": 8640,
  2824. "container": "bag_plastic",
  2825. "comestible_type": "FOOD",
  2826. "symbol": "%",
  2827. "calories": 156,
  2828. "description": "Dried strips of sugary fruit paste.",
  2829. "price": 160,
  2830. "material": "fruit",
  2831. "volume": 1,
  2832. "flags": [ "EDIBLE_FROZEN" ],
  2833. "charges": 3,
  2834. "fun": 3
  2835. },
  2836. {
  2837. "type": "COMESTIBLE",
  2838. "id": "chips",
  2839. "name": "potato chips",
  2840. "name_plural": "potato chips",
  2841. "weight": 85,
  2842. "color": "yellow",
  2843. "spoils_in": 720,
  2844. "container": "bag_plastic",
  2845. "comestible_type": "FOOD",
  2846. "symbol": "%",
  2847. "quench": -2,
  2848. "calories": 69,
  2849. "description": "Betcha can't eat just one.",
  2850. "price": 180,
  2851. "material": "junk",
  2852. "volume": 1,
  2853. "flags": [ "EDIBLE_FROZEN" ],
  2854. "charges": 3,
  2855. "fun": 6
  2856. },
  2857. {
  2858. "type": "COMESTIBLE",
  2859. "id": "fried_seeds",
  2860. "name": "fried seeds",
  2861. "name_plural": "fried seeds",
  2862. "weight": 32,
  2863. "color": "yellow",
  2864. "container": "bag_plastic",
  2865. "comestible_type": "FOOD",
  2866. "symbol": "%",
  2867. "calories": 78,
  2868. "description": "Some fried seeds of a sunflower, pumpkin or other plant. Quite nutritious and tasty.",
  2869. "price": 80,
  2870. "material": "veggy",
  2871. "volume": 1,
  2872. "flags": [ "SMOKABLE" ],
  2873. "freezing_point": -490,
  2874. "charges": 4,
  2875. "fun": 3
  2876. },
  2877. {
  2878. "type": "COMESTIBLE",
  2879. "id": "cereal",
  2880. "name": "sugary cereal",
  2881. "weight": 42,
  2882. "color": "yellow",
  2883. "spoils_in": 2160,
  2884. "stim": 4,
  2885. "container": "box_small",
  2886. "comestible_type": "FOOD",
  2887. "symbol": "%",
  2888. "quench": -2,
  2889. "calories": 43,
  2890. "description": "Sugary breakfast cereal with marshmallows. It takes you back to your childhood.",
  2891. "price": 400,
  2892. "material": "junk",
  2893. "volume": 1,
  2894. "flags": [ "EDIBLE_FROZEN" ],
  2895. "charges": 12,
  2896. "fun": 10
  2897. },
  2898. {
  2899. "type": "COMESTIBLE",
  2900. "id": "cereal2",
  2901. "name": "wheat cereal",
  2902. "weight": 42,
  2903. "color": "yellow",
  2904. "spoils_in": 2160,
  2905. "stim": 4,
  2906. "container": "box_small",
  2907. "comestible_type": "FOOD",
  2908. "symbol": "%",
  2909. "quench": -2,
  2910. "healthy": 1,
  2911. "calories": 52,
  2912. "description": "Whole-grain wheat cereal. It's surprisingly good, and allegedly good for your heart.",
  2913. "price": 300,
  2914. "material": "wheat",
  2915. "volume": 1,
  2916. "flags": [ "EDIBLE_FROZEN" ],
  2917. "charges": 12,
  2918. "fun": 8
  2919. },
  2920. {
  2921. "type": "COMESTIBLE",
  2922. "id": "cereal3",
  2923. "name": "corn cereal",
  2924. "weight": 85,
  2925. "color": "yellow",
  2926. "spoils_in": 2160,
  2927. "stim": 4,
  2928. "container": "box_small",
  2929. "comestible_type": "FOOD",
  2930. "symbol": "%",
  2931. "quench": -2,
  2932. "calories": 43,
  2933. "description": "Plain cornflake cereal. They're not that good, but it beats nothing.",
  2934. "price": 300,
  2935. "material": "junk",
  2936. "volume": 1,
  2937. "flags": [ "EDIBLE_FROZEN" ],
  2938. "charges": 12,
  2939. "fun": 6
  2940. },
  2941. {
  2942. "type": "COMESTIBLE",
  2943. "id": "toastem",
  2944. "name": "toast-em",
  2945. "weight": 28,
  2946. "color": "red",
  2947. "spoils_in": 2160,
  2948. "container": "box_small",
  2949. "comestible_type": "FOOD",
  2950. "symbol": "%",
  2951. "quench": -8,
  2952. "calories": 87,
  2953. "description": "Dry toaster pastries usually coated with solid frosting and what luck! These are strawberry flavored!",
  2954. "price": 400,
  2955. "material": [ "wheat", "junk" ],
  2956. "volume": 1,
  2957. "charges": 8,
  2958. "flags": [ "EATEN_HOT" ],
  2959. "fun": 25
  2960. },
  2961. {
  2962. "type": "COMESTIBLE",
  2963. "id": "toastem2",
  2964. "name": "toast-em",
  2965. "weight": 28,
  2966. "color": "red",
  2967. "spoils_in": 2160,
  2968. "container": "box_small",
  2969. "comestible_type": "FOOD",
  2970. "symbol": "%",
  2971. "quench": -8,
  2972. "calories": 87,
  2973. "description": "Dry toaster pastries, usually coated with solid frosting, these are blueberry flavored!",
  2974. "price": 400,
  2975. "material": [ "wheat", "junk" ],
  2976. "volume": 1,
  2977. "charges": 8,
  2978. "flags": [ "EATEN_HOT" ],
  2979. "fun": 18
  2980. },
  2981. {
  2982. "type": "COMESTIBLE",
  2983. "id": "toastem3",
  2984. "name": "toast-em",
  2985. "weight": 28,
  2986. "color": "red",
  2987. "spoils_in": 2160,
  2988. "container": "box_small",
  2989. "comestible_type": "FOOD",
  2990. "symbol": "%",
  2991. "quench": -8,
  2992. "calories": 87,
  2993. "description": "Dry toaster pastries, usually coated with solid frosting. Sadly, these are not.",
  2994. "price": 400,
  2995. "material": [ "wheat", "junk" ],
  2996. "volume": 1,
  2997. "charges": 8,
  2998. "flags": [ "EATEN_HOT" ],
  2999. "fun": 10
  3000. },
  3001. {
  3002. "type": "COMESTIBLE",
  3003. "id": "toasterpastryfrozen",
  3004. "name": "toaster pastry (uncooked)",
  3005. "name_plural": "toaster pastries (uncooked)",
  3006. "weight": 28,
  3007. "color": "red",
  3008. "spoils_in": 60,
  3009. "//": "Semi-arbitrary spoilage of 60 hours, as the cooked product.",
  3010. "container": "box_small",
  3011. "comestible_type": "FOOD",
  3012. "symbol": "%",
  3013. "calories": 17,
  3014. "description": "A delicious fruit-filled pastry that you can cook in your toaster. It even comes with frosting! Cook it to make it tasty.",
  3015. "price": 400,
  3016. "material": [ "wheat", "junk" ],
  3017. "volume": 1,
  3018. "charges": 4,
  3019. "flags": [ "EATEN_HOT" ],
  3020. "fun": -10,
  3021. "rot_spawn": "GROUP_CARRION"
  3022. },
  3023. {
  3024. "type": "COMESTIBLE",
  3025. "id": "toasterpastry",
  3026. "name": "toaster pastry",
  3027. "name_plural": "toaster pastries",
  3028. "weight": 28,
  3029. "color": "red",
  3030. "spoils_in": 60,
  3031. "container": "box_small",
  3032. "comestible_type": "FOOD",
  3033. "symbol": "%",
  3034. "quench": 4,
  3035. "calories": 130,
  3036. "description": "A delicious fruit-filled pastry that you've cooked. It even comes with frosting!",
  3037. "price": 400,
  3038. "material": [ "wheat", "junk" ],
  3039. "volume": 1,
  3040. "charges": 2,
  3041. "flags": [ "EATEN_HOT" ],
  3042. "fun": 30,
  3043. "rot_spawn": "GROUP_CARRION"
  3044. },
  3045. {
  3046. "type": "COMESTIBLE",
  3047. "id": "chips2",
  3048. "name": "potato chips",
  3049. "name_plural": "potato chips",
  3050. "weight": 85,
  3051. "color": "yellow",
  3052. "spoils_in": 720,
  3053. "container": "bag_plastic",
  3054. "comestible_type": "FOOD",
  3055. "symbol": "%",
  3056. "quench": -2,
  3057. "calories": 69,
  3058. "description": "Some plain, salted potato chips.",
  3059. "price": 135,
  3060. "material": "junk",
  3061. "volume": 1,
  3062. "flags": [ "EDIBLE_FROZEN" ],
  3063. "charges": 3,
  3064. "fun": 3
  3065. },
  3066. {
  3067. "type": "COMESTIBLE",
  3068. "id": "chips3",
  3069. "name": "potato chips",
  3070. "name_plural": "potato chips",
  3071. "weight": 85,
  3072. "color": "yellow",
  3073. "spoils_in": 720,
  3074. "container": "bag_plastic",
  3075. "comestible_type": "FOOD",
  3076. "symbol": "%",
  3077. "quench": -2,
  3078. "calories": 69,
  3079. "description": "Oh man, you love these chips! Score!",
  3080. "price": 180,
  3081. "//": "Favorite flavor varies.",
  3082. "material": "junk",
  3083. "volume": 1,
  3084. "flags": [ "EDIBLE_FROZEN" ],
  3085. "charges": 3,
  3086. "fun": 12
  3087. },
  3088. {
  3089. "type": "COMESTIBLE",
  3090. "id": "nachos",
  3091. "name": "tortilla chips",
  3092. "name_plural": "tortilla chips",
  3093. "weight": 85,
  3094. "color": "yellow",
  3095. "spoils_in": 720,
  3096. "container": "bag_plastic",
  3097. "comestible_type": "FOOD",
  3098. "symbol": "%",
  3099. "quench": -10,
  3100. "calories": 35,
  3101. "description": "Salted chips made from corn tortillas, could really use some cheese, maybe some beef.",
  3102. "price": 170,
  3103. "material": "junk",
  3104. "volume": 1,
  3105. "flags": [ "EDIBLE_FROZEN" ],
  3106. "charges": 3,
  3107. "fun": 8
  3108. },
  3109. {
  3110. "type": "COMESTIBLE",
  3111. "id": "nachosc",
  3112. "name": "nachos with cheese",
  3113. "name_plural": "nachos with cheese",
  3114. "weight": 100,
  3115. "color": "yellow",
  3116. "spoils_in": 24,
  3117. "container": "bag_plastic",
  3118. "comestible_type": "FOOD",
  3119. "symbol": "%",
  3120. "quench": -10,
  3121. "calories": 104,
  3122. "description": "Salted chips made from corn tortillas, now with cheese. Could stand to have some meat.",
  3123. "price": 250,
  3124. "material": [ "junk", "milk" ],
  3125. "volume": 1,
  3126. "charges": 3,
  3127. "flags": [ "EATEN_HOT" ],
  3128. "fun": 16,
  3129. "rot_spawn": "GROUP_CARRION"
  3130. },
  3131. {
  3132. "type": "COMESTIBLE",
  3133. "id": "nachosm",
  3134. "name": "nachos with meat",
  3135. "name_plural": "nachos with meat",
  3136. "weight": 100,
  3137. "color": "yellow",
  3138. "spoils_in": 24,
  3139. "container": "bag_plastic",
  3140. "comestible_type": "FOOD",
  3141. "symbol": "%",
  3142. "quench": -10,
  3143. "calories": 104,
  3144. "description": "Salted chips made from corn tortillas, now with meat. Could probably use some cheese, though.",
  3145. "price": 250,
  3146. "material": [ "junk", "flesh" ],
  3147. "volume": 1,
  3148. "charges": 3,
  3149. "flags": [ "EATEN_HOT" ],
  3150. "fun": 16,
  3151. "rot_spawn": "GROUP_CARRION"
  3152. },
  3153. {
  3154. "type": "COMESTIBLE",
  3155. "id": "nachoshf",
  3156. "copy-from": "nachosm",
  3157. "name": "niño nachos",
  3158. "name_plural": "niño nachos",
  3159. "description": "Salted chips made from corn tortillas, with human flesh. Some cheese might make it even better.",
  3160. "material": [ "junk", "hflesh" ]
  3161. },
  3162. {
  3163. "type": "COMESTIBLE",
  3164. "id": "nachosmc",
  3165. "name": "nachos with meat and cheese",
  3166. "name_plural": "nachos with meat and cheese",
  3167. "weight": 180,
  3168. "color": "yellow",
  3169. "spoils_in": 20,
  3170. "container": "bag_plastic",
  3171. "comestible_type": "FOOD",
  3172. "symbol": "%",
  3173. "quench": -10,
  3174. "calories": 208,
  3175. "description": "Salted chips made from corn tortillas with ground meat and smothered in cheese. Delicious.",
  3176. "price": 300,
  3177. "material": [ "flesh", "milk", "junk" ],
  3178. "volume": 1,
  3179. "charges": 3,
  3180. "flags": [ "EATEN_HOT" ],
  3181. "fun": 20,
  3182. "rot_spawn": "GROUP_CARRION"
  3183. },
  3184. {
  3185. "type": "COMESTIBLE",
  3186. "id": "nachoshc",
  3187. "copy-from": "nachosmc",
  3188. "name": "niño nachos with cheese",
  3189. "name_plural": "niño nachos with cheese",
  3190. "description": "Salted chips made from corn tortillas with human flesh and smothered in cheese. Delicious.",
  3191. "material": [ "hflesh", "milk", "junk" ]
  3192. },
  3193. {
  3194. "type": "COMESTIBLE",
  3195. "id": "kernels",
  3196. "name": "popcorn kernels",
  3197. "name_plural": "popcorn kernels",
  3198. "weight": 85,
  3199. "color": "brown",
  3200. "container": "bag_plastic",
  3201. "comestible_type": "FOOD",
  3202. "symbol": "%",
  3203. "calories": 17,
  3204. "description": "Dried kernels from a particular type of corn. Practically inedible raw, they can be cooked to make a tasty snack.",
  3205. "price": 100,
  3206. "material": "junk",
  3207. "volume": 1,
  3208. "flags": [ "EDIBLE_FROZEN" ],
  3209. "fun": -6
  3210. },
  3211. {
  3212. "type": "COMESTIBLE",
  3213. "id": "popcorn",
  3214. "name": "popcorn",
  3215. "name_plural": "popcorn",
  3216. "weight": 85,
  3217. "color": "white",
  3218. "spoils_in": 8640,
  3219. "container": "bag_plastic",
  3220. "comestible_type": "FOOD",
  3221. "symbol": "%",
  3222. "quench": -1,
  3223. "healthy": 1,
  3224. "calories": 87,
  3225. "description": "Plain and unseasoned popcorn. Not as tasty as other kinds, but healthier as a result.",
  3226. "price": 115,
  3227. "material": "veggy",
  3228. "volume": 1,
  3229. "charges": 3,
  3230. "flags": [ "EATEN_HOT", "FREEZERBURN" ],
  3231. "fun": 4
  3232. },
  3233. {
  3234. "type": "COMESTIBLE",
  3235. "id": "popcorn2",
  3236. "name": "salted popcorn",
  3237. "name_plural": "salted popcorn",
  3238. "weight": 85,
  3239. "color": "white",
  3240. "spoils_in": 8640,
  3241. "container": "bag_plastic",
  3242. "comestible_type": "FOOD",
  3243. "symbol": "%",
  3244. "quench": -3,
  3245. "healthy": -1,
  3246. "calories": 87,
  3247. "description": "Popcorn with salt added for extra flavor.",
  3248. "price": 115,
  3249. "material": "junk",
  3250. "volume": 1,
  3251. "charges": 3,
  3252. "flags": [ "EATEN_HOT", "FREEZERBURN" ],
  3253. "fun": 8
  3254. },
  3255. {
  3256. "type": "COMESTIBLE",
  3257. "id": "popcorn3",
  3258. "name": "buttered popcorn",
  3259. "name_plural": "buttered popcorn",
  3260. "weight": 85,
  3261. "color": "white",
  3262. "spoils_in": 4320,
  3263. "container": "bag_plastic",
  3264. "comestible_type": "FOOD",
  3265. "symbol": "%",
  3266. "quench": -1,
  3267. "healthy": -1,
  3268. "calories": 87,
  3269. "description": "Popcorn with a light covering of butter for extra flavor.",
  3270. "price": 115,
  3271. "material": "junk",
  3272. "volume": 1,
  3273. "charges": 3,
  3274. "flags": [ "EATEN_HOT", "FREEZERBURN" ],
  3275. "fun": 10
  3276. },
  3277. {
  3278. "type": "COMESTIBLE",
  3279. "id": "pretzels",
  3280. "name": "pretzels",
  3281. "name_plural": "pretzels",
  3282. "weight": 185,
  3283. "color": "brown",
  3284. "spoils_in": 2160,
  3285. "container": "bag_plastic",
  3286. "comestible_type": "FOOD",
  3287. "symbol": "%",
  3288. "quench": -4,
  3289. "calories": 78,
  3290. "description": "A salty treat of a snack.",
  3291. "price": 185,
  3292. "material": [ "wheat", "junk" ],
  3293. "volume": 1,
  3294. "flags": [ "EDIBLE_FROZEN" ],
  3295. "charges": 3,
  3296. "fun": 4
  3297. },
  3298. {
  3299. "type": "COMESTIBLE",
  3300. "id": "chocpretzels",
  3301. "name": "chocolate-covered pretzel",
  3302. "weight": 185,
  3303. "color": "brown",
  3304. "spoils_in": 2160,
  3305. "container": "bag_plastic",
  3306. "comestible_type": "FOOD",
  3307. "symbol": "%",
  3308. "quench": -2,
  3309. "calories": 78,
  3310. "description": "A salty treat of a snack, covered in chocolate.",
  3311. "price": 200,
  3312. "material": [ "wheat", "junk" ],
  3313. "volume": 1,
  3314. "flags": [ "EDIBLE_FROZEN" ],
  3315. "charges": 3,
  3316. "fun": 6
  3317. },
  3318. {
  3319. "type": "COMESTIBLE",
  3320. "id": "chocolate",
  3321. "name": "chocolate bar",
  3322. "weight": 16,
  3323. "color": "brown",
  3324. "spoils_in": 8640,
  3325. "stim": 1,
  3326. "container": "wrapper",
  3327. "comestible_type": "FOOD",
  3328. "symbol": "%",
  3329. "calories": 69,
  3330. "description": "Chocolate isn't very healthy, but it does make a delicious treat.",
  3331. "price": 130,
  3332. "material": "junk",
  3333. "volume": 1,
  3334. "flags": [ "EDIBLE_FROZEN" ],
  3335. "fun": 10
  3336. },
  3337. {
  3338. "type": "COMESTIBLE",
  3339. "id": "marshmallow",
  3340. "name": "marshmallows",
  3341. "name_plural": "marshmallows",
  3342. "weight": 4,
  3343. "color": "white",
  3344. "spoils_in": 2160,
  3345. "container": "bag_plastic",
  3346. "comestible_type": "FOOD",
  3347. "symbol": "%",
  3348. "calories": 17,
  3349. "description": "A handful of squishy, fluffy, puffy, delicious marshmallows.",
  3350. "price": 250,
  3351. "material": "junk",
  3352. "volume": 1,
  3353. "flags": [ "EDIBLE_FROZEN" ],
  3354. "charges": 8,
  3355. "fun": 10
  3356. },
  3357. {
  3358. "type": "COMESTIBLE",
  3359. "id": "smores",
  3360. "name": "s'mores",
  3361. "name_plural": "s'mores",
  3362. "weight": 76,
  3363. "color": "brown",
  3364. "spoils_in": 2160,
  3365. "stim": 8,
  3366. "container": "bag_plastic",
  3367. "comestible_type": "FOOD",
  3368. "symbol": "%",
  3369. "calories": 208,
  3370. "description": "A pair of graham crackers with some chocolate and a marshmallow between them.",
  3371. "price": 400,
  3372. "material": [ "wheat", "junk" ],
  3373. "volume": 1,
  3374. "flags": [ "EDIBLE_FROZEN" ],
  3375. "fun": 30
  3376. },
  3377. {
  3378. "type": "COMESTIBLE",
  3379. "id": "meat_aspic",
  3380. "name": "aspic",
  3381. "weight": 175,
  3382. "color": "red",
  3383. "spoils_in": 80,
  3384. "comestible_type": "FOOD",
  3385. "symbol": "%",
  3386. "calories": 217,
  3387. "//": "Same as the meat it's been made from. It's additional ingredient compared to smoking, jerking, and dehydrating, so there's no incentive otherwise.",
  3388. "description": "A dish in which meat or fish is set into a gelatin made from a meat or vegetable stock.",
  3389. "price": 2500,
  3390. "material": "flesh",
  3391. "volume": 1,
  3392. "charges": 2,
  3393. "flags": [ "EATEN_COLD", "FREEZERBURN" ]
  3394. },
  3395. {
  3396. "type": "COMESTIBLE",
  3397. "id": "veggy_aspic",
  3398. "name": "vegetable aspic",
  3399. "weight": 120,
  3400. "color": "green",
  3401. "spoils_in": 80,
  3402. "comestible_type": "FOOD",
  3403. "symbol": "%",
  3404. "calories": 174,
  3405. "description": "A dish in which vegetables are set into a gelatin made from a plant stock.",
  3406. "price": 1500,
  3407. "material": "veggy",
  3408. "volume": 2,
  3409. "charges": 2,
  3410. "flags": [ "EATEN_COLD", "FREEZERBURN" ]
  3411. },
  3412. {
  3413. "type": "COMESTIBLE",
  3414. "id": "hflesh_aspic",
  3415. "copy-from": "meat_aspic",
  3416. "name": "amoral aspic",
  3417. "//": "See also: ableist, alogical, antihero, annoying, alliterate (made from illiterate person), antagonist, adversary, arrogant, asocial, the list goes on and on out from the chat where it began...",
  3418. "description": "A dish in which human meat has been set into a gelatin made from human bones. Murderously delicious - if you're into that sort of thing.",
  3419. "material": "hflesh"
  3420. },
  3421. {
  3422. "type": "COMESTIBLE",
  3423. "id": "cracklins",
  3424. "name": "cracklins",
  3425. "name_plural": "cracklins",
  3426. "weight": 40,
  3427. "color": "brown",
  3428. "spoils_in": 168,
  3429. "container": "bag_plastic",
  3430. "comestible_type": "FOOD",
  3431. "symbol": "%",
  3432. "quench": -2,
  3433. "healthy": -1,
  3434. "calories": 69,
  3435. "description": "Also known as pork rinds or chicharrones, these are bits of edible fat and skin that have been fried until they are crispy and delicious.",
  3436. "price": 170,
  3437. "material": "flesh",
  3438. "volume": 1,
  3439. "charges": 2,
  3440. "flags": [ "EATEN_HOT" ],
  3441. "fun": 4,
  3442. "rot_spawn": "GROUP_CARRION"
  3443. },
  3444. {
  3445. "type": "COMESTIBLE",
  3446. "id": "pemmican",
  3447. "name": "pemmican",
  3448. "weight": 113,
  3449. "color": "brown",
  3450. "spoils_in": 8640,
  3451. "container": "bag_plastic",
  3452. "comestible_type": "FOOD",
  3453. "symbol": "%",
  3454. "quench": -2,
  3455. "calories": 321,
  3456. "description": "A concentrated mixture of fat and protein used as a nutritious high-energy food. Composed of meat, tallow, and edible plants, it provides excellent nutrition in an easy to carry form.",
  3457. "price": 600,
  3458. "material": [ "flesh", "veggy" ],
  3459. "volume": 2,
  3460. "charges": 8,
  3461. "//": "About 4 meats, depending on which gets used.",
  3462. "fun": 3
  3463. },
  3464. {
  3465. "type": "COMESTIBLE",
  3466. "id": "hflesh_pemmican",
  3467. "name": "prepper pemmican",
  3468. "copy-from": "pemmican",
  3469. "description": "A concentrated mixture of fat and protein used as a nutritious high-energy food. Composed of tallow, edible plants, and an unfortunate prepper.",
  3470. "material": [ "hflesh", "veggy" ]
  3471. },
  3472. {
  3473. "type": "COMESTIBLE",
  3474. "id": "sandwich_veggy",
  3475. "name": "vegetable sandwich",
  3476. "name_plural": "vegetable sandwiches",
  3477. "weight": 190,
  3478. "color": "light_gray",
  3479. "spoils_in": 48,
  3480. "container": "wrapper",
  3481. "comestible_type": "FOOD",
  3482. "symbol": "%",
  3483. "quench": 1,
  3484. "healthy": 1,
  3485. "calories": 234,
  3486. "description": "Bread and vegetables, that's it.",
  3487. "price": 800,
  3488. "material": [ "veggy", "wheat" ],
  3489. "volume": 1,
  3490. "charges": 3,
  3491. "flags": [ "EATEN_COLD" ],
  3492. "fun": 1,
  3493. "rot_spawn": "GROUP_ROTTING_PLANT"
  3494. },
  3495. {
  3496. "type": "COMESTIBLE",
  3497. "id": "granola",
  3498. "name": "granola",
  3499. "weight": 86,
  3500. "color": "brown",
  3501. "spoils_in": 4320,
  3502. "container": "bag_plastic",
  3503. "comestible_type": "FOOD",
  3504. "symbol": "%",
  3505. "quench": -2,
  3506. "healthy": 1,
  3507. "calories": 269,
  3508. "description": "A tasty and nutritious mixture of oats, honey, and other ingredients that has been baked until crisp.",
  3509. "price": 350,
  3510. "material": [ "wheat", "fruit" ],
  3511. "volume": 2,
  3512. "flags": [ "EDIBLE_FROZEN" ],
  3513. "charges": 8,
  3514. "fun": 3
  3515. },
  3516. {
  3517. "type": "COMESTIBLE",
  3518. "id": "porkstick",
  3519. "name": "pork stick",
  3520. "weight": 56,
  3521. "color": "brown",
  3522. "spoils_in": 1008,
  3523. "container": "bag_plastic",
  3524. "comestible_type": "FOOD",
  3525. "symbol": "%",
  3526. "quench": -2,
  3527. "calories": 139,
  3528. "description": "Salty dried pork. Tastes good, but it will make you thirsty.",
  3529. "price": 220,
  3530. "material": [ "flesh", "junk" ],
  3531. "volume": 1,
  3532. "flags": [ "EDIBLE_FROZEN" ],
  3533. "charges": 4,
  3534. "fun": 4
  3535. },
  3536. {
  3537. "type": "COMESTIBLE",
  3538. "id": "sandwich_t",
  3539. "name": "meat sandwich",
  3540. "name_plural": "meat sandwiches",
  3541. "weight": 186,
  3542. "color": "light_gray",
  3543. "spoils_in": 36,
  3544. "container": "wrapper",
  3545. "comestible_type": "FOOD",
  3546. "symbol": "%",
  3547. "calories": 260,
  3548. "description": "Bread and meat, that's it.",
  3549. "price": 900,
  3550. "material": [ "flesh", "wheat" ],
  3551. "volume": 1,
  3552. "charges": 3,
  3553. "fun": 2,
  3554. "rot_spawn": "GROUP_CARRION"
  3555. },
  3556. {
  3557. "type": "COMESTIBLE",
  3558. "id": "sandwich_human",
  3559. "copy-from": "sandwich_t",
  3560. "name": "slob sandwich",
  3561. "name_plural": "slob sandwiches",
  3562. "description": "Bread and human flesh, surprise!",
  3563. "material": [ "hflesh", "wheat" ]
  3564. },
  3565. {
  3566. "type": "COMESTIBLE",
  3567. "id": "sandwich_pb",
  3568. "name": "peanut butter sandwich",
  3569. "name_plural": "peanut butter sandwiches",
  3570. "weight": 186,
  3571. "color": "brown",
  3572. "spoils_in": 36,
  3573. "container": "wrapper",
  3574. "comestible_type": "FOOD",
  3575. "symbol": "%",
  3576. "quench": -10,
  3577. "calories": 260,
  3578. "description": "Some peanut butter smothered between two pieces of bread. Not very filling and will stick to the roof of your mouth like glue.",
  3579. "price": 250,
  3580. "material": "wheat",
  3581. "volume": 1,
  3582. "fun": 3,
  3583. "rot_spawn": "GROUP_CARRION"
  3584. },
  3585. {
  3586. "type": "COMESTIBLE",
  3587. "id": "sandwich_pbj",
  3588. "name": "PB&J sandwich",
  3589. "name_plural": "PB&J sandwiches",
  3590. "weight": 186,
  3591. "color": "brown",
  3592. "spoils_in": 36,
  3593. "container": "wrapper",
  3594. "comestible_type": "FOOD",
  3595. "symbol": "%",
  3596. "quench": 8,
  3597. "calories": 391,
  3598. "description": "A delicious peanut butter and jelly sandwich. It reminds you of the times your mother would make you lunch.",
  3599. "price": 175,
  3600. "material": [ "fruit", "wheat" ],
  3601. "volume": 1,
  3602. "fun": 6,
  3603. "rot_spawn": "GROUP_CARRION"
  3604. },
  3605. {
  3606. "type": "COMESTIBLE",
  3607. "id": "sandwich_pbh",
  3608. "name": "PB&H sandwich",
  3609. "name_plural": "PB&H sandwiches",
  3610. "weight": 186,
  3611. "color": "brown",
  3612. "spoils_in": 36,
  3613. "container": "wrapper",
  3614. "comestible_type": "FOOD",
  3615. "symbol": "%",
  3616. "quench": 8,
  3617. "calories": 391,
  3618. "description": "Some damned fool put honey on this peanut butter sandwich, who in their right mind- oh wait this is pretty good.",
  3619. "price": 175,
  3620. "material": [ "wheat", "honey" ],
  3621. "volume": 1,
  3622. "fun": 6,
  3623. "rot_spawn": "GROUP_CARRION"
  3624. },
  3625. {
  3626. "type": "COMESTIBLE",
  3627. "id": "sandwich_pbm",
  3628. "name": "PB&M sandwich",
  3629. "name_plural": "PB&M sandwiches",
  3630. "weight": 186,
  3631. "color": "brown",
  3632. "spoils_in": 36,
  3633. "container": "wrapper",
  3634. "comestible_type": "FOOD",
  3635. "symbol": "%",
  3636. "quench": 8,
  3637. "calories": 391,
  3638. "description": "Who knew you could mix maple syrup and peanut butter to create yet another different sandwich?",
  3639. "price": 175,
  3640. "material": "wheat",
  3641. "volume": 1,
  3642. "fun": 6,
  3643. "rot_spawn": "GROUP_CARRION"
  3644. },
  3645. {
  3646. "type": "COMESTIBLE",
  3647. "id": "candy",
  3648. "name": "peanut butter candy",
  3649. "name_plural": "peanut butter candies",
  3650. "weight": 46,
  3651. "color": "brown",
  3652. "spoils_in": 8640,
  3653. "stim": 1,
  3654. "container": "bag_plastic",
  3655. "comestible_type": "FOOD",
  3656. "symbol": "%",
  3657. "quench": -1,
  3658. "healthy": -1,
  3659. "calories": 17,
  3660. "description": "A handful of peanut butter cups... your favorite!",
  3661. "price": 180,
  3662. "material": "junk",
  3663. "volume": 0,
  3664. "flags": [ "EDIBLE_FROZEN" ],
  3665. "charges": 3,
  3666. "fun": 4
  3667. },
  3668. {
  3669. "type": "COMESTIBLE",
  3670. "id": "candy2",
  3671. "name": "chocolate candy",
  3672. "name_plural": "chocolate candies",
  3673. "weight": 46,
  3674. "color": "red",
  3675. "spoils_in": 8640,
  3676. "stim": 2,
  3677. "container": "bag_plastic",
  3678. "comestible_type": "FOOD",
  3679. "symbol": "%",
  3680. "healthy": -1,
  3681. "calories": 17,
  3682. "description": "A handful of colorful chocolate filled candies.",
  3683. "price": 180,
  3684. "material": "junk",
  3685. "volume": 0,
  3686. "flags": [ "EDIBLE_FROZEN" ],
  3687. "charges": 3,
  3688. "fun": 3
  3689. },
  3690. {
  3691. "type": "COMESTIBLE",
  3692. "id": "candy3",
  3693. "name": "chewy candy",
  3694. "name_plural": "chewy candies",
  3695. "weight": 46,
  3696. "color": "yellow",
  3697. "spoils_in": 8640,
  3698. "stim": 2,
  3699. "container": "bag_plastic",
  3700. "comestible_type": "FOOD",
  3701. "symbol": "%",
  3702. "healthy": -1,
  3703. "calories": 17,
  3704. "description": "A handful of colorful fruit-flavored chewy candy.",
  3705. "price": 180,
  3706. "material": "junk",
  3707. "volume": 0,
  3708. "flags": [ "EDIBLE_FROZEN" ],
  3709. "charges": 3,
  3710. "fun": 3
  3711. },
  3712. {
  3713. "type": "COMESTIBLE",
  3714. "id": "powder_candy",
  3715. "name": "powder candy sticks",
  3716. "name_plural": "powder candy sticks",
  3717. "weight": 46,
  3718. "color": "red",
  3719. "spoils_in": 8640,
  3720. "stim": 2,
  3721. "comestible_type": "FOOD",
  3722. "symbol": "%",
  3723. "quench": -6,
  3724. "healthy": -1,
  3725. "calories": 43,
  3726. "description": "Thin paper tubes of sweet & sour candy powder. Who thinks of this stuff?",
  3727. "price": 120,
  3728. "material": "junk",
  3729. "volume": 0,
  3730. "flags": [ "EDIBLE_FROZEN" ],
  3731. "charges": 5,
  3732. "fun": 6
  3733. },
  3734. {
  3735. "type": "COMESTIBLE",
  3736. "id": "maple_candy",
  3737. "name": "maple syrup candy",
  3738. "name_plural": "maple syrup candies",
  3739. "weight": 18,
  3740. "color": "brown",
  3741. "spoils_in": 8640,
  3742. "stim": 1,
  3743. "container": "bag_plastic",
  3744. "comestible_type": "FOOD",
  3745. "symbol": "%",
  3746. "quench": -1,
  3747. "healthy": -1,
  3748. "calories": 9,
  3749. "description": "This golden, translucent leaf candy is made with pure maple syrup and melt slowly as you savor the taste of real maple.",
  3750. "price": 600,
  3751. "material": "junk",
  3752. "volume": 0,
  3753. "flags": [ "EDIBLE_FROZEN" ],
  3754. "charges": 2,
  3755. "fun": 10
  3756. },
  3757. {
  3758. "type": "COMESTIBLE",
  3759. "id": "glazed_tenderloin",
  3760. "name": "glazed tenderloins",
  3761. "weight": 320,
  3762. "color": "brown",
  3763. "spoils_in": 56,
  3764. "comestible_type": "FOOD",
  3765. "symbol": "%",
  3766. "quench": 3,
  3767. "healthy": 2,
  3768. "calories": 564,
  3769. "description": "A tender piece of meat perfectly seasoned with a thin sweet glaze and its veggie accompaniments. A gourmet dish that is both healthy, sweet and delicious.",
  3770. "price": 4000,
  3771. "material": [ "flesh", "veggy" ],
  3772. "volume": 4,
  3773. "charges": 4,
  3774. "flags": [ "EATEN_HOT" ],
  3775. "fun": 18,
  3776. "rot_spawn": "GROUP_CARRION",
  3777. "rot_spawn_chance": 25
  3778. },
  3779. {
  3780. "type": "COMESTIBLE",
  3781. "id": "sweet_sausage",
  3782. "name": "sweet sausage",
  3783. "name_plural": "sweet sausages",
  3784. "weight": 220,
  3785. "color": "brown",
  3786. "spoils_in": 48,
  3787. "comestible_type": "FOOD",
  3788. "symbol": "%",
  3789. "calories": 330,
  3790. "description": "A sweet and delicious sausage. Better eat it fresh.",
  3791. "price": 2400,
  3792. "material": "flesh",
  3793. "volume": 2,
  3794. "charges": 4,
  3795. "flags": [ "EATEN_HOT" ],
  3796. "fun": 8
  3797. },
  3798. {
  3799. "type": "COMESTIBLE",
  3800. "id": "mushroom",
  3801. "name": "mushroom",
  3802. "weight": 159,
  3803. "color": "brown",
  3804. "spoils_in": 48,
  3805. "comestible_type": "FOOD",
  3806. "symbol": "%",
  3807. "healthy": 1,
  3808. "calories": 122,
  3809. "description": "Mushrooms are tasty, but be careful. Some can poison you, while others are hallucinogenic.",
  3810. "price": 140,
  3811. "material": "mushroom",
  3812. "volume": 1,
  3813. "fun": -3,
  3814. "flags": [ "FREEZERBURN", "SMOKABLE" ],
  3815. "rot_spawn": "GROUP_ROTTING_PLANT"
  3816. },
  3817. {
  3818. "//": "Should be removed after 0.D.",
  3819. "type": "COMESTIBLE",
  3820. "id": "mushroom_poison",
  3821. "name": "mushroom",
  3822. "weight": 159,
  3823. "color": "brown",
  3824. "spoils_in": 48,
  3825. "use_action": "POISON",
  3826. "comestible_type": "FOOD",
  3827. "symbol": "%",
  3828. "healthy": -5,
  3829. "calories": 122,
  3830. "description": "Mushrooms are tasty, but be careful. Some can poison you, while others are hallucinogenic.",
  3831. "price": 140,
  3832. "material": "mushroom",
  3833. "volume": 1,
  3834. "flags": [ "HIDDEN_POISON", "TRADER_AVOID", "FREEZERBURN" ],
  3835. "fun": -3
  3836. },
  3837. {
  3838. "//": "Should be removed after 0.D.",
  3839. "type": "COMESTIBLE",
  3840. "id": "mushroom_magic",
  3841. "name": "mushroom",
  3842. "weight": 159,
  3843. "color": "brown",
  3844. "spoils_in": 48,
  3845. "stim": -4,
  3846. "comestible_type": "FOOD",
  3847. "symbol": "%",
  3848. "calories": 122,
  3849. "description": "Mushrooms are tasty, but be careful. Some can poison you, while others are hallucinogenic.",
  3850. "price": 140,
  3851. "material": "mushroom",
  3852. "volume": 1,
  3853. "flags": [ "HIDDEN_HALLU", "FREEZERBURN", "SMOKABLE" ],
  3854. "fun": -3
  3855. },
  3856. {
  3857. "type": "COMESTIBLE",
  3858. "id": "mushroom_cooked",
  3859. "name": "cooked mushroom",
  3860. "weight": 121,
  3861. "color": "brown",
  3862. "spoils_in": 24,
  3863. "comestible_type": "FOOD",
  3864. "symbol": "%",
  3865. "healthy": 1,
  3866. "calories": 156,
  3867. "description": "A tasty cooked wild mushroom.",
  3868. "price": 150,
  3869. "material": "mushroom",
  3870. "volume": 1,
  3871. "fun": 1,
  3872. "flags": [ "FREEZERBURN" ],
  3873. "rot_spawn": "GROUP_ROTTING_PLANT"
  3874. },
  3875. {
  3876. "type": "COMESTIBLE",
  3877. "id": "mushroom_morel",
  3878. "name": "morel mushroom",
  3879. "weight": 121,
  3880. "color": "brown",
  3881. "spoils_in": 48,
  3882. "use_action": "POISON",
  3883. "comestible_type": "FOOD",
  3884. "symbol": "%",
  3885. "healthy": -1,
  3886. "calories": 104,
  3887. "description": "Prized by chefs and woodsmen alike, morel mushrooms are delicious but must be cooked before they are safe to eat.",
  3888. "price": 2000,
  3889. "material": "mushroom",
  3890. "volume": 1,
  3891. "fun": 1,
  3892. "flags": [ "FREEZERBURN", "SMOKABLE" ],
  3893. "rot_spawn": "GROUP_ROTTING_PLANT"
  3894. },
  3895. {
  3896. "type": "COMESTIBLE",
  3897. "id": "morel_cooked",
  3898. "name": "cooked morel mushroom",
  3899. "weight": 121,
  3900. "color": "brown",
  3901. "spoils_in": 24,
  3902. "comestible_type": "FOOD",
  3903. "symbol": "%",
  3904. "calories": 156,
  3905. "description": "A tasty cooked morel mushroom.",
  3906. "price": 1500,
  3907. "material": "mushroom",
  3908. "volume": 1,
  3909. "fun": 4,
  3910. "flags": [ "FREEZERBURN" ],
  3911. "rot_spawn": "GROUP_ROTTING_PLANT"
  3912. },
  3913. {
  3914. "type": "COMESTIBLE",
  3915. "id": "morel_fried",
  3916. "name": "fried morel mushroom",
  3917. "weight": 121,
  3918. "color": "brown",
  3919. "spoils_in": 36,
  3920. "comestible_type": "FOOD",
  3921. "symbol": "%",
  3922. "calories": 139,
  3923. "description": "A delicious serving of fried morsels of morel mushroom.",
  3924. "price": 1500,
  3925. "material": "mushroom",
  3926. "volume": 1,
  3927. "charges": 2,
  3928. "fun": 12,
  3929. "flags": [ "EATEN_HOT", "FREEZERBURN" ],
  3930. "rot_spawn": "GROUP_ROTTING_PLANT"
  3931. },
  3932. {
  3933. "type": "COMESTIBLE",
  3934. "id": "dry_mushroom",
  3935. "name": "dried mushroom",
  3936. "weight": 15,
  3937. "color": "brown",
  3938. "spoils_in": 8640,
  3939. "comestible_type": "FOOD",
  3940. "symbol": "%",
  3941. "quench": -1,
  3942. "healthy": 1,
  3943. "calories": 69,
  3944. "description": "Dried mushrooms are a tasty and healthy addition to many meals.",
  3945. "price": 180,
  3946. "material": "mushroom",
  3947. "volume": 1,
  3948. "flags": [ "EDIBLE_FROZEN" ],
  3949. "fun": 1
  3950. },
  3951. {
  3952. "//": "Should be removed after 0.D.",
  3953. "type": "COMESTIBLE",
  3954. "id": "dry_mushroom_magic",
  3955. "name": "dried hallucinogenic mushroom",
  3956. "weight": 15,
  3957. "color": "brown",
  3958. "spoils_in": 8640,
  3959. "comestible_type": "FOOD",
  3960. "symbol": "%",
  3961. "quench": -1,
  3962. "calories": 69,
  3963. "description": "A hallucinogenic mushroom which has been dehydrated for storage. Will still cause hallucinations if eaten.",
  3964. "price": 180,
  3965. "material": "mushroom",
  3966. "volume": 1,
  3967. "flags": [ "EDIBLE_FROZEN" ],
  3968. "charges": 4,
  3969. "fun": 1
  3970. },
  3971. {
  3972. "type": "COMESTIBLE",
  3973. "id": "blueberries",
  3974. "name": "blueberry",
  3975. "name_plural": "blueberries",
  3976. "weight": 200,
  3977. "color": "blue",
  3978. "spoils_in": 60,
  3979. "comestible_type": "FOOD",
  3980. "symbol": "%",
  3981. "quench": 2,
  3982. "healthy": 1,
  3983. "calories": 139,
  3984. "description": "They're blue, but that doesn't mean they're sad.",
  3985. "price": 400,
  3986. "material": "fruit",
  3987. "volume": 1,
  3988. "fun": 2,
  3989. "rot_spawn": "GROUP_ROTTING_PLANT",
  3990. "rot_spawn_chance": 5
  3991. },
  3992. {
  3993. "type": "COMESTIBLE",
  3994. "id": "irradiated_blueberries",
  3995. "copy-from": "blueberries",
  3996. "name": "irradiated blueberry",
  3997. "name_plural": "irradiated blueberries",
  3998. "description": "An irradiated blueberry will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  3999. "proportional": { "price": 2 },
  4000. "spoils_in": 0,
  4001. "container": "bag_plastic"
  4002. },
  4003. {
  4004. "type": "COMESTIBLE",
  4005. "id": "strawberries",
  4006. "name": "strawberry",
  4007. "name_plural": "strawberries",
  4008. "weight": 200,
  4009. "color": "red",
  4010. "spoils_in": 60,
  4011. "comestible_type": "FOOD",
  4012. "symbol": "%",
  4013. "quench": 3,
  4014. "healthy": 1,
  4015. "calories": 156,
  4016. "description": "Tasty, juicy berry. Often found growing wild in fields.",
  4017. "price": 400,
  4018. "material": "fruit",
  4019. "volume": 1,
  4020. "fun": 5,
  4021. "rot_spawn": "GROUP_ROTTING_PLANT",
  4022. "rot_spawn_chance": 5
  4023. },
  4024. {
  4025. "type": "COMESTIBLE",
  4026. "id": "irradiated_strawberries",
  4027. "copy-from": "strawberries",
  4028. "name": "irradiated strawberry",
  4029. "name_plural": "irradiated strawberries",
  4030. "description": "An irradiated strawberry will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  4031. "proportional": { "price": 2 },
  4032. "spoils_in": 0,
  4033. "container": "bag_plastic"
  4034. },
  4035. {
  4036. "type": "COMESTIBLE",
  4037. "id": "cranberries",
  4038. "name": "cranberry",
  4039. "name_plural": "cranberries",
  4040. "weight": 340,
  4041. "color": "red",
  4042. "spoils_in": 640,
  4043. "comestible_type": "FOOD",
  4044. "symbol": "%",
  4045. "quench": 2,
  4046. "healthy": 4,
  4047. "calories": 43,
  4048. "description": "Sour red berries. Good for your health.",
  4049. "price": 150,
  4050. "material": "fruit",
  4051. "volume": 1,
  4052. "charges": 3,
  4053. "rot_spawn": "GROUP_ROTTING_PLANT"
  4054. },
  4055. {
  4056. "type": "COMESTIBLE",
  4057. "id": "irradiated_cranberries",
  4058. "copy-from": "cranberries",
  4059. "name": "irradiated cranberry",
  4060. "name_plural": "irradiated cranberries",
  4061. "description": "An irradiated cranberry will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  4062. "proportional": { "price": 2 },
  4063. "spoils_in": 0,
  4064. "container": "bag_plastic"
  4065. },
  4066. {
  4067. "type": "COMESTIBLE",
  4068. "id": "raspberries",
  4069. "name": "raspberry",
  4070. "name_plural": "raspberries",
  4071. "weight": 226,
  4072. "color": "red",
  4073. "spoils_in": 60,
  4074. "comestible_type": "FOOD",
  4075. "symbol": "%",
  4076. "quench": 3,
  4077. "healthy": 2,
  4078. "calories": 130,
  4079. "description": "A sweet red berry.",
  4080. "price": 400,
  4081. "material": "fruit",
  4082. "volume": 1,
  4083. "fun": 4,
  4084. "rot_spawn": "GROUP_ROTTING_PLANT"
  4085. },
  4086. {
  4087. "type": "COMESTIBLE",
  4088. "id": "irradiated_raspberries",
  4089. "copy-from": "raspberries",
  4090. "name": "irradiated raspberry",
  4091. "name_plural": "irradiated raspberries",
  4092. "description": "An irradiated raspberry will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  4093. "proportional": { "price": 2 },
  4094. "spoils_in": 0,
  4095. "container": "bag_plastic"
  4096. },
  4097. {
  4098. "type": "COMESTIBLE",
  4099. "id": "huckleberries",
  4100. "name": "huckleberry",
  4101. "name_plural": "huckleberries",
  4102. "weight": 200,
  4103. "color": "blue",
  4104. "spoils_in": 60,
  4105. "comestible_type": "FOOD",
  4106. "symbol": "%",
  4107. "quench": 2,
  4108. "healthy": 1,
  4109. "calories": 139,
  4110. "description": "Huckleberries, often times confused for blueberries.",
  4111. "price": 400,
  4112. "material": "fruit",
  4113. "volume": 1,
  4114. "fun": 2,
  4115. "rot_spawn": "GROUP_ROTTING_PLANT",
  4116. "rot_spawn_chance": 5
  4117. },
  4118. {
  4119. "type": "COMESTIBLE",
  4120. "id": "irradiated_huckleberries",
  4121. "copy-from": "huckleberries",
  4122. "name": "irradiated huckleberry",
  4123. "name_plural": "irradiated huckleberries",
  4124. "description": "An irradiated huckleberry will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  4125. "proportional": { "price": 2 },
  4126. "spoils_in": 0,
  4127. "container": "bag_plastic"
  4128. },
  4129. {
  4130. "type": "COMESTIBLE",
  4131. "id": "mulberries",
  4132. "name": "mulberry",
  4133. "name_plural": "mulberries",
  4134. "weight": 200,
  4135. "color": "red",
  4136. "spoils_in": 60,
  4137. "comestible_type": "FOOD",
  4138. "symbol": "%",
  4139. "quench": 2,
  4140. "healthy": 1,
  4141. "calories": 139,
  4142. "description": "Mulberries, this red variety is unique to east North America and is described to have the strongest flavor of any variety in the world.",
  4143. "price": 400,
  4144. "material": "fruit",
  4145. "volume": 1,
  4146. "fun": 4,
  4147. "rot_spawn": "GROUP_ROTTING_PLANT",
  4148. "rot_spawn_chance": 5
  4149. },
  4150. {
  4151. "type": "COMESTIBLE",
  4152. "id": "irradiated_mulberries",
  4153. "copy-from": "mulberries",
  4154. "name": "irradiated mulberry",
  4155. "name_plural": "irradiated mulberries",
  4156. "description": "An irradiated mulberry will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  4157. "proportional": { "price": 2 },
  4158. "spoils_in": 0,
  4159. "container": "bag_plastic"
  4160. },
  4161. {
  4162. "type": "COMESTIBLE",
  4163. "id": "elderberries",
  4164. "name": "elderberry",
  4165. "name_plural": "elderberries",
  4166. "weight": 200,
  4167. "color": "red",
  4168. "spoils_in": 60,
  4169. "comestible_type": "FOOD",
  4170. "symbol": "%",
  4171. "quench": 2,
  4172. "healthy": -1,
  4173. "calories": 139,
  4174. "description": "Elderberries, toxic when eaten raw but great when cooked.",
  4175. "price": 400,
  4176. "material": "fruit",
  4177. "volume": 1,
  4178. "fun": -2,
  4179. "rot_spawn": "GROUP_ROTTING_PLANT",
  4180. "rot_spawn_chance": 5
  4181. },
  4182. {
  4183. "type": "COMESTIBLE",
  4184. "id": "irradiated_elderberries",
  4185. "copy-from": "elderberries",
  4186. "name": "irradiated elderberry",
  4187. "name_plural": "irradiated elderberries",
  4188. "description": "An irradiated elderberry will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  4189. "proportional": { "price": 2 },
  4190. "spoils_in": 0,
  4191. "container": "bag_plastic"
  4192. },
  4193. {
  4194. "type": "COMESTIBLE",
  4195. "id": "rose_hips",
  4196. "name": "rose hip",
  4197. "name_plural": "rose hips",
  4198. "weight": 200,
  4199. "color": "red",
  4200. "spoils_in": 60,
  4201. "comestible_type": "FOOD",
  4202. "symbol": "%",
  4203. "quench": 1,
  4204. "healthy": 1,
  4205. "calories": 139,
  4206. "description": "The fruit of a pollinated rose flower.",
  4207. "price": 400,
  4208. "material": "fruit",
  4209. "volume": 1,
  4210. "fun": 2,
  4211. "rot_spawn": "GROUP_ROTTING_PLANT",
  4212. "rot_spawn_chance": 5
  4213. },
  4214. {
  4215. "type": "COMESTIBLE",
  4216. "id": "irradiated_rose_hips",
  4217. "copy-from": "rose_hips",
  4218. "name": "irradiated rose hips",
  4219. "name_plural": "irradiated rose hips",
  4220. "description": "An irradiated rose hips will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  4221. "proportional": { "price": 2 },
  4222. "spoils_in": 0,
  4223. "container": "bag_plastic"
  4224. },
  4225. {
  4226. "type": "COMESTIBLE",
  4227. "id": "juice_pulp",
  4228. "name": "juice pulp",
  4229. "weight": 100,
  4230. "color": "light_red",
  4231. "spoils_in": 60,
  4232. "comestible_type": "FOOD",
  4233. "symbol": "%",
  4234. "quench": -1,
  4235. "healthy": 1,
  4236. "calories": 130,
  4237. "description": "Left-over from juicing the fruit. Not very tasty, but contains a lot of healthy fiber.",
  4238. "price": 50,
  4239. "material": "fruit",
  4240. "volume": 1,
  4241. "charges": 2,
  4242. "rot_spawn": "GROUP_ROTTING_PLANT",
  4243. "rot_spawn_chance": 7
  4244. },
  4245. {
  4246. "type": "COMESTIBLE",
  4247. "id": "wheat",
  4248. "name": "wheat",
  4249. "name_plural": "wheat",
  4250. "weight": 132,
  4251. "color": "brown",
  4252. "comestible_type": "FOOD",
  4253. "symbol": ",",
  4254. "quench": -10,
  4255. "healthy": 1,
  4256. "calories": 174,
  4257. "description": "Raw wheat, not very tasty.",
  4258. "price": 120,
  4259. "material": "wheat",
  4260. "volume": 4,
  4261. "flags": [ "EDIBLE_FROZEN" ],
  4262. "charges": 4,
  4263. "fun": -10
  4264. },
  4265. {
  4266. "type": "COMESTIBLE",
  4267. "id": "buckwheat",
  4268. "name": "buckwheat",
  4269. "name_plural": "buckwheat",
  4270. "weight": 144,
  4271. "color": "brown",
  4272. "comestible_type": "FOOD",
  4273. "symbol": ",",
  4274. "quench": -8,
  4275. "healthy": 1,
  4276. "calories": 191,
  4277. "description": "Seeds from a wild buckwheat plant. Not particularly good to eat in their raw state, they are commonly cooked or ground into flour.",
  4278. "price": 90,
  4279. "material": "veggy",
  4280. "volume": 2,
  4281. "flags": [ "EDIBLE_FROZEN" ],
  4282. "charges": 2,
  4283. "fun": -10
  4284. },
  4285. {
  4286. "type": "COMESTIBLE",
  4287. "id": "buckwheat_cooked",
  4288. "name": "cooked buckwheat",
  4289. "name_plural": "cooked buckwheat",
  4290. "weight": 260,
  4291. "color": "brown",
  4292. "spoils_in": 480,
  4293. "comestible_type": "FOOD",
  4294. "symbol": "%",
  4295. "healthy": 2,
  4296. "calories": 434,
  4297. "description": "A serving of cooked buckwheat groats. Healthy and nutritious but bland.",
  4298. "price": 120,
  4299. "material": "veggy",
  4300. "volume": 1,
  4301. "flags": [ "EATEN_HOT" ],
  4302. "rot_spawn": "GROUP_ROTTING_PLANT",
  4303. "rot_spawn_chance": 3
  4304. },
  4305. {
  4306. "type": "COMESTIBLE",
  4307. "id": "pine_nuts",
  4308. "name": "pine nuts",
  4309. "name_plural": "pine nuts",
  4310. "weight": 28,
  4311. "color": "brown",
  4312. "spoils_in": 1080,
  4313. "container": "bag_plastic",
  4314. "comestible_type": "FOOD",
  4315. "symbol": "%",
  4316. "quench": -2,
  4317. "healthy": 1,
  4318. "calories": 43,
  4319. "description": "Tasty crunchy nuts from a pinecone.",
  4320. "price": 90,
  4321. "material": "nut",
  4322. "volume": 1,
  4323. "flags": [ "EDIBLE_FROZEN" ],
  4324. "charges": 2,
  4325. "fun": 2
  4326. },
  4327. {
  4328. "type": "COMESTIBLE",
  4329. "id": "pistachio_unshelled",
  4330. "name": "handful of shelled pistachios",
  4331. "name_plural": "handful of shelled pistachios",
  4332. "weight": 28,
  4333. "color": "green",
  4334. "spoils_in": 2160,
  4335. "container": "bag_plastic",
  4336. "comestible_type": "FOOD",
  4337. "symbol": "%",
  4338. "quench": -3,
  4339. "healthy": 1,
  4340. "calories": 90,
  4341. "description": "A handful of nuts from a pistachio tree, their shells have been removed.",
  4342. "price": 100,
  4343. "material": "nut",
  4344. "volume": 1,
  4345. "flags": [ "EDIBLE_FROZEN" ],
  4346. "charges": 2,
  4347. "fun": 1
  4348. },
  4349. {
  4350. "type": "COMESTIBLE",
  4351. "id": "pistachio_roasted",
  4352. "name": "handful of roasted pistachios",
  4353. "name_plural": "handfuls of roasted pistachios",
  4354. "weight": 28,
  4355. "color": "green",
  4356. "spoils_in": 2160,
  4357. "comestible_type": "FOOD",
  4358. "symbol": "%",
  4359. "quench": -3,
  4360. "healthy": 2,
  4361. "calories": 90,
  4362. "description": "A handful of roasted nuts from an pistachio tree.",
  4363. "price": 150,
  4364. "material": "nut",
  4365. "volume": 1,
  4366. "flags": [ "EATEN_HOT", "EDIBLE_FROZEN" ],
  4367. "fun": 3
  4368. },
  4369. {
  4370. "type": "COMESTIBLE",
  4371. "id": "almond_unshelled",
  4372. "name": "handful of shelled almonds",
  4373. "name_plural": "handful of shelled almonds",
  4374. "weight": 32,
  4375. "color": "brown",
  4376. "spoils_in": 7200,
  4377. "container": "bag_plastic",
  4378. "comestible_type": "FOOD",
  4379. "symbol": "%",
  4380. "quench": -3,
  4381. "healthy": 1,
  4382. "calories": 100,
  4383. "description": "A handful of nuts from an almond tree, their shells have been removed.",
  4384. "price": 100,
  4385. "material": "nut",
  4386. "volume": 1,
  4387. "flags": [ "EDIBLE_FROZEN" ],
  4388. "charges": 2,
  4389. "fun": 1
  4390. },
  4391. {
  4392. "type": "COMESTIBLE",
  4393. "id": "almond_roasted",
  4394. "name": "handful of roasted almonds",
  4395. "name_plural": "handfuls of roasted almonds",
  4396. "weight": 32,
  4397. "color": "brown",
  4398. "spoils_in": 7200,
  4399. "comestible_type": "FOOD",
  4400. "symbol": "%",
  4401. "quench": -3,
  4402. "healthy": 2,
  4403. "calories": 100,
  4404. "description": "A handful of roasted nuts from an almond tree.",
  4405. "price": 150,
  4406. "material": "nut",
  4407. "volume": 1,
  4408. "flags": [ "EATEN_HOT", "EDIBLE_FROZEN" ],
  4409. "fun": 3
  4410. },
  4411. {
  4412. "type": "COMESTIBLE",
  4413. "id": "cashews",
  4414. "name": "cashews",
  4415. "name_plural": "cashews",
  4416. "weight": 35,
  4417. "color": "brown",
  4418. "spoils_in": 5760,
  4419. "container": "bag_plastic",
  4420. "comestible_type": "FOOD",
  4421. "symbol": "%",
  4422. "quench": -3,
  4423. "healthy": 1,
  4424. "calories": 90,
  4425. "description": "A handful of salty cashews.",
  4426. "price": 110,
  4427. "material": "nut",
  4428. "volume": 1,
  4429. "flags": [ "EDIBLE_FROZEN" ],
  4430. "charges": 2,
  4431. "fun": 3
  4432. },
  4433. {
  4434. "type": "COMESTIBLE",
  4435. "id": "pecan_unshelled",
  4436. "name": "handful of shelled pecans",
  4437. "name_plural": "handful of shelled pecans",
  4438. "weight": 36,
  4439. "color": "brown",
  4440. "spoils_in": 4320,
  4441. "container": "bag_plastic",
  4442. "comestible_type": "FOOD",
  4443. "symbol": "%",
  4444. "quench": -3,
  4445. "healthy": 1,
  4446. "calories": 120,
  4447. "description": "A handful of pecans which are a sub-species of hickory nuts, their shells have been removed.",
  4448. "price": 100,
  4449. "material": "nut",
  4450. "volume": 1,
  4451. "flags": [ "EDIBLE_FROZEN" ],
  4452. "charges": 2,
  4453. "fun": 1
  4454. },
  4455. {
  4456. "type": "COMESTIBLE",
  4457. "id": "pecan_roasted",
  4458. "name": "handful of roasted pecans",
  4459. "name_plural": "handfuls of roasted pecans",
  4460. "weight": 36,
  4461. "color": "brown",
  4462. "spoils_in": 4320,
  4463. "comestible_type": "FOOD",
  4464. "symbol": "%",
  4465. "quench": -3,
  4466. "healthy": 1,
  4467. "calories": 120,
  4468. "description": "A handful of roasted nuts from a pecan tree.",
  4469. "price": 150,
  4470. "material": "nut",
  4471. "volume": 1,
  4472. "flags": [ "EATEN_HOT", "EDIBLE_FROZEN" ],
  4473. "fun": 3
  4474. },
  4475. {
  4476. "type": "COMESTIBLE",
  4477. "id": "peanut_unshelled",
  4478. "name": "handful of shelled peanuts",
  4479. "name_plural": "handful of shelled peanuts",
  4480. "weight": 28,
  4481. "color": "brown",
  4482. "spoils_in": 5760,
  4483. "container": "bag_plastic",
  4484. "comestible_type": "FOOD",
  4485. "symbol": "%",
  4486. "quench": -4,
  4487. "healthy": 1,
  4488. "calories": 90,
  4489. "description": "Salty peanuts with their shells removed.",
  4490. "price": 100,
  4491. "material": "nut",
  4492. "volume": 1,
  4493. "flags": [ "EDIBLE_FROZEN" ],
  4494. "charges": 2,
  4495. "fun": 3
  4496. },
  4497. {
  4498. "type": "COMESTIBLE",
  4499. "id": "beech_nuts",
  4500. "name": "beech nuts",
  4501. "name_plural": "beech nuts",
  4502. "weight": 32,
  4503. "color": "brown",
  4504. "spoils_in": 2160,
  4505. "comestible_type": "FOOD",
  4506. "symbol": "%",
  4507. "quench": -4,
  4508. "healthy": 1,
  4509. "calories": 120,
  4510. "description": "Hard pointy nuts from a beech tree.",
  4511. "price": 0,
  4512. "material": "nut",
  4513. "volume": 1,
  4514. "flags": [ "EDIBLE_FROZEN" ],
  4515. "charges": 2
  4516. },
  4517. {
  4518. "type": "COMESTIBLE",
  4519. "id": "walnut_unshelled",
  4520. "name": "handful of shelled walnuts",
  4521. "name_plural": "handfuls of shelled walnuts",
  4522. "weight": 36,
  4523. "color": "brown",
  4524. "spoils_in": 4320,
  4525. "comestible_type": "FOOD",
  4526. "symbol": "%",
  4527. "quench": -5,
  4528. "healthy": -1,
  4529. "calories": 130,
  4530. "description": "A handful of raw hard nuts from a walnut tree, their shells have been removed.",
  4531. "price": 0,
  4532. "flags": [ "EDIBLE_FROZEN" ],
  4533. "material": "nut",
  4534. "volume": 1,
  4535. "fun": -10
  4536. },
  4537. {
  4538. "type": "COMESTIBLE",
  4539. "id": "walnut_roasted",
  4540. "name": "handful of roasted walnuts",
  4541. "name_plural": "handfuls of roasted walnuts",
  4542. "weight": 36,
  4543. "color": "brown",
  4544. "spoils_in": 4320,
  4545. "comestible_type": "FOOD",
  4546. "symbol": "%",
  4547. "quench": -5,
  4548. "healthy": 1,
  4549. "calories": 130,
  4550. "description": "A handful of roasted nuts from a walnut tree.",
  4551. "price": 90,
  4552. "material": "nut",
  4553. "volume": 1,
  4554. "flags": [ "EATEN_HOT", "EDIBLE_FROZEN" ],
  4555. "fun": 1
  4556. },
  4557. {
  4558. "type": "COMESTIBLE",
  4559. "id": "chestnut_unshelled",
  4560. "name": "handful of shelled chestnuts",
  4561. "name_plural": "handfuls of shelled chestnuts",
  4562. "weight": 36,
  4563. "color": "brown",
  4564. "spoils_in": 4320,
  4565. "comestible_type": "FOOD",
  4566. "symbol": "%",
  4567. "quench": -5,
  4568. "healthy": -1,
  4569. "calories": 120,
  4570. "description": "A handful of raw hard nuts from a chestnut tree, their shells have been removed.",
  4571. "price": 0,
  4572. "flags": [ "EDIBLE_FROZEN" ],
  4573. "material": "nut",
  4574. "volume": 1,
  4575. "fun": -10
  4576. },
  4577. {
  4578. "type": "COMESTIBLE",
  4579. "id": "chestnut_roasted",
  4580. "name": "handful of roasted chestnuts",
  4581. "name_plural": "handfuls of roasted chestnuts",
  4582. "weight": 36,
  4583. "color": "brown",
  4584. "spoils_in": 4320,
  4585. "comestible_type": "FOOD",
  4586. "symbol": "%",
  4587. "quench": -5,
  4588. "healthy": 1,
  4589. "calories": 120,
  4590. "description": "A handful of roasted nuts from a chestnut tree.",
  4591. "price": 90,
  4592. "material": "nut",
  4593. "volume": 1,
  4594. "flags": [ "EATEN_HOT", "EDIBLE_FROZEN" ],
  4595. "fun": 1
  4596. },
  4597. {
  4598. "type": "COMESTIBLE",
  4599. "id": "acorn_roasted",
  4600. "name": "handful of roasted acorns",
  4601. "name_plural": "handfuls of roasted acorns",
  4602. "weight": 36,
  4603. "color": "brown",
  4604. "spoils_in": 5760,
  4605. "comestible_type": "FOOD",
  4606. "symbol": "%",
  4607. "quench": -5,
  4608. "healthy": 1,
  4609. "calories": 130,
  4610. "description": "A handful of roasted nuts from a oak tree.",
  4611. "price": 90,
  4612. "material": "nut",
  4613. "volume": 1,
  4614. "flags": [ "EATEN_HOT", "EDIBLE_FROZEN" ],
  4615. "fun": 1
  4616. },
  4617. {
  4618. "type": "COMESTIBLE",
  4619. "id": "hazelnut_unshelled",
  4620. "name": "handful of hazelnuts",
  4621. "name_plural": "handful of shelled hazelnuts",
  4622. "weight": 32,
  4623. "color": "brown",
  4624. "spoils_in": 3600,
  4625. "comestible_type": "FOOD",
  4626. "symbol": "%",
  4627. "quench": -5,
  4628. "healthy": -1,
  4629. "calories": 120,
  4630. "description": "A handful of raw hard nuts from a hazelnut tree, their shells have been removed.",
  4631. "price": 0,
  4632. "flags": [ "EDIBLE_FROZEN" ],
  4633. "material": "nut",
  4634. "volume": 1,
  4635. "fun": -10
  4636. },
  4637. {
  4638. "type": "COMESTIBLE",
  4639. "id": "hazelnut_roasted",
  4640. "name": "handful of roasted hazelnuts",
  4641. "name_plural": "handfuls of roasted hazelnuts",
  4642. "weight": 32,
  4643. "color": "brown",
  4644. "spoils_in": 3600,
  4645. "comestible_type": "FOOD",
  4646. "symbol": "%",
  4647. "quench": -5,
  4648. "healthy": 1,
  4649. "calories": 120,
  4650. "description": "A handful of roasted nuts from a hazelnut tree.",
  4651. "price": 90,
  4652. "material": "nut",
  4653. "volume": 1,
  4654. "flags": [ "EATEN_HOT", "EDIBLE_FROZEN" ],
  4655. "fun": 1
  4656. },
  4657. {
  4658. "type": "COMESTIBLE",
  4659. "id": "hickory_nut_unshelled",
  4660. "name": "handful of shelled hickory nuts",
  4661. "name_plural": "handfuls of shelled hickory nuts",
  4662. "weight": 36,
  4663. "color": "brown",
  4664. "spoils_in": 4320,
  4665. "comestible_type": "FOOD",
  4666. "symbol": "%",
  4667. "quench": -5,
  4668. "healthy": -1,
  4669. "calories": 130,
  4670. "description": "A handful of raw hard nuts from a hickory tree, their shells have been removed.",
  4671. "price": 0,
  4672. "flags": [ "EDIBLE_FROZEN" ],
  4673. "material": "nut",
  4674. "volume": 1,
  4675. "fun": -10
  4676. },
  4677. {
  4678. "type": "COMESTIBLE",
  4679. "id": "hickory_nut_roasted",
  4680. "name": "handful of roasted hickory nuts",
  4681. "name_plural": "handfuls of roasted hickory nuts",
  4682. "weight": 36,
  4683. "color": "brown",
  4684. "spoils_in": 4320,
  4685. "comestible_type": "FOOD",
  4686. "symbol": "%",
  4687. "quench": -5,
  4688. "healthy": 1,
  4689. "calories": 130,
  4690. "description": "A handful of roasted nuts from a hickory tree.",
  4691. "price": 90,
  4692. "material": "nut",
  4693. "volume": 1,
  4694. "flags": [ "EATEN_HOT", "EDIBLE_FROZEN" ],
  4695. "fun": 1
  4696. },
  4697. {
  4698. "type": "COMESTIBLE",
  4699. "id": "hickory_nut_ambrosia",
  4700. "name": "hickory nut ambrosia",
  4701. "weight": 254,
  4702. "color": "brown",
  4703. "spoils_in": 259,
  4704. "container": "bottle_plastic",
  4705. "comestible_type": "DRINK",
  4706. "symbol": "~",
  4707. "quench": 10,
  4708. "calories": 130,
  4709. "description": "Delicious hickory nut ambrosia. A drink worthy of the gods.",
  4710. "price": 100,
  4711. "material": [ "nut", "milk" ],
  4712. "volume": 1,
  4713. "phase": "liquid",
  4714. "charges": 4,
  4715. "flags": [ "EATEN_HOT" ],
  4716. "fun": 5,
  4717. "freezing_point": -80
  4718. },
  4719. {
  4720. "type": "COMESTIBLE",
  4721. "id": "hops",
  4722. "name": "hops flower",
  4723. "name_plural": "hops flowers",
  4724. "weight": 92,
  4725. "color": "light_green",
  4726. "comestible_type": "FOOD",
  4727. "symbol": ",",
  4728. "quench": -20,
  4729. "healthy": 1,
  4730. "calories": 87,
  4731. "description": "A cluster of small cone-like flowers, indispensable for brewing beer.",
  4732. "price": 20,
  4733. "material": "veggy",
  4734. "volume": 1,
  4735. "flags": [ "EDIBLE_FROZEN" ],
  4736. "charges": 4,
  4737. "fun": -15
  4738. },
  4739. {
  4740. "type": "COMESTIBLE",
  4741. "id": "barley",
  4742. "name": "barley",
  4743. "weight": 132,
  4744. "color": "brown",
  4745. "comestible_type": "FOOD",
  4746. "symbol": ",",
  4747. "quench": -10,
  4748. "healthy": 1,
  4749. "calories": 87,
  4750. "description": "Grainy cereal used for malting. A staple of brewing everywhere. It can also be ground into flour.",
  4751. "price": 20,
  4752. "material": "veggy",
  4753. "volume": 4,
  4754. "flags": [ "EDIBLE_FROZEN" ],
  4755. "charges": 4,
  4756. "fun": -15
  4757. },
  4758. {
  4759. "type": "COMESTIBLE",
  4760. "id": "sugar_beet",
  4761. "name": "sugar beet",
  4762. "weight": 310,
  4763. "color": "brown",
  4764. "spoils_in": 2280,
  4765. "stim": 1,
  4766. "comestible_type": "FOOD",
  4767. "symbol": "%",
  4768. "calories": 43,
  4769. "description": "This fleshy root is ripe and flowing with sugars; just takes some processing to extract them.",
  4770. "price": 50,
  4771. "material": "veggy",
  4772. "volume": 4,
  4773. "charges": 4,
  4774. "fun": -10,
  4775. "rot_spawn": "GROUP_ROTTING_PLANT",
  4776. "rot_spawn_chance": 8
  4777. },
  4778. {
  4779. "type": "COMESTIBLE",
  4780. "id": "lettuce",
  4781. "name": "lettuce",
  4782. "weight": 224,
  4783. "color": "light_green",
  4784. "spoils_in": 240,
  4785. "comestible_type": "FOOD",
  4786. "symbol": "%",
  4787. "quench": 2,
  4788. "calories": 113,
  4789. "description": "A crisp head of iceberg lettuce.",
  4790. "price": 100,
  4791. "material": "veggy",
  4792. "volume": 3,
  4793. "charges": 4,
  4794. "flags": [ "FREEZERBURN", "SMOKABLE" ],
  4795. "rot_spawn": "GROUP_ROTTING_PLANT"
  4796. },
  4797. {
  4798. "type": "COMESTIBLE",
  4799. "id": "cabbage",
  4800. "name": "cabbage",
  4801. "weight": 235,
  4802. "color": "white",
  4803. "spoils_in": 240,
  4804. "comestible_type": "FOOD",
  4805. "symbol": "%",
  4806. "quench": 2,
  4807. "healthy": 1,
  4808. "calories": 130,
  4809. "description": "A hearty head of crisp white cabbage.",
  4810. "price": 100,
  4811. "material": "veggy",
  4812. "volume": 1,
  4813. "fun": -2,
  4814. "flags": [ "SMOKABLE" ],
  4815. "rot_spawn": "GROUP_ROTTING_PLANT"
  4816. },
  4817. {
  4818. "type": "COMESTIBLE",
  4819. "id": "tomato",
  4820. "name": "tomato",
  4821. "name_plural": "tomatoes",
  4822. "weight": 183,
  4823. "color": "red",
  4824. "spoils_in": 90,
  4825. "comestible_type": "FOOD",
  4826. "symbol": "%",
  4827. "quench": 3,
  4828. "healthy": 1,
  4829. "calories": 156,
  4830. "description": "Juicy red tomato. It gained popularity in Italy after being brought back from the New World.",
  4831. "price": 90,
  4832. "material": "tomato",
  4833. "volume": 1,
  4834. "flags": [ "SMOKABLE" ],
  4835. "rot_spawn": "GROUP_ROTTING_PLANT"
  4836. },
  4837. {
  4838. "type": "COMESTIBLE",
  4839. "id": "cotton_boll",
  4840. "name": "cotton boll",
  4841. "name_plural": "cotton bolls",
  4842. "category": "other",
  4843. "weight": 26,
  4844. "color": "light_green",
  4845. "comestible_type": "FOOD",
  4846. "symbol": "%",
  4847. "quench": -6,
  4848. "healthy": -2,
  4849. "calories": 9,
  4850. "description": "A tough protective capsule bulging with densely packed fibers and seeds, this cotton boll can be processed into usable material with the right tools.",
  4851. "price": 100,
  4852. "material": [ "veggy", "cotton" ],
  4853. "volume": 1,
  4854. "charges": 4,
  4855. "fun": -10
  4856. },
  4857. {
  4858. "type": "COMESTIBLE",
  4859. "id": "coffee_pod",
  4860. "name": "coffee pod",
  4861. "name_plural": "coffee pods",
  4862. "category": "other",
  4863. "weight": 26,
  4864. "color": "light_green",
  4865. "comestible_type": "FOOD",
  4866. "looks_like": "hickory_nuts",
  4867. "symbol": "%",
  4868. "quench": -6,
  4869. "healthy": -2,
  4870. "calories": 9,
  4871. "description": "A hard casing filled with coffee seeds ready for roasting. The seeds create a dark black, bitter, caffinated liquid not too much unlike coffee.",
  4872. "price": 100,
  4873. "material": [ "veggy" ],
  4874. "volume": 1,
  4875. "charges": 4,
  4876. "fun": -10
  4877. },
  4878. {
  4879. "type": "COMESTIBLE",
  4880. "id": "broccoli",
  4881. "name": "broccoli",
  4882. "name_plural": "broccoli",
  4883. "weight": 170,
  4884. "color": "green",
  4885. "spoils_in": 160,
  4886. "comestible_type": "FOOD",
  4887. "symbol": "%",
  4888. "healthy": 2,
  4889. "calories": 260,
  4890. "description": "It's a bit tough, but quite delicious.",
  4891. "price": 400,
  4892. "material": "veggy",
  4893. "volume": 1,
  4894. "flags": [ "EATEN_HOT", "SMOKABLE" ],
  4895. "rot_spawn": "GROUP_ROTTING_PLANT"
  4896. },
  4897. {
  4898. "type": "COMESTIBLE",
  4899. "id": "zucchini",
  4900. "name": "zucchini",
  4901. "weight": 180,
  4902. "color": "light_green",
  4903. "spoils_in": 120,
  4904. "comestible_type": "FOOD",
  4905. "symbol": "%",
  4906. "healthy": 1,
  4907. "calories": 174,
  4908. "description": "A tasty summer squash.",
  4909. "price": 300,
  4910. "material": "veggy",
  4911. "volume": 1,
  4912. "flags": [ "EATEN_HOT", "SMOKABLE" ],
  4913. "rot_spawn": "GROUP_ROTTING_PLANT"
  4914. },
  4915. {
  4916. "type": "COMESTIBLE",
  4917. "id": "onion",
  4918. "name": "onion",
  4919. "weight": 114,
  4920. "color": "white",
  4921. "spoils_in": 720,
  4922. "comestible_type": "FOOD",
  4923. "symbol": "%",
  4924. "healthy": 1,
  4925. "calories": 43,
  4926. "description": "An aromatic onion used in cooking. Cutting these up can make your eyes sting!",
  4927. "price": 50,
  4928. "material": "veggy",
  4929. "volume": 1,
  4930. "fun": -1,
  4931. "flags": [ "FREEZERBURN", "SMOKABLE" ],
  4932. "fun_comment": "Raw onions probably aren't all that tasty to most people.",
  4933. "rot_spawn": "GROUP_ROTTING_PLANT"
  4934. },
  4935. {
  4936. "type": "COMESTIBLE",
  4937. "id": "garlic",
  4938. "name": "garlic bulb",
  4939. "weight": 120,
  4940. "color": "white",
  4941. "spoils_in": 8640,
  4942. "comestible_type": "FOOD",
  4943. "symbol": "%",
  4944. "quench": -18,
  4945. "healthy": 1,
  4946. "calories": 156,
  4947. "description": "A pungent garlic bulb. Popular as a seasoning for its strong flavor. Can be disassembled to cloves.",
  4948. "price": 600,
  4949. "material": "garlic",
  4950. "volume": 1,
  4951. "fun": -18,
  4952. "fun_comment": "Who in their right mind would eat an entire garlic bulb raw?"
  4953. },
  4954. {
  4955. "type": "COMESTIBLE",
  4956. "id": "carrot",
  4957. "name": "carrot",
  4958. "name_plural": "carrots",
  4959. "weight": 80,
  4960. "color": "light_red",
  4961. "spoils_in": 120,
  4962. "comestible_type": "FOOD",
  4963. "symbol": "%",
  4964. "healthy": 1,
  4965. "calories": 43,
  4966. "description": "A healthy root vegetable. Rich in vitamin A!",
  4967. "price": 200,
  4968. "material": "veggy",
  4969. "volume": 1,
  4970. "charges": 6,
  4971. "fun": -1,
  4972. "flags": [ "SMOKABLE" ],
  4973. "rot_spawn": "GROUP_ROTTING_PLANT"
  4974. },
  4975. {
  4976. "type": "COMESTIBLE",
  4977. "id": "corn",
  4978. "name": "corn",
  4979. "name_plural": "corn",
  4980. "weight": 283,
  4981. "color": "light_green",
  4982. "spoils_in": 120,
  4983. "comestible_type": "FOOD",
  4984. "symbol": "%",
  4985. "healthy": 1,
  4986. "calories": 174,
  4987. "description": "Delicious golden kernels.",
  4988. "price": 170,
  4989. "//": "Thinking this is a single ear here.",
  4990. "material": "veggy",
  4991. "volume": 1,
  4992. "flags": [ "EATEN_HOT" ],
  4993. "rot_spawn": "GROUP_ROTTING_PLANT"
  4994. },
  4995. {
  4996. "type": "COMESTIBLE",
  4997. "id": "chili_pepper",
  4998. "name": "chili pepper",
  4999. "weight": 114,
  5000. "color": "red",
  5001. "spoils_in": 720,
  5002. "comestible_type": "FOOD",
  5003. "symbol": "%",
  5004. "healthy": 1,
  5005. "calories": 43,
  5006. "description": "Spicy chili pepper.",
  5007. "price": 50,
  5008. "material": "veggy",
  5009. "volume": 1,
  5010. "flags": [ "FREEZERBURN" ],
  5011. "fun": -2
  5012. },
  5013. {
  5014. "type": "COMESTIBLE",
  5015. "id": "irradiated_lettuce",
  5016. "copy-from": "lettuce",
  5017. "name": "irradiated lettuce",
  5018. "description": "An irradiated head of lettuce will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  5019. "proportional": { "price": 2 },
  5020. "spoils_in": 0,
  5021. "container": "bag_plastic"
  5022. },
  5023. {
  5024. "type": "COMESTIBLE",
  5025. "id": "irradiated_cabbage",
  5026. "copy-from": "cabbage",
  5027. "name": "irradiated cabbage",
  5028. "description": "An irradiated head of cabbage will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  5029. "proportional": { "price": 2 },
  5030. "spoils_in": 0,
  5031. "container": "bag_plastic"
  5032. },
  5033. {
  5034. "type": "COMESTIBLE",
  5035. "id": "irradiated_tomato",
  5036. "copy-from": "tomato",
  5037. "name": "irradiated tomato",
  5038. "name_plural": "irradiated tomatoes",
  5039. "description": "An irradiated tomato will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  5040. "proportional": { "price": 2 },
  5041. "spoils_in": 0,
  5042. "container": "bag_plastic"
  5043. },
  5044. {
  5045. "type": "COMESTIBLE",
  5046. "id": "irradiated_broccoli",
  5047. "copy-from": "broccoli",
  5048. "name": "irradiated broccoli",
  5049. "name_plural": "irradiated broccoli",
  5050. "description": "An irradiated cluster of broccoli will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  5051. "proportional": { "price": 2 },
  5052. "spoils_in": 0,
  5053. "container": "bag_plastic"
  5054. },
  5055. {
  5056. "type": "COMESTIBLE",
  5057. "id": "irradiated_zucchini",
  5058. "copy-from": "zucchini",
  5059. "name": "irradiated zucchini",
  5060. "description": "An irradiated zucchini will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  5061. "proportional": { "price": 2 },
  5062. "spoils_in": 0,
  5063. "container": "bag_plastic"
  5064. },
  5065. {
  5066. "type": "COMESTIBLE",
  5067. "id": "irradiated_onion",
  5068. "copy-from": "onion",
  5069. "name": "irradiated onion",
  5070. "description": "An irradiated onion will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  5071. "proportional": { "price": 2 },
  5072. "spoils_in": 0,
  5073. "container": "bag_plastic",
  5074. "flags": [ "FREEZERBURN" ]
  5075. },
  5076. {
  5077. "type": "COMESTIBLE",
  5078. "id": "irradiated_carrot",
  5079. "copy-from": "carrot",
  5080. "name": "irradiated carrot",
  5081. "description": "An irradiated bundle of carrots will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  5082. "proportional": { "price": 2 },
  5083. "spoils_in": 0,
  5084. "container": "bag_plastic"
  5085. },
  5086. {
  5087. "type": "COMESTIBLE",
  5088. "id": "irradiated_corn",
  5089. "copy-from": "corn",
  5090. "name": "irradiated corn",
  5091. "name_plural": "irradiated corn",
  5092. "description": "An irradiated ear of corn will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  5093. "proportional": { "price": 2 },
  5094. "spoils_in": 0,
  5095. "container": "bag_plastic"
  5096. },
  5097. {
  5098. "type": "COMESTIBLE",
  5099. "id": "frozen_dinner",
  5100. "name": "uncooked TV dinner",
  5101. "weight": 453,
  5102. "color": "brown",
  5103. "spoils_in": 60,
  5104. "container": "box_small",
  5105. "comestible_type": "FOOD",
  5106. "symbol": "%",
  5107. "quench": -2,
  5108. "healthy": -2,
  5109. "calories": 434,
  5110. "description": "Now with ONE POUND of meat and ONE POUND of carbs! Not as appetizing or nutritious as it would be if heated up.",
  5111. "price": 320,
  5112. "material": [ "flesh", "junk" ],
  5113. "volume": 4,
  5114. "fun": -3,
  5115. "rot_spawn": "GROUP_CARRION"
  5116. },
  5117. {
  5118. "type": "COMESTIBLE",
  5119. "id": "cooked_dinner",
  5120. "name": "cooked TV dinner",
  5121. "weight": 450,
  5122. "color": "brown",
  5123. "spoils_in": 12,
  5124. "comestible_type": "FOOD",
  5125. "symbol": "%",
  5126. "quench": -1,
  5127. "healthy": -1,
  5128. "calories": 313,
  5129. "description": "Now with ONE POUND of meat and ONE POUND of carbs! Nice and heated up. It's tastier and more filling, but will also spoil quickly.",
  5130. "price": 90,
  5131. "material": [ "flesh", "junk" ],
  5132. "volume": 4,
  5133. "charges": 2,
  5134. "flags": [ "EATEN_HOT" ],
  5135. "fun": 2,
  5136. "rot_spawn": "GROUP_CARRION"
  5137. },
  5138. {
  5139. "type": "COMESTIBLE",
  5140. "id": "frozen_burrito",
  5141. "name": "uncooked burrito",
  5142. "weight": 142,
  5143. "color": "brown",
  5144. "spoils_in": 280,
  5145. "container": "bag_plastic",
  5146. "comestible_type": "FOOD",
  5147. "symbol": "%",
  5148. "quench": -12,
  5149. "healthy": -2,
  5150. "calories": 130,
  5151. "description": "A small, microwaveable steak & cheese burrito, like those found at gas stations. Not as appetizing or nutritious as it would be if heated up.",
  5152. "price": 200,
  5153. "material": [ "flesh", "junk", "milk" ],
  5154. "volume": 1,
  5155. "fun": -3,
  5156. "rot_spawn": "GROUP_CARRION"
  5157. },
  5158. {
  5159. "type": "COMESTIBLE",
  5160. "id": "cooked_burrito",
  5161. "name": "cooked burrito",
  5162. "weight": 142,
  5163. "color": "brown",
  5164. "spoils_in": 60,
  5165. "comestible_type": "FOOD",
  5166. "symbol": "%",
  5167. "quench": -12,
  5168. "healthy": -1,
  5169. "calories": 434,
  5170. "description": "A small, microwaveable steak & cheese burrito, like those found at gas stations. It's tastier and more filling, but will also spoil quickly.",
  5171. "price": 90,
  5172. "material": [ "flesh", "junk", "milk" ],
  5173. "volume": 1,
  5174. "flags": [ "EATEN_HOT" ],
  5175. "fun": 5,
  5176. "rot_spawn": "GROUP_CARRION"
  5177. },
  5178. {
  5179. "type": "COMESTIBLE",
  5180. "id": "spaghetti_raw",
  5181. "name": "raw spaghetti",
  5182. "name_plural": "raw spaghetti",
  5183. "weight": 453,
  5184. "color": "yellow",
  5185. "spoils_in": 8640,
  5186. "container": "box_small",
  5187. "comestible_type": "FOOD",
  5188. "symbol": "%",
  5189. "calories": 87,
  5190. "description": "It could be eaten raw if you're desperate, but is much better cooked.",
  5191. "price": 120,
  5192. "material": "wheat",
  5193. "volume": 3,
  5194. "flags": [ "EDIBLE_FROZEN" ],
  5195. "fun": -8
  5196. },
  5197. {
  5198. "type": "COMESTIBLE",
  5199. "id": "lasagne_raw",
  5200. "name": "raw lasagne",
  5201. "spoils_in": 8640,
  5202. "weight": 460,
  5203. "color": "yellow",
  5204. "container": "box_small",
  5205. "comestible_type": "FOOD",
  5206. "symbol": "%",
  5207. "calories": 104,
  5208. "description": "It could be eaten raw if you're desperate, but is much better cooked.",
  5209. "price": 120,
  5210. "material": "wheat",
  5211. "volume": 3,
  5212. "flags": [ "EDIBLE_FROZEN" ],
  5213. "fun": -8
  5214. },
  5215. {
  5216. "type": "COMESTIBLE",
  5217. "id": "spaghetti_cooked",
  5218. "name": "boiled noodles",
  5219. "name_plural": "boiled noodles",
  5220. "weight": 681,
  5221. "color": "yellow",
  5222. "spoils_in": 20,
  5223. "container": "box_small",
  5224. "comestible_type": "FOOD",
  5225. "symbol": "%",
  5226. "quench": 12,
  5227. "calories": 260,
  5228. "description": "Fresh wet noodles. Fairly bland, but fills you up.",
  5229. "price": 20,
  5230. "material": "wheat",
  5231. "volume": 6,
  5232. "charges": 2,
  5233. "flags": [ "EATEN_HOT", "TRADER_AVOID" ],
  5234. "rot_spawn": "GROUP_CARRION"
  5235. },
  5236. {
  5237. "type": "COMESTIBLE",
  5238. "id": "macaroni_raw",
  5239. "name": "raw macaroni",
  5240. "name_plural": "raw macaroni",
  5241. "weight": 480,
  5242. "color": "yellow",
  5243. "spoils_in": 8640,
  5244. "container": "box_small",
  5245. "comestible_type": "FOOD",
  5246. "symbol": "%",
  5247. "calories": 87,
  5248. "description": "It could be eaten raw if you're desperate, but is much better cooked.",
  5249. "price": 150,
  5250. "material": "wheat",
  5251. "flags": [ "EDIBLE_FROZEN" ],
  5252. "volume": 3,
  5253. "fun": -6
  5254. },
  5255. {
  5256. "type": "COMESTIBLE",
  5257. "id": "macaroni_cooked",
  5258. "name": "mac & cheese",
  5259. "name_plural": "mac & cheese",
  5260. "weight": 323,
  5261. "color": "yellow",
  5262. "spoils_in": 10,
  5263. "container": "box_small",
  5264. "comestible_type": "FOOD",
  5265. "symbol": "%",
  5266. "quench": 25,
  5267. "calories": 434,
  5268. "description": "When the cheese starts flowing, Kraft gets your noodle going.",
  5269. "price": 380,
  5270. "material": [ "wheat", "milk" ],
  5271. "volume": 4,
  5272. "charges": 2,
  5273. "flags": [ "EATEN_HOT", "TRADER_AVOID", "FREEZERBURN" ],
  5274. "fun": 5,
  5275. "rot_spawn": "GROUP_CARRION"
  5276. },
  5277. {
  5278. "type": "COMESTIBLE",
  5279. "id": "macaroni_helper",
  5280. "name": "hamburger helper",
  5281. "weight": 380,
  5282. "color": "red",
  5283. "spoils_in": 10,
  5284. "container": "box_small",
  5285. "comestible_type": "FOOD",
  5286. "symbol": "%",
  5287. "quench": 13,
  5288. "healthy": 1,
  5289. "calories": 260,
  5290. "description": "Some mac and cheese with ground meat added, enhancing the flavor and the nutritional value.",
  5291. "price": 490,
  5292. "material": [ "wheat", "flesh", "milk" ],
  5293. "volume": 4,
  5294. "charges": 4,
  5295. "flags": [ "EATEN_HOT", "FREEZERBURN" ],
  5296. "fun": 5,
  5297. "rot_spawn": "GROUP_CARRION"
  5298. },
  5299. {
  5300. "type": "COMESTIBLE",
  5301. "id": "hobo_helper",
  5302. "copy-from": "macaroni_helper",
  5303. "name": "hobo helper",
  5304. "description": "Some mac and cheese with ground human flesh added. So good it's like murder.",
  5305. "material": [ "wheat", "hflesh", "milk" ]
  5306. },
  5307. {
  5308. "type": "COMESTIBLE",
  5309. "id": "ravioli",
  5310. "name": "ravioli",
  5311. "weight": 452,
  5312. "color": "light_red",
  5313. "spoils_in": 48,
  5314. "container": "can_food",
  5315. "comestible_type": "FOOD",
  5316. "symbol": "%",
  5317. "calories": 417,
  5318. "description": "Meat encased in little dough satchels. Tastes fine raw.",
  5319. "price": 250,
  5320. "material": [ "flesh", "wheat" ],
  5321. "volume": 1,
  5322. "flags": [ "EATEN_HOT" ],
  5323. "rot_spawn": "GROUP_CARRION"
  5324. },
  5325. {
  5326. "type": "COMESTIBLE",
  5327. "id": "yoghurt",
  5328. "name": "yogurt",
  5329. "weight": 200,
  5330. "color": "magenta",
  5331. "spoils_in": 20,
  5332. "container": "cup_plastic",
  5333. "comestible_type": "FOOD",
  5334. "symbol": "%",
  5335. "calories": 130,
  5336. "description": "Delicious fermented dairy. It tastes of vanilla.",
  5337. "price": 190,
  5338. "material": "milk",
  5339. "volume": 1,
  5340. "phase": "liquid",
  5341. "flags": [ "FREEZERBURN" ],
  5342. "fun": 15,
  5343. "rot_spawn": "GROUP_CARRION"
  5344. },
  5345. {
  5346. "type": "COMESTIBLE",
  5347. "id": "pudding",
  5348. "name": "pudding",
  5349. "weight": 200,
  5350. "color": "light_gray",
  5351. "spoils_in": 180,
  5352. "container": "cup_plastic",
  5353. "comestible_type": "FOOD",
  5354. "symbol": "%",
  5355. "calories": 87,
  5356. "description": "Sugary, fermented dairy. A wonderful treat.",
  5357. "price": 210,
  5358. "material": [ "milk", "junk" ],
  5359. "volume": 1,
  5360. "phase": "liquid",
  5361. "fun": 20,
  5362. "flags": [ "FREEZERBURN" ],
  5363. "rot_spawn": "GROUP_CARRION"
  5364. },
  5365. {
  5366. "type": "COMESTIBLE",
  5367. "id": "sauce_red",
  5368. "name": "red sauce",
  5369. "weight": 259,
  5370. "color": "red",
  5371. "spoils_in": 72,
  5372. "container": "can_food",
  5373. "comestible_type": "FOOD",
  5374. "symbol": "%",
  5375. "healthy": 1,
  5376. "calories": 174,
  5377. "description": "Tomato sauce, yum yum.",
  5378. "price": 320,
  5379. "//": "Small cans--needs upsized after the string freeze.",
  5380. "material": "tomato",
  5381. "volume": 1,
  5382. "phase": "liquid",
  5383. "flags": [ "EATEN_HOT" ],
  5384. "fun": 1,
  5385. "rot_spawn": "GROUP_ROTTING_PLANT"
  5386. },
  5387. {
  5388. "type": "COMESTIBLE",
  5389. "id": "chili",
  5390. "name": "chili con carne",
  5391. "name_plural": "chilis con carne",
  5392. "weight": 300,
  5393. "color": "red",
  5394. "spoils_in": 24,
  5395. "container": "can_food",
  5396. "comestible_type": "FOOD",
  5397. "symbol": "%",
  5398. "healthy": 1,
  5399. "calories": 417,
  5400. "description": "A spicy stew containing chili peppers, meat, tomatoes and beans.",
  5401. "price": 290,
  5402. "material": [ "flesh", "veggy", "bean", "tomato" ],
  5403. "volume": 1,
  5404. "charges": 2,
  5405. "flags": [ "EATEN_HOT" ],
  5406. "fun": 5,
  5407. "rot_spawn": "GROUP_CARRION"
  5408. },
  5409. {
  5410. "type": "COMESTIBLE",
  5411. "id": "chili_human",
  5412. "copy-from": "chili",
  5413. "name": "chili con cabron",
  5414. "name_plural": "chilis con cabrones",
  5415. "description": "A spicy stew containing chili peppers, human flesh, tomatoes and beans.",
  5416. "material": [ "hflesh", "veggy", "bean", "tomato" ]
  5417. },
  5418. {
  5419. "type": "COMESTIBLE",
  5420. "id": "sauce_pesto",
  5421. "name": "pesto",
  5422. "weight": 258,
  5423. "color": "light_green",
  5424. "spoils_in": 144,
  5425. "container": "jar_glass",
  5426. "comestible_type": "FOOD",
  5427. "symbol": "%",
  5428. "healthy": 1,
  5429. "calories": 156,
  5430. "description": "Olive oil, basil, garlic, pine nuts. Simple and delicious.",
  5431. "price": 230,
  5432. "material": [ "veggy", "nut", "garlic" ],
  5433. "volume": 1,
  5434. "phase": "liquid",
  5435. "fun": 4
  5436. },
  5437. {
  5438. "type": "COMESTIBLE",
  5439. "id": "can_beans",
  5440. "name": "beans",
  5441. "name_plural": "beans",
  5442. "weight": 467,
  5443. "color": "brown",
  5444. "spoils_in": 48,
  5445. "container": "can_food",
  5446. "comestible_type": "FOOD",
  5447. "symbol": "%",
  5448. "quench": -1,
  5449. "calories": 347,
  5450. "description": "Canned beans. A staple among canned goods, these are reputedly good for one's coronary health.",
  5451. "price": 150,
  5452. "material": "bean",
  5453. "volume": 1,
  5454. "flags": [ "EATEN_HOT" ],
  5455. "rot_spawn": "GROUP_CARRION"
  5456. },
  5457. {
  5458. "type": "COMESTIBLE",
  5459. "id": "pork_beans",
  5460. "name": "pork and beans",
  5461. "name_plural": "pork and beans",
  5462. "weight": 467,
  5463. "color": "brown",
  5464. "spoils_in": 36,
  5465. "container": "can_food",
  5466. "comestible_type": "FOOD",
  5467. "symbol": "%",
  5468. "quench": -8,
  5469. "calories": 434,
  5470. "description": "Greasy Prospector improved pork and beans with hickory smoked pig fat chunks.",
  5471. "price": 200,
  5472. "material": [ "flesh", "bean" ],
  5473. "volume": 1,
  5474. "flags": [ "EATEN_HOT" ],
  5475. "fun": 5,
  5476. "rot_spawn": "GROUP_CARRION"
  5477. },
  5478. {
  5479. "type": "COMESTIBLE",
  5480. "id": "can_corn",
  5481. "name": "corn",
  5482. "name_plural": "corn",
  5483. "weight": 470,
  5484. "color": "yellow",
  5485. "spoils_in": 48,
  5486. "container": "can_food",
  5487. "comestible_type": "FOOD",
  5488. "symbol": "%",
  5489. "quench": 5,
  5490. "calories": 260,
  5491. "description": "Canned corn in water. Eat up!",
  5492. "price": 200,
  5493. "material": "veggy",
  5494. "volume": 1,
  5495. "flags": [ "EATEN_HOT" ],
  5496. "rot_spawn": "GROUP_ROTTING_PLANT"
  5497. },
  5498. {
  5499. "type": "COMESTIBLE",
  5500. "id": "can_spam",
  5501. "name": "SPAM",
  5502. "weight": 340,
  5503. "color": "pink",
  5504. "spoils_in": 24,
  5505. "container": "can_food",
  5506. "comestible_type": "FOOD",
  5507. "symbol": "%",
  5508. "quench": -3,
  5509. "calories": 417,
  5510. "description": "A canned pork product that is unnaturally pink, oddly rubbery, and not very tasty, this SPAM remains quite filling. Completely unappetizing, but quite filling.",
  5511. "price": 400,
  5512. "material": "flesh",
  5513. "volume": 1,
  5514. "flags": [ "EATEN_HOT" ],
  5515. "fun": -8,
  5516. "rot_spawn": "GROUP_CARRION"
  5517. },
  5518. {
  5519. "type": "COMESTIBLE",
  5520. "id": "can_pineapple",
  5521. "name": "canned pineapple",
  5522. "weight": 474,
  5523. "color": "yellow",
  5524. "spoils_in": 24,
  5525. "container": "can_food",
  5526. "comestible_type": "FOOD",
  5527. "symbol": "%",
  5528. "quench": 5,
  5529. "healthy": 1,
  5530. "calories": 226,
  5531. "description": "Canned pineapple rings in water. Quite tasty.",
  5532. "price": 400,
  5533. "material": "fruit",
  5534. "volume": 1,
  5535. "fun": 7,
  5536. "rot_spawn": "GROUP_ROTTING_PLANT"
  5537. },
  5538. {
  5539. "type": "COMESTIBLE",
  5540. "id": "can_coconut",
  5541. "name": "coconut milk",
  5542. "weight": 238,
  5543. "color": "white",
  5544. "spoils_in": 24,
  5545. "container": "can_food",
  5546. "comestible_type": "FOOD",
  5547. "symbol": "%",
  5548. "quench": 5,
  5549. "calories": 260,
  5550. "description": "A dense, sweet creamy sauce, often used in curries.",
  5551. "price": 350,
  5552. "material": "fruit",
  5553. "volume": 1,
  5554. "phase": "liquid",
  5555. "fun": 1
  5556. },
  5557. {
  5558. "type": "COMESTIBLE",
  5559. "id": "can_sardine",
  5560. "name": "canned sardine",
  5561. "weight": 131,
  5562. "color": "light_gray",
  5563. "spoils_in": 24,
  5564. "container": "can_food",
  5565. "comestible_type": "FOOD",
  5566. "symbol": "%",
  5567. "quench": -8,
  5568. "calories": 191,
  5569. "description": "Salty little fish. They'll make you thirsty.",
  5570. "price": 200,
  5571. "material": "flesh",
  5572. "volume": 1,
  5573. "flags": [ "EATEN_HOT" ],
  5574. "fun": 1,
  5575. "rot_spawn": "GROUP_CARRION"
  5576. },
  5577. {
  5578. "type": "COMESTIBLE",
  5579. "id": "can_tuna",
  5580. "name": "canned tuna fish",
  5581. "name_plural": "canned tuna fish",
  5582. "weight": 454,
  5583. "color": "light_gray",
  5584. "spoils_in": 24,
  5585. "container": "can_food",
  5586. "comestible_type": "FOOD",
  5587. "symbol": "%",
  5588. "calories": 208,
  5589. "description": "Now with 95 percent fewer dolphins!",
  5590. "price": 200,
  5591. "material": "flesh",
  5592. "volume": 1,
  5593. "fun": 2,
  5594. "rot_spawn": "GROUP_CARRION"
  5595. },
  5596. {
  5597. "type": "COMESTIBLE",
  5598. "id": "can_salmon",
  5599. "name": "canned salmon",
  5600. "weight": 454,
  5601. "color": "pink",
  5602. "spoils_in": 24,
  5603. "container": "can_food",
  5604. "comestible_type": "FOOD",
  5605. "symbol": "%",
  5606. "calories": 382,
  5607. "description": "Bright pink fish-paste in a can!",
  5608. "price": 500,
  5609. "material": "flesh",
  5610. "volume": 1,
  5611. "fun": 1,
  5612. "rot_spawn": "GROUP_CARRION"
  5613. },
  5614. {
  5615. "type": "COMESTIBLE",
  5616. "id": "can_chicken",
  5617. "name": "canned chicken",
  5618. "weight": 460,
  5619. "color": "pink",
  5620. "spoils_in": 24,
  5621. "container": "can_food",
  5622. "comestible_type": "FOOD",
  5623. "symbol": "%",
  5624. "calories": 399,
  5625. "description": "Bright white chicken-paste.",
  5626. "price": 400,
  5627. "material": "flesh",
  5628. "volume": 1,
  5629. "fun": 1,
  5630. "rot_spawn": "GROUP_CARRION"
  5631. },
  5632. {
  5633. "type": "COMESTIBLE",
  5634. "id": "can_herring",
  5635. "name": "pickled herring",
  5636. "weight": 454,
  5637. "color": "white",
  5638. "spoils_in": 96,
  5639. "container": "can_food",
  5640. "//": "Small cans--needs properly Jarred after the string freeze.",
  5641. "comestible_type": "FOOD",
  5642. "symbol": "%",
  5643. "calories": 330,
  5644. "description": "Fish fillets pickled in some sort of tangy white sauce.",
  5645. "price": 310,
  5646. "material": "flesh",
  5647. "volume": 1,
  5648. "fun": 3,
  5649. "rot_spawn": "GROUP_CARRION"
  5650. },
  5651. {
  5652. "type": "COMESTIBLE",
  5653. "id": "can_clams",
  5654. "name": "canned clam",
  5655. "name_plural": "canned clams",
  5656. "weight": 454,
  5657. "color": "light_gray",
  5658. "spoils_in": 24,
  5659. "container": "can_food",
  5660. "comestible_type": "FOOD",
  5661. "symbol": "%",
  5662. "quench": 1,
  5663. "calories": 208,
  5664. "description": "Chopped quahog clams in water.",
  5665. "price": 500,
  5666. "material": "flesh",
  5667. "volume": 1,
  5668. "fun": 2,
  5669. "rot_spawn": "GROUP_CARRION"
  5670. },
  5671. {
  5672. "type": "COMESTIBLE",
  5673. "id": "can_chowder",
  5674. "name": "clam chowder",
  5675. "weight": 454,
  5676. "color": "white",
  5677. "spoils_in": 24,
  5678. "container": "can_food",
  5679. "comestible_type": "FOOD",
  5680. "symbol": "%",
  5681. "quench": 2,
  5682. "calories": 365,
  5683. "description": "Delicious, lumpy, white soup made of clams and potatoes. A taste of the lost glory of New England.",
  5684. "price": 400,
  5685. "material": [ "flesh", "milk" ],
  5686. "volume": 1,
  5687. "charges": 2,
  5688. "flags": [ "EATEN_HOT" ],
  5689. "fun": 6,
  5690. "rot_spawn": "GROUP_CARRION"
  5691. },
  5692. {
  5693. "type": "COMESTIBLE",
  5694. "id": "honeycomb",
  5695. "name": "honey comb",
  5696. "weight": 340,
  5697. "color": "yellow",
  5698. "use_action": "HONEYCOMB",
  5699. "comestible_type": "FOOD",
  5700. "symbol": "%",
  5701. "quench": 2,
  5702. "calories": 174,
  5703. "description": "A large chunk of wax filled with honey. Very tasty.",
  5704. "price": 3500,
  5705. "material": "honey",
  5706. "volume": 1,
  5707. "fun": 9
  5708. },
  5709. {
  5710. "type": "COMESTIBLE",
  5711. "id": "wax",
  5712. "name": "wax",
  5713. "name_plural": "waxes",
  5714. "weight": 97,
  5715. "color": "white",
  5716. "comestible_type": "FOOD",
  5717. "symbol": "%",
  5718. "quench": -4,
  5719. "healthy": -1,
  5720. "calories": 35,
  5721. "description": "A large chunk of beeswax. Not very tasty or nourishing, but okay in an emergency.",
  5722. "price": 1500,
  5723. "volume": 1,
  5724. "fun": -5
  5725. },
  5726. {
  5727. "type": "COMESTIBLE",
  5728. "id": "royal_jelly",
  5729. "name": "royal jelly",
  5730. "name_plural": "royal jellies",
  5731. "category": "drugs",
  5732. "weight": 110,
  5733. "color": "white",
  5734. "use_action": "ROYAL_JELLY",
  5735. "comestible_type": "FOOD",
  5736. "symbol": "%",
  5737. "healthy": 10,
  5738. "calories": 87,
  5739. "description": "A translucent hexagonal chunk of wax, filled with dense, milky jelly. Delicious, and rich with the most beneficial substances the hive can produce, it is useful for curing all sorts of afflictions.",
  5740. "price": 20000,
  5741. "//": "Didn't precisely exist pre-cataclysm, so tough to price.",
  5742. "volume": 1,
  5743. "flags": [ "EDIBLE_FROZEN" ],
  5744. "fun": 7
  5745. },
  5746. {
  5747. "type": "COMESTIBLE",
  5748. "id": "royal_beef",
  5749. "name": "royal beef",
  5750. "weight": 110,
  5751. "color": "white",
  5752. "spoils_in": 80,
  5753. "use_action": "ROYAL_JELLY",
  5754. "comestible_type": "FOOD",
  5755. "symbol": "%",
  5756. "healthy": 10,
  5757. "calories": 694,
  5758. "description": "A chunk of meat with a coat of royal jelly over it. It's a lot like a honey-baked ham.",
  5759. "price": 21000,
  5760. "material": "flesh",
  5761. "volume": 1,
  5762. "fun": 7,
  5763. "rot_spawn": "GROUP_CARRION",
  5764. "rot_spawn_chance": 25
  5765. },
  5766. {
  5767. "type": "COMESTIBLE",
  5768. "id": "fetus",
  5769. "category": "other",
  5770. "name": "misshapen fetus",
  5771. "name_plural": "misshapen fetuses",
  5772. "weight": 760,
  5773. "color": "pink",
  5774. "spoils_in": 48,
  5775. "use_action": { "type": "mutagen", "is_weak": true },
  5776. "flags": [ "TRADER_AVOID" ],
  5777. "comestible_type": "FOOD",
  5778. "symbol": "%",
  5779. "healthy": -12,
  5780. "calories": 156,
  5781. "description": "A deformed human fetus. Eating this would be the most vile thing you can think of, and might just cause you to mutate.",
  5782. "price": 0,
  5783. "material": "hflesh",
  5784. "volume": 1,
  5785. "fun": -60,
  5786. "rot_spawn": "GROUP_CARRION"
  5787. },
  5788. {
  5789. "type": "COMESTIBLE",
  5790. "id": "arm",
  5791. "category": "other",
  5792. "name": "mutated arm",
  5793. "weight": 3767,
  5794. "color": "brown",
  5795. "spoils_in": 48,
  5796. "use_action": { "type": "mutagen", "is_weak": true },
  5797. "flags": [ "TRADER_AVOID" ],
  5798. "comestible_type": "FOOD",
  5799. "symbol": "%",
  5800. "healthy": -8,
  5801. "calories": 278,
  5802. "description": "A misshapen human arm, eating this would be incredibly disgusting and probably cause you to mutate.",
  5803. "price": 0,
  5804. "material": "hflesh",
  5805. "volume": 8,
  5806. "fun": -20,
  5807. "rot_spawn": "GROUP_CARRION"
  5808. },
  5809. {
  5810. "type": "COMESTIBLE",
  5811. "id": "leg",
  5812. "category": "other",
  5813. "name": "mutated leg",
  5814. "weight": 11071,
  5815. "color": "brown",
  5816. "spoils_in": 48,
  5817. "use_action": { "type": "mutagen", "is_weak": true },
  5818. "flags": [ "TRADER_AVOID" ],
  5819. "comestible_type": "FOOD",
  5820. "symbol": "%",
  5821. "healthy": -8,
  5822. "calories": 399,
  5823. "description": "A malformed human leg, this would be gross to eat, and probably cause mutations.",
  5824. "price": 0,
  5825. "material": "hflesh",
  5826. "volume": 20,
  5827. "fun": -20,
  5828. "rot_spawn": "GROUP_CARRION"
  5829. },
  5830. {
  5831. "type": "COMESTIBLE",
  5832. "id": "marloss_berry",
  5833. "name": "marloss berry",
  5834. "name_plural": "marloss berries",
  5835. "weight": 177,
  5836. "color": "pink",
  5837. "addiction_type": "marloss_r",
  5838. "use_action": "MARLOSS",
  5839. "comestible_type": "FOOD",
  5840. "symbol": "%",
  5841. "quench": 20,
  5842. "healthy": -10,
  5843. "addiction_potential": 5,
  5844. "calories": 347,
  5845. "description": "This looks like a blueberry the size of your fist, but pinkish in color. It has a strong but delicious aroma, but is clearly either mutated or of alien origin.",
  5846. "price": 0,
  5847. "material": "fruit",
  5848. "volume": 1,
  5849. "stack_size": 4,
  5850. "flags": [ "MYCUS_OK" ],
  5851. "fun": 30
  5852. },
  5853. {
  5854. "type": "COMESTIBLE",
  5855. "id": "marloss_gel",
  5856. "name": "marloss gelatin",
  5857. "name_plural": "marloss gelatin",
  5858. "weight": 177,
  5859. "color": "yellow",
  5860. "addiction_type": "marloss_y",
  5861. "use_action": "MARLOSS_GEL",
  5862. "comestible_type": "FOOD",
  5863. "symbol": "~",
  5864. "quench": 5,
  5865. "healthy": -10,
  5866. "addiction_potential": 5,
  5867. "calories": 174,
  5868. "description": "This looks like a handful of lemon-colored liquid which has taken a set, much like pre-cataclysm jello. It has a strong but delicious aroma, but is clearly either mutated or of alien origin.",
  5869. "price": 0,
  5870. "material": "fruit",
  5871. "volume": 0,
  5872. "stack_size": 10,
  5873. "fun": 30
  5874. },
  5875. {
  5876. "type": "COMESTIBLE",
  5877. "id": "mycus_fruit",
  5878. "name": "mycus fruit",
  5879. "name_plural": "mycus fruits",
  5880. "weight": 354,
  5881. "color": "light_gray",
  5882. "use_action": "MYCUS",
  5883. "comestible_type": "FOOD",
  5884. "symbol": "%",
  5885. "quench": 80,
  5886. "healthy": 5,
  5887. "calories": 694,
  5888. "description": "Humans might call this a Gray Delicious apple: large, gray, and smells even better than the Marloss. If they didn't reject it for its alien origins. But we know better.",
  5889. "price": 0,
  5890. "material": "fruit",
  5891. "volume": 1,
  5892. "stack_size": 4,
  5893. "flags": [ "MYCUS_OK" ],
  5894. "fun": 30
  5895. },
  5896. {
  5897. "type": "COMESTIBLE",
  5898. "id": "flour",
  5899. "name": "flour",
  5900. "name_plural": "flour",
  5901. "weight": 45,
  5902. "color": "white",
  5903. "spoils_in": 8640,
  5904. "container": "box_small",
  5905. "comestible_type": "FOOD",
  5906. "symbol": "%",
  5907. "quench": -1,
  5908. "calories": 9,
  5909. "description": "This enriched white flour is useful for baking.",
  5910. "price": 450,
  5911. "material": [ "wheat", "powder" ],
  5912. "volume": 1,
  5913. "flags": [ "EDIBLE_FROZEN" ],
  5914. "charges": 10,
  5915. "fun": -5
  5916. },
  5917. {
  5918. "type": "COMESTIBLE",
  5919. "id": "cornmeal",
  5920. "name": "cornmeal",
  5921. "weight": 37,
  5922. "color": "yellow",
  5923. "spoils_in": 8640,
  5924. "container": "box_small",
  5925. "comestible_type": "FOOD",
  5926. "symbol": "%",
  5927. "quench": -1,
  5928. "calories": 17,
  5929. "description": "This yellow cornmeal is useful for baking.",
  5930. "price": 450,
  5931. "material": [ "veggy", "powder" ],
  5932. "volume": 1,
  5933. "flags": [ "EDIBLE_FROZEN" ],
  5934. "charges": 12,
  5935. "fun": -5
  5936. },
  5937. {
  5938. "type": "COMESTIBLE",
  5939. "id": "oatmeal",
  5940. "name": "oatmeal",
  5941. "weight": 28,
  5942. "color": "light_gray",
  5943. "spoils_in": 8640,
  5944. "container": "box_small",
  5945. "comestible_type": "FOOD",
  5946. "symbol": "%",
  5947. "calories": 26,
  5948. "description": "Dry flakes of flattened grain. Tasty and nutritious when cooked, it also doubles as food for horses while dry.",
  5949. "price": 7500,
  5950. "material": "wheat",
  5951. "volume": 1,
  5952. "flags": [ "EDIBLE_FROZEN" ],
  5953. "charges": 16,
  5954. "fun": -2
  5955. },
  5956. {
  5957. "type": "COMESTIBLE",
  5958. "id": "oats",
  5959. "name": "oats",
  5960. "name_plural": "oats",
  5961. "weight": 132,
  5962. "color": "brown",
  5963. "comestible_type": "FOOD",
  5964. "symbol": ",",
  5965. "quench": -10,
  5966. "healthy": 1,
  5967. "calories": 174,
  5968. "description": "Raw oats.",
  5969. "price": 120,
  5970. "material": "wheat",
  5971. "volume": 4,
  5972. "flags": [ "EDIBLE_FROZEN" ],
  5973. "charges": 4,
  5974. "fun": -10
  5975. },
  5976. {
  5977. "type": "COMESTIBLE",
  5978. "id": "dry_beans",
  5979. "name": "dried beans",
  5980. "name_plural": "dried beans",
  5981. "weight": 56,
  5982. "color": "light_gray",
  5983. "spoils_in": 8640,
  5984. "container": "bag_plastic",
  5985. "comestible_type": "FOOD",
  5986. "symbol": "%",
  5987. "quench": -4,
  5988. "healthy": -1,
  5989. "calories": 9,
  5990. "description": "Dehydrated great northern beans. Tasty and nutritious when cooked, virtually inedible when dry.",
  5991. "price": 300,
  5992. "material": "bean",
  5993. "volume": 1,
  5994. "flags": [ "EDIBLE_FROZEN" ],
  5995. "charges": 8,
  5996. "fun": -6
  5997. },
  5998. {
  5999. "type": "COMESTIBLE",
  6000. "id": "beans_cooked",
  6001. "name": "cooked beans",
  6002. "name_plural": "cooked beans",
  6003. "weight": 292,
  6004. "color": "light_gray",
  6005. "spoils_in": 240,
  6006. "comestible_type": "FOOD",
  6007. "symbol": "%",
  6008. "quench": 1,
  6009. "healthy": 1,
  6010. "calories": 434,
  6011. "description": "A hearty serving of cooked great northern beans.",
  6012. "price": 100,
  6013. "material": "bean",
  6014. "volume": 1,
  6015. "flags": [ "EATEN_HOT" ],
  6016. "fun": 1,
  6017. "rot_spawn": "GROUP_ROTTING_PLANT"
  6018. },
  6019. {
  6020. "type": "COMESTIBLE",
  6021. "id": "deluxe_beans",
  6022. "name": "baked beans",
  6023. "name_plural": "baked beans",
  6024. "weight": 508,
  6025. "color": "brown",
  6026. "spoils_in": 360,
  6027. "comestible_type": "FOOD",
  6028. "symbol": "%",
  6029. "calories": 382,
  6030. "description": "Slow-cooked beans with meat. Tasty and very filling.",
  6031. "price": 700,
  6032. "material": [ "bean", "flesh" ],
  6033. "volume": 1,
  6034. "charges": 4,
  6035. "//": "One beans + one protein/veg = 2 servings",
  6036. "flags": [ "EATEN_HOT" ],
  6037. "fun": 4,
  6038. "rot_spawn": "GROUP_CARRION"
  6039. },
  6040. {
  6041. "type": "COMESTIBLE",
  6042. "id": "deluxe_veggy_beans",
  6043. "name": "vegetarian baked beans",
  6044. "name_plural": "vegetarian baked beans",
  6045. "weight": 508,
  6046. "color": "brown",
  6047. "spoils_in": 360,
  6048. "comestible_type": "FOOD",
  6049. "symbol": "%",
  6050. "healthy": 1,
  6051. "calories": 339,
  6052. "description": "Slow-cooked beans with vegetables. Tasty and very filling.",
  6053. "price": 700,
  6054. "material": [ "veggy", "bean" ],
  6055. "volume": 1,
  6056. "charges": 4,
  6057. "//": "One beans + one protein/veg = 2 servings",
  6058. "flags": [ "EATEN_HOT" ],
  6059. "fun": 4,
  6060. "rot_spawn": "GROUP_CARRION"
  6061. },
  6062. {
  6063. "type": "COMESTIBLE",
  6064. "id": "dry_rice",
  6065. "name": "dried rice",
  6066. "name_plural": "dried rice",
  6067. "weight": 56,
  6068. "color": "white",
  6069. "spoils_in": 8640,
  6070. "container": "bag_plastic",
  6071. "comestible_type": "FOOD",
  6072. "symbol": "%",
  6073. "quench": -6,
  6074. "calories": 17,
  6075. "description": "Dehydrated long-grain rice. Tasty and nutritious when cooked, virtually inedible when dry.",
  6076. "price": 500,
  6077. "material": "veggy",
  6078. "volume": 1,
  6079. "flags": [ "EDIBLE_FROZEN" ],
  6080. "charges": 16,
  6081. "fun": -5
  6082. },
  6083. {
  6084. "type": "COMESTIBLE",
  6085. "id": "rice_cooked",
  6086. "name": "cooked rice",
  6087. "name_plural": "cooked rice",
  6088. "weight": 220,
  6089. "color": "light_gray",
  6090. "spoils_in": 240,
  6091. "comestible_type": "FOOD",
  6092. "symbol": "%",
  6093. "healthy": 1,
  6094. "calories": 313,
  6095. "description": "A hearty serving of cooked long-grain white rice.",
  6096. "price": 100,
  6097. "material": "veggy",
  6098. "volume": 1,
  6099. "flags": [ "EATEN_HOT", "FREEZERBURN" ],
  6100. "fun": 2,
  6101. "rot_spawn": "GROUP_ROTTING_PLANT"
  6102. },
  6103. {
  6104. "type": "COMESTIBLE",
  6105. "id": "deluxe_rice",
  6106. "name": "meat fried rice",
  6107. "name_plural": "meat fried rice",
  6108. "weight": 442,
  6109. "color": "yellow",
  6110. "spoils_in": 360,
  6111. "comestible_type": "FOOD",
  6112. "symbol": "%",
  6113. "calories": 356,
  6114. "description": "Delicious fried rice with meat. Tasty and very filling.",
  6115. "price": 700,
  6116. "material": [ "veggy", "flesh" ],
  6117. "volume": 1,
  6118. "charges": 4,
  6119. "//": "One rice + one protein/veg = 2 servings",
  6120. "flags": [ "EATEN_HOT", "FREEZERBURN" ],
  6121. "fun": 5,
  6122. "rot_spawn": "GROUP_CARRION"
  6123. },
  6124. {
  6125. "type": "COMESTIBLE",
  6126. "id": "deluxe_veggy_rice",
  6127. "name": "fried rice",
  6128. "name_plural": "fried rice",
  6129. "weight": 442,
  6130. "color": "yellow",
  6131. "spoils_in": 360,
  6132. "comestible_type": "FOOD",
  6133. "symbol": "%",
  6134. "healthy": 1,
  6135. "calories": 313,
  6136. "description": "Delicious fried rice with vegetables. Tasty and very filling.",
  6137. "price": 700,
  6138. "material": "veggy",
  6139. "volume": 1,
  6140. "charges": 4,
  6141. "flags": [ "EATEN_HOT", "FREEZERBURN" ],
  6142. "fun": 5,
  6143. "rot_spawn": "GROUP_ROTTING_PLANT"
  6144. },
  6145. {
  6146. "type": "COMESTIBLE",
  6147. "id": "beansnrice",
  6148. "name": "beans and rice",
  6149. "name_plural": "beans and rice",
  6150. "weight": 508,
  6151. "color": "light_gray",
  6152. "spoils_in": 240,
  6153. "comestible_type": "FOOD",
  6154. "symbol": "%",
  6155. "healthy": 1,
  6156. "calories": 226,
  6157. "description": "A serving of beans and rice that has been cooked together. Delicious and healthy!",
  6158. "price": 500,
  6159. "material": [ "veggy", "bean" ],
  6160. "volume": 1,
  6161. "charges": 4,
  6162. "flags": [ "EATEN_HOT", "FREEZERBURN" ],
  6163. "fun": 2,
  6164. "rot_spawn": "GROUP_CARRION"
  6165. },
  6166. {
  6167. "type": "COMESTIBLE",
  6168. "id": "deluxe_beansnrice",
  6169. "name": "deluxe beans and rice",
  6170. "name_plural": "deluxe beans and rice",
  6171. "weight": 512,
  6172. "color": "brown",
  6173. "spoils_in": 360,
  6174. "comestible_type": "FOOD",
  6175. "symbol": "%",
  6176. "healthy": 1,
  6177. "calories": 313,
  6178. "description": "Slow-cooked beans and rice with meat and seasonings. Tasty and very filling.",
  6179. "price": 750,
  6180. "material": [ "veggy", "bean", "flesh" ],
  6181. "volume": 1,
  6182. "charges": 6,
  6183. "flags": [ "EATEN_HOT", "FREEZERBURN" ],
  6184. "fun": 4,
  6185. "rot_spawn": "GROUP_CARRION"
  6186. },
  6187. {
  6188. "type": "COMESTIBLE",
  6189. "id": "deluxe_veggy_beansnrice",
  6190. "name": "deluxe vegetarian beans and rice",
  6191. "name_plural": "deluxe vegetarian beans and rice",
  6192. "weight": 508,
  6193. "color": "brown",
  6194. "spoils_in": 360,
  6195. "comestible_type": "FOOD",
  6196. "symbol": "%",
  6197. "healthy": 1,
  6198. "calories": 286,
  6199. "description": "Slow-cooked beans and rice with vegetables and seasonings. Tasty and very filling.",
  6200. "price": 750,
  6201. "material": [ "veggy", "bean" ],
  6202. "volume": 1,
  6203. "charges": 6,
  6204. "flags": [ "EATEN_HOT", "FREEZERBURN" ],
  6205. "fun": 4,
  6206. "rot_spawn": "GROUP_CARRION"
  6207. },
  6208. {
  6209. "type": "COMESTIBLE",
  6210. "id": "oatmeal_cooked",
  6211. "name": "cooked oatmeal",
  6212. "weight": 246,
  6213. "color": "light_gray",
  6214. "spoils_in": 240,
  6215. "comestible_type": "FOOD",
  6216. "symbol": "%",
  6217. "healthy": 1,
  6218. "calories": 417,
  6219. "description": "A filling and nutritious New England classic that has sustained pioneers and captains of industry alike.",
  6220. "price": 500,
  6221. "material": "wheat",
  6222. "volume": 1,
  6223. "flags": [ "EATEN_HOT" ],
  6224. "fun": 2,
  6225. "rot_spawn": "GROUP_ROTTING_PLANT"
  6226. },
  6227. {
  6228. "type": "COMESTIBLE",
  6229. "id": "oatmeal_deluxe",
  6230. "name": "deluxe cooked oatmeal",
  6231. "weight": 296,
  6232. "color": "light_gray",
  6233. "spoils_in": 240,
  6234. "comestible_type": "FOOD",
  6235. "symbol": "%",
  6236. "healthy": 1,
  6237. "calories": 278,
  6238. "description": "A filling and nutritious New England classic that has been improved with the addition of extra wholesome ingredients.",
  6239. "price": 550,
  6240. "material": "wheat",
  6241. "volume": 1,
  6242. "charges": 2,
  6243. "flags": [ "EATEN_HOT" ],
  6244. "fun": 3,
  6245. "rot_spawn": "GROUP_ROTTING_PLANT"
  6246. },
  6247. {
  6248. "type": "COMESTIBLE",
  6249. "id": "sugar",
  6250. "name": "sugar",
  6251. "name_plural": "sugar",
  6252. "weight": 5,
  6253. "color": "white",
  6254. "container": "box_small",
  6255. "comestible_type": "FOOD",
  6256. "symbol": "%",
  6257. "description": "Sweet, sweet sugar. Bad for your teeth and surprisingly not very tasty on its own.",
  6258. "price": 550,
  6259. "material": [ "powder", "junk" ],
  6260. "volume": 1,
  6261. "flags": [ "EDIBLE_FROZEN" ],
  6262. "charges": 100
  6263. },
  6264. {
  6265. "type": "COMESTIBLE",
  6266. "id": "yeast",
  6267. "name": "yeast",
  6268. "weight": 11,
  6269. "color": "white",
  6270. "container": "bag_plastic",
  6271. "comestible_type": "FOOD",
  6272. "symbol": "%",
  6273. "quench": -1,
  6274. "calories": 9,
  6275. "description": "A powder-like mix of cultured yeast, good for baking and brewing alike.",
  6276. "price": 150,
  6277. "material": "powder",
  6278. "volume": 1,
  6279. "flags": [ "EDIBLE_FROZEN" ],
  6280. "charges": 25,
  6281. "fun": -10
  6282. },
  6283. {
  6284. "type": "COMESTIBLE",
  6285. "id": "meal_bone",
  6286. "name": "bone meal",
  6287. "weight": 112,
  6288. "color": "white",
  6289. "comestible_type": "FOOD",
  6290. "symbol": "%",
  6291. "description": "This bone meal can be used to craft fertilizer and some other things.",
  6292. "price": 25,
  6293. "material": "powder",
  6294. "volume": 1,
  6295. "flags": [ "EDIBLE_FROZEN" ],
  6296. "charges": 4,
  6297. "fun": -10
  6298. },
  6299. {
  6300. "type": "COMESTIBLE",
  6301. "id": "meal_bone_tainted",
  6302. "name": "tainted bone meal",
  6303. "weight": 112,
  6304. "color": "white",
  6305. "use_action": "POISON",
  6306. "comestible_type": "FOOD",
  6307. "symbol": "%",
  6308. "description": "This is a grayish bone meal made from rotten bones.",
  6309. "price": 0,
  6310. "material": "powder",
  6311. "volume": 1,
  6312. "flags": [ "EDIBLE_FROZEN" ],
  6313. "charges": 4,
  6314. "fun": -10
  6315. },
  6316. {
  6317. "type": "COMESTIBLE",
  6318. "id": "meal_chitin_piece",
  6319. "name": "chitin powder",
  6320. "name_plural": "chitin powder",
  6321. "weight": 112,
  6322. "color": "brown",
  6323. "comestible_type": "FOOD",
  6324. "symbol": "%",
  6325. "quench": -5,
  6326. "calories": 17,
  6327. "description": "This chitin powder can be used to craft fertilizer and some other things.",
  6328. "price": 25,
  6329. "material": "powder",
  6330. "volume": 1,
  6331. "flags": [ "EDIBLE_FROZEN" ],
  6332. "charges": 4,
  6333. "fun": -10
  6334. },
  6335. {
  6336. "type": "COMESTIBLE",
  6337. "id": "wild_herbs",
  6338. "name": "wild herbs",
  6339. "name_plural": "wild herbs",
  6340. "weight": 7,
  6341. "color": "green",
  6342. "comestible_type": "FOOD",
  6343. "symbol": "%",
  6344. "quench": -1,
  6345. "calories": 9,
  6346. "description": "A tasty collection of wild herbs including violet, sassafras, mint, clover, purslane, fireweed, and burdock.",
  6347. "price": 190,
  6348. "material": "veggy",
  6349. "volume": 1,
  6350. "charges": 20,
  6351. "flags": [ "EDIBLE_FROZEN" ],
  6352. "stack_size": 100,
  6353. "fun": -1
  6354. },
  6355. {
  6356. "type": "COMESTIBLE",
  6357. "id": "herbal_tea",
  6358. "name": "herbal tea",
  6359. "name_plural": "herbal tea",
  6360. "weight": 256,
  6361. "color": "green",
  6362. "addiction_type": "caffeine",
  6363. "use_action": "CAFF",
  6364. "stim": 1,
  6365. "container": "bottle_plastic",
  6366. "comestible_type": "DRINK",
  6367. "symbol": "~",
  6368. "quench": 44,
  6369. "healthy": 1,
  6370. "calories": 26,
  6371. "description": "A healthy beverage made from herbs steeped in boiling water.",
  6372. "price": 100,
  6373. "volume": 1,
  6374. "material": [ "water" ],
  6375. "phase": "liquid",
  6376. "flags": [ "EATEN_HOT" ],
  6377. "fun": 4
  6378. },
  6379. {
  6380. "type": "COMESTIBLE",
  6381. "id": "pine_tea",
  6382. "name": "pine needle tea",
  6383. "name_plural": "pine needle tea",
  6384. "weight": 268,
  6385. "color": "light_green",
  6386. "comestible_type": "DRINK",
  6387. "symbol": "~",
  6388. "quench": 44,
  6389. "healthy": 3,
  6390. "description": "A fragrant and healthy beverage made from pine needles steeped in boiling water.",
  6391. "price": 0,
  6392. "volume": 1,
  6393. "material": [ "water" ],
  6394. "phase": "liquid",
  6395. "flags": [ "EATEN_HOT" ],
  6396. "fun": 1,
  6397. "vitamins": [ [ "vitC", 10 ] ]
  6398. },
  6399. {
  6400. "type": "COMESTIBLE",
  6401. "id": "acorns",
  6402. "name": "handful of acorns",
  6403. "name_plural": "handfuls of acorns",
  6404. "weight": 36,
  6405. "color": "brown",
  6406. "spoils_in": 5760,
  6407. "comestible_type": "FOOD",
  6408. "symbol": "%",
  6409. "quench": -5,
  6410. "healthy": -1,
  6411. "calories": 80,
  6412. "description": "A handful of acorns, still in their shells. Squirrels like them, but they're not very good for you to eat in this state.",
  6413. "price": 0,
  6414. "material": "nut",
  6415. "volume": 1,
  6416. "flags": [ "EDIBLE_FROZEN" ],
  6417. "charges": 2,
  6418. "fun": -20
  6419. },
  6420. {
  6421. "type": "COMESTIBLE",
  6422. "id": "acorn_roasted",
  6423. "name": "handful of roasted acorns",
  6424. "name_plural": "handfuls of roasted acorns",
  6425. "weight": 36,
  6426. "color": "brown",
  6427. "spoils_in": 5760,
  6428. "comestible_type": "FOOD",
  6429. "symbol": "%",
  6430. "quench": -5,
  6431. "healthy": 1,
  6432. "calories": 80,
  6433. "description": "A handful roasted nuts from an oak tree.",
  6434. "price": 90,
  6435. "material": "nut",
  6436. "volume": 1,
  6437. "flags": [ "EATEN_HOT", "EDIBLE_FROZEN" ],
  6438. "fun": 1
  6439. },
  6440. {
  6441. "type": "COMESTIBLE",
  6442. "id": "acorns_cooked",
  6443. "name": "cooked acorn meal",
  6444. "name_plural": "cooked acorn meal",
  6445. "weight": 212,
  6446. "color": "brown",
  6447. "spoils_in": 720,
  6448. "comestible_type": "FOOD",
  6449. "symbol": "%",
  6450. "healthy": 1,
  6451. "calories": 365,
  6452. "description": "A serving of acorns that have been hulled, chopped, and boiled in water before being thoroughly toasted until dry. Filling and nutritious.",
  6453. "price": 90,
  6454. "material": "nut",
  6455. "volume": 1
  6456. },
  6457. {
  6458. "type": "COMESTIBLE",
  6459. "id": "powder_eggs",
  6460. "name": "powdered egg",
  6461. "name_plural": "powdered eggs",
  6462. "weight": 2,
  6463. "color": "yellow",
  6464. "container": "bottle_plastic_small",
  6465. "comestible_type": "FOOD",
  6466. "symbol": "%",
  6467. "quench": -2,
  6468. "calories": 17,
  6469. "description": "Whole fresh eggs, dehydrated into an easy to store powder.",
  6470. "price": 1120,
  6471. "material": [ "powder", "egg" ],
  6472. "volume": 1,
  6473. "flags": [ "EDIBLE_FROZEN" ],
  6474. "charges": 100,
  6475. "fun": -4
  6476. },
  6477. {
  6478. "type": "COMESTIBLE",
  6479. "id": "scrambled_eggs",
  6480. "name": "scrambled eggs",
  6481. "name_plural": "scrambled eggs",
  6482. "weight": 246,
  6483. "color": "yellow",
  6484. "spoils_in": 48,
  6485. "comestible_type": "FOOD",
  6486. "symbol": "%",
  6487. "healthy": 1,
  6488. "calories": 330,
  6489. "description": "Fluffy and delicious scrambled eggs.",
  6490. "price": 400,
  6491. "material": "egg",
  6492. "volume": 1,
  6493. "charges": 2,
  6494. "flags": [ "EATEN_HOT", "FREEZERBURN" ],
  6495. "fun": 3,
  6496. "rot_spawn": "GROUP_CARRION"
  6497. },
  6498. {
  6499. "type": "COMESTIBLE",
  6500. "id": "deluxe_eggs",
  6501. "name": "deluxe scrambled eggs",
  6502. "name_plural": "deluxe scrambled eggs",
  6503. "weight": 316,
  6504. "color": "yellow",
  6505. "spoils_in": 48,
  6506. "comestible_type": "FOOD",
  6507. "symbol": "%",
  6508. "healthy": 1,
  6509. "calories": 286,
  6510. "description": "Fluffy and delicious scrambled eggs made more delicious with the addition of other tasty ingredients.",
  6511. "price": 700,
  6512. "material": [ "egg", "flesh" ],
  6513. "volume": 1,
  6514. "charges": 3,
  6515. "flags": [ "EATEN_HOT", "FREEZERBURN" ],
  6516. "fun": 4,
  6517. "rot_spawn": "GROUP_CARRION"
  6518. },
  6519. {
  6520. "type": "COMESTIBLE",
  6521. "id": "boiled_egg",
  6522. "name": "boiled egg",
  6523. "name_plural": "boiled eggs",
  6524. "weight": 80,
  6525. "color": "white",
  6526. "spoils_in": 168,
  6527. "comestible_type": "FOOD",
  6528. "symbol": "o",
  6529. "quench": -1,
  6530. "healthy": 1,
  6531. "calories": 330,
  6532. "description": "A hard boiled egg, still in its shell. Portable and nutritious!",
  6533. "price": 95,
  6534. "material": "egg",
  6535. "volume": 1,
  6536. "fun": 2,
  6537. "flags": [ "FREEZERBURN" ],
  6538. "rot_spawn": "GROUP_CARRION"
  6539. },
  6540. {
  6541. "type": "COMESTIBLE",
  6542. "id": "bacon",
  6543. "name": "bacon",
  6544. "name_plural": "pieces of bacon",
  6545. "weight": 120,
  6546. "color": "pink",
  6547. "spoils_in": 1008,
  6548. "container": "bag_plastic",
  6549. "comestible_type": "FOOD",
  6550. "symbol": "%",
  6551. "quench": -2,
  6552. "healthy": -1,
  6553. "calories": 269,
  6554. "description": "A thick slab of salty cured bacon. Shelf stable, precooked and ready-to-eat, it tastes better when reheated.",
  6555. "price": 1900,
  6556. "material": "flesh",
  6557. "volume": 1,
  6558. "charges": 8,
  6559. "flags": [ "EATEN_HOT" ],
  6560. "fun": 5
  6561. },
  6562. {
  6563. "type": "COMESTIBLE",
  6564. "id": "potato_raw",
  6565. "name": "raw potato",
  6566. "name_plural": "raw potatoes",
  6567. "weight": 210,
  6568. "color": "brown",
  6569. "spoils_in": 1440,
  6570. "comestible_type": "FOOD",
  6571. "symbol": "%",
  6572. "healthy": -2,
  6573. "calories": 69,
  6574. "description": "Mildly toxic and not very tasty raw. When cooked, it is delicious.",
  6575. "price": 90,
  6576. "material": "veggy",
  6577. "volume": 1,
  6578. "fun": -3,
  6579. "flags": [ "FREEZERBURN", "SMOKABLE" ],
  6580. "rot_spawn": "GROUP_ROTTING_PLANT"
  6581. },
  6582. {
  6583. "type": "COMESTIBLE",
  6584. "id": "pumpkin",
  6585. "name": "pumpkin",
  6586. "weight": 600,
  6587. "color": "light_red",
  6588. "spoils_in": 1440,
  6589. "comestible_type": "FOOD",
  6590. "symbol": "%",
  6591. "quench": 5,
  6592. "healthy": 2,
  6593. "calories": 191,
  6594. "description": "A large vegetable, about the size of your head. Not very tasty raw, but is great for cooking.",
  6595. "price": 750,
  6596. "material": "veggy",
  6597. "volume": 12,
  6598. "charges": 8,
  6599. "bashing": 2,
  6600. "fun": -1,
  6601. "rot_spawn": "GROUP_ROTTING_PLANT"
  6602. },
  6603. {
  6604. "type": "COMESTIBLE",
  6605. "id": "irradiated_pumpkin",
  6606. "copy-from": "pumpkin",
  6607. "name": "irradiated pumpkin",
  6608. "description": "An irradiated pumpkin will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  6609. "proportional": { "price": 2 },
  6610. "spoils_in": 0,
  6611. "container": "bag_plastic"
  6612. },
  6613. {
  6614. "type": "COMESTIBLE",
  6615. "id": "potato_irradiated",
  6616. "copy-from": "potato_raw",
  6617. "name": "irradiated potato",
  6618. "name_plural": "irradiated potatoes",
  6619. "description": "An irradiated potato will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  6620. "proportional": { "price": 2 },
  6621. "spoils_in": 0,
  6622. "container": "bag_plastic"
  6623. },
  6624. {
  6625. "type": "COMESTIBLE",
  6626. "id": "potato_baked",
  6627. "name": "baked potato",
  6628. "name_plural": "baked potatoes",
  6629. "weight": 210,
  6630. "color": "brown",
  6631. "spoils_in": 48,
  6632. "comestible_type": "FOOD",
  6633. "symbol": "%",
  6634. "healthy": 1,
  6635. "calories": 174,
  6636. "description": "A delicious baked potato. Got any sour cream?",
  6637. "price": 150,
  6638. "material": "veggy",
  6639. "volume": 1,
  6640. "flags": [ "EATEN_HOT" ],
  6641. "fun": 3,
  6642. "rot_spawn": "GROUP_ROTTING_PLANT"
  6643. },
  6644. {
  6645. "type": "COMESTIBLE",
  6646. "id": "cooked_pumpkin",
  6647. "name": "mashed pumpkin",
  6648. "weight": 595,
  6649. "color": "light_red",
  6650. "spoils_in": 36,
  6651. "container": "can_food",
  6652. "comestible_type": "FOOD",
  6653. "symbol": "%",
  6654. "quench": 3,
  6655. "healthy": 2,
  6656. "calories": 208,
  6657. "description": "This is a simple dish made by cooking the pumpkin pulp and then mashing.",
  6658. "price": 50,
  6659. "material": "veggy",
  6660. "volume": 1,
  6661. "rot_spawn": "GROUP_ROTTING_PLANT"
  6662. },
  6663. {
  6664. "type": "COMESTIBLE",
  6665. "id": "flatbread",
  6666. "name": "flatbread",
  6667. "weight": 56,
  6668. "color": "brown",
  6669. "spoils_in": 280,
  6670. "container": "bag_plastic",
  6671. "comestible_type": "FOOD",
  6672. "symbol": "%",
  6673. "calories": 174,
  6674. "description": "Simple unleavened bread.",
  6675. "price": 140,
  6676. "material": "wheat",
  6677. "volume": 2,
  6678. "charges": 6,
  6679. "flags": [ "EATEN_HOT", "EDIBLE_FROZEN" ],
  6680. "rot_spawn": "GROUP_ROTTING_PLANT"
  6681. },
  6682. {
  6683. "type": "COMESTIBLE",
  6684. "id": "bread",
  6685. "name": "bread",
  6686. "weight": 56,
  6687. "color": "brown",
  6688. "spoils_in": 240,
  6689. "container": "bag_plastic",
  6690. "comestible_type": "FOOD",
  6691. "symbol": "%",
  6692. "healthy": 1,
  6693. "calories": 174,
  6694. "description": "Healthy and filling.",
  6695. "price": 190,
  6696. "material": "wheat",
  6697. "volume": 3,
  6698. "charges": 8,
  6699. "flags": [ "EATEN_HOT" ],
  6700. "fun": 1,
  6701. "rot_spawn": "GROUP_ROTTING_PLANT"
  6702. },
  6703. {
  6704. "type": "COMESTIBLE",
  6705. "id": "cornbread",
  6706. "name": "cornbread",
  6707. "weight": 64,
  6708. "color": "yellow",
  6709. "spoils_in": 720,
  6710. "container": "bag_plastic",
  6711. "comestible_type": "FOOD",
  6712. "symbol": "%",
  6713. "healthy": 1,
  6714. "calories": 156,
  6715. "description": "Healthy and filling cornbread.",
  6716. "price": 150,
  6717. "material": "veggy",
  6718. "volume": 1,
  6719. "charges": 4,
  6720. "flags": [ "EATEN_HOT" ],
  6721. "fun": 2,
  6722. "rot_spawn": "GROUP_ROTTING_PLANT"
  6723. },
  6724. {
  6725. "type": "COMESTIBLE",
  6726. "id": "tortilla_corn",
  6727. "name": "corn tortilla",
  6728. "weight": 56,
  6729. "color": "brown",
  6730. "spoils_in": 480,
  6731. "container": "bag_plastic",
  6732. "comestible_type": "FOOD",
  6733. "symbol": "%",
  6734. "healthy": 1,
  6735. "calories": 156,
  6736. "description": "A round, thin flatbread made from finely ground corn flour.",
  6737. "price": 150,
  6738. "material": "veggy",
  6739. "volume": 3,
  6740. "charges": 6,
  6741. "flags": [ "EATEN_HOT", "EDIBLE_FROZEN" ],
  6742. "fun": 1,
  6743. "rot_spawn": "GROUP_ROTTING_PLANT"
  6744. },
  6745. {
  6746. "type": "COMESTIBLE",
  6747. "id": "quesadilla_cheese",
  6748. "name": "quesadilla",
  6749. "weight": 116,
  6750. "color": "brown",
  6751. "spoils_in": 480,
  6752. "container": "wrapper",
  6753. "comestible_type": "FOOD",
  6754. "symbol": "%",
  6755. "healthy": 1,
  6756. "calories": 286,
  6757. "description": "A tortilla filled with cheese and lightly grilled.",
  6758. "price": 500,
  6759. "material": [ "milk" ],
  6760. "volume": 1,
  6761. "charges": 2,
  6762. "flags": [ "EATEN_HOT" ],
  6763. "fun": 6,
  6764. "rot_spawn": "GROUP_CARRION"
  6765. },
  6766. {
  6767. "type": "COMESTIBLE",
  6768. "id": "johnnycake",
  6769. "name": "johnnycake",
  6770. "weight": 46,
  6771. "color": "yellow",
  6772. "spoils_in": 480,
  6773. "comestible_type": "FOOD",
  6774. "symbol": "%",
  6775. "healthy": 1,
  6776. "calories": 174,
  6777. "description": "A tasty and nutritious fried bread treat.",
  6778. "price": 550,
  6779. "material": [ "wheat", "junk" ],
  6780. "volume": 1,
  6781. "charges": 4,
  6782. "flags": [ "EATEN_HOT" ],
  6783. "fun": 2,
  6784. "rot_spawn": "GROUP_ROTTING_PLANT"
  6785. },
  6786. {
  6787. "type": "COMESTIBLE",
  6788. "id": "pancakes",
  6789. "name": "pancake",
  6790. "name_plural": "pancakes",
  6791. "weight": 246,
  6792. "color": "brown",
  6793. "spoils_in": 240,
  6794. "comestible_type": "FOOD",
  6795. "symbol": "%",
  6796. "healthy": 1,
  6797. "calories": 191,
  6798. "description": "Fluffy and delicious pancakes with real maple syrup.",
  6799. "price": 550,
  6800. "material": "wheat",
  6801. "volume": 1,
  6802. "charges": 4,
  6803. "flags": [ "EATEN_HOT" ],
  6804. "fun": 3,
  6805. "rot_spawn": "GROUP_ROTTING_PLANT"
  6806. },
  6807. {
  6808. "type": "COMESTIBLE",
  6809. "id": "fruit_pancakes",
  6810. "name": "fruit pancake",
  6811. "name_plural": "fruit pancakes",
  6812. "weight": 354,
  6813. "color": "brown",
  6814. "spoils_in": 240,
  6815. "comestible_type": "FOOD",
  6816. "symbol": "%",
  6817. "healthy": 1,
  6818. "calories": 217,
  6819. "description": "Fluffy and delicious pancakes with real maple syrup, made sweeter and healthier with the addition of wholesome fruit.",
  6820. "price": 650,
  6821. "material": [ "wheat", "fruit" ],
  6822. "volume": 1,
  6823. "charges": 4,
  6824. "flags": [ "EATEN_HOT" ],
  6825. "fun": 3,
  6826. "rot_spawn": "GROUP_ROTTING_PLANT"
  6827. },
  6828. {
  6829. "type": "COMESTIBLE",
  6830. "id": "choc_pancakes",
  6831. "name": "chocolate pancake",
  6832. "name_plural": "chocolate pancakes",
  6833. "weight": 354,
  6834. "color": "brown",
  6835. "spoils_in": 240,
  6836. "comestible_type": "FOOD",
  6837. "symbol": "%",
  6838. "calories": 217,
  6839. "description": "Fluffy and delicious pancakes with real maple syrup, with delicious chocolate baked right in.",
  6840. "price": 700,
  6841. "material": [ "wheat", "junk" ],
  6842. "volume": 1,
  6843. "charges": 4,
  6844. "flags": [ "EATEN_HOT" ],
  6845. "fun": 6,
  6846. "rot_spawn": "GROUP_ROTTING_PLANT"
  6847. },
  6848. {
  6849. "type": "COMESTIBLE",
  6850. "id": "frenchtoast",
  6851. "name": "French toast",
  6852. "name_plural": "French toasts",
  6853. "weight": 246,
  6854. "color": "brown",
  6855. "spoils_in": 240,
  6856. "comestible_type": "FOOD",
  6857. "symbol": "%",
  6858. "healthy": 1,
  6859. "calories": 391,
  6860. "description": "Slices of bread dipped in a milk and egg mixture then fried.",
  6861. "price": 600,
  6862. "material": [ "wheat", "milk", "egg" ],
  6863. "volume": 1,
  6864. "charges": 2,
  6865. "flags": [ "EATEN_HOT" ],
  6866. "fun": 8,
  6867. "rot_spawn": "GROUP_CARRION"
  6868. },
  6869. {
  6870. "type": "COMESTIBLE",
  6871. "id": "waffles",
  6872. "name": "waffle",
  6873. "weight": 246,
  6874. "color": "yellow",
  6875. "spoils_in": 240,
  6876. "comestible_type": "FOOD",
  6877. "symbol": "%",
  6878. "calories": 321,
  6879. "description": "Hey it's waffle time, it's waffle time. Won't you have some waffles of mine?",
  6880. "price": 550,
  6881. "material": "wheat",
  6882. "volume": 1,
  6883. "charges": 4,
  6884. "flags": [ "EATEN_HOT" ],
  6885. "fun": 5,
  6886. "rot_spawn": "GROUP_ROTTING_PLANT"
  6887. },
  6888. {
  6889. "type": "COMESTIBLE",
  6890. "id": "fruit_waffles",
  6891. "name": "fruit waffle",
  6892. "weight": 354,
  6893. "color": "yellow",
  6894. "spoils_in": 240,
  6895. "comestible_type": "FOOD",
  6896. "symbol": "%",
  6897. "healthy": 1,
  6898. "calories": 391,
  6899. "description": "Crunchy and delicious waffles with real maple syrup, made sweeter and healthier with the addition of wholesome fruit.",
  6900. "price": 600,
  6901. "material": [ "wheat", "fruit" ],
  6902. "volume": 1,
  6903. "charges": 4,
  6904. "flags": [ "EATEN_HOT" ],
  6905. "fun": 6,
  6906. "rot_spawn": "GROUP_ROTTING_PLANT"
  6907. },
  6908. {
  6909. "type": "COMESTIBLE",
  6910. "id": "choc_waffles",
  6911. "name": "chocolate waffle",
  6912. "weight": 354,
  6913. "color": "brown",
  6914. "spoils_in": 240,
  6915. "comestible_type": "FOOD",
  6916. "symbol": "%",
  6917. "calories": 347,
  6918. "description": "Crunchy and delicious waffles with real maple syrup, with delicious chocolate baked right in.",
  6919. "price": 650,
  6920. "material": [ "wheat", "junk" ],
  6921. "volume": 1,
  6922. "charges": 4,
  6923. "flags": [ "EATEN_HOT" ],
  6924. "fun": 12,
  6925. "rot_spawn": "GROUP_ROTTING_PLANT"
  6926. },
  6927. {
  6928. "type": "COMESTIBLE",
  6929. "id": "crackers",
  6930. "name": "cracker",
  6931. "weight": 56,
  6932. "color": "brown",
  6933. "spoils_in": 2160,
  6934. "container": "box_small",
  6935. "comestible_type": "FOOD",
  6936. "symbol": "%",
  6937. "quench": -4,
  6938. "calories": 69,
  6939. "description": "Dry and salty, these crackers will leave you quite thirsty.",
  6940. "price": 110,
  6941. "material": "wheat",
  6942. "volume": 3,
  6943. "flags": [ "EDIBLE_FROZEN" ],
  6944. "charges": 8,
  6945. "fun": 2
  6946. },
  6947. {
  6948. "type": "COMESTIBLE",
  6949. "id": "grahmcrackers",
  6950. "name": "graham cracker",
  6951. "weight": 56,
  6952. "color": "brown",
  6953. "spoils_in": 2160,
  6954. "stim": 2,
  6955. "container": "box_small",
  6956. "comestible_type": "FOOD",
  6957. "symbol": "%",
  6958. "quench": -4,
  6959. "calories": 69,
  6960. "description": "Dry and sugary, these crackers will leave you thirsty, but go good with some chocolate and marshmallows.",
  6961. "price": 110,
  6962. "material": [ "wheat", "junk" ],
  6963. "volume": 3,
  6964. "flags": [ "EDIBLE_FROZEN" ],
  6965. "charges": 8,
  6966. "fun": 2
  6967. },
  6968. {
  6969. "type": "COMESTIBLE",
  6970. "id": "cookies",
  6971. "name": "cookie",
  6972. "weight": 38,
  6973. "color": "brown",
  6974. "spoils_in": 1440,
  6975. "container": "box_small",
  6976. "comestible_type": "FOOD",
  6977. "symbol": "%",
  6978. "quench": -1,
  6979. "calories": 104,
  6980. "description": "Sweet and delicious cookies, just like grandma used to bake.",
  6981. "price": 195,
  6982. "material": [ "wheat", "junk" ],
  6983. "volume": 1,
  6984. "charges": 4,
  6985. "flags": [ "EDIBLE_FROZEN" ],
  6986. "stack_size": 20,
  6987. "fun": 7
  6988. },
  6989. {
  6990. "id": "maple_sap",
  6991. "type": "COMESTIBLE",
  6992. "symbol": "~",
  6993. "color": "light_cyan",
  6994. "name": "maple sap",
  6995. "name_plural": "maple sap",
  6996. "description": "A water and sugar solution that has been extracted from a maple tree.",
  6997. "price": 50,
  6998. "weight": 250,
  6999. "volume": 1,
  7000. "comestible_type": "DRINK",
  7001. "container": "bucket",
  7002. "quench": 45,
  7003. "calories": 9,
  7004. "fun": 1,
  7005. "flags": [ "EATEN_COLD" ],
  7006. "phase": "liquid",
  7007. "freezing_point": 30
  7008. },
  7009. {
  7010. "type": "COMESTIBLE",
  7011. "id": "syrup",
  7012. "name": "maple syrup",
  7013. "name_plural": "maple syrup",
  7014. "weight": 67,
  7015. "color": "brown",
  7016. "container": "bottle_glass",
  7017. "comestible_type": "FOOD",
  7018. "symbol": "%",
  7019. "quench": 1,
  7020. "calories": 26,
  7021. "description": "Sweet and delicious, real Vermont maple syrup.",
  7022. "price": 1900,
  7023. "material": "junk",
  7024. "volume": 1,
  7025. "phase": "liquid",
  7026. "charges": 5,
  7027. "fun": 5,
  7028. "freezing_point": -70
  7029. },
  7030. {
  7031. "type": "COMESTIBLE",
  7032. "id": "beet_syrup",
  7033. "name": "sugar beet syrup",
  7034. "name_plural": "sugar beet syrup",
  7035. "weight": 28,
  7036. "color": "brown",
  7037. "container": "bottle_glass",
  7038. "comestible_type": "FOOD",
  7039. "symbol": "%",
  7040. "quench": 3,
  7041. "calories": 43,
  7042. "description": "A thick syrup produced from shredded sugar beets. Useful in cooking as a sweetener.",
  7043. "price": 1500,
  7044. "material": "junk",
  7045. "volume": 1,
  7046. "phase": "liquid",
  7047. "charges": 7
  7048. },
  7049. {
  7050. "type": "COMESTIBLE",
  7051. "id": "hardtack",
  7052. "name": "hardtack",
  7053. "weight": 28,
  7054. "color": "white",
  7055. "spoils_in": 8640,
  7056. "comestible_type": "FOOD",
  7057. "symbol": "%",
  7058. "quench": -2,
  7059. "calories": 156,
  7060. "description": "A dry and virtually tasteless bread product capable of remaining edible without spoilage for vast lengths of time.",
  7061. "price": 500,
  7062. "material": "wheat",
  7063. "volume": 1,
  7064. "charges": 8,
  7065. "flags": [ "EDIBLE_FROZEN" ],
  7066. "stack_size": 20,
  7067. "fun": -1
  7068. },
  7069. {
  7070. "type": "COMESTIBLE",
  7071. "id": "biscuit",
  7072. "name": "biscuit",
  7073. "weight": 136,
  7074. "color": "brown",
  7075. "spoils_in": 180,
  7076. "container": "box_small",
  7077. "comestible_type": "FOOD",
  7078. "symbol": "%",
  7079. "healthy": 1,
  7080. "calories": 208,
  7081. "description": "Delicious and filling, this home made biscuit is good, and good for you!",
  7082. "price": 230,
  7083. "material": "wheat",
  7084. "volume": 4,
  7085. "charges": 8,
  7086. "flags": [ "EATEN_HOT", "EDIBLE_FROZEN" ],
  7087. "fun": 1,
  7088. "rot_spawn": "GROUP_ROTTING_PLANT"
  7089. },
  7090. {
  7091. "type": "COMESTIBLE",
  7092. "id": "pie",
  7093. "name": "fruit pie",
  7094. "weight": 252,
  7095. "color": "brown",
  7096. "spoils_in": 72,
  7097. "stim": 2,
  7098. "container": "box_small",
  7099. "comestible_type": "FOOD",
  7100. "symbol": "%",
  7101. "quench": 5,
  7102. "healthy": 1,
  7103. "calories": 139,
  7104. "description": "A delicious baked pie with a sweet fruit filling.",
  7105. "price": 1250,
  7106. "material": [ "wheat", "fruit" ],
  7107. "volume": 4,
  7108. "charges": 6,
  7109. "flags": [ "EATEN_HOT" ],
  7110. "fun": 3,
  7111. "rot_spawn": "GROUP_ROTTING_PLANT"
  7112. },
  7113. {
  7114. "type": "COMESTIBLE",
  7115. "id": "pie_veggy",
  7116. "name": "vegetable pie",
  7117. "weight": 252,
  7118. "color": "brown",
  7119. "spoils_in": 72,
  7120. "container": "box_small",
  7121. "comestible_type": "FOOD",
  7122. "symbol": "%",
  7123. "quench": 5,
  7124. "healthy": 1,
  7125. "calories": 139,
  7126. "description": "A delicious baked pie with a delicious vegetable filling.",
  7127. "price": 1250,
  7128. "material": [ "wheat", "veggy" ],
  7129. "volume": 4,
  7130. "charges": 6,
  7131. "flags": [ "EATEN_HOT" ],
  7132. "fun": 3,
  7133. "rot_spawn": "GROUP_ROTTING_PLANT"
  7134. },
  7135. {
  7136. "type": "COMESTIBLE",
  7137. "id": "pie_meat",
  7138. "name": "meat pie",
  7139. "weight": 260,
  7140. "color": "brown",
  7141. "spoils_in": 80,
  7142. "container": "box_small",
  7143. "comestible_type": "FOOD",
  7144. "symbol": "%",
  7145. "quench": 5,
  7146. "healthy": 1,
  7147. "calories": 139,
  7148. "description": "A delicious baked pie with a delicious meat filling.",
  7149. "price": 1350,
  7150. "material": [ "wheat", "flesh" ],
  7151. "volume": 4,
  7152. "charges": 6,
  7153. "flags": [ "EATEN_HOT" ],
  7154. "fun": 3,
  7155. "rot_spawn": "GROUP_ROTTING_TRIFFID_FAVOR",
  7156. "rot_spawn_chance": 20
  7157. },
  7158. {
  7159. "type": "COMESTIBLE",
  7160. "id": "pie_human",
  7161. "copy-from": "pie_meat",
  7162. "name": "prick pie",
  7163. "description": "A meat pie with a little soldier, or maybe scientist, who knows. God, that's good!",
  7164. "material": [ "wheat", "hflesh" ]
  7165. },
  7166. {
  7167. "type": "COMESTIBLE",
  7168. "id": "pie_maple",
  7169. "name": "maple pie",
  7170. "weight": 252,
  7171. "color": "brown",
  7172. "spoils_in": 72,
  7173. "stim": 2,
  7174. "container": "box_small",
  7175. "comestible_type": "FOOD",
  7176. "symbol": "%",
  7177. "quench": 4,
  7178. "healthy": -1,
  7179. "calories": 139,
  7180. "description": "A sweet and delicious baked pie with pure maple syrup.",
  7181. "price": 1850,
  7182. "material": [ "wheat", "milk" ],
  7183. "volume": 4,
  7184. "charges": 6,
  7185. "flags": [ "EATEN_HOT" ],
  7186. "fun": 6,
  7187. "rot_spawn": "GROUP_ROTTING_PLANT"
  7188. },
  7189. {
  7190. "type": "COMESTIBLE",
  7191. "id": "pizza_veggy",
  7192. "name": "vegetable pizza",
  7193. "weight": 175,
  7194. "color": "light_green",
  7195. "spoils_in": 48,
  7196. "container": "box_small",
  7197. "comestible_type": "FOOD",
  7198. "symbol": "%",
  7199. "calories": 347,
  7200. "description": "A vegetarian pizza, with delicious tomato sauce and a fluffy crust. Its smell brings back great memories.",
  7201. "price": 990,
  7202. "material": [ "wheat", "veggy", "tomato" ],
  7203. "volume": 8,
  7204. "charges": 4,
  7205. "flags": [ "EATEN_HOT" ],
  7206. "fun": 10,
  7207. "rot_spawn": "GROUP_ROTTING_PLANT"
  7208. },
  7209. {
  7210. "type": "COMESTIBLE",
  7211. "id": "pizza_cheese",
  7212. "name": "cheese pizza",
  7213. "weight": 175,
  7214. "color": "yellow",
  7215. "spoils_in": 48,
  7216. "stim": 1,
  7217. "container": "box_small",
  7218. "comestible_type": "FOOD",
  7219. "symbol": "%",
  7220. "calories": 347,
  7221. "description": "A delicious pizza with molten cheese on top.",
  7222. "price": 990,
  7223. "material": [ "wheat", "milk" ],
  7224. "volume": 8,
  7225. "charges": 4,
  7226. "flags": [ "EATEN_HOT" ],
  7227. "fun": 10,
  7228. "rot_spawn": "GROUP_CARRION"
  7229. },
  7230. {
  7231. "type": "COMESTIBLE",
  7232. "id": "pizza_meat",
  7233. "name": "meat pizza",
  7234. "weight": 175,
  7235. "color": "light_red",
  7236. "spoils_in": 48,
  7237. "container": "box_small",
  7238. "comestible_type": "FOOD",
  7239. "symbol": "%",
  7240. "calories": 434,
  7241. "description": "A meat pizza, for all the carnivores out there. Chock full of minced meat and heavily seasoned.",
  7242. "price": 1090,
  7243. "material": [ "wheat", "flesh" ],
  7244. "volume": 8,
  7245. "charges": 4,
  7246. "flags": [ "EATEN_HOT" ],
  7247. "fun": 10,
  7248. "rot_spawn": "GROUP_CARRION"
  7249. },
  7250. {
  7251. "type": "COMESTIBLE",
  7252. "id": "pizza_human",
  7253. "copy-from": "pizza_meat",
  7254. "name": "poser pizza",
  7255. "description": "A meat pizza, for all the cannibals out there. Chock full of minced human flesh and heavily seasoned.",
  7256. "material": [ "wheat", "hflesh" ]
  7257. },
  7258. {
  7259. "id": "mre_beef_box",
  7260. "type": "GENERIC",
  7261. "symbol": ")",
  7262. "color": "brown",
  7263. "name": "MRE - Beef",
  7264. "name_plural": "MREs - beef",
  7265. "category": "food",
  7266. "description": "A 'Meal Ready to Eat' with an irradiated beef main course and everything a hungry soldier needs. The contents will begin to rot once they're removed from this sealed bag. Activate or disassemble it to get to its contents.",
  7267. "price": 1500,
  7268. "weight": 900,
  7269. "volume": 3,
  7270. "material": [ "plastic" ],
  7271. "use_action": "DISASSEMBLE"
  7272. },
  7273. {
  7274. "id": "mre_veggy_box",
  7275. "type": "GENERIC",
  7276. "symbol": ")",
  7277. "color": "brown",
  7278. "name": "MRE - Vegetarian",
  7279. "name_plural": "MREs - vegetarian",
  7280. "category": "food",
  7281. "description": "A 'Meal Ready to Eat' with an irradiated vegetarian-friendly course and everything a hungry soldier needs. The contents will begin to rot once they're removed from this sealed bag. Activate or disassemble it to get to its contents.",
  7282. "price": 1500,
  7283. "weight": 900,
  7284. "volume": 3,
  7285. "material": [ "plastic" ],
  7286. "use_action": "DISASSEMBLE"
  7287. },
  7288. {
  7289. "id": "mre_chicken_box",
  7290. "type": "GENERIC",
  7291. "symbol": ")",
  7292. "color": "brown",
  7293. "name": "MRE - Chicken",
  7294. "name_plural": "MREs - chicken",
  7295. "category": "food",
  7296. "description": "A 'Meal Ready to Eat' with an irradiated chicken course and everything a hungry soldier needs. The contents will begin to rot once they're removed from this sealed bag. Activate or disassemble it to get to its contents.",
  7297. "price": 1500,
  7298. "weight": 900,
  7299. "volume": 3,
  7300. "material": [ "plastic" ],
  7301. "use_action": "DISASSEMBLE"
  7302. },
  7303. {
  7304. "id": "mre_hotdog_box",
  7305. "type": "GENERIC",
  7306. "symbol": ")",
  7307. "color": "brown",
  7308. "name": "MRE - Hotdogs",
  7309. "name_plural": "MREs - hotdogs",
  7310. "category": "food",
  7311. "description": "A 'Meal Rejected by the Enemy' with a hotdog main course and everything a desperate survivor needs. The contents will begin to rot once they're removed from this sealed bag. Activate or disassemble it to get to its contents.",
  7312. "price": 1200,
  7313. "weight": 900,
  7314. "volume": 3,
  7315. "material": [ "plastic" ],
  7316. "use_action": "DISASSEMBLE"
  7317. },
  7318. {
  7319. "id": "mre_ravioli_box",
  7320. "type": "GENERIC",
  7321. "symbol": ")",
  7322. "color": "brown",
  7323. "name": "MRE - Ravioli",
  7324. "name_plural": "MREs - ravioli",
  7325. "category": "food",
  7326. "description": "A 'Meal Ready to Eat' with a ravioli course and everything a hungry soldier needs. The contents will begin to rot once they're removed from this sealed bag. Activate or disassemble it to get to its contents.",
  7327. "price": 1700,
  7328. "weight": 900,
  7329. "volume": 3,
  7330. "material": [ "plastic" ],
  7331. "use_action": "DISASSEMBLE"
  7332. },
  7333. {
  7334. "type": "COMESTIBLE",
  7335. "id": "mre_beef",
  7336. "name": "irradiated beef course",
  7337. "weight": 125,
  7338. "color": "brown",
  7339. "spoils_in": 80,
  7340. "comestible_type": "FOOD",
  7341. "symbol": "%",
  7342. "healthy": 1,
  7343. "calories": 347,
  7344. "description": "The irradiated beef main course from an MRE. Sterilized using radiation, so it's safe to eat. Exposed to the atmosphere, it has started to go bad.",
  7345. "price": 1250,
  7346. "material": "flesh",
  7347. "volume": 1,
  7348. "charges": 4,
  7349. "flags": [ "EATEN_HOT" ],
  7350. "fun": -1,
  7351. "rot_spawn": "GROUP_CARRION"
  7352. },
  7353. {
  7354. "type": "COMESTIBLE",
  7355. "id": "mre_veggy",
  7356. "name": "irradiated vegetarian course",
  7357. "weight": 125,
  7358. "color": "green",
  7359. "spoils_in": 80,
  7360. "comestible_type": "FOOD",
  7361. "symbol": "%",
  7362. "healthy": 1,
  7363. "calories": 286,
  7364. "description": "The irradiated vegetarian main course from an MRE. Sterilized using radiation, so it's safe to eat. Exposed to the atmosphere, it has started to go bad.",
  7365. "price": 1250,
  7366. "material": "veggy",
  7367. "volume": 1,
  7368. "charges": 4,
  7369. "flags": [ "EATEN_HOT" ],
  7370. "fun": -1,
  7371. "rot_spawn": "GROUP_ROTTING_PLANT"
  7372. },
  7373. {
  7374. "type": "COMESTIBLE",
  7375. "id": "mre_chicken",
  7376. "name": "irradiated chicken course",
  7377. "weight": 125,
  7378. "color": "green",
  7379. "spoils_in": 80,
  7380. "comestible_type": "FOOD",
  7381. "symbol": "%",
  7382. "healthy": 1,
  7383. "calories": 304,
  7384. "description": "The irradiated chicken main course from an MRE. Sterilized using radiation, so it's safe to eat. Exposed to the atmosphere, it has started to go bad.",
  7385. "price": 1250,
  7386. "material": "flesh",
  7387. "volume": 1,
  7388. "charges": 4,
  7389. "flags": [ "EATEN_HOT" ],
  7390. "fun": -1,
  7391. "rot_spawn": "GROUP_CARRION"
  7392. },
  7393. {
  7394. "type": "COMESTIBLE",
  7395. "id": "mre_hotdogs",
  7396. "name": "irradiated hot dog course",
  7397. "weight": 125,
  7398. "color": "red",
  7399. "spoils_in": 80,
  7400. "comestible_type": "FOOD",
  7401. "symbol": "%",
  7402. "calories": 347,
  7403. "description": "Nicknamed the 'Four Fingers of Death' by troops, this is probably the most disgusting thing you've ever eaten. Sterilized using radiation, so it's safe to eat. Exposed to the atmosphere, it has started to go bad.",
  7404. "price": 500,
  7405. "material": [ "flesh", "junk" ],
  7406. "volume": 1,
  7407. "charges": 4,
  7408. "flags": [ "EATEN_HOT" ],
  7409. "fun": -6,
  7410. "rot_spawn": "GROUP_CARRION"
  7411. },
  7412. {
  7413. "type": "COMESTIBLE",
  7414. "id": "mre_ravioli",
  7415. "name": "irradiated ravioli course",
  7416. "weight": 125,
  7417. "color": "red",
  7418. "spoils_in": 80,
  7419. "comestible_type": "FOOD",
  7420. "symbol": "%",
  7421. "quench": 10,
  7422. "calories": 269,
  7423. "description": "The main course from a ravioli MRE, the sauce really helps with the taste. Sterilized using radiation, so it's safe to eat. Exposed to the atmosphere, it has started to go bad.",
  7424. "price": 1300,
  7425. "material": [ "flesh", "wheat" ],
  7426. "volume": 1,
  7427. "charges": 4,
  7428. "flags": [ "EATEN_HOT" ],
  7429. "fun": 1,
  7430. "rot_spawn": "GROUP_CARRION"
  7431. },
  7432. {
  7433. "type": "COMESTIBLE",
  7434. "id": "tea_raw",
  7435. "name": "tea leaf",
  7436. "name_plural": "tea leaves",
  7437. "weight": 14,
  7438. "color": "green",
  7439. "use_action": "CAFF",
  7440. "stim": 1,
  7441. "container": "bag_plastic",
  7442. "comestible_type": "FOOD",
  7443. "symbol": "%",
  7444. "calories": 17,
  7445. "description": "Dried leaves of a tropical plant. You can boil them into tea, or you can just eat them raw. They aren't too filling though.",
  7446. "price": 1030,
  7447. "material": "veggy",
  7448. "volume": 1,
  7449. "flags": [ "EDIBLE_FROZEN" ],
  7450. "charges": 20,
  7451. "fun": -1
  7452. },
  7453. {
  7454. "type": "COMESTIBLE",
  7455. "id": "coffee_raw",
  7456. "name": "coffee powder",
  7457. "name_plural": "coffee powder",
  7458. "weight": 14,
  7459. "color": "brown",
  7460. "addiction_type": "caffeine",
  7461. "addiction_potential": 1,
  7462. "use_action": "CAFF",
  7463. "stim": 8,
  7464. "container": "bag_plastic",
  7465. "comestible_type": "FOOD",
  7466. "symbol": "%",
  7467. "description": "Ground coffee beans. You can boil it into a mediocre stimulant, or something better if you had an atomic coffee pot.",
  7468. "price": 900,
  7469. "material": "powder",
  7470. "volume": 1,
  7471. "flags": [ "EDIBLE_FROZEN" ],
  7472. "charges": 20,
  7473. "fun": -5
  7474. },
  7475. {
  7476. "type": "COMESTIBLE",
  7477. "id": "milk_powder",
  7478. "name": "powdered milk",
  7479. "name_plural": "powdered milk",
  7480. "weight": 162,
  7481. "color": "white",
  7482. "container": "bag_plastic",
  7483. "comestible_type": "FOOD",
  7484. "symbol": "%",
  7485. "quench": -1,
  7486. "calories": 9,
  7487. "description": "Dehydrated milk powder. Mix with water to make drinkable milk.",
  7488. "price": 1100,
  7489. "material": [ "powder", "milk" ],
  7490. "volume": 1,
  7491. "flags": [ "EDIBLE_FROZEN" ],
  7492. "charges": 10,
  7493. "fun": -5
  7494. },
  7495. {
  7496. "type": "COMESTIBLE",
  7497. "id": "coffee_syrup",
  7498. "name": "coffee syrup",
  7499. "name_plural": "coffee syrup",
  7500. "weight": 48,
  7501. "color": "brown",
  7502. "addiction_type": "caffeine",
  7503. "use_action": "CAFF",
  7504. "stim": 8,
  7505. "container": "bottle_plastic",
  7506. "comestible_type": "DRINK",
  7507. "symbol": "%",
  7508. "quench": 1,
  7509. "healthy": -1,
  7510. "addiction_potential": 1,
  7511. "calories": 26,
  7512. "description": "A thick syrup made of water and sugar strained through coffee grounds. Can be used to flavor many foods and beverages.",
  7513. "price": 1300,
  7514. "material": "junk",
  7515. "volume": 1,
  7516. "phase": "liquid",
  7517. "charges": 5,
  7518. "fun": 6
  7519. },
  7520. {
  7521. "type": "COMESTIBLE",
  7522. "id": "jihelucake",
  7523. "name": "cake",
  7524. "weight": 420,
  7525. "color": "white",
  7526. "comestible_type": "FOOD",
  7527. "symbol": "%",
  7528. "calories": 217,
  7529. "description": "Delicious sponge cake with buttercream icing, it says happy birthday on it.",
  7530. "price": 1500,
  7531. "material": [ "wheat", "junk" ],
  7532. "volume": 1,
  7533. "fun": 20
  7534. },
  7535. {
  7536. "type": "COMESTIBLE",
  7537. "id": "cake2",
  7538. "name": "cake",
  7539. "copy-from": "jihelucake",
  7540. "description": "Delicious chocolate cake. It has all the icing. All of it.",
  7541. "price": 1800,
  7542. "stim": 4
  7543. },
  7544. {
  7545. "type": "COMESTIBLE",
  7546. "id": "cake3",
  7547. "name": "cake",
  7548. "copy-from": "jihelucake",
  7549. "stim": 8,
  7550. "quench": -5,
  7551. "calories": 174,
  7552. "description": "A cake coated in the thickest icing you've ever seen. Someone has written guff in quotation marks on it...",
  7553. "price": 2200,
  7554. "volume": 3,
  7555. "fun": 30
  7556. },
  7557. {
  7558. "type": "COMESTIBLE",
  7559. "id": "meat_canned",
  7560. "name": "canned meat",
  7561. "weight": 417,
  7562. "color": "red",
  7563. "spoils_in": 40,
  7564. "container": "can_food",
  7565. "comestible_type": "FOOD",
  7566. "symbol": "%",
  7567. "calories": 330,
  7568. "description": "Low-sodium preserved meat. It was boiled and canned. Contains most of the nutrition, but little of the savor of cooked meat.",
  7569. "price": 250,
  7570. "material": "flesh",
  7571. "volume": 1,
  7572. "stack_size": 2,
  7573. "flags": [ "EATEN_HOT" ],
  7574. "fun": 2,
  7575. "rot_spawn": "GROUP_CARRION"
  7576. },
  7577. {
  7578. "type": "COMESTIBLE",
  7579. "id": "veggy_canned",
  7580. "name": "canned veggy",
  7581. "name_plural": "canned veggies",
  7582. "weight": 350,
  7583. "color": "green",
  7584. "spoils_in": 60,
  7585. "container": "can_food",
  7586. "comestible_type": "FOOD",
  7587. "symbol": "%",
  7588. "healthy": 1,
  7589. "calories": 243,
  7590. "description": "This mushy pile of vegetable matter was boiled and canned in an earlier life. Better eat it before it oozes through your fingers.",
  7591. "price": 250,
  7592. "material": "veggy",
  7593. "volume": 1,
  7594. "stack_size": 2,
  7595. "rot_spawn": "GROUP_ROTTING_PLANT"
  7596. },
  7597. {
  7598. "type": "COMESTIBLE",
  7599. "id": "apple_canned",
  7600. "name": "canned fruit",
  7601. "name_plural": "canned fruit",
  7602. "weight": 450,
  7603. "color": "red",
  7604. "spoils_in": 180,
  7605. "container": "can_food",
  7606. "comestible_type": "FOOD",
  7607. "symbol": "%",
  7608. "quench": 3,
  7609. "healthy": 1,
  7610. "calories": 174,
  7611. "description": "This sodden mass of preserved fruit was boiled and canned in an earlier life. Bland, mushy and losing color.",
  7612. "price": 220,
  7613. "material": "fruit",
  7614. "volume": 1,
  7615. "stack_size": 2,
  7616. "fun": 1,
  7617. "rot_spawn": "GROUP_ROTTING_PLANT"
  7618. },
  7619. {
  7620. "type": "COMESTIBLE",
  7621. "id": "human_canned",
  7622. "copy-from": "meat_canned",
  7623. "name": "soylent slice",
  7624. "name_plural": "soylent slices",
  7625. "description": "Low-sodium preserved human meat. It was boiled and canned. Contains most of the nutrition, but little of the savor of cooked meat.",
  7626. "material": "hflesh"
  7627. },
  7628. {
  7629. "type": "COMESTIBLE",
  7630. "id": "meat_vac",
  7631. "name": "salted meat slice",
  7632. "weight": 120,
  7633. "color": "red",
  7634. "spoils_in": 48,
  7635. "container": "bag_plastic",
  7636. "comestible_type": "FOOD",
  7637. "symbol": "%",
  7638. "quench": -5,
  7639. "calories": 182,
  7640. "description": "Meat slices cured in brine and vacuum-packed. Salty but tasty in a pinch.",
  7641. "price": 500,
  7642. "material": "flesh",
  7643. "volume": 1,
  7644. "charges": 2,
  7645. "fun": 2,
  7646. "rot_spawn": "GROUP_CARRION"
  7647. },
  7648. {
  7649. "type": "COMESTIBLE",
  7650. "id": "hflesh_vac",
  7651. "copy-from": "meat_vac",
  7652. "name": "salted simpleton slices",
  7653. "description": "Human flesh slices cured in brine and vacuum-packed. Salty but tasty in a pinch.",
  7654. "material": "hflesh"
  7655. },
  7656. {
  7657. "type": "COMESTIBLE",
  7658. "id": "veggy_vac",
  7659. "name": "salted veggy chunk",
  7660. "weight": 121,
  7661. "color": "green",
  7662. "spoils_in": 72,
  7663. "container": "bag_plastic",
  7664. "comestible_type": "FOOD",
  7665. "symbol": "%",
  7666. "quench": -5,
  7667. "healthy": 1,
  7668. "calories": 269,
  7669. "description": "Vegetable chunks pickled in a salt bath. Goes well with burgers, if only you can find one.",
  7670. "price": 500,
  7671. "material": "veggy",
  7672. "volume": 1,
  7673. "charges": 2,
  7674. "rot_spawn": "GROUP_ROTTING_PLANT"
  7675. },
  7676. {
  7677. "type": "COMESTIBLE",
  7678. "id": "apple_vac",
  7679. "name": "fruit slice",
  7680. "weight": 53,
  7681. "color": "red",
  7682. "spoils_in": 180,
  7683. "container": "bag_plastic",
  7684. "comestible_type": "FOOD",
  7685. "symbol": "%",
  7686. "quench": 3,
  7687. "healthy": 1,
  7688. "calories": 139,
  7689. "description": "Fruit slices soaked in a sugar syrup, to preserve freshness and appearance.",
  7690. "price": 450,
  7691. "material": "fruit",
  7692. "volume": 1,
  7693. "charges": 4,
  7694. "fun": 3,
  7695. "rot_spawn": "GROUP_ROTTING_PLANT"
  7696. },
  7697. {
  7698. "type": "COMESTIBLE",
  7699. "id": "spaghetti_bolognese",
  7700. "name": "spaghetti bolognese",
  7701. "name_plural": "spaghetti bolognese",
  7702. "weight": 350,
  7703. "color": "red",
  7704. "spoils_in": 48,
  7705. "comestible_type": "FOOD",
  7706. "symbol": "%",
  7707. "healthy": 1,
  7708. "calories": 217,
  7709. "description": "Spaghetti covered with a thick meat sauce. Yum!",
  7710. "price": 1000,
  7711. "material": [ "wheat", "flesh" ],
  7712. "volume": 7,
  7713. "charges": 8,
  7714. "flags": [ "EATEN_HOT", "FREEZERBURN" ],
  7715. "fun": 4,
  7716. "rot_spawn": "GROUP_CARRION"
  7717. },
  7718. {
  7719. "type": "COMESTIBLE",
  7720. "id": "spaghetti_human",
  7721. "copy-from": "spaghetti_bolognese",
  7722. "name": "scoundrel spaghetti",
  7723. "name_plural": "scoundrel spaghetti",
  7724. "description": "Spaghetti covered with a thick human flesh sauce. Tastes great if you enjoy that kind of thing.",
  7725. "material": [ "wheat", "hflesh" ]
  7726. },
  7727. {
  7728. "type": "COMESTIBLE",
  7729. "id": "spaghetti_pesto",
  7730. "name": "spaghetti al pesto",
  7731. "name_plural": "spaghetti al pesto",
  7732. "weight": 350,
  7733. "color": "green",
  7734. "spoils_in": 48,
  7735. "comestible_type": "FOOD",
  7736. "symbol": "%",
  7737. "healthy": 2,
  7738. "calories": 434,
  7739. "description": "Spaghetti, with a generous helping of pesto on top. Yum!",
  7740. "price": 1000,
  7741. "material": [ "wheat", "veggy", "nut" ],
  7742. "volume": 7,
  7743. "charges": 2,
  7744. "flags": [ "EATEN_HOT", "FREEZERBURN" ],
  7745. "fun": 15,
  7746. "rot_spawn": "GROUP_ROTTING_PLANT"
  7747. },
  7748. {
  7749. "type": "COMESTIBLE",
  7750. "id": "lasagne",
  7751. "name": "lasagne",
  7752. "weight": 350,
  7753. "color": "red",
  7754. "spoils_in": 64,
  7755. "comestible_type": "FOOD",
  7756. "symbol": "%",
  7757. "quench": 5,
  7758. "healthy": 1,
  7759. "calories": 330,
  7760. "description": "A very old type of pasta made with several layers of lasagne sheets alternated with cheese, sauces and meats.",
  7761. "price": 1000,
  7762. "material": [ "flesh", "wheat", "milk" ],
  7763. "volume": 12,
  7764. "charges": 8,
  7765. "flags": [ "EATEN_HOT", "FREEZERBURN" ],
  7766. "fun": 15,
  7767. "rot_spawn": "GROUP_CARRION"
  7768. },
  7769. {
  7770. "type": "COMESTIBLE",
  7771. "id": "luigilasagne",
  7772. "copy-from": "lasagne",
  7773. "name": "Luigi lasagne",
  7774. "description": "A very old type of pasta made with several layers of lasagne sheets alternated with cheese, sauces and meats. Made better with human flesh.",
  7775. "material": [ "hflesh", "wheat", "milk" ]
  7776. },
  7777. {
  7778. "id": "mayonnaise",
  7779. "type": "COMESTIBLE",
  7780. "symbol": "~",
  7781. "color": "white",
  7782. "name": "mayonnaise",
  7783. "name_plural": "mayonnaise",
  7784. "description": "Good old mayo, tastes great on sandwiches.",
  7785. "price": 600,
  7786. "material": [ "junk", "egg" ],
  7787. "weight": 84,
  7788. "volume": 1,
  7789. "comestible_type": "DRINK",
  7790. "container": "bottle_plastic",
  7791. "calories": 26,
  7792. "spoils_in": 160,
  7793. "charges": 5,
  7794. "fun": -1,
  7795. "flags": [ "FREEZERBURN" ],
  7796. "phase": "liquid",
  7797. "freezing_point": 25
  7798. },
  7799. {
  7800. "id": "ketchup",
  7801. "type": "COMESTIBLE",
  7802. "symbol": "~",
  7803. "color": "red",
  7804. "name": "ketchup",
  7805. "description": "Good old ketchup, tastes great on hot dogs.",
  7806. "price": 6000,
  7807. "material": [ "veggy", "junk" ],
  7808. "weight": 51,
  7809. "volume": 1,
  7810. "comestible_type": "DRINK",
  7811. "container": "bottle_plastic",
  7812. "calories": 26,
  7813. "spoils_in": 600,
  7814. "charges": 5,
  7815. "fun": -1,
  7816. "phase": "liquid"
  7817. },
  7818. {
  7819. "id": "mustard",
  7820. "type": "COMESTIBLE",
  7821. "symbol": "~",
  7822. "color": "yellow",
  7823. "name": "mustard",
  7824. "name_plural": "mustard",
  7825. "description": "Good old mustard, tastes great on hamburgers.",
  7826. "price": 500,
  7827. "material": "junk",
  7828. "weight": 53,
  7829. "volume": 1,
  7830. "comestible_type": "DRINK",
  7831. "container": "bottle_plastic",
  7832. "fun": -1,
  7833. "calories": 26,
  7834. "charges": 5,
  7835. "phase": "liquid"
  7836. },
  7837. {
  7838. "id": "honey_bottled",
  7839. "type": "COMESTIBLE",
  7840. "symbol": "~",
  7841. "color": "yellow",
  7842. "name": "forest honey",
  7843. "name_plural": "forest honey",
  7844. "description": "Honey, that stuff bees make. This one is \"forest honey\", a liquid form of honey. This honey won't spoil and is good for your digestion.",
  7845. "price": 800,
  7846. "material": "honey",
  7847. "weight": 63,
  7848. "volume": 1,
  7849. "comestible_type": "DRINK",
  7850. "container": "bottle_plastic",
  7851. "quench": 2,
  7852. "calories": 61,
  7853. "charges": 5,
  7854. "healthy": 1,
  7855. "fun": 3,
  7856. "phase": "liquid"
  7857. },
  7858. {
  7859. "id": "honey_glassed",
  7860. "type": "COMESTIBLE",
  7861. "symbol": "~",
  7862. "color": "yellow",
  7863. "name": "candied honey",
  7864. "name_plural": "candied honey",
  7865. "description": "Honey, that stuff the bees make. This variant is \"candied honey\", a variant of very thick consistence. This honey won't spoil and is good for your digestion.",
  7866. "price": 800,
  7867. "material": "honey",
  7868. "weight": 253,
  7869. "volume": 1,
  7870. "comestible_type": "FOOD",
  7871. "container": "jar_glass",
  7872. "quench": 1,
  7873. "calories": 69,
  7874. "charges": 5,
  7875. "healthy": 1,
  7876. "fun": 2
  7877. },
  7878. {
  7879. "id": "peanutbutter",
  7880. "type": "COMESTIBLE",
  7881. "symbol": "~",
  7882. "color": "brown",
  7883. "spoils_in": 4320,
  7884. "name": "peanut butter",
  7885. "description": "A brown goo that tastes very little like its namesake. It's not bad, but it'll stick to the roof of your mouth.",
  7886. "price": 310,
  7887. "//": "Two charges per jar.",
  7888. "weight": 50,
  7889. "volume": 1,
  7890. "comestible_type": "DRINK",
  7891. "container": "jar_glass_sealed",
  7892. "quench": -2,
  7893. "calories": 43,
  7894. "charges": 5,
  7895. "phase": "liquid",
  7896. "flags": [ "USE_EAT_VERB" ],
  7897. "fun": 2
  7898. },
  7899. {
  7900. "id": "peanutbutter_imitation",
  7901. "type": "COMESTIBLE",
  7902. "symbol": "~",
  7903. "color": "brown",
  7904. "spoils_in": 4320,
  7905. "name": "imitation peanutbutter",
  7906. "description": "A thick, nutty brown paste.",
  7907. "price": 250,
  7908. "weight": 50,
  7909. "volume": 1,
  7910. "comestible_type": "DRINK",
  7911. "container": "jar_glass",
  7912. "quench": -2,
  7913. "calories": 43,
  7914. "charges": 5,
  7915. "phase": "liquid",
  7916. "flags": [ "USE_EAT_VERB" ]
  7917. },
  7918. {
  7919. "type": "COMESTIBLE",
  7920. "id": "pickle",
  7921. "name": "pickle",
  7922. "weight": 163,
  7923. "color": "green",
  7924. "spoils_in": 720,
  7925. "comestible_type": "FOOD",
  7926. "symbol": "%",
  7927. "quench": 5,
  7928. "calories": 217,
  7929. "description": "A pickled cucumber. Rather sour, but tastes good and lasts for a long time.",
  7930. "price": 250,
  7931. "material": "veggy",
  7932. "volume": 1,
  7933. "fun": 5
  7934. },
  7935. {
  7936. "type": "COMESTIBLE",
  7937. "id": "sauerkraut",
  7938. "name": "sauerkraut",
  7939. "name_plural": "sauerkraut",
  7940. "weight": 400,
  7941. "color": "green",
  7942. "spoils_in": 720,
  7943. "container": "jar_glass",
  7944. "comestible_type": "FOOD",
  7945. "symbol": "%",
  7946. "quench": 2,
  7947. "healthy": 1,
  7948. "calories": 95,
  7949. "description": "This crunchy, sour topping made from lettuce or cabbage is perfect for your hot dogs and hamburgers, or, if you're desperate, straight to your stomach.",
  7950. "price": 450,
  7951. "material": "veggy",
  7952. "volume": 1,
  7953. "charges": 2,
  7954. "fun": -2
  7955. },
  7956. {
  7957. "type": "COMESTIBLE",
  7958. "id": "sauerkraut_onions",
  7959. "name": "sauerkraut w/ sautee'd onions",
  7960. "name_plural": "sauerkraut w/ sautee'd onions",
  7961. "weight": 250,
  7962. "color": "light_gray",
  7963. "spoils_in": 120,
  7964. "comestible_type": "FOOD",
  7965. "symbol": "%",
  7966. "quench": 5,
  7967. "healthy": 1,
  7968. "calories": 260,
  7969. "description": "This is a delicious sautee of lovely diced onions and sauerkraut. The smell alone is enough to make your mouth water.",
  7970. "price": 500,
  7971. "material": "veggy",
  7972. "volume": 1,
  7973. "flags": [ "EATEN_HOT" ],
  7974. "fun": 5,
  7975. "rot_spawn": "GROUP_ROTTING_PLANT"
  7976. },
  7977. {
  7978. "type": "COMESTIBLE",
  7979. "id": "pickled_egg",
  7980. "name": "pickled egg",
  7981. "weight": 80,
  7982. "color": "white",
  7983. "spoils_in": 720,
  7984. "comestible_type": "FOOD",
  7985. "symbol": "%",
  7986. "quench": -1,
  7987. "calories": 330,
  7988. "description": "A pickled egg. Rather salty, but tastes good and lasts for a long time.",
  7989. "price": 95,
  7990. "material": "egg",
  7991. "volume": 1,
  7992. "fun": 2,
  7993. "rot_spawn": "GROUP_CARRION"
  7994. },
  7995. {
  7996. "type": "COMESTIBLE",
  7997. "id": "paper",
  7998. "name": "paper",
  7999. "category": "spare_parts",
  8000. "weight": 3,
  8001. "color": "white",
  8002. "comestible_type": "FOOD",
  8003. "symbol": "`",
  8004. "calories": 9,
  8005. "description": "A piece of paper. Can be used for fires.",
  8006. "price": 0,
  8007. "material": "paper",
  8008. "volume": 1,
  8009. "freezing_point": -490,
  8010. "charges": 50,
  8011. "fun": -20
  8012. },
  8013. {
  8014. "type": "COMESTIBLE",
  8015. "id": "fried_spam",
  8016. "name": "fried SPAM",
  8017. "weight": 160,
  8018. "color": "red",
  8019. "spoils_in": 24,
  8020. "comestible_type": "FOOD",
  8021. "symbol": "%",
  8022. "quench": -6,
  8023. "calories": 243,
  8024. "description": "Having been fried, this SPAM is actually pretty tasty.",
  8025. "price": 500,
  8026. "material": "flesh",
  8027. "volume": 1,
  8028. "charges": 2,
  8029. "flags": [ "EATEN_HOT" ],
  8030. "fun": 8,
  8031. "rot_spawn": "GROUP_CARRION"
  8032. },
  8033. {
  8034. "type": "COMESTIBLE",
  8035. "id": "drink_strawberry_surprise",
  8036. "name": "strawberry surprise",
  8037. "weight": 36,
  8038. "color": "pink",
  8039. "addiction_type": "alcohol",
  8040. "use_action": "ALCOHOL",
  8041. "stim": -14,
  8042. "container": "bottle_glass",
  8043. "comestible_type": "DRINK",
  8044. "symbol": "~",
  8045. "quench": 15,
  8046. "healthy": 3,
  8047. "addiction_potential": 6,
  8048. "calories": 69,
  8049. "description": "Strawberries left to ferment with a few other choice ingredients offer up a surprisingly palatable mixture; you barely even have to force yourself to drink it after the first few gulps.",
  8050. "price": 1600,
  8051. "material": [ "alcohol", "water", "fruit" ],
  8052. "volume": 1,
  8053. "phase": "liquid",
  8054. "charges": 6,
  8055. "flags": [ "EATEN_COLD", "EDIBLE_FROZEN" ],
  8056. "fun": 8,
  8057. "freezing_point": -22
  8058. },
  8059. {
  8060. "type": "COMESTIBLE",
  8061. "id": "drink_boozeberry",
  8062. "name": "boozeberry",
  8063. "name_plural": "boozeberries",
  8064. "weight": 36,
  8065. "color": "cyan",
  8066. "addiction_type": "alcohol",
  8067. "use_action": "ALCOHOL",
  8068. "stim": -14,
  8069. "container": "bottle_glass",
  8070. "comestible_type": "DRINK",
  8071. "symbol": "~",
  8072. "quench": 15,
  8073. "healthy": 1,
  8074. "addiction_potential": 18,
  8075. "calories": 260,
  8076. "description": "This fermented blueberry mixture is surprisingly hearty, though the soup-like consistency is slightly unsettling no matter how much you drink.",
  8077. "price": 1400,
  8078. "material": [ "alcohol", "water", "fruit" ],
  8079. "volume": 1,
  8080. "phase": "liquid",
  8081. "charges": 6,
  8082. "flags": [ "EATEN_COLD", "EDIBLE_FROZEN" ],
  8083. "fun": -12,
  8084. "freezing_point": -22
  8085. },
  8086. {
  8087. "type": "COMESTIBLE",
  8088. "id": "cola_meth",
  8089. "name": "methacola",
  8090. "weight": 61,
  8091. "color": "brown",
  8092. "addiction_type": "amphetamine",
  8093. "use_action": "CAFF",
  8094. "stim": 20,
  8095. "container": "bottle_glass",
  8096. "comestible_type": "DRINK",
  8097. "symbol": "~",
  8098. "quench": 15,
  8099. "healthy": -8,
  8100. "addiction_potential": 60,
  8101. "description": "A potent cocktail of amphetamines, caffeine and corn syrup, this stuff puts a spring in your step, a fire in your eye, and a bad case of tachycardia tremors in your somersaulting heart.",
  8102. "price": 9000,
  8103. "material": "junk",
  8104. "volume": 1,
  8105. "phase": "liquid",
  8106. "charges": 4,
  8107. "flags": [ "EATEN_COLD" ],
  8108. "freezing_point": -49,
  8109. "fun": 30
  8110. },
  8111. {
  8112. "type": "COMESTIBLE",
  8113. "id": "taint_tornado",
  8114. "name": "tainted tornado",
  8115. "weight": 100,
  8116. "color": "red",
  8117. "addiction_type": "alcohol",
  8118. "use_action": { "type": "mutagen", "is_weak": true },
  8119. "stim": -60,
  8120. "container": "bottle_glass",
  8121. "comestible_type": "DRINK",
  8122. "symbol": "~",
  8123. "quench": -20,
  8124. "healthy": -10,
  8125. "addiction_potential": 5,
  8126. "calories": 87,
  8127. "description": "A frothing slurry of alcohol-soaked zombie flesh and rotten blood, it smells almost as bad as it looks. Has weak mutagenic properties.",
  8128. "price": 6500,
  8129. "material": [ "alcohol", "flesh" ],
  8130. "volume": 1,
  8131. "phase": "liquid",
  8132. "charges": 2,
  8133. "flags": [ "EDIBLE_FROZEN" ],
  8134. "freezing_point": -22,
  8135. "fun": -40
  8136. },
  8137. {
  8138. "type": "COMESTIBLE",
  8139. "id": "strawberries_cooked",
  8140. "name": "cooked strawberry",
  8141. "name_plural": "cooked strawberries",
  8142. "weight": 200,
  8143. "color": "red",
  8144. "spoils_in": 90,
  8145. "container": "jar_3l_glass",
  8146. "comestible_type": "DRINK",
  8147. "symbol": "~",
  8148. "calories": 156,
  8149. "description": "It's like strawberry jam, only without sugar.",
  8150. "price": 50,
  8151. "//": "Cheap for three liters of spread!",
  8152. "material": "fruit",
  8153. "volume": 1,
  8154. "phase": "liquid",
  8155. "fun": 2,
  8156. "flags": [ "USE_EAT_VERB", "EATEN_COLD" ]
  8157. },
  8158. {
  8159. "type": "COMESTIBLE",
  8160. "id": "blueberries_cooked",
  8161. "name": "cooked blueberry",
  8162. "name_plural": "cooked blueberries",
  8163. "weight": 200,
  8164. "color": "blue",
  8165. "spoils_in": 90,
  8166. "container": "jar_3l_glass",
  8167. "comestible_type": "DRINK",
  8168. "symbol": "~",
  8169. "calories": 156,
  8170. "description": "It's like blueberry jam, only without sugar.",
  8171. "price": 50,
  8172. "material": "fruit",
  8173. "volume": 1,
  8174. "phase": "liquid",
  8175. "fun": 3,
  8176. "flags": [ "USE_EAT_VERB", "EATEN_COLD" ]
  8177. },
  8178. {
  8179. "type": "COMESTIBLE",
  8180. "id": "cheeseburger",
  8181. "name": "cheeseburger",
  8182. "weight": 340,
  8183. "color": "brown",
  8184. "spoils_in": 36,
  8185. "stim": 1,
  8186. "container": "wrapper",
  8187. "comestible_type": "FOOD",
  8188. "symbol": "%",
  8189. "calories": 304,
  8190. "description": "A sandwich of minced meat and cheese with condiments. The apex of pre-cataclysm culinary achievement.",
  8191. "price": 1000,
  8192. "material": [ "flesh", "wheat", "milk" ],
  8193. "volume": 1,
  8194. "charges": 4,
  8195. "flags": [ "EATEN_HOT", "ALLERGEN_MILK" ],
  8196. "fun": 5,
  8197. "rot_spawn": "GROUP_CARRION"
  8198. },
  8199. {
  8200. "type": "COMESTIBLE",
  8201. "id": "cheeseburgerhuman",
  8202. "copy-from": "cheeseburger",
  8203. "name": "chump cheeseburger",
  8204. "description": "A sandwich of minced human flesh and cheese with condiments. The apex of post-cataclysm cannibalistic culinary achievement.",
  8205. "material": [ "hflesh", "wheat", "milk" ]
  8206. },
  8207. {
  8208. "type": "COMESTIBLE",
  8209. "id": "hamburger",
  8210. "name": "hamburger",
  8211. "weight": 300,
  8212. "color": "brown",
  8213. "spoils_in": 36,
  8214. "stim": 1,
  8215. "container": "wrapper",
  8216. "comestible_type": "FOOD",
  8217. "symbol": "%",
  8218. "calories": 260,
  8219. "description": "A sandwich of minced meat with condiments.",
  8220. "price": 900,
  8221. "material": [ "flesh", "wheat" ],
  8222. "volume": 1,
  8223. "charges": 4,
  8224. "flags": [ "EATEN_HOT" ],
  8225. "fun": 4,
  8226. "rot_spawn": "GROUP_CARRION"
  8227. },
  8228. {
  8229. "type": "COMESTIBLE",
  8230. "id": "bobburger",
  8231. "copy-from": "hamburger",
  8232. "name": "bobburger",
  8233. "description": "This hamburger contains more than the FDA allowable 4% human flesh content.",
  8234. "material": [ "hflesh", "wheat" ]
  8235. },
  8236. {
  8237. "type": "COMESTIBLE",
  8238. "id": "sloppyjoe",
  8239. "name": "sloppy joe",
  8240. "weight": 300,
  8241. "color": "brown",
  8242. "spoils_in": 36,
  8243. "stim": 1,
  8244. "container": "wrapper",
  8245. "comestible_type": "FOOD",
  8246. "symbol": "%",
  8247. "calories": 269,
  8248. "description": "A sandwich, consisting of ground meat and tomato sauce served on a hamburger bun.",
  8249. "price": 900,
  8250. "material": [ "flesh", "tomato", "wheat" ],
  8251. "volume": 1,
  8252. "charges": 4,
  8253. "flags": [ "EATEN_HOT" ],
  8254. "fun": 4,
  8255. "rot_spawn": "GROUP_CARRION"
  8256. },
  8257. {
  8258. "type": "COMESTIBLE",
  8259. "id": "manwich",
  8260. "copy-from": "sloppyjoe",
  8261. "name": "manwich",
  8262. "name_plural": "manwiches",
  8263. "description": "A sandwich is a sandwich, but this is made with people!",
  8264. "material": [ "hflesh", "tomato", "wheat" ]
  8265. },
  8266. {
  8267. "type": "COMESTIBLE",
  8268. "id": "taco",
  8269. "name": "taco",
  8270. "weight": 85,
  8271. "color": "yellow",
  8272. "spoils_in": 24,
  8273. "container": "wrapper",
  8274. "comestible_type": "FOOD",
  8275. "symbol": "%",
  8276. "quench": -5,
  8277. "calories": 130,
  8278. "description": "A traditional Mexican dish composed of a corn tortilla folded or rolled around a meat filling.",
  8279. "price": 210,
  8280. "material": "flesh",
  8281. "volume": 1,
  8282. "charges": 3,
  8283. "fun": 8,
  8284. "rot_spawn": "GROUP_CARRION"
  8285. },
  8286. {
  8287. "type": "COMESTIBLE",
  8288. "id": "tiotaco",
  8289. "copy-from": "taco",
  8290. "name": "tio taco",
  8291. "description": "A taco made with ground human flesh instead of ground beef. For some reason you can hear a bell dinging in the distance.",
  8292. "material": "hflesh"
  8293. },
  8294. {
  8295. "type": "COMESTIBLE",
  8296. "id": "blt",
  8297. "name": "BLT",
  8298. "weight": 250,
  8299. "color": "brown",
  8300. "spoils_in": 60,
  8301. "stim": 1,
  8302. "container": "wrapper",
  8303. "comestible_type": "FOOD",
  8304. "symbol": "%",
  8305. "quench": 2,
  8306. "calories": 286,
  8307. "description": "A bacon, lettuce, and tomato sandwich on toasted bread.",
  8308. "price": 400,
  8309. "material": [ "flesh", "veggy", "wheat", "tomato" ],
  8310. "volume": 1,
  8311. "charges": 4,
  8312. "flags": [ "EATEN_HOT" ],
  8313. "fun": 5,
  8314. "rot_spawn": "GROUP_ROTTING_PLANT"
  8315. },
  8316. {
  8317. "type": "COMESTIBLE",
  8318. "id": "cheese",
  8319. "name": "cheese",
  8320. "name_plural": "cheese",
  8321. "weight": 120,
  8322. "color": "yellow",
  8323. "spoils_in": 672,
  8324. "stim": 1,
  8325. "container": "bag_plastic",
  8326. "comestible_type": "FOOD",
  8327. "symbol": "%",
  8328. "calories": 260,
  8329. "description": "A block of yellow processed cheese.",
  8330. "price": 900,
  8331. "material": "milk",
  8332. "volume": 1,
  8333. "charges": 4,
  8334. "fun": 7,
  8335. "rot_spawn": "GROUP_CARRION"
  8336. },
  8337. {
  8338. "type": "COMESTIBLE",
  8339. "id": "can_cheese",
  8340. "name": "cheese spread",
  8341. "weight": 160,
  8342. "color": "yellow",
  8343. "spoils_in": 96,
  8344. "stim": 1,
  8345. "container": "can_food",
  8346. "comestible_type": "FOOD",
  8347. "symbol": "%",
  8348. "calories": 174,
  8349. "description": "Processed cheese spread.",
  8350. "price": 650,
  8351. "material": [ "milk", "junk" ],
  8352. "volume": 1,
  8353. "charges": 3,
  8354. "flags": [ "EATEN_HOT" ],
  8355. "fun": 6,
  8356. "rot_spawn": "GROUP_CARRION"
  8357. },
  8358. {
  8359. "type": "COMESTIBLE",
  8360. "id": "milk_curdled",
  8361. "name": "curdled milk",
  8362. "weight": 236,
  8363. "color": "white",
  8364. "spoils_in": 672,
  8365. "container": "waterskin",
  8366. "comestible_type": "DRINK",
  8367. "symbol": "~",
  8368. "quench": 8,
  8369. "calories": 35,
  8370. "description": "Milk that has been curdled with vinegar and rennet. It still needs to be salted and drained of whey.",
  8371. "price": 10,
  8372. "material": "milk",
  8373. "volume": 1,
  8374. "phase": "liquid",
  8375. "fun": -12
  8376. },
  8377. {
  8378. "type": "COMESTIBLE",
  8379. "id": "cheese_hard",
  8380. "name": "hard cheese",
  8381. "name_plural": "hard cheese",
  8382. "weight": 120,
  8383. "color": "yellow",
  8384. "spoils_in": 4320,
  8385. "stim": 1,
  8386. "container": "wrapper",
  8387. "comestible_type": "FOOD",
  8388. "symbol": "%",
  8389. "quench": -5,
  8390. "calories": 260,
  8391. "description": "Hard, dry cheese made to last, unlike modern processed cheese. Will make you thirsty though.",
  8392. "price": 900,
  8393. "material": "milk",
  8394. "volume": 1,
  8395. "charges": 3,
  8396. "fun": 5
  8397. },
  8398. {
  8399. "type": "COMESTIBLE",
  8400. "id": "vinegar",
  8401. "name": "vinegar",
  8402. "name_plural": "vinegar",
  8403. "weight": 127,
  8404. "color": "white",
  8405. "container": "jug_plastic",
  8406. "comestible_type": "DRINK",
  8407. "symbol": "~",
  8408. "quench": 4,
  8409. "description": "Shockingly tart white vinegar.",
  8410. "price": 500,
  8411. "volume": 1,
  8412. "phase": "liquid",
  8413. "charges": 2,
  8414. "fun": -4,
  8415. "freezing_point": 28
  8416. },
  8417. {
  8418. "type": "COMESTIBLE",
  8419. "id": "cooking_oil",
  8420. "name": "cooking oil",
  8421. "name_plural": "cooking oil",
  8422. "weight": 117,
  8423. "color": "yellow",
  8424. "container": "jug_plastic",
  8425. "comestible_type": "DRINK",
  8426. "symbol": "~",
  8427. "quench": -1,
  8428. "calories": 9,
  8429. "description": "Thin yellow vegetable oil used for cooking.",
  8430. "price": 40,
  8431. "material": "oil",
  8432. "volume": 1,
  8433. "charges": 2,
  8434. "phase": "liquid",
  8435. "fun": -4,
  8436. "freezing_point": 14
  8437. },
  8438. {
  8439. "type": "COMESTIBLE",
  8440. "id": "veggy_pickled",
  8441. "name": "pickled veggy",
  8442. "name_plural": "pickled veggies",
  8443. "weight": 383,
  8444. "color": "light_green",
  8445. "spoils_in": 720,
  8446. "container": "jar_glass",
  8447. "comestible_type": "FOOD",
  8448. "symbol": "%",
  8449. "healthy": 1,
  8450. "calories": 304,
  8451. "description": "This is a serving of crisply brined and canned vegetable matter. Tasty and nutritious.",
  8452. "price": 250,
  8453. "material": "veggy",
  8454. "volume": 1,
  8455. "stack_size": 2,
  8456. "fun": 7
  8457. },
  8458. {
  8459. "type": "COMESTIBLE",
  8460. "id": "meat_pickled",
  8461. "name": "pickled meat",
  8462. "weight": 459,
  8463. "color": "pink",
  8464. "spoils_in": 96,
  8465. "container": "jar_glass",
  8466. "comestible_type": "FOOD",
  8467. "symbol": "%",
  8468. "healthy": 1,
  8469. "calories": 391,
  8470. "description": "This is a serving of crisply brined and canned meat. Tasty and nutritious.",
  8471. "price": 250,
  8472. "material": "flesh",
  8473. "volume": 1,
  8474. "stack_size": 2,
  8475. "fun": 6
  8476. },
  8477. {
  8478. "type": "COMESTIBLE",
  8479. "id": "human_pickled",
  8480. "copy-from": "meat_pickled",
  8481. "name": "pickled punk",
  8482. "description": "This is a serving of crisply brined and canned human flesh. Tasty and nutritious if you're into that sort of thing.",
  8483. "material": "hflesh"
  8484. },
  8485. {
  8486. "type": "COMESTIBLE",
  8487. "id": "choco_coffee_beans",
  8488. "name": "chocolate-covered coffee bean",
  8489. "weight": 56,
  8490. "color": "brown",
  8491. "spoils_in": 8640,
  8492. "addiction_type": "caffeine",
  8493. "use_action": "CAFF",
  8494. "stim": 10,
  8495. "container": "bag_plastic",
  8496. "comestible_type": "FOOD",
  8497. "symbol": "%",
  8498. "quench": -1,
  8499. "addiction_potential": 2,
  8500. "calories": 9,
  8501. "description": "Roasted coffee beans coated with dark chocolate, natural source of concentrated caffeine.",
  8502. "price": 300,
  8503. "material": [ "veggy", "junk" ],
  8504. "volume": 0,
  8505. "charges": 5,
  8506. "stack_size": 30,
  8507. "fun": 2,
  8508. "flags": [ "EDIBLE_FROZEN" ]
  8509. },
  8510. {
  8511. "type": "COMESTIBLE",
  8512. "id": "noodles_fast",
  8513. "name": "fast noodles",
  8514. "name_plural": "fast noodles",
  8515. "weight": 30,
  8516. "color": "yellow",
  8517. "spoils_in": 8640,
  8518. "container": "bag_plastic",
  8519. "comestible_type": "FOOD",
  8520. "symbol": "%",
  8521. "healthy": -1,
  8522. "calories": 130,
  8523. "description": "So-called ramen noodles. Can be eaten raw.",
  8524. "price": 200,
  8525. "material": "wheat",
  8526. "volume": 1,
  8527. "flags": [ "EDIBLE_FROZEN" ]
  8528. },
  8529. {
  8530. "type": "COMESTIBLE",
  8531. "id": "pear",
  8532. "name": "pear",
  8533. "weight": 178,
  8534. "color": "yellow",
  8535. "spoils_in": 96,
  8536. "comestible_type": "FOOD",
  8537. "symbol": "%",
  8538. "quench": 7,
  8539. "healthy": 3,
  8540. "calories": 102,
  8541. "description": "A juicy, bell-shaped pear. Yum!",
  8542. "price": 160,
  8543. "material": "fruit",
  8544. "volume": 1,
  8545. "fun": 4,
  8546. "flags": [ "FREEZERBURN" ],
  8547. "rot_spawn": "GROUP_ROTTING_PLANT"
  8548. },
  8549. {
  8550. "type": "COMESTIBLE",
  8551. "id": "grapefruit",
  8552. "name": "grapefruit",
  8553. "weight": 246,
  8554. "color": "yellow",
  8555. "spoils_in": 336,
  8556. "comestible_type": "FOOD",
  8557. "symbol": "%",
  8558. "quench": 18,
  8559. "healthy": 5,
  8560. "calories": 104,
  8561. "description": "A citrus fruit, whose taste ranges from sour to semi-sweet.",
  8562. "price": 180,
  8563. "material": "fruit",
  8564. "volume": 1,
  8565. "flags": [ "FREEZERBURN" ],
  8566. "fun": 2
  8567. },
  8568. {
  8569. "type": "COMESTIBLE",
  8570. "id": "irradiated_grapefruit",
  8571. "copy-from": "grapefruit",
  8572. "name": "irradiated grapefruit",
  8573. "description": "An irradiated grapefruit will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  8574. "proportional": { "price": 2 },
  8575. "spoils_in": 0,
  8576. "flags": [ "FREEZERBURN" ],
  8577. "container": "bag_plastic"
  8578. },
  8579. {
  8580. "type": "COMESTIBLE",
  8581. "id": "irradiated_pear",
  8582. "copy-from": "pear",
  8583. "name": "irradiated pear",
  8584. "description": "An irradiated pear will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  8585. "proportional": { "price": 2 },
  8586. "spoils_in": 0,
  8587. "flags": [ "FREEZERBURN" ],
  8588. "container": "bag_plastic"
  8589. },
  8590. {
  8591. "type": "COMESTIBLE",
  8592. "id": "coffee_bean",
  8593. "category": "seeds",
  8594. "container": "bag_plastic",
  8595. "price": 50,
  8596. "material": "veggy",
  8597. "name": "coffee beans",
  8598. "name_plural": "coffee beans",
  8599. "symbol": ".",
  8600. "color": "brown",
  8601. "description": "Some coffee beans, can be roasted.",
  8602. "comestible_type": "FOOD",
  8603. "addiction_type": "caffeine",
  8604. "addiction_potential": 1,
  8605. "volume": 1,
  8606. "flags": [ "EDIBLE_FROZEN" ],
  8607. "stack_size": 40,
  8608. "weight": 1
  8609. },
  8610. {
  8611. "type": "COMESTIBLE",
  8612. "id": "roasted_coffee_bean",
  8613. "category": "other",
  8614. "container": "bag_plastic",
  8615. "price": 50,
  8616. "material": "veggy",
  8617. "name": "roasted coffee beans",
  8618. "name_plural": "roasted coffee beans",
  8619. "symbol": ".",
  8620. "color": "brown",
  8621. "description": "Some roasted coffee beans, can be ground into powder.",
  8622. "comestible_type": "FOOD",
  8623. "addiction_type": "caffeine",
  8624. "addiction_potential": 1,
  8625. "volume": 1,
  8626. "flags": [ "EDIBLE_FROZEN" ],
  8627. "stack_size": 40,
  8628. "weight": 1
  8629. },
  8630. {
  8631. "type": "COMESTIBLE",
  8632. "id": "cherries",
  8633. "name": "cherry",
  8634. "name_plural": "cherries",
  8635. "weight": 200,
  8636. "color": "red",
  8637. "spoils_in": 60,
  8638. "comestible_type": "FOOD",
  8639. "symbol": "%",
  8640. "quench": 2,
  8641. "healthy": 1,
  8642. "calories": 122,
  8643. "description": "A red, sweet fruit that grows in trees.",
  8644. "price": 110,
  8645. "material": "fruit",
  8646. "volume": 1,
  8647. "fun": 3,
  8648. "rot_spawn": "GROUP_ROTTING_PLANT"
  8649. },
  8650. {
  8651. "type": "COMESTIBLE",
  8652. "id": "irradiated_cherries",
  8653. "copy-from": "cherries",
  8654. "name": "irradiated cherry",
  8655. "name_plural": "irradiated cherries",
  8656. "description": "An irradiated cherry will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  8657. "proportional": { "price": 2 },
  8658. "spoils_in": 0,
  8659. "container": "bag_plastic"
  8660. },
  8661. {
  8662. "type": "COMESTIBLE",
  8663. "id": "plums",
  8664. "name": "plum",
  8665. "weight": 200,
  8666. "color": "magenta",
  8667. "spoils_in": 60,
  8668. "comestible_type": "FOOD",
  8669. "symbol": "%",
  8670. "quench": 4,
  8671. "healthy": 2,
  8672. "calories": 165,
  8673. "description": "A handful of large, purple plums. Healthy and good for your digestion.",
  8674. "price": 200,
  8675. "material": "fruit",
  8676. "volume": 1,
  8677. "fun": 3,
  8678. "rot_spawn": "GROUP_ROTTING_PLANT"
  8679. },
  8680. {
  8681. "type": "COMESTIBLE",
  8682. "id": "irradiated_plums",
  8683. "copy-from": "plums",
  8684. "name": "irradiated plum",
  8685. "description": "A group of irradiated plums will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  8686. "proportional": { "price": 2 },
  8687. "spoils_in": 0,
  8688. "container": "bag_plastic"
  8689. },
  8690. {
  8691. "type": "COMESTIBLE",
  8692. "id": "grapes",
  8693. "name": "grape",
  8694. "name_plural": "grapes",
  8695. "weight": 300,
  8696. "color": "light_green",
  8697. "spoils_in": 120,
  8698. "comestible_type": "FOOD",
  8699. "symbol": "%",
  8700. "quench": 5,
  8701. "healthy": 2,
  8702. "calories": 156,
  8703. "description": "A cluster of juicy grapes.",
  8704. "price": 150,
  8705. "material": "fruit",
  8706. "volume": 1,
  8707. "charges": 2,
  8708. "fun": 4,
  8709. "flags": [ "FREEZERBURN" ],
  8710. "rot_spawn": "GROUP_ROTTING_PLANT"
  8711. },
  8712. {
  8713. "type": "COMESTIBLE",
  8714. "id": "irradiated_grapes",
  8715. "copy-from": "grapes",
  8716. "name": "irradiated grape",
  8717. "name_plural": "irradiated grapes",
  8718. "description": "An irradiated grape will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  8719. "proportional": { "price": 2 },
  8720. "spoils_in": 0,
  8721. "container": "bag_plastic"
  8722. },
  8723. {
  8724. "type": "COMESTIBLE",
  8725. "id": "pineapple",
  8726. "name": "pineapple",
  8727. "weight": 250,
  8728. "color": "brown",
  8729. "spoils_in": 72,
  8730. "comestible_type": "FOOD",
  8731. "symbol": "%",
  8732. "quench": 9,
  8733. "healthy": 3,
  8734. "calories": 191,
  8735. "description": "A large, spiky pineapple. A bit sour, though.",
  8736. "price": 450,
  8737. "material": "fruit",
  8738. "volume": 4,
  8739. "charges": 4,
  8740. "bashing": 1,
  8741. "fun": 4,
  8742. "rot_spawn": "GROUP_ROTTING_PLANT"
  8743. },
  8744. {
  8745. "type": "COMESTIBLE",
  8746. "id": "coconut",
  8747. "name": "coconut",
  8748. "weight": 1300,
  8749. "color": "brown",
  8750. "spoils_in": 8640,
  8751. "comestible_type": "FOOD",
  8752. "symbol": "%",
  8753. "quench": 2,
  8754. "calories": 87,
  8755. "description": "A fruit with a hard and hairy shell.",
  8756. "price": 500,
  8757. "material": "fruit",
  8758. "volume": 1,
  8759. "bashing": 2,
  8760. "fun": 1
  8761. },
  8762. {
  8763. "type": "COMESTIBLE",
  8764. "id": "peach",
  8765. "name": "peach",
  8766. "name_plural": "peaches",
  8767. "weight": 150,
  8768. "color": "yellow",
  8769. "spoils_in": 72,
  8770. "comestible_type": "FOOD",
  8771. "symbol": "%",
  8772. "quench": 4,
  8773. "healthy": 1,
  8774. "calories": 59,
  8775. "description": "This fruit's large pit is surrounded by its tasty flesh.",
  8776. "price": 140,
  8777. "material": "fruit",
  8778. "volume": 1,
  8779. "fun": 4,
  8780. "rot_spawn": "GROUP_ROTTING_PLANT"
  8781. },
  8782. {
  8783. "type": "COMESTIBLE",
  8784. "id": "can_peach",
  8785. "name": "peaches in syrup",
  8786. "name_plural": "peaches in syrup",
  8787. "weight": 80,
  8788. "color": "yellow",
  8789. "spoils_in": 30,
  8790. "container": "can_food",
  8791. "comestible_type": "FOOD",
  8792. "symbol": "%",
  8793. "quench": 6,
  8794. "calories": 104,
  8795. "description": "Yellow cling peach slices packed in light syrup.",
  8796. "price": 140,
  8797. "material": "fruit",
  8798. "volume": 1,
  8799. "charges": 2,
  8800. "fun": 5,
  8801. "rot_spawn": "GROUP_ROTTING_PLANT"
  8802. },
  8803. {
  8804. "type": "COMESTIBLE",
  8805. "id": "irradiated_pineapple",
  8806. "copy-from": "pineapple",
  8807. "name": "irradiated pineapple",
  8808. "description": "An irradiated pineapple will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  8809. "proportional": { "price": 2 },
  8810. "spoils_in": 0,
  8811. "container": "bag_plastic"
  8812. },
  8813. {
  8814. "type": "COMESTIBLE",
  8815. "id": "irradiated_peach",
  8816. "copy-from": "peach",
  8817. "name": "irradiated peach",
  8818. "name_plural": "irradiated peaches",
  8819. "description": "An irradiated peach will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  8820. "proportional": { "price": 2 },
  8821. "spoils_in": 0,
  8822. "container": "bag_plastic"
  8823. },
  8824. {
  8825. "type": "COMESTIBLE",
  8826. "id": "fries",
  8827. "name": "fast-food French fries",
  8828. "name_plural": "fast-food French fries",
  8829. "weight": 115,
  8830. "color": "yellow",
  8831. "container": "box_small",
  8832. "comestible_type": "FOOD",
  8833. "symbol": "%",
  8834. "quench": -1,
  8835. "healthy": -1,
  8836. "calories": 69,
  8837. "description": "Fast-food fried potatoes. Somehow, they're still edible.",
  8838. "price": 120,
  8839. "material": "junk",
  8840. "volume": 1,
  8841. "charges": 3,
  8842. "fun": 4,
  8843. "flags": [ "EATEN_HOT" ]
  8844. },
  8845. {
  8846. "type": "COMESTIBLE",
  8847. "id": "fresh_fries",
  8848. "name": "French fries",
  8849. "name_plural": "French fries",
  8850. "weight": 115,
  8851. "color": "yellow",
  8852. "spoils_in": 72,
  8853. "container": "box_small",
  8854. "comestible_type": "FOOD",
  8855. "symbol": "%",
  8856. "quench": -1,
  8857. "healthy": -1,
  8858. "calories": 52,
  8859. "description": "Deep fried potatoes with a touch of salt. Crunchy and delicious.",
  8860. "price": 120,
  8861. "material": "junk",
  8862. "volume": 1,
  8863. "charges": 3,
  8864. "flags": [ "EATEN_HOT" ],
  8865. "fun": 3,
  8866. "rot_spawn": "GROUP_ROTTING_PLANT"
  8867. },
  8868. {
  8869. "type": "COMESTIBLE",
  8870. "id": "cheese_fries",
  8871. "name": "cheese fries",
  8872. "name_plural": "cheese fries",
  8873. "weight": 130,
  8874. "color": "yellow",
  8875. "spoils_in": 72,
  8876. "container": "box_small",
  8877. "comestible_type": "FOOD",
  8878. "symbol": "%",
  8879. "healthy": -1,
  8880. "calories": 104,
  8881. "description": "Fried potatoes with delicious cheese smothered on top.",
  8882. "price": 190,
  8883. "material": [ "junk", "milk" ],
  8884. "volume": 1,
  8885. "charges": 3,
  8886. "flags": [ "EATEN_HOT" ],
  8887. "fun": 6,
  8888. "rot_spawn": "GROUP_CARRION"
  8889. },
  8890. {
  8891. "type": "COMESTIBLE",
  8892. "id": "onion_rings",
  8893. "name": "onion ring",
  8894. "weight": 120,
  8895. "color": "brown",
  8896. "spoils_in": 72,
  8897. "container": "box_small",
  8898. "comestible_type": "FOOD",
  8899. "symbol": "%",
  8900. "healthy": -1,
  8901. "calories": 69,
  8902. "description": "Battered and fried onions. Crunchy and delicious.",
  8903. "price": 400,
  8904. "material": [ "veggy", "junk" ],
  8905. "volume": 1,
  8906. "charges": 3,
  8907. "flags": [ "EATEN_HOT", "EDIBLE_FROZEN", "FREEZERBURN" ],
  8908. "fun": 6,
  8909. "rot_spawn": "GROUP_CARRION"
  8910. },
  8911. {
  8912. "type": "COMESTIBLE",
  8913. "id": "lemonade_powder",
  8914. "name": "lemonade drink mix",
  8915. "name_plural": "servings of lemonade drink mix",
  8916. "weight": 6,
  8917. "color": "yellow",
  8918. "container": "bottle_plastic_small",
  8919. "comestible_type": "FOOD",
  8920. "symbol": "%",
  8921. "quench": -1,
  8922. "calories": 9,
  8923. "description": "Tangy yellow powder that smells strongly of lemons. Can be mixed with water to make lemonade.",
  8924. "price": 10,
  8925. "material": [ "powder", "fruit" ],
  8926. "volume": 1,
  8927. "flags": [ "EDIBLE_FROZEN" ],
  8928. "charges": 15,
  8929. "fun": 1
  8930. },
  8931. {
  8932. "type": "COMESTIBLE",
  8933. "id": "watermelon",
  8934. "name": "watermelon",
  8935. "weight": 600,
  8936. "color": "green",
  8937. "spoils_in": 180,
  8938. "comestible_type": "FOOD",
  8939. "symbol": "%",
  8940. "quench": 28,
  8941. "healthy": 1,
  8942. "calories": 130,
  8943. "description": "A fruit, bigger than your head. It is very juicy!",
  8944. "price": 1000,
  8945. "material": "fruit",
  8946. "volume": 12,
  8947. "charges": 8,
  8948. "bashing": 2,
  8949. "flags": [ "EATEN_COLD", "FREEZERBURN" ],
  8950. "fun": 4,
  8951. "rot_spawn": "GROUP_ROTTING_PLANT"
  8952. },
  8953. {
  8954. "type": "COMESTIBLE",
  8955. "id": "melon",
  8956. "name": "melon",
  8957. "weight": 300,
  8958. "color": "light_green",
  8959. "spoils_in": 180,
  8960. "comestible_type": "FOOD",
  8961. "symbol": "%",
  8962. "quench": 4,
  8963. "healthy": 1,
  8964. "calories": 78,
  8965. "description": "A large and very sweet fruit.",
  8966. "price": 1000,
  8967. "material": "fruit",
  8968. "volume": 4,
  8969. "charges": 8,
  8970. "bashing": 1,
  8971. "flags": [ "EATEN_COLD", "FREEZERBURN" ],
  8972. "fun": 4,
  8973. "rot_spawn": "GROUP_ROTTING_PLANT"
  8974. },
  8975. {
  8976. "type": "COMESTIBLE",
  8977. "id": "irradiated_watermelon",
  8978. "copy-from": "watermelon",
  8979. "name": "irradiated watermelon",
  8980. "description": "An irradiated watermelon will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  8981. "proportional": { "price": 2 },
  8982. "spoils_in": 0,
  8983. "flags": [ "EATEN_COLD", "FREEZERBURN" ],
  8984. "container": "bag_plastic"
  8985. },
  8986. {
  8987. "type": "COMESTIBLE",
  8988. "id": "irradiated_melon",
  8989. "copy-from": "melon",
  8990. "name": "irradiated melon",
  8991. "description": "An irradiated melon will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  8992. "proportional": { "price": 2 },
  8993. "spoils_in": 0,
  8994. "flags": [ "EATEN_COLD", "FREEZERBURN" ],
  8995. "container": "bag_plastic"
  8996. },
  8997. {
  8998. "type": "COMESTIBLE",
  8999. "id": "maltballs",
  9000. "name": "malted milk ball",
  9001. "weight": 36,
  9002. "color": "brown",
  9003. "spoils_in": 4320,
  9004. "stim": 3,
  9005. "container": "box_small",
  9006. "comestible_type": "FOOD",
  9007. "symbol": "%",
  9008. "quench": -2,
  9009. "healthy": -2,
  9010. "calories": 9,
  9011. "description": "Crunchy sugar in chocolate capsules. Legal and stimmy.",
  9012. "price": 100,
  9013. "material": "junk",
  9014. "volume": 0,
  9015. "flags": [ "EDIBLE_FROZEN" ],
  9016. "charges": 4,
  9017. "fun": 6
  9018. },
  9019. {
  9020. "type": "COMESTIBLE",
  9021. "id": "blackberries",
  9022. "name": "blackberry",
  9023. "name_plural": "blackberries",
  9024. "weight": 226,
  9025. "color": "blue",
  9026. "spoils_in": 60,
  9027. "comestible_type": "FOOD",
  9028. "symbol": "%",
  9029. "quench": 3,
  9030. "healthy": 5,
  9031. "calories": 130,
  9032. "description": "A darker cousin of raspberry.",
  9033. "price": 400,
  9034. "material": "fruit",
  9035. "volume": 1,
  9036. "fun": 4,
  9037. "rot_spawn": "GROUP_ROTTING_PLANT"
  9038. },
  9039. {
  9040. "type": "COMESTIBLE",
  9041. "id": "irradiated_blackberries",
  9042. "copy-from": "blackberries",
  9043. "name": "irradiated blackberry",
  9044. "name_plural": "irradiated blackberries",
  9045. "description": "An irradiated blackberry will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  9046. "proportional": { "price": 2 },
  9047. "spoils_in": 0,
  9048. "container": "bag_plastic"
  9049. },
  9050. {
  9051. "type": "COMESTIBLE",
  9052. "id": "fruit_cooked",
  9053. "name": "cooked fruit",
  9054. "weight": 200,
  9055. "color": "red",
  9056. "spoils_in": 90,
  9057. "container": "jar_3l_glass",
  9058. "comestible_type": "DRINK",
  9059. "symbol": "~",
  9060. "calories": 156,
  9061. "description": "It's like fruit jam, only without sugar.",
  9062. "price": 50,
  9063. "material": "fruit",
  9064. "volume": 1,
  9065. "phase": "liquid",
  9066. "fun": 2,
  9067. "flags": [ "USE_EAT_VERB", "EATEN_COLD" ]
  9068. },
  9069. {
  9070. "type": "COMESTIBLE",
  9071. "id": "jam_fruit",
  9072. "name": "fruit jam",
  9073. "weight": 250,
  9074. "color": "red",
  9075. "spoils_in": 240,
  9076. "container": "jar_3l_glass_sealed",
  9077. "comestible_type": "DRINK",
  9078. "symbol": "~",
  9079. "calories": 87,
  9080. "description": "Fresh fruit, cooked with sugar to make them last longer.",
  9081. "price": 80,
  9082. "material": "fruit",
  9083. "volume": 1,
  9084. "phase": "liquid",
  9085. "charges": 2,
  9086. "fun": 10,
  9087. "flags": [ "USE_EAT_VERB" ]
  9088. },
  9089. {
  9090. "type": "COMESTIBLE",
  9091. "id": "molasses",
  9092. "name": "molasses",
  9093. "name_plural": "molasses",
  9094. "weight": 54,
  9095. "color": "brown",
  9096. "stim": 3,
  9097. "container": "jar_glass",
  9098. "comestible_type": "DRINK",
  9099. "symbol": "~",
  9100. "quench": -2,
  9101. "healthy": 1,
  9102. "calories": 52,
  9103. "description": "An extremely sugary tar-like syrup, with a slightly bitter aftertaste.",
  9104. "price": 200,
  9105. "material": "junk",
  9106. "volume": 1,
  9107. "phase": "liquid",
  9108. "charges": 4,
  9109. "fun": 2,
  9110. "flags": [ "USE_EAT_VERB" ],
  9111. "freezing_point": -20
  9112. },
  9113. {
  9114. "type": "COMESTIBLE",
  9115. "id": "juice",
  9116. "name": "fruit juice",
  9117. "weight": 263,
  9118. "color": "light_red",
  9119. "spoils_in": 120,
  9120. "container": "bottle_plastic",
  9121. "comestible_type": "DRINK",
  9122. "symbol": "~",
  9123. "quench": 20,
  9124. "healthy": 2,
  9125. "calories": 35,
  9126. "description": "Freshly-squeezed from real fruit! Tasty and nutritious.",
  9127. "price": 80,
  9128. "material": "fruit",
  9129. "volume": 1,
  9130. "phase": "liquid",
  9131. "charges": 2,
  9132. "flags": [ "EATEN_COLD" ],
  9133. "fun": 3
  9134. },
  9135. {
  9136. "type": "COMESTIBLE",
  9137. "id": "mango",
  9138. "name": "mango",
  9139. "weight": 336,
  9140. "color": "red",
  9141. "spoils_in": 120,
  9142. "comestible_type": "FOOD",
  9143. "symbol": "%",
  9144. "quench": 3,
  9145. "healthy": 1,
  9146. "calories": 201,
  9147. "description": "A fleshy fruit with large pit.",
  9148. "price": 180,
  9149. "material": "fruit",
  9150. "volume": 1,
  9151. "fun": 5,
  9152. "rot_spawn": "GROUP_ROTTING_PLANT"
  9153. },
  9154. {
  9155. "type": "COMESTIBLE",
  9156. "id": "pomegranate",
  9157. "name": "pomegranate",
  9158. "weight": 282,
  9159. "color": "red",
  9160. "spoils_in": 336,
  9161. "comestible_type": "FOOD",
  9162. "symbol": "%",
  9163. "quench": 12,
  9164. "healthy": 2,
  9165. "calories": 233,
  9166. "description": "Under this pomegranate's spongy skin lies hundreds of fleshy seeds.",
  9167. "price": 190,
  9168. "material": "fruit",
  9169. "volume": 1,
  9170. "fun": 7,
  9171. "rot_spawn": "GROUP_ROTTING_PLANT"
  9172. },
  9173. {
  9174. "type": "COMESTIBLE",
  9175. "id": "rhubarb",
  9176. "name": "rhubarb",
  9177. "weight": 300,
  9178. "color": "red",
  9179. "spoils_in": 160,
  9180. "comestible_type": "FOOD",
  9181. "symbol": "%",
  9182. "quench": 3,
  9183. "healthy": 3,
  9184. "calories": 69,
  9185. "description": "Sour stems of the rhubarb plant, often used in baking pies.",
  9186. "price": 410,
  9187. "material": "veggy",
  9188. "volume": 1,
  9189. "charges": 4,
  9190. "rot_spawn": "GROUP_ROTTING_PLANT"
  9191. },
  9192. {
  9193. "type": "COMESTIBLE",
  9194. "id": "irradiated_mango",
  9195. "copy-from": "mango",
  9196. "name": "irradiated mango",
  9197. "description": "An irradiated mango will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  9198. "proportional": { "price": 2 },
  9199. "spoils_in": 0,
  9200. "container": "bag_plastic"
  9201. },
  9202. {
  9203. "type": "COMESTIBLE",
  9204. "id": "irradiated_pomegranate",
  9205. "copy-from": "pomegranate",
  9206. "name": "irradiated pomegranate",
  9207. "description": "An irradiated pomegranate will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  9208. "proportional": { "price": 2 },
  9209. "spoils_in": 0,
  9210. "container": "bag_plastic"
  9211. },
  9212. {
  9213. "type": "COMESTIBLE",
  9214. "id": "irradiated_rhubarb",
  9215. "copy-from": "rhubarb",
  9216. "name": "irradiated rhubarb",
  9217. "description": "An irradiated rhubarb will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  9218. "proportional": { "price": 2 },
  9219. "spoils_in": 0,
  9220. "container": "bag_plastic"
  9221. },
  9222. {
  9223. "type": "COMESTIBLE",
  9224. "id": "mintpatties",
  9225. "name": "peppermint patty",
  9226. "name_plural": "peppermint patties",
  9227. "weight": 46,
  9228. "color": "brown",
  9229. "spoils_in": 4320,
  9230. "stim": 1,
  9231. "container": "bag_plastic",
  9232. "comestible_type": "FOOD",
  9233. "symbol": "%",
  9234. "healthy": -2,
  9235. "calories": 9,
  9236. "description": "A handful of soft chocolate-covered peppermint patties... yum!",
  9237. "price": 130,
  9238. "material": "junk",
  9239. "volume": 0,
  9240. "flags": [ "EDIBLE_FROZEN" ],
  9241. "charges": 3,
  9242. "fun": 4
  9243. },
  9244. {
  9245. "type": "COMESTIBLE",
  9246. "id": "dry_meat",
  9247. "name": "dehydrated meat",
  9248. "weight": 56,
  9249. "color": "red",
  9250. "spoils_in": 8640,
  9251. "comestible_type": "FOOD",
  9252. "symbol": "%",
  9253. "quench": -3,
  9254. "calories": 174,
  9255. "description": "Dehydrated meat flakes. With proper storage, this dried food will remain edible for an incredibly long time.",
  9256. "price": 900,
  9257. "material": "flesh",
  9258. "volume": 1,
  9259. "flags": [ "EDIBLE_FROZEN" ],
  9260. "charges": 2
  9261. },
  9262. {
  9263. "type": "COMESTIBLE",
  9264. "id": "dry_hflesh",
  9265. "copy-from": "dry_meat",
  9266. "name": "dehydrated human flesh",
  9267. "name_plural": "dehydrated human flesh",
  9268. "description": "Dehydrated human flesh flakes. With proper storage, this dried food will remain edible for an incredibly long time.",
  9269. "material": "hflesh"
  9270. },
  9271. {
  9272. "type": "COMESTIBLE",
  9273. "id": "rehydrated_meat",
  9274. "name": "rehydrated meat",
  9275. "weight": 156,
  9276. "color": "light_red",
  9277. "spoils_in": 24,
  9278. "comestible_type": "FOOD",
  9279. "symbol": "%",
  9280. "calories": 191,
  9281. "description": "Reconstituted meat flakes, which are much more enjoyable to eat now that they have been rehydrated.",
  9282. "price": 900,
  9283. "material": "flesh",
  9284. "volume": 1,
  9285. "charges": 2,
  9286. "fun": 2,
  9287. "rot_spawn": "GROUP_CARRION"
  9288. },
  9289. {
  9290. "type": "COMESTIBLE",
  9291. "id": "rehydrated_hflesh",
  9292. "copy-from": "rehydrated_meat",
  9293. "name": "rehydrated human flesh",
  9294. "name_plural": "rehydrated human flesh",
  9295. "description": "Reconstituted human flesh flakes, which are much more enjoyable to eat now that they have been rehydrated.",
  9296. "material": "hflesh"
  9297. },
  9298. {
  9299. "type": "COMESTIBLE",
  9300. "id": "dry_veggy",
  9301. "name": "dehydrated vegetable",
  9302. "weight": 44,
  9303. "color": "green",
  9304. "spoils_in": 8640,
  9305. "comestible_type": "FOOD",
  9306. "symbol": "%",
  9307. "quench": -3,
  9308. "healthy": 1,
  9309. "calories": 174,
  9310. "description": "Dehydrated vegetable flakes. With proper storage, this dried food will remain edible for an incredibly long time.",
  9311. "price": 900,
  9312. "material": "veggy",
  9313. "volume": 1,
  9314. "flags": [ "EDIBLE_FROZEN" ],
  9315. "charges": 2
  9316. },
  9317. {
  9318. "type": "COMESTIBLE",
  9319. "id": "rehydrated_veggy",
  9320. "name": "rehydrated vegetable",
  9321. "weight": 144,
  9322. "color": "light_green",
  9323. "spoils_in": 24,
  9324. "comestible_type": "FOOD",
  9325. "symbol": "%",
  9326. "healthy": 1,
  9327. "calories": 191,
  9328. "description": "Reconstituted vegetable flakes, which are much more enjoyable to eat now that they have been rehydrated.",
  9329. "price": 900,
  9330. "material": "veggy",
  9331. "volume": 1,
  9332. "charges": 2,
  9333. "fun": 2,
  9334. "rot_spawn": "GROUP_ROTTING_PLANT"
  9335. },
  9336. {
  9337. "type": "COMESTIBLE",
  9338. "id": "dry_fruit",
  9339. "name": "dehydrated fruit",
  9340. "name_plural": "dehydrated fruit",
  9341. "weight": 38,
  9342. "color": "magenta",
  9343. "spoils_in": 8640,
  9344. "comestible_type": "FOOD",
  9345. "symbol": "%",
  9346. "quench": -2,
  9347. "healthy": 1,
  9348. "calories": 139,
  9349. "description": "Dehydrated fruit flakes. With proper storage, this dried food will remain edible for an incredibly long time. They are useful for several cooking recipes.",
  9350. "price": 900,
  9351. "material": "fruit",
  9352. "volume": 1,
  9353. "flags": [ "EDIBLE_FROZEN" ],
  9354. "charges": 2,
  9355. "fun": 2
  9356. },
  9357. {
  9358. "type": "COMESTIBLE",
  9359. "id": "rehydrated_fruit",
  9360. "name": "rehydrated fruit",
  9361. "name_plural": "rehydrated fruit",
  9362. "weight": 138,
  9363. "color": "pink",
  9364. "spoils_in": 18,
  9365. "comestible_type": "FOOD",
  9366. "symbol": "%",
  9367. "quench": 1,
  9368. "healthy": 1,
  9369. "calories": 156,
  9370. "description": "Reconstituted fruit flakes, which are much more enjoyable to eat now that they have been rehydrated.",
  9371. "price": 900,
  9372. "material": "fruit",
  9373. "volume": 1,
  9374. "charges": 2,
  9375. "fun": 4,
  9376. "rot_spawn": "GROUP_ROTTING_PLANT"
  9377. },
  9378. {
  9379. "type": "COMESTIBLE",
  9380. "id": "sweetbread",
  9381. "name": "sweetbread",
  9382. "name_plural": "sweetbreads",
  9383. "weight": 150,
  9384. "color": "brown",
  9385. "spoils_in": 48,
  9386. "comestible_type": "FOOD",
  9387. "symbol": "%",
  9388. "quench": 1,
  9389. "healthy": 1,
  9390. "calories": 208,
  9391. "description": "Delicious and tender organ meats. First boiled, then breaded and fried. They have interesting flavor and unparalleled texture.",
  9392. "price": 500,
  9393. "material": [ "wheat", "flesh" ],
  9394. "volume": 1,
  9395. "charges": 2,
  9396. "flags": [ "EATEN_HOT" ],
  9397. "fun": 8,
  9398. "rot_spawn": "GROUP_CARRION"
  9399. },
  9400. {
  9401. "type": "COMESTIBLE",
  9402. "id": "haggis",
  9403. "name": "haggis",
  9404. "name_plural": "haggii",
  9405. "//": "Yes, that is the correct plural form.",
  9406. "weight": 156,
  9407. "color": "brown",
  9408. "spoils_in": 360,
  9409. "comestible_type": "FOOD",
  9410. "symbol": "%",
  9411. "quench": 2,
  9412. "healthy": 1,
  9413. "calories": 417,
  9414. "description": "This traditional Scottish savory pudding is made of meat and offal mixed with oatmeal, which is sewn into an animal's stomach and boiled. Surprisingly tasty and quite filling, it is best served with boiled root vegetables and strong whisky.",
  9415. "//": "That's whisky without an 'e' because we're talking about Scotch whisky.",
  9416. "price": 750,
  9417. "material": [ "wheat", "flesh" ],
  9418. "volume": 1,
  9419. "charges": 4,
  9420. "flags": [ "EATEN_HOT" ],
  9421. "fun": 2,
  9422. "rot_spawn": "GROUP_CARRION"
  9423. },
  9424. {
  9425. "type": "COMESTIBLE",
  9426. "id": "human_haggis",
  9427. "copy-from": "haggis",
  9428. "name": "human haggis",
  9429. "name_plural": "human haggii",
  9430. "description": "This traditional Scottish savory pudding is made of human meat and offal mixed with oatmeal, which is sewn into a human's stomach and boiled. Surprisingly tasty if you enjoy that kind of thing and quite filling, it is best served with boiled root vegetables and strong whisky.",
  9431. "material": [ "veggy", "hflesh" ]
  9432. },
  9433. {
  9434. "type": "COMESTIBLE",
  9435. "id": "soup_cullenskink",
  9436. "name": "cullen skink",
  9437. "weight": 288,
  9438. "color": "white",
  9439. "spoils_in": 120,
  9440. "container": "can_food",
  9441. "comestible_type": "DRINK",
  9442. "symbol": "~",
  9443. "quench": 8,
  9444. "healthy": 1,
  9445. "calories": 347,
  9446. "description": "A rich and tasty fish chowder from Scotland, made with preserved fish and creamy milk.",
  9447. "price": 500,
  9448. "material": [ "flesh", "milk" ],
  9449. "volume": 1,
  9450. "phase": "liquid",
  9451. "charges": 4,
  9452. "flags": [ "EATEN_HOT", "USE_EAT_VERB" ],
  9453. "fun": 3
  9454. },
  9455. {
  9456. "type": "COMESTIBLE",
  9457. "id": "cloutie_dumpling",
  9458. "name": "cloutie dumpling",
  9459. "weight": 112,
  9460. "color": "brown",
  9461. "spoils_in": 48,
  9462. "container": "box_small",
  9463. "comestible_type": "FOOD",
  9464. "symbol": "%",
  9465. "quench": -1,
  9466. "calories": 122,
  9467. "description": "This traditional Scottish treat is a sweet and filling little boiled cake studded with dried fruit.",
  9468. "price": 195,
  9469. "material": [ "wheat", "fruit" ],
  9470. "volume": 1,
  9471. "charges": 4,
  9472. "stack_size": 1,
  9473. "fun": 9,
  9474. "rot_spawn": "GROUP_ROTTING_PLANT"
  9475. },
  9476. {
  9477. "type": "COMESTIBLE",
  9478. "id": "neccowafers",
  9479. "name": "Necco wafer",
  9480. "weight": 46,
  9481. "color": "magenta",
  9482. "spoils_in": 4320,
  9483. "stim": 1,
  9484. "container": "bag_plastic",
  9485. "comestible_type": "FOOD",
  9486. "symbol": "%",
  9487. "quench": -1,
  9488. "healthy": -1,
  9489. "calories": 17,
  9490. "description": "A handful of candy wafers, in assorted flavors: orange, lemon, lime, clove, chocolate, wintergreen, cinnamon, and licorice. Yum!",
  9491. "price": 100,
  9492. "material": "junk",
  9493. "volume": 0,
  9494. "flags": [ "EDIBLE_FROZEN" ],
  9495. "charges": 6,
  9496. "fun": 4
  9497. },
  9498. {
  9499. "type": "COMESTIBLE",
  9500. "id": "papaya",
  9501. "name": "papaya",
  9502. "weight": 200,
  9503. "color": "yellow",
  9504. "spoils_in": 120,
  9505. "comestible_type": "FOOD",
  9506. "symbol": "%",
  9507. "quench": 8,
  9508. "healthy": 2,
  9509. "calories": 182,
  9510. "description": "A very sweet and soft tropical fruit.",
  9511. "price": 250,
  9512. "material": "fruit",
  9513. "volume": 1,
  9514. "fun": 5,
  9515. "rot_spawn": "GROUP_ROTTING_PLANT"
  9516. },
  9517. {
  9518. "type": "COMESTIBLE",
  9519. "id": "kiwi",
  9520. "name": "kiwi",
  9521. "weight": 100,
  9522. "color": "brown",
  9523. "spoils_in": 168,
  9524. "comestible_type": "FOOD",
  9525. "symbol": "%",
  9526. "quench": 3,
  9527. "healthy": 2,
  9528. "calories": 95,
  9529. "description": "A large, brown and fuzzy-skinned berry. Its delicious insides are green.",
  9530. "price": 250,
  9531. "material": "fruit",
  9532. "volume": 1,
  9533. "fun": 3,
  9534. "rot_spawn": "GROUP_ROTTING_PLANT"
  9535. },
  9536. {
  9537. "type": "COMESTIBLE",
  9538. "id": "apricot",
  9539. "name": "apricot",
  9540. "weight": 150,
  9541. "color": "yellow",
  9542. "spoils_in": 48,
  9543. "comestible_type": "FOOD",
  9544. "symbol": "%",
  9545. "quench": 3,
  9546. "healthy": 1,
  9547. "calories": 139,
  9548. "description": "A smooth-skinned fruit, related to the peach.",
  9549. "price": 140,
  9550. "material": "fruit",
  9551. "volume": 1,
  9552. "fun": 3,
  9553. "rot_spawn": "GROUP_ROTTING_PLANT"
  9554. },
  9555. {
  9556. "type": "COMESTIBLE",
  9557. "id": "irradiated_papaya",
  9558. "copy-from": "papaya",
  9559. "name": "irradiated papaya",
  9560. "description": "An irradiated papaya will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  9561. "proportional": { "price": 2 },
  9562. "spoils_in": 0,
  9563. "container": "bag_plastic"
  9564. },
  9565. {
  9566. "type": "COMESTIBLE",
  9567. "id": "irradiated_kiwi",
  9568. "copy-from": "kiwi",
  9569. "name": "irradiated kiwi",
  9570. "description": "An irradiated kiwi will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  9571. "proportional": { "price": 2 },
  9572. "spoils_in": 0,
  9573. "container": "bag_plastic"
  9574. },
  9575. {
  9576. "type": "COMESTIBLE",
  9577. "id": "irradiated_apricot",
  9578. "copy-from": "apricot",
  9579. "name": "irradiated apricot",
  9580. "description": "An irradiated apricot will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  9581. "proportional": { "price": 2 },
  9582. "spoils_in": 0,
  9583. "container": "bag_plastic"
  9584. },
  9585. {
  9586. "type": "COMESTIBLE",
  9587. "id": "single_malt_whiskey",
  9588. "name": "single malt whiskey",
  9589. "name_plural": "single malt whiskey",
  9590. "weight": 33,
  9591. "color": "brown",
  9592. "addiction_type": "alcohol",
  9593. "use_action": "ALCOHOL",
  9594. "stim": -12,
  9595. "container": "wooden_barrel",
  9596. "comestible_type": "DRINK",
  9597. "symbol": "~",
  9598. "quench": -12,
  9599. "healthy": -2,
  9600. "addiction_potential": 5,
  9601. "calories": 35,
  9602. "description": "Only the finest whiskey straight from the bung.",
  9603. "price": 300,
  9604. "price_note": "Priced by the 100 liter barrel, this is multiplied by 400 to achieve the final cost.",
  9605. "material": "alcohol",
  9606. "volume": 1,
  9607. "flags": [ "EATEN_COLD" ],
  9608. "freezing_point": -22,
  9609. "phase": "liquid",
  9610. "charges": 7,
  9611. "fun": 17
  9612. },
  9613. {
  9614. "type": "COMESTIBLE",
  9615. "id": "brioche",
  9616. "name": "brioche",
  9617. "weight": 96,
  9618. "color": "brown",
  9619. "spoils_in": 240,
  9620. "container": "box_small",
  9621. "comestible_type": "FOOD",
  9622. "symbol": "%",
  9623. "healthy": 1,
  9624. "calories": 260,
  9625. "description": "Filling bread buns, taste good with tea on a Sunday morning breakfast.",
  9626. "price": 550,
  9627. "material": "wheat",
  9628. "volume": 3,
  9629. "charges": 6,
  9630. "flags": [ "EATEN_HOT" ],
  9631. "fun": 6,
  9632. "rot_spawn": "GROUP_CARRION"
  9633. },
  9634. {
  9635. "type": "COMESTIBLE",
  9636. "id": "candycigarette",
  9637. "name": "candy cigarette",
  9638. "weight": 48,
  9639. "color": "white",
  9640. "spoils_in": 4320,
  9641. "stim": 1,
  9642. "container": "box_cigarette",
  9643. "comestible_type": "FOOD",
  9644. "symbol": "%",
  9645. "quench": -1,
  9646. "healthy": -1,
  9647. "calories": 17,
  9648. "description": "Candy sticks. Slightly more healthy than tobacco cigarettes, but with no possibility of addiction.",
  9649. "price": 130,
  9650. "material": "junk",
  9651. "volume": 0,
  9652. "flags": [ "EDIBLE_FROZEN" ],
  9653. "charges": 6,
  9654. "fun": 4
  9655. },
  9656. {
  9657. "type": "COMESTIBLE",
  9658. "id": "veggy_salad",
  9659. "name": "vegetable salad",
  9660. "weight": 320,
  9661. "color": "green",
  9662. "spoils_in": 140,
  9663. "container": "bowl_plastic",
  9664. "comestible_type": "FOOD",
  9665. "symbol": "%",
  9666. "quench": 15,
  9667. "healthy": 2,
  9668. "calories": 391,
  9669. "description": "Salad with all kind of vegetables.",
  9670. "price": 350,
  9671. "material": "veggy",
  9672. "volume": 1,
  9673. "fun": 1,
  9674. "flags": [ "FREEZERBURN" ],
  9675. "rot_spawn": "GROUP_ROTTING_PLANT"
  9676. },
  9677. {
  9678. "type": "COMESTIBLE",
  9679. "id": "dried_salad",
  9680. "name": "dried salad",
  9681. "weight": 100,
  9682. "color": "green",
  9683. "spoils_in": 8640,
  9684. "container": "box_small",
  9685. "comestible_type": "FOOD",
  9686. "symbol": "%",
  9687. "quench": -2,
  9688. "calories": 347,
  9689. "description": "Dried salad packed in a box with mayonnaise and ketchup. Add water to enjoy.",
  9690. "price": 220,
  9691. "material": "veggy",
  9692. "volume": 1,
  9693. "flags": [ "EDIBLE_FROZEN" ],
  9694. "fun": -2
  9695. },
  9696. {
  9697. "type": "COMESTIBLE",
  9698. "id": "insta_salad",
  9699. "name": "insta-salad",
  9700. "weight": 330,
  9701. "color": "green",
  9702. "spoils_in": 140,
  9703. "container": "bowl_plastic",
  9704. "comestible_type": "FOOD",
  9705. "symbol": "%",
  9706. "quench": 16,
  9707. "calories": 347,
  9708. "description": "Dried salad with water added, not very tasty but still a decent substitution for real salad.",
  9709. "price": 250,
  9710. "material": "veggy",
  9711. "volume": 1,
  9712. "rot_spawn": "GROUP_ROTTING_PLANT"
  9713. },
  9714. {
  9715. "type": "COMESTIBLE",
  9716. "id": "cucumber",
  9717. "name": "cucumber",
  9718. "weight": 150,
  9719. "color": "green",
  9720. "spoils_in": 150,
  9721. "comestible_type": "FOOD",
  9722. "symbol": "%",
  9723. "quench": 7,
  9724. "healthy": 1,
  9725. "calories": 95,
  9726. "description": "Come from the gourd family, not tasty but very juicy.",
  9727. "price": 300,
  9728. "material": "veggy",
  9729. "volume": 1,
  9730. "flags": [ "FREEZERBURN" ],
  9731. "rot_spawn": "GROUP_ROTTING_PLANT"
  9732. },
  9733. {
  9734. "type": "COMESTIBLE",
  9735. "id": "irradiated_cucumber",
  9736. "name": "irradiated cucumber",
  9737. "weight": 150,
  9738. "color": "green",
  9739. "container": "bag_plastic",
  9740. "comestible_type": "FOOD",
  9741. "symbol": "%",
  9742. "quench": 7,
  9743. "healthy": 1,
  9744. "calories": 95,
  9745. "description": "An irradiated cucumber will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  9746. "price": 320,
  9747. "material": "veggy",
  9748. "flags": [ "FREEZERBURN" ],
  9749. "volume": 1
  9750. },
  9751. {
  9752. "type": "COMESTIBLE",
  9753. "id": "celery",
  9754. "name": "celery",
  9755. "weight": 80,
  9756. "color": "light_green",
  9757. "spoils_in": 150,
  9758. "comestible_type": "FOOD",
  9759. "symbol": "%",
  9760. "quench": 3,
  9761. "calories": 43,
  9762. "description": "Neither tasty nor very nutritious, but it goes well with salad.",
  9763. "price": 200,
  9764. "material": "veggy",
  9765. "volume": 1,
  9766. "flags": [ "FREEZERBURN", "SMOKABLE" ],
  9767. "rot_spawn": "GROUP_ROTTING_PLANT"
  9768. },
  9769. {
  9770. "type": "COMESTIBLE",
  9771. "id": "dahlia_root",
  9772. "name": "dahlia root",
  9773. "weight": 190,
  9774. "color": "brown",
  9775. "spoils_in": 720,
  9776. "comestible_type": "FOOD",
  9777. "symbol": "%",
  9778. "calories": 87,
  9779. "description": "The starchy root of a dahlia flower. When cooked, it is delicious.",
  9780. "price": 100,
  9781. "material": "veggy",
  9782. "volume": 1,
  9783. "fun": -4
  9784. },
  9785. {
  9786. "type": "COMESTIBLE",
  9787. "id": "dahlia_baked",
  9788. "name": "baked dahlia root",
  9789. "weight": 210,
  9790. "color": "brown",
  9791. "spoils_in": 48,
  9792. "comestible_type": "FOOD",
  9793. "symbol": "%",
  9794. "healthy": 2,
  9795. "calories": 243,
  9796. "description": "A healthy and delicious baked root bulb from a dahlia plant.",
  9797. "price": 110,
  9798. "material": "veggy",
  9799. "volume": 1,
  9800. "flags": [ "EATEN_HOT" ],
  9801. "fun": 2,
  9802. "rot_spawn": "GROUP_ROTTING_PLANT"
  9803. },
  9804. {
  9805. "type": "COMESTIBLE",
  9806. "id": "irradiated_celery",
  9807. "name": "irradiated celery",
  9808. "weight": 80,
  9809. "color": "light_green",
  9810. "container": "bag_plastic",
  9811. "comestible_type": "FOOD",
  9812. "symbol": "%",
  9813. "quench": 3,
  9814. "calories": 43,
  9815. "description": "An irradiated cluster of celery will remain edible nearly forever. Sterilized using radiation, so it's safe to eat.",
  9816. "price": 220,
  9817. "material": "veggy",
  9818. "volume": 1
  9819. },
  9820. {
  9821. "id": "soysauce",
  9822. "type": "COMESTIBLE",
  9823. "symbol": "~",
  9824. "color": "brown",
  9825. "name": "soy sauce",
  9826. "name_plural": "soy sauce",
  9827. "description": "Salty fermented soybean sauce.",
  9828. "price": 190,
  9829. "weight": 24,
  9830. "volume": 1,
  9831. "comestible_type": "DRINK",
  9832. "container": "bottle_glass",
  9833. "quench": -20,
  9834. "charges": 10,
  9835. "healthy": -1,
  9836. "fun": -15,
  9837. "freezing_point": -22,
  9838. "phase": "liquid"
  9839. },
  9840. {
  9841. "id": "horseradish",
  9842. "type": "COMESTIBLE",
  9843. "symbol": "~",
  9844. "color": "white",
  9845. "name": "horseradish",
  9846. "name_plural": "horseradish",
  9847. "description": "A spicy grated root vegetable packed in vinegared brine.",
  9848. "price": 150,
  9849. "material": "veggy",
  9850. "weight": 18,
  9851. "volume": 1,
  9852. "comestible_type": "FOOD",
  9853. "container": "jar_glass",
  9854. "quench": -10,
  9855. "calories": 17,
  9856. "charges": 25,
  9857. "healthy": 1,
  9858. "fun": -20,
  9859. "stim": 1,
  9860. "phase": "liquid"
  9861. },
  9862. {
  9863. "type": "COMESTIBLE",
  9864. "id": "sushi_rice",
  9865. "name": "sushi rice",
  9866. "name_plural": "sushi rice",
  9867. "weight": 236,
  9868. "color": "white",
  9869. "spoils_in": 72,
  9870. "comestible_type": "FOOD",
  9871. "symbol": "%",
  9872. "quench": -1,
  9873. "healthy": 1,
  9874. "calories": 313,
  9875. "description": "A serving of sticky vinegared rice commonly used in sushi.",
  9876. "price": 100,
  9877. "material": "veggy",
  9878. "volume": 1,
  9879. "charges": 2,
  9880. "fun": 3,
  9881. "rot_spawn": "GROUP_ROTTING_PLANT"
  9882. },
  9883. {
  9884. "type": "COMESTIBLE",
  9885. "id": "onigiri",
  9886. "name": "onigiri",
  9887. "name_plural": "onigiri",
  9888. "weight": 122,
  9889. "color": "white",
  9890. "spoils_in": 36,
  9891. "comestible_type": "FOOD",
  9892. "symbol": "%",
  9893. "quench": 1,
  9894. "healthy": 3,
  9895. "calories": 243,
  9896. "description": "A triangular block of tasty sushi rice with a healthy green vegetable folded around it.",
  9897. "price": 210,
  9898. "material": "veggy",
  9899. "volume": 1,
  9900. "charges": 2,
  9901. "fun": 8,
  9902. "rot_spawn": "GROUP_ROTTING_PLANT"
  9903. },
  9904. {
  9905. "type": "COMESTIBLE",
  9906. "id": "sushi_veggyroll",
  9907. "name": "vegetable hosomaki",
  9908. "name_plural": "vegetable hosomaki",
  9909. "weight": 122,
  9910. "color": "green",
  9911. "spoils_in": 36,
  9912. "comestible_type": "FOOD",
  9913. "symbol": "%",
  9914. "quench": 1,
  9915. "healthy": 3,
  9916. "calories": 260,
  9917. "description": "Delicious chopped vegetables wrapped in tasty sushi rice and rolled up in a healthy green vegetable.",
  9918. "price": 290,
  9919. "material": "veggy",
  9920. "volume": 1,
  9921. "charges": 2,
  9922. "fun": 12,
  9923. "rot_spawn": "GROUP_ROTTING_PLANT"
  9924. },
  9925. {
  9926. "type": "COMESTIBLE",
  9927. "id": "sushi_fishroll",
  9928. "name": "fish makizushi",
  9929. "name_plural": "fish makizushi",
  9930. "weight": 132,
  9931. "color": "green",
  9932. "spoils_in": 12,
  9933. "comestible_type": "FOOD",
  9934. "symbol": "%",
  9935. "healthy": 2,
  9936. "calories": 313,
  9937. "description": "Delicious slivers of thinly sliced raw fish wrapped in tasty sushi rice and rolled up in a healthy green vegetable.",
  9938. "price": 350,
  9939. "material": [ "veggy", "flesh" ],
  9940. "volume": 1,
  9941. "charges": 2,
  9942. "fun": 14,
  9943. "rot_spawn": "GROUP_CARRION"
  9944. },
  9945. {
  9946. "type": "COMESTIBLE",
  9947. "id": "sushi_meatroll",
  9948. "name": "meat temaki",
  9949. "name_plural": "meat temaki",
  9950. "weight": 140,
  9951. "color": "green",
  9952. "spoils_in": 24,
  9953. "comestible_type": "FOOD",
  9954. "symbol": "%",
  9955. "healthy": 1,
  9956. "calories": 347,
  9957. "description": "Delicious slivers of raw meat wrapped in tasty sushi rice and rolled up in a healthy green vegetable.",
  9958. "price": 370,
  9959. "material": [ "veggy", "flesh" ],
  9960. "volume": 1,
  9961. "charges": 2,
  9962. "fun": 13,
  9963. "rot_spawn": "GROUP_CARRION"
  9964. },
  9965. {
  9966. "type": "COMESTIBLE",
  9967. "id": "sashimi",
  9968. "name": "sashimi",
  9969. "name_plural": "sashimi",
  9970. "weight": 110,
  9971. "color": "white",
  9972. "spoils_in": 12,
  9973. "comestible_type": "FOOD",
  9974. "symbol": "%",
  9975. "healthy": 1,
  9976. "calories": 269,
  9977. "description": "Delicious slivers of thinly sliced raw fish and tasty vegetables.",
  9978. "price": 600,
  9979. "material": [ "veggy", "flesh" ],
  9980. "volume": 1,
  9981. "charges": 4,
  9982. "fun": 7,
  9983. "rot_spawn": "GROUP_CARRION"
  9984. },
  9985. {
  9986. "type": "COMESTIBLE",
  9987. "id": "sweet_water",
  9988. "name": "sweet water",
  9989. "name_plural": "sweet water",
  9990. "weight": 260,
  9991. "color": "light_cyan",
  9992. "stim": 1,
  9993. "container": "bottle_plastic",
  9994. "comestible_type": "DRINK",
  9995. "symbol": "~",
  9996. "quench": 38,
  9997. "calories": 17,
  9998. "description": "Water with sugar or honey added. Tastes okay.",
  9999. "price": 95,
  10000. "volume": 1,
  10001. "phase": "liquid",
  10002. "fun": 2,
  10003. "freezing_point": 22
  10004. },
  10005. {
  10006. "type": "COMESTIBLE",
  10007. "id": "sugar_fried",
  10008. "name": "caramel",
  10009. "name_plural": "caramel",
  10010. "weight": 56,
  10011. "color": "white",
  10012. "stim": 4,
  10013. "container": "box_small",
  10014. "comestible_type": "FOOD",
  10015. "symbol": "%",
  10016. "quench": -2,
  10017. "healthy": -2,
  10018. "calories": 26,
  10019. "description": "Some caramel. Still bad for your health.",
  10020. "price": 150,
  10021. "material": "junk",
  10022. "volume": 1,
  10023. "fun": 2
  10024. },
  10025. {
  10026. "type": "COMESTIBLE",
  10027. "id": "dry_meat_tainted",
  10028. "category": "other",
  10029. "name": "dehydrated tainted meat",
  10030. "weight": 56,
  10031. "color": "red",
  10032. "spoils_in": 8640,
  10033. "use_action": "POISON",
  10034. "comestible_type": "FOOD",
  10035. "symbol": "%",
  10036. "quench": -3,
  10037. "calories": 174,
  10038. "description": "Pieces of poisonous meat that have been dried to prevent them from rotting away. It will still poison you if you eat this.",
  10039. "price": 0,
  10040. "material": "flesh",
  10041. "volume": 1,
  10042. "flags": [ "EDIBLE_FROZEN" ],
  10043. "charges": 2,
  10044. "fun": -4
  10045. },
  10046. {
  10047. "type": "COMESTIBLE",
  10048. "id": "dry_veggy_tainted",
  10049. "category": "other",
  10050. "name": "dehydrated tainted veggy",
  10051. "name_plural": "dehydrated tainted veggies",
  10052. "weight": 44,
  10053. "color": "green",
  10054. "spoils_in": 8640,
  10055. "use_action": "POISON",
  10056. "comestible_type": "FOOD",
  10057. "symbol": "%",
  10058. "quench": -3,
  10059. "healthy": 1,
  10060. "calories": 174,
  10061. "description": "Pieces of poisonous veggy that have been dried to prevent them from rotting away. It will still poison you if you eat this.",
  10062. "price": 0,
  10063. "material": "veggy",
  10064. "flags": [ "EDIBLE_FROZEN" ],
  10065. "volume": 1,
  10066. "charges": 2
  10067. },
  10068. {
  10069. "type": "COMESTIBLE",
  10070. "id": "raw_leather",
  10071. "category": "spare_parts",
  10072. "name": "raw hide",
  10073. "weight": 748,
  10074. "color": "pink",
  10075. "spoils_in": 36,
  10076. "comestible_type": "FOOD",
  10077. "symbol": ",",
  10078. "quench": -2,
  10079. "healthy": -1,
  10080. "calories": 52,
  10081. "description": "A carefully folded raw skin harvested from an animal. You can cure it for storage and tanning, or eat it if you're desperate enough.",
  10082. "price": 50,
  10083. "material": "flesh",
  10084. "flags": "TRADER_AVOID",
  10085. "volume": 5,
  10086. "stack_size": 1,
  10087. "fun": -12,
  10088. "rot_spawn": "GROUP_CARRION"
  10089. },
  10090. {
  10091. "type": "COMESTIBLE",
  10092. "id": "raw_tainted_leather",
  10093. "category": "spare_parts",
  10094. "name": "tainted hide",
  10095. "weight": 748,
  10096. "color": "pink",
  10097. "spoils_in": 6,
  10098. "use_action": "POISON",
  10099. "comestible_type": "FOOD",
  10100. "symbol": ",",
  10101. "quench": -2,
  10102. "healthy": -1,
  10103. "calories": 52,
  10104. "description": "A carefully folded poisonous raw skin harvested from an unnatural creature. You can cure it for storage and tanning.",
  10105. "price": 0,
  10106. "material": "flesh",
  10107. "volume": 5,
  10108. "stack_size": 1,
  10109. "fun": -12,
  10110. "rot_spawn": "GROUP_CARRION_INFECTED"
  10111. },
  10112. {
  10113. "type": "COMESTIBLE",
  10114. "id": "raw_hleather",
  10115. "copy-from": "raw_leather",
  10116. "name": "raw human skin",
  10117. "description": "A carefully folded raw skin harvested from a human. You can cure it for storage and tanning, or eat it if you're desperate enough.",
  10118. "material": "hflesh"
  10119. },
  10120. {
  10121. "type": "COMESTIBLE",
  10122. "id": "raw_fur",
  10123. "category": "spare_parts",
  10124. "name": "raw pelt",
  10125. "weight": 832,
  10126. "color": "brown",
  10127. "spoils_in": 36,
  10128. "comestible_type": "FOOD",
  10129. "symbol": ",",
  10130. "quench": -20,
  10131. "healthy": -5,
  10132. "calories": 52,
  10133. "description": "A carefully folded raw skin harvested from a fur-bearing animal. It still has the fur attached. You can cure it for storage and tanning, or eat it if you're desperate enough.",
  10134. "price": 50,
  10135. "material": [ "fur", "flesh" ],
  10136. "flags": [ "NO_SALVAGE", "TRADER_AVOID" ],
  10137. "volume": 5,
  10138. "stack_size": 1,
  10139. "fun": -24,
  10140. "rot_spawn": "GROUP_CARRION"
  10141. },
  10142. {
  10143. "type": "COMESTIBLE",
  10144. "id": "raw_tainted_fur",
  10145. "category": "spare_parts",
  10146. "name": "tainted pelt",
  10147. "weight": 832,
  10148. "color": "brown",
  10149. "spoils_in": 6,
  10150. "use_action": "POISON",
  10151. "comestible_type": "FOOD",
  10152. "symbol": ",",
  10153. "quench": -20,
  10154. "healthy": -5,
  10155. "calories": 52,
  10156. "description": "A carefully folded raw skin harvested from a fur-bearing unnatural creature. It still has the fur attached and is poisonous. You can cure it for storage and tanning.",
  10157. "price": 0,
  10158. "material": [ "fur", "flesh" ],
  10159. "flags": [ "NO_SALVAGE" ],
  10160. "volume": 5,
  10161. "stack_size": 1,
  10162. "fun": -24,
  10163. "rot_spawn": "GROUP_CARRION_INFECTED"
  10164. },
  10165. {
  10166. "type": "COMESTIBLE",
  10167. "id": "can_tomato",
  10168. "name": "canned tomato",
  10169. "name_plural": "canned tomatoes",
  10170. "weight": 450,
  10171. "color": "red",
  10172. "spoils_in": 90,
  10173. "container": "can_food",
  10174. "comestible_type": "FOOD",
  10175. "symbol": "%",
  10176. "quench": 3,
  10177. "healthy": 1,
  10178. "calories": 156,
  10179. "description": "Canned tomato. A staple in many pantries, and useful for many recipes.",
  10180. "price": 350,
  10181. "material": "tomato",
  10182. "volume": 1,
  10183. "stack_size": 2,
  10184. "rot_spawn": "GROUP_ROTTING_PLANT"
  10185. },
  10186. {
  10187. "type": "COMESTIBLE",
  10188. "id": "drink_sewerbrew",
  10189. "name": "sewer brew",
  10190. "weight": 250,
  10191. "color": "yellow",
  10192. "addiction_type": "alcohol",
  10193. "stim": -20,
  10194. "container": "bottle_glass",
  10195. "comestible_type": "DRINK",
  10196. "symbol": "~",
  10197. "quench": 25,
  10198. "healthy": -10,
  10199. "addiction_potential": 5,
  10200. "calories": 26,
  10201. "description": "A thirsty mutant's drink of choice. It tastes horrible but it's probably a lot safer to drink than before.",
  10202. "price": 1000,
  10203. "material": [ "alcohol", "junk" ],
  10204. "volume": 2,
  10205. "phase": "liquid",
  10206. "charges": 2,
  10207. "use_action": { "type": "mutagen", "is_weak": true },
  10208. "flags": [ "EATEN_COLD" ],
  10209. "freezing_point": -22,
  10210. "fun": -15
  10211. },
  10212. {
  10213. "type": "COMESTIBLE",
  10214. "id": "drink_hobo",
  10215. "name": "fancy hobo",
  10216. "weight": 249,
  10217. "color": "yellow",
  10218. "addiction_type": "alcohol",
  10219. "use_action": "ALCOHOL",
  10220. "stim": -15,
  10221. "container": "bottle_glass",
  10222. "comestible_type": "DRINK",
  10223. "symbol": "~",
  10224. "quench": 25,
  10225. "healthy": -2,
  10226. "addiction_potential": 5,
  10227. "calories": 52,
  10228. "description": "This definitely tastes like a hobo drink.",
  10229. "price": 900,
  10230. "material": [ "alcohol", "junk" ],
  10231. "volume": 2,
  10232. "phase": "liquid",
  10233. "flags": [ "EATEN_COLD" ],
  10234. "freezing_point": -27,
  10235. "fun": 20
  10236. },
  10237. {
  10238. "type": "COMESTIBLE",
  10239. "id": "drink_kalimotxo",
  10240. "name": "kalimotxo",
  10241. "weight": 250,
  10242. "color": "red",
  10243. "addiction_type": "alcohol",
  10244. "use_action": "ALCOHOL",
  10245. "stim": -9,
  10246. "container": "bottle_glass",
  10247. "comestible_type": "DRINK",
  10248. "symbol": "~",
  10249. "quench": 25,
  10250. "healthy": -1,
  10251. "addiction_potential": 5,
  10252. "calories": 35,
  10253. "description": "Not as bad as some might imagine, this drink is pretty popular among young and/or poor people in some countries.",
  10254. "price": 800,
  10255. "material": [ "alcohol", "junk" ],
  10256. "volume": 2,
  10257. "phase": "liquid",
  10258. "charges": 2,
  10259. "flags": [ "EATEN_COLD" ],
  10260. "freezing_point": -22,
  10261. "fun": 20
  10262. },
  10263. {
  10264. "type": "COMESTIBLE",
  10265. "id": "drink_beeknees",
  10266. "name": "bee's knees",
  10267. "weight": 248,
  10268. "color": "yellow",
  10269. "addiction_type": "alcohol",
  10270. "use_action": "ALCOHOL_WEAK",
  10271. "stim": -11,
  10272. "container": "bottle_glass",
  10273. "comestible_type": "DRINK",
  10274. "symbol": "~",
  10275. "quench": 25,
  10276. "addiction_potential": 4,
  10277. "calories": 61,
  10278. "description": "This cocktail dates from the Prohibition era. Gin, honey and lemon in a delightful mix.",
  10279. "price": 850,
  10280. "material": [ "alcohol", "honey" ],
  10281. "volume": 2,
  10282. "phase": "liquid",
  10283. "flags": [ "EATEN_COLD" ],
  10284. "freezing_point": -22,
  10285. "fun": 20
  10286. },
  10287. {
  10288. "type": "COMESTIBLE",
  10289. "id": "drink_wsour",
  10290. "name": "whiskey sour",
  10291. "weight": 249,
  10292. "color": "yellow",
  10293. "addiction_type": "alcohol",
  10294. "use_action": "ALCOHOL",
  10295. "stim": -12,
  10296. "container": "bottle_glass",
  10297. "comestible_type": "DRINK",
  10298. "symbol": "~",
  10299. "quench": 25,
  10300. "healthy": -1,
  10301. "addiction_potential": 4,
  10302. "calories": 52,
  10303. "description": "A mixed drink made of whiskey and lemon juice.",
  10304. "price": 800,
  10305. "//": "Since includes non-alcohol lemonade, 250mL is the serving size, so priced as such.",
  10306. "material": "alcohol",
  10307. "volume": 2,
  10308. "phase": "liquid",
  10309. "flags": [ "EATEN_COLD" ],
  10310. "freezing_point": -22,
  10311. "fun": 20
  10312. },
  10313. {
  10314. "type": "COMESTIBLE",
  10315. "id": "milk_coffee",
  10316. "name": "coffee milk",
  10317. "weight": 259,
  10318. "color": "brown",
  10319. "addiction_type": "caffeine",
  10320. "spoils_in": 14,
  10321. "use_action": "CAFF",
  10322. "stim": 8,
  10323. "container": "jug_plastic",
  10324. "comestible_type": "DRINK",
  10325. "symbol": "~",
  10326. "quench": 40,
  10327. "addiction_potential": 2,
  10328. "calories": 69,
  10329. "description": "Coffee milk is pretty much the official morning drink among many countries.",
  10330. "price": 480,
  10331. "material": [ "milk", "water" ],
  10332. "volume": 2,
  10333. "phase": "liquid",
  10334. "charges": 2,
  10335. "fun": 10
  10336. },
  10337. {
  10338. "type": "COMESTIBLE",
  10339. "id": "milk_tea",
  10340. "name": "milk tea",
  10341. "weight": 259,
  10342. "color": "brown",
  10343. "spoils_in": 12,
  10344. "use_action": "CAFF",
  10345. "stim": 3,
  10346. "container": "jug_plastic",
  10347. "comestible_type": "DRINK",
  10348. "symbol": "~",
  10349. "quench": 40,
  10350. "healthy": 1,
  10351. "calories": 69,
  10352. "description": "Usually consumed in the mornings, milk tea is common among many countries.",
  10353. "price": 450,
  10354. "material": [ "milk", "water" ],
  10355. "volume": 2,
  10356. "phase": "liquid",
  10357. "charges": 2,
  10358. "fun": 10
  10359. },
  10360. {
  10361. "type": "COMESTIBLE",
  10362. "id": "chai_tea",
  10363. "name": "chai tea",
  10364. "name_plural": "chai tea",
  10365. "weight": 259,
  10366. "color": "brown",
  10367. "spoils_in": 12,
  10368. "use_action": "CAFF",
  10369. "stim": 3,
  10370. "container": "bottle_plastic",
  10371. "comestible_type": "DRINK",
  10372. "symbol": "~",
  10373. "quench": 40,
  10374. "healthy": 1,
  10375. "calories": 69,
  10376. "description": "A traditional south Asian mixed-spice tea with milk.",
  10377. "price": 475,
  10378. "material": [ "milk", "water" ],
  10379. "volume": 1,
  10380. "phase": "liquid",
  10381. "flags": [ "EATEN_HOT" ],
  10382. "fun": 14
  10383. },
  10384. {
  10385. "type": "COMESTIBLE",
  10386. "id": "tea_bark",
  10387. "name": "bark tea",
  10388. "weight": 251,
  10389. "color": "brown",
  10390. "use_action": "ANTIPARASITIC",
  10391. "container": "bottle_plastic",
  10392. "comestible_type": "DRINK",
  10393. "symbol": "~",
  10394. "quench": -35,
  10395. "description": "Often regarded as folk medicine in some countries, bark tea tastes awful and tends to dry you out, but can help flush out stomach or other gut bugs.",
  10396. "price": 1250,
  10397. "volume": 2,
  10398. "material": [ "water" ],
  10399. "phase": "liquid",
  10400. "flags": [ "EATEN_HOT" ],
  10401. "fun": -5
  10402. },
  10403. {
  10404. "type": "COMESTIBLE",
  10405. "id": "sandwich_cheese_grilled",
  10406. "name": "grilled cheese sandwich",
  10407. "name_plural": "grilled cheese sandwiches",
  10408. "weight": 188,
  10409. "color": "brown",
  10410. "spoils_in": 34,
  10411. "stim": 1,
  10412. "container": "wrapper",
  10413. "comestible_type": "FOOD",
  10414. "symbol": "%",
  10415. "quench": 1,
  10416. "calories": 608,
  10417. "description": "A delicious grilled cheese sandwich, because everything is better with melted cheese.",
  10418. "price": 550,
  10419. "material": [ "milk", "wheat" ],
  10420. "volume": 1,
  10421. "flags": [ "EATEN_HOT" ],
  10422. "fun": 10,
  10423. "rot_spawn": "GROUP_CARRION"
  10424. },
  10425. {
  10426. "type": "COMESTIBLE",
  10427. "id": "sandwich_dudeluxe",
  10428. "copy-from": "sandwich_deluxe",
  10429. "name": "dudeluxe sandwich",
  10430. "name_plural": "dudeluxe sandwiches",
  10431. "description": "A sandwich of human flesh, vegetables, and cheese with condiments. Feast upon the souls of your enemies and tasty garden greens!",
  10432. "material": [ "hflesh", "veggy", "wheat", "milk" ]
  10433. },
  10434. {
  10435. "type": "COMESTIBLE",
  10436. "id": "sandwich_deluxe",
  10437. "name": "deluxe sandwich",
  10438. "name_plural": "deluxe sandwiches",
  10439. "weight": 340,
  10440. "color": "brown",
  10441. "spoils_in": 32,
  10442. "stim": 1,
  10443. "container": "wrapper",
  10444. "comestible_type": "FOOD",
  10445. "symbol": "%",
  10446. "quench": 1,
  10447. "healthy": 1,
  10448. "calories": 330,
  10449. "description": "A sandwich of meat, vegetables, and cheese with condiments. Tasty and nutritious!",
  10450. "price": 1200,
  10451. "material": [ "flesh", "veggy", "wheat", "milk" ],
  10452. "volume": 1,
  10453. "charges": 4,
  10454. "fun": 12,
  10455. "rot_spawn": "GROUP_CARRION"
  10456. },
  10457. {
  10458. "type": "COMESTIBLE",
  10459. "id": "sandwich_cucumber",
  10460. "name": "cucumber sandwich",
  10461. "name_plural": "cucumber sandwiches",
  10462. "weight": 187,
  10463. "color": "light_green",
  10464. "spoils_in": 36,
  10465. "container": "wrapper",
  10466. "comestible_type": "FOOD",
  10467. "symbol": "%",
  10468. "quench": 2,
  10469. "healthy": 1,
  10470. "calories": 226,
  10471. "description": "A refreshing cucumber sandwich. Not very filling, but quite tasty.",
  10472. "price": 200,
  10473. "volume": 1,
  10474. "charges": 2,
  10475. "material": [ "wheat", "veggy" ],
  10476. "flags": [ "EATEN_COLD" ],
  10477. "fun": 8,
  10478. "rot_spawn": "GROUP_ROTTING_PLANT"
  10479. },
  10480. {
  10481. "type": "COMESTIBLE",
  10482. "id": "sandwich_cheese",
  10483. "name": "cheese sandwich",
  10484. "name_plural": "cheese sandwiches",
  10485. "weight": 187,
  10486. "color": "brown",
  10487. "spoils_in": 36,
  10488. "stim": 1,
  10489. "container": "wrapper",
  10490. "comestible_type": "FOOD",
  10491. "symbol": "%",
  10492. "calories": 564,
  10493. "description": "A simple cheese sandwich.",
  10494. "price": 500,
  10495. "material": [ "milk", "wheat" ],
  10496. "volume": 1,
  10497. "fun": 8,
  10498. "rot_spawn": "GROUP_CARRION"
  10499. },
  10500. {
  10501. "type": "COMESTIBLE",
  10502. "id": "sandwich_jam",
  10503. "name": "jam sandwich",
  10504. "name_plural": "jam sandwiches",
  10505. "weight": 189,
  10506. "color": "brown",
  10507. "spoils_in": 37,
  10508. "container": "wrapper",
  10509. "comestible_type": "FOOD",
  10510. "symbol": "%",
  10511. "quench": 1,
  10512. "calories": 434,
  10513. "description": "A delicious jam sandwich.",
  10514. "price": 200,
  10515. "material": [ "fruit", "wheat" ],
  10516. "volume": 1,
  10517. "fun": 15,
  10518. "rot_spawn": "GROUP_ROTTING_PLANT"
  10519. },
  10520. {
  10521. "type": "COMESTIBLE",
  10522. "id": "sandwich_honey",
  10523. "name": "honey sandwich",
  10524. "name_plural": "honey sandwiches",
  10525. "weight": 189,
  10526. "color": "brown",
  10527. "spoils_in": 240,
  10528. "container": "wrapper",
  10529. "comestible_type": "FOOD",
  10530. "symbol": "%",
  10531. "quench": 1,
  10532. "healthy": 1,
  10533. "calories": 434,
  10534. "description": "A delicious honey sandwich.",
  10535. "price": 500,
  10536. "material": [ "honey", "wheat" ],
  10537. "volume": 1,
  10538. "fun": 10,
  10539. "rot_spawn": "GROUP_ROTTING_PLANT"
  10540. },
  10541. {
  10542. "type": "COMESTIBLE",
  10543. "id": "sandwich_sauce",
  10544. "name": "boring sandwich",
  10545. "name_plural": "boring sandwiches",
  10546. "weight": 187,
  10547. "color": "brown",
  10548. "spoils_in": 46,
  10549. "container": "wrapper",
  10550. "comestible_type": "FOOD",
  10551. "symbol": "%",
  10552. "quench": 1,
  10553. "calories": 417,
  10554. "description": "A simple sauce sandwich. Not very filling but beats eating just the bread.",
  10555. "price": 200,
  10556. "material": "wheat",
  10557. "volume": 1,
  10558. "fun": 2,
  10559. "rot_spawn": "GROUP_ROTTING_PLANT"
  10560. },
  10561. {
  10562. "type": "COMESTIBLE",
  10563. "id": "wastebread",
  10564. "name": "wastebread",
  10565. "weight": 31,
  10566. "color": "white",
  10567. "spoils_in": 990,
  10568. "comestible_type": "FOOD",
  10569. "symbol": "%",
  10570. "quench": -3,
  10571. "healthy": -1,
  10572. "calories": 148,
  10573. "description": "Flour is a commodity these days and to deal with that, most survivors resort to mix it with leftovers of other ingredients and bake it all into bread. It's filling, and that's what matters.",
  10574. "price": 2000,
  10575. "material": [ "junk", "wheat" ],
  10576. "volume": 1,
  10577. "charges": 10,
  10578. "stack_size": 20,
  10579. "flags": [ "EATEN_HOT" ],
  10580. "fun": -1,
  10581. "vitamins": [ [ "calcium", 1 ] ],
  10582. "rot_spawn": "GROUP_ROTTING_PLANT"
  10583. },
  10584. {
  10585. "type": "COMESTIBLE",
  10586. "id": "honey_gold",
  10587. "name": "honeygold brew",
  10588. "weight": 259,
  10589. "color": "yellow",
  10590. "use_action": "ALCOHOL_WEAK",
  10591. "stim": 1,
  10592. "container": "jug_plastic",
  10593. "comestible_type": "DRINK",
  10594. "symbol": "~",
  10595. "quench": 20,
  10596. "healthy": 2,
  10597. "calories": 347,
  10598. "description": "A mixed drink containing all the advantages of its ingredients and none of their disadvantages. It tastes great and it's a good source of nourishment.",
  10599. "price": 350,
  10600. "material": [ "alcohol", "honey" ],
  10601. "volume": 2,
  10602. "phase": "liquid",
  10603. "charges": 2,
  10604. "flags": [ "EATEN_COLD" ],
  10605. "fun": 10
  10606. },
  10607. {
  10608. "type": "COMESTIBLE",
  10609. "id": "honey_ant",
  10610. "name": "honey ball",
  10611. "weight": 31,
  10612. "color": "yellow",
  10613. "addiction_type": "alcohol",
  10614. "use_action": "ALCOHOL_WEAK",
  10615. "stim": 1,
  10616. "comestible_type": "DRINK",
  10617. "symbol": "%",
  10618. "quench": 8,
  10619. "healthy": 1,
  10620. "addiction_potential": 1,
  10621. "calories": 130,
  10622. "description": "Droplet shaped ant food. It's like a thick balloon the size of a baseball, filled with sticky liquid. Unlike bee honey, this has mostly a sour taste, probably because ants feed upon a variety of things.",
  10623. "price": 1000,
  10624. "material": [ "junk", "honey" ],
  10625. "volume": 1,
  10626. "stack_size": 20,
  10627. "fun": -1
  10628. },
  10629. {
  10630. "type": "COMESTIBLE",
  10631. "id": "pelmeni",
  10632. "name": "pelmeni",
  10633. "weight": 452,
  10634. "color": "light_red",
  10635. "spoils_in": 48,
  10636. "container": "can_food",
  10637. "comestible_type": "FOOD",
  10638. "symbol": "%",
  10639. "calories": 417,
  10640. "description": "Delicious cooked dumplings consisting of a meat filling wrapped in thin dough.",
  10641. "price": 350,
  10642. "material": [ "flesh", "wheat" ],
  10643. "volume": 1,
  10644. "charges": 2,
  10645. "flags": [ "EATEN_HOT" ],
  10646. "fun": 6,
  10647. "rot_spawn": "GROUP_CARRION"
  10648. },
  10649. {
  10650. "type": "COMESTIBLE",
  10651. "id": "thyme",
  10652. "name": "thyme",
  10653. "description": "A stalk of thyme. Smells delicious.",
  10654. "comestible_type": "FOOD",
  10655. "calories": 9,
  10656. "fun": -4,
  10657. "weight": 40,
  10658. "to_hit": -3,
  10659. "color": "magenta",
  10660. "symbol": ",",
  10661. "material": [ "veggy" ],
  10662. "volume": 1,
  10663. "price": 0
  10664. },
  10665. {
  10666. "type": "COMESTIBLE",
  10667. "id": "canola",
  10668. "name": "canola",
  10669. "description": "A pretty stalk of canola. Its seeds can be pressed into oil.",
  10670. "comestible_type": "FOOD",
  10671. "calories": 9,
  10672. "fun": -8,
  10673. "weight": 40,
  10674. "to_hit": -3,
  10675. "color": "magenta",
  10676. "symbol": ",",
  10677. "material": [ "veggy" ],
  10678. "volume": 1,
  10679. "price": 0
  10680. },
  10681. {
  10682. "type": "COMESTIBLE",
  10683. "id": "dogbane",
  10684. "name": "dogbane",
  10685. "description": "A stalk of dogbane. It has very fibrous stems and is mildly poisonous.",
  10686. "comestible_type": "FOOD",
  10687. "use_action": "BLECH",
  10688. "calories": 9,
  10689. "fun": -15,
  10690. "healthy": -2,
  10691. "weight": 40,
  10692. "to_hit": -3,
  10693. "color": "magenta",
  10694. "symbol": ",",
  10695. "material": [ "veggy" ],
  10696. "volume": 1,
  10697. "price": 0
  10698. },
  10699. {
  10700. "type": "COMESTIBLE",
  10701. "id": "bee_balm",
  10702. "name": "bee balm",
  10703. "description": "A snow-white flower also known as wild bergamot. Smells faintly of mint.",
  10704. "comestible_type": "FOOD",
  10705. "calories": 9,
  10706. "fun": -5,
  10707. "weight": 40,
  10708. "to_hit": -3,
  10709. "color": "white",
  10710. "symbol": ",",
  10711. "material": [ "veggy" ],
  10712. "volume": 1,
  10713. "price": 0
  10714. },
  10715. {
  10716. "type": "COMESTIBLE",
  10717. "id": "bee_balm_tea",
  10718. "name": "bee balm tea",
  10719. "name_plural": "bee balm tea",
  10720. "weight": 256,
  10721. "color": "green",
  10722. "use_action": "FLUMED",
  10723. "spoils_in": 240,
  10724. "stim": 1,
  10725. "container": "bottle_plastic",
  10726. "comestible_type": "DRINK",
  10727. "symbol": "~",
  10728. "quench": 34,
  10729. "healthy": 1,
  10730. "calories": 17,
  10731. "description": "A healthy beverage made from bee balm steeped in boiling water. Can be used to reduce negative effects of common cold or flu.",
  10732. "price": 100,
  10733. "volume": 1,
  10734. "material": [ "water" ],
  10735. "phase": "liquid",
  10736. "flags": [ "EATEN_HOT" ],
  10737. "fun": 1
  10738. },
  10739. {
  10740. "type": "COMESTIBLE",
  10741. "id": "mugwort",
  10742. "name": "mugwort",
  10743. "description": "A stalk of mugwort. Smells wonderful.",
  10744. "comestible_type": "FOOD",
  10745. "spoils_in": 240,
  10746. "calories": 9,
  10747. "fun": -8,
  10748. "weight": 40,
  10749. "to_hit": -3,
  10750. "color": "magenta",
  10751. "symbol": ",",
  10752. "material": [ "veggy" ],
  10753. "volume": 1,
  10754. "price": 0
  10755. },
  10756. {
  10757. "type": "COMESTIBLE",
  10758. "id": "eggnog",
  10759. "name": "eggnog",
  10760. "weight": 258,
  10761. "color": "white",
  10762. "spoils_in": 8,
  10763. "container": "bottle_glass",
  10764. "comestible_type": "DRINK",
  10765. "symbol": "~",
  10766. "quench": 25,
  10767. "calories": 391,
  10768. "description": "Smooth and rich, this spoon-coating mix of milk, cream, and eggs is a popular traditional holiday drink. While often spiked, it is still delicious on its own. Meant to be stored cold, it will spoil rapidly.",
  10769. "price": 40,
  10770. "material": [ "milk", "egg" ],
  10771. "volume": 1,
  10772. "phase": "liquid",
  10773. "charges": 2,
  10774. "flags": [ "EATEN_COLD", "FREEZERBURN" ],
  10775. "fun": 15
  10776. },
  10777. {
  10778. "type": "COMESTIBLE",
  10779. "id": "eggnog_spiked",
  10780. "name": "spiked eggnog",
  10781. "weight": 258,
  10782. "color": "white",
  10783. "addiction_type": "alcohol",
  10784. "use_action": "ALCOHOL",
  10785. "stim": -10,
  10786. "container": "bottle_glass",
  10787. "comestible_type": "DRINK",
  10788. "symbol": "~",
  10789. "quench": 25,
  10790. "healthy": -1,
  10791. "addiction_potential": 5,
  10792. "calories": 391,
  10793. "description": "Smooth and rich, this spoon-coating mixture of milk, cream, eggs, and booze is a popular traditional holiday drink. Having been fortified with alcohol, it will keep for a long time.",
  10794. "price": 45,
  10795. "//": "A 12-charge gallon currently goes for around US$4, and eggnog is a bit more expensive than that.",
  10796. "material": [ "milk", "alcohol", "egg" ],
  10797. "volume": 1,
  10798. "phase": "liquid",
  10799. "charges": 2,
  10800. "flags": [ "EATEN_COLD", "FREEZERBURN" ],
  10801. "fun": 20,
  10802. "freezing_point": 12
  10803. },
  10804. {
  10805. "id": "hot_chocolate",
  10806. "type": "COMESTIBLE",
  10807. "category": "food",
  10808. "name": "hot chocolate",
  10809. "name_plural": "hot chocolate",
  10810. "description": "Also known as hot cocoa, this heated chocolate beverage is perfect for a cold winter day.",
  10811. "weight": 263,
  10812. "volume": 1,
  10813. "price": 285,
  10814. "phase": "liquid",
  10815. "container": "bottle_plastic",
  10816. "material": [ "milk", "junk" ],
  10817. "symbol": "~",
  10818. "color": "brown",
  10819. "comestible_type": "DRINK",
  10820. "calories": 78,
  10821. "quench": 35,
  10822. "fun": 8,
  10823. "spoils_in": 24,
  10824. "flags": [ "EATEN_HOT" ]
  10825. },
  10826. {
  10827. "id": "mex_chocolate",
  10828. "type": "COMESTIBLE",
  10829. "category": "food",
  10830. "name": "Mexican hot chocolate",
  10831. "name_plural": "Mexican hot chocolate",
  10832. "description": "This semi-bitter chocolate drink made from cocoa, cinnamon, and chilies, traces its history to the Maya and Aztecs. Perfect for a cold winter day.",
  10833. "weight": 263,
  10834. "volume": 1,
  10835. "price": 335,
  10836. "phase": "liquid",
  10837. "container": "bottle_plastic",
  10838. "material": [ "milk", "junk" ],
  10839. "symbol": "~",
  10840. "color": "brown",
  10841. "comestible_type": "DRINK",
  10842. "calories": 78,
  10843. "quench": 35,
  10844. "fun": 10,
  10845. "spoils_in": 24,
  10846. "flags": [ "EATEN_HOT" ]
  10847. },
  10848. {
  10849. "id": "sausage_wasteland",
  10850. "copy-from": "offal",
  10851. "type": "COMESTIBLE",
  10852. "name": "wasteland sausage",
  10853. "description": "Lean sausage made from heavily salt-cured offal, with natural gut casing. Waste not, want not.",
  10854. "charges": 6,
  10855. "parasites": 0,
  10856. "healthy": 0,
  10857. "spoils_in": 1176,
  10858. "quench": -7,
  10859. "fun": -3,
  10860. "proportional": { "calories": 1.6, "vitamins": [ [ "vitA", 0.64 ] ] },
  10861. "flags": [ "SMOKED" ]
  10862. },
  10863. {
  10864. "id": "sausage_wasteland_raw",
  10865. "copy-from": "offal",
  10866. "type": "COMESTIBLE",
  10867. "name": "raw wasteland sausage",
  10868. "description": "Lean raw sausage made from heavily salt-cured offal, ready to be smoked.",
  10869. "charges": 6,
  10870. "parasites": 32,
  10871. "healthy": 0,
  10872. "quench": -7,
  10873. "fun": -10,
  10874. "proportional": { "calories": 1.6, "vitamins": [ [ "vitA", 0.64 ] ] },
  10875. "flags": [ "SMOKABLE" ]
  10876. },
  10877. {
  10878. "id": "brownie_weed",
  10879. "type": "COMESTIBLE",
  10880. "comestible_type": "FOOD",
  10881. "name": "'special' brownie",
  10882. "description": "This is definitely not how grandma used to bake them.",
  10883. "weight": 56,
  10884. "volume": 3,
  10885. "price": 5000,
  10886. "charges": 8,
  10887. "material": "wheat",
  10888. "symbol": "%",
  10889. "color": "brown",
  10890. "calories": 174,
  10891. "fun": 15,
  10892. "spoils_in": 420,
  10893. "use_action": "WEED_BROWNIE",
  10894. "flags": [ "EATEN_HOT" ]
  10895. },
  10896. {
  10897. "type": "COMESTIBLE",
  10898. "comestible_type": "FOOD",
  10899. "id": "jabberwock_heart",
  10900. "name": "putrid heart",
  10901. "weight": 4535,
  10902. "color": "black_red",
  10903. "symbol": "%",
  10904. "healthy": -10,
  10905. "calories": 347,
  10906. "quench": 20,
  10907. "description": "A thick, hulking mass of flesh superficially resembling a mammalian heart, covered in ribbed grooves and easily the size of your head. It's still full of, er, whatever passes for blood in jabberwocks, and is heavy in your hands. After everything you've seen lately, you can't help but remember old sayings about eating the hearts of your enemies...",
  10908. "price": 6500,
  10909. "material": [ "flesh" ],
  10910. "volume": 4,
  10911. "fun": -25,
  10912. "use_action": { "type": "mutagen", "mutation_category": "BEAST", "is_strong": true }
  10913. },
  10914. {
  10915. "type": "COMESTIBLE",
  10916. "comestible_type": "FOOD",
  10917. "id": "jabberwock_heart_desiccated",
  10918. "name": "desiccated putrid heart",
  10919. "weight": 1360,
  10920. "color": "black_red",
  10921. "symbol": "%",
  10922. "healthy": -5,
  10923. "calories": 217,
  10924. "description": "A huge strip of muscle - all that remains of a putrid heart that has been sliced open and drained of blood. It could be eaten if you're hungry, but looks *disgusting*.",
  10925. "price": 1000,
  10926. "material": [ "flesh" ],
  10927. "volume": 1,
  10928. "fun": -30
  10929. }
  10930. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement