1[
2  {
3    "id": "melatonin_tablet",
4    "type": "COMESTIBLE",
5    "comestible_type": "MED",
6    "name": { "str": "melatonin tablet" },
7    "description": "Over-the-counter melatonin supplements, commonly prescribed to treat sleep deprivation and to mitigate its effects.  One tablet a day combined with a good night's sleep will help you recover faster.",
8    "weight": "1 g",
9    "volume": "250 ml",
10    "price": 400,
11    "price_postapoc": 1000,
12    "stack_size": 30,
13    "symbol": "!",
14    "color": "yellow",
15    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
16    "use_action": {
17      "type": "consume_drug",
18      "activation_message": "You pop a melatonin tablet.",
19      "effects": [ { "id": "melatonin", "duration": "16 h" } ]
20    }
21  },
22  {
23    "id": "adderall",
24    "type": "COMESTIBLE",
25    "comestible_type": "MED",
26    "name": { "str_sp": "prescription stimulant" },
27    "description": "Medical grade amphetamine salts mixed with Dextroamphetamine salts, commonly prescribed to treat hyperactive attention deficits.  It suppresses the appetite, and is quite addictive.",
28    "weight": "1 g",
29    "volume": "250 ml",
30    "price": 14500,
31    "price_postapoc": 1500,
32    "charges": 10,
33    "stack_size": 200,
34    "symbol": "!",
35    "color": "light_red",
36    "stim": 24,
37    "fun": 10,
38    "addiction_potential": 10,
39    "addiction_type": "amphetamine",
40    "flags": [ "NPC_SAFE", "IRREPLACEABLE_CONSUMABLE" ],
41    "use_action": { "type": "consume_drug", "activation_message": "You take some stimulants." }
42  },
43  {
44    "id": "adhesive_bandages",
45    "type": "COMESTIBLE",
46    "comestible_type": "MED",
47    "name": { "str": "adhesive bandage" },
48    "description": "A set of small medical dressings, each made of a piece of sterile cloth and a sticky tape, used for small injuries not serious enough to require a full-size bandage.",
49    "weight": "40 g",
50    "volume": "150 ml",
51    "price": 600,
52    "price_postapoc": 200,
53    "material": "cotton",
54    "symbol": "!",
55    "color": "white",
56    "charges": 10,
57    "flags": [ "NO_INGEST" ],
58    "use_action": { "type": "heal", "bandages_power": 1, "bleed": 4, "move_cost": 200 }
59  },
60  {
61    "id": "adrenaline_injector",
62    "type": "COMESTIBLE",
63    "comestible_type": "MED",
64    "name": { "str": "epinephrine autoinjector" },
65    "description": "A syringe filled with a shot of epinephrine, also called adrenalin.  It serves as a powerful stimulant when you inject yourself with it.  Asthmatics can use it in an emergency to clear their asthma.",
66    "weight": "12 g",
67    "volume": "10ml",
68    "price": 3400,
69    "price_postapoc": 1000,
70    "material": [ "plastic" ],
71    "symbol": "!",
72    "color": "pink",
73    "stim": 29,
74    "use_action": {
75      "type": "consume_drug",
76      "activation_message": "You inject yourself with the injector.",
77      "effects": [ { "id": "pkill2", "duration": 480 } ]
78    },
79    "flags": [ "NO_INGEST", "IRREPLACEABLE_CONSUMABLE" ]
80  },
81  {
82    "id": "antibiotics",
83    "type": "COMESTIBLE",
84    "comestible_type": "MED",
85    "name": { "str_sp": "antibiotics" },
86    "description": "An antibacterial medication designed to prevent or stop the spread of infection.  It's the safest way to cure any infections you might have.  One dose lasts twelve hours.",
87    "weight": "1 g",
88    "volume": "250 ml",
89    "price": 9000,
90    "price_postapoc": 40000,
91    "charges": 15,
92    "stack_size": 200,
93    "symbol": "!",
94    "color": "white",
95    "use_action": [ "ANTIBIOTIC" ],
96    "flags": [ "NPC_SAFE", "IRREPLACEABLE_CONSUMABLE" ]
97  },
98  {
99    "id": "antifungal",
100    "type": "COMESTIBLE",
101    "comestible_type": "MED",
102    "name": { "str": "antifungal drug" },
103    "description": "Powerful chemical tablets designed to eliminate fungal infections in living creatures.  One dose lasts four hours.",
104    "weight": "1 g",
105    "volume": "250 ml",
106    "price": 1000,
107    "price_postapoc": 20000,
108    "charges": 5,
109    "stack_size": 100,
110    "material": [ "powder" ],
111    "symbol": "!",
112    "color": "white",
113    "use_action": [ "ANTIFUNGAL" ],
114    "flags": [ "NPC_SAFE", "IRREPLACEABLE_CONSUMABLE" ]
115  },
116  {
117    "id": "antiparasitic",
118    "type": "COMESTIBLE",
119    "comestible_type": "MED",
120    "name": { "str_sp": "antiparasitic drug" },
121    "description": "Broad spectrum chemical tablets designed to eliminate parasitic infestations in living creatures.  Though designed for use on pets and livestock, it will likely work on humans as well.",
122    "weight": "1 g",
123    "volume": "250 ml",
124    "price": 3200,
125    "price_postapoc": 20000,
126    "charges": 5,
127    "stack_size": 100,
128    "material": [ "powder" ],
129    "symbol": "!",
130    "color": "white",
131    "healthy": -5,
132    "use_action": [ "ANTIPARASITIC" ],
133    "flags": [ "NPC_SAFE", "IRREPLACEABLE_CONSUMABLE" ]
134  },
135  {
136    "id": "aspirin",
137    "type": "COMESTIBLE",
138    "comestible_type": "MED",
139    "name": { "str": "aspirin" },
140    "description": "Acetylsalicylic acid, a mild anti-inflammatory.  Take to relieve pain and swelling.",
141    "weight": "1 g",
142    "volume": "250 ml",
143    "price": 500,
144    "price_postapoc": 5000,
145    "charges": 20,
146    "stack_size": 200,
147    "material": [ "powder" ],
148    "symbol": "!",
149    "color": "white",
150    "healthy": -1,
151    "use_action": {
152      "type": "consume_drug",
153      "activation_message": "You take some aspirin.",
154      "effects": [ { "id": "pkill1", "duration": 720 } ]
155    }
156  },
157  {
158    "id": "bandages",
159    "type": "COMESTIBLE",
160    "comestible_type": "MED",
161    "name": { "str": "bandage" },
162    "description": "Simple cloth bandages.  Used for stopping bloodloss and protecting wounds from external factors.",
163    "weight": "70 g",
164    "volume": "250 ml",
165    "price": 600,
166    "price_postapoc": 200,
167    "material": [ "cotton" ],
168    "symbol": "!",
169    "color": "white",
170    "charges": 3,
171    "stack_size": 9,
172    "flags": [ "NO_INGEST" ],
173    "use_action": { "type": "heal", "bandages_power": 4, "bleed": 15, "move_cost": 300 }
174  },
175  {
176    "id": "bandages_makeshift",
177    "type": "COMESTIBLE",
178    "name": { "str": "makeshift bandage" },
179    "copy-from": "bandages",
180    "description": "Simple cloth bandages.  Better than nothing.",
181    "price_postapoc": 100,
182    "flags": [ "NO_INGEST" ],
183    "use_action": { "type": "heal", "bandages_power": 2, "bleed": 10, "move_cost": 300 }
184  },
185  {
186    "id": "bandages_makeshift_bleached",
187    "type": "COMESTIBLE",
188    "name": { "str": "bleached makeshift bandage" },
189    "copy-from": "bandages",
190    "description": "Simple cloth bandages.  It is white, as real bandages should be.",
191    "price_postapoc": 150,
192    "flags": [ "NO_INGEST" ],
193    "use_action": { "type": "heal", "bandages_power": 3, "bleed": 10, "move_cost": 300 }
194  },
195  {
196    "id": "bandages_makeshift_boiled",
197    "type": "COMESTIBLE",
198    "name": { "str": "boiled makeshift bandage" },
199    "copy-from": "bandages",
200    "description": "Simple cloth bandages.  It was boiled to make it more sterile.",
201    "price_postapoc": 150,
202    "flags": [ "NO_INGEST" ],
203    "use_action": { "type": "heal", "bandages_power": 3, "bleed": 10, "move_cost": 300 }
204  },
205  {
206    "id": "bfipowder",
207    "type": "COMESTIBLE",
208    "comestible_type": "MED",
209    "name": { "str_sp": "antiseptic powder" },
210    "description": "A powdered form of chemical antiseptic, this bismuth formic iodide cleans wounds quickly and painlessly.",
211    "weight": "6 g",
212    "volume": "250 ml",
213    "price": 900,
214    "price_postapoc": 4000,
215    "charges": 4,
216    "stack_size": 40,
217    "material": [ "powder" ],
218    "symbol": "!",
219    "color": "white",
220    "container": "bottle_plastic_small",
221    "flags": [ "NO_INGEST", "IRREPLACEABLE_CONSUMABLE" ],
222    "use_action": { "type": "heal", "disinfectant_power": 4, "bite": 0.95, "move_cost": 100 }
223  },
224  {
225    "id": "caff_gum",
226    "type": "COMESTIBLE",
227    "comestible_type": "MED",
228    "name": { "str": "caffeinated chewing gum" },
229    "description": "Sugar-free chewing gum with added caffeine, it's a nice pick-me-up.",
230    "category": "drugs",
231    "weight": "3 g",
232    "volume": "250 ml",
233    "price": 140,
234    "price_postapoc": 5000,
235    "charges": 10,
236    "stack_size": 100,
237    "symbol": "*",
238    "color": "white",
239    "stim": 10,
240    "fun": 1,
241    "flags": [ "NO_INGEST" ],
242    "use_action": [ "CHEW" ]
243  },
244  {
245    "id": "caffeine",
246    "type": "COMESTIBLE",
247    "comestible_type": "MED",
248    "name": { "str": "caffeine pill" },
249    "description": "No-doz brand caffeine pills, maximum strength.  Useful in pulling an all-nighter, each pill is equivalent to a strong cup of coffee.",
250    "weight": "100 mg",
251    "volume": "250 ml",
252    "price": 1000,
253    "price_postapoc": 1500,
254    "charges": 10,
255    "stack_size": 200,
256    "material": [ "powder" ],
257    "symbol": "!",
258    "color": "cyan",
259    "stim": 12,
260    "addiction_potential": 3,
261    "addiction_type": "caffeine",
262    "use_action": { "type": "consume_drug", "activation_message": "You take a caffeine pill." },
263    "fatigue_mod": 9
264  },
265  {
266    "id": "chaw",
267    "type": "COMESTIBLE",
268    "comestible_type": "MED",
269    "name": { "str": "chewing tobacco" },
270    "description": "Mint flavored chewing tobacco.  While still absolutely terrible for your health, it was once a favorite amongst baseball players, cowboys, and other macho types.",
271    "weight": "4 g",
272    "volume": "250 ml",
273    "price": 2000,
274    "price_postapoc": 1500,
275    "charges": 20,
276    "stack_size": 60,
277    "symbol": "*",
278    "color": "green",
279    "container": "wrapper",
280    "quench": 1,
281    "stim": 2,
282    "healthy": -1,
283    "fun": 4,
284    "addiction_potential": 40,
285    "addiction_type": "nicotine",
286    "flags": [ "NO_INGEST" ],
287    "use_action": [ "CHEW" ]
288  },
289  {
290    "id": "chem_hydrogen_peroxide",
291    "type": "COMESTIBLE",
292    "comestible_type": "MED",
293    "name": { "str_sp": "hydrogen peroxide" },
294    "description": "Dilute hydrogen peroxide, for use as an antiseptic and for bleaching hair or textiles.  Foams a little when in contact with organic matter, but otherwise harmless.",
295    "weight": "28 g",
296    "volume": "250 ml",
297    "price": 100,
298    "price_postapoc": 500,
299    "charges": 10,
300    "symbol": "~",
301    "color": "white",
302    "phase": "liquid",
303    "container": "bottle_plastic_small",
304    "flags": [ "NO_INGEST" ],
305    "use_action": { "type": "heal", "disinfectant_power": 4, "bite": 0.95, "move_cost": 100 }
306  },
307  {
308    "id": "cig",
309    "type": "COMESTIBLE",
310    "comestible_type": "MED",
311    "name": { "str": "cigarette" },
312    "description": "A mixture of dried tobacco leaf, pesticides, and chemical additives, rolled into a filtered paper tube.  Stimulates mental acuity and reduces appetite.  Highly addictive and hazardous to health.",
313    "weight": "1 g",
314    "volume": "250 ml",
315    "price": 800,
316    "price_postapoc": 1750,
317    "charges": 20,
318    "stack_size": 60,
319    "symbol": "!",
320    "color": "dark_gray",
321    "container": "box_cigarette",
322    "stim": 1,
323    "healthy": -2,
324    "fun": 5,
325    "addiction_potential": 50,
326    "addiction_type": "nicotine",
327    "flags": [ "NO_INGEST", "IRREPLACEABLE_CONSUMABLE" ],
328    "use_action": [ "SMOKING" ]
329  },
330  {
331    "id": "cigar",
332    "type": "COMESTIBLE",
333    "comestible_type": "MED",
334    "name": { "str": "cigar" },
335    "description": "Rolled, cured tobacco leaf, addictive and hazardous to health.\nA gentleman's vice, cigars set the civil man apart from the savage.",
336    "weight": "9 g",
337    "volume": "250 ml",
338    "price": 1000,
339    "price_postapoc": 500,
340    "charges": 5,
341    "symbol": "!",
342    "color": "brown",
343    "stim": 1,
344    "healthy": -1,
345    "fun": 15,
346    "addiction_potential": 50,
347    "addiction_type": "nicotine",
348    "flags": [ "NO_INGEST", "IRREPLACEABLE_CONSUMABLE" ],
349    "use_action": [ "SMOKING" ]
350  },
351  {
352    "id": "chloroform_rag",
353    "type": "COMESTIBLE",
354    "comestible_type": "MED",
355    "name": { "str": "chloroform soaked rag" },
356    "description": "A debug item that lets you put NPCs (or yourself) to sleep.",
357    "weight": "240 g",
358    "volume": "250 ml",
359    "price": 3000,
360    "price_postapoc": 250,
361    "material": [ "cotton" ],
362    "symbol": "!",
363    "color": "red",
364    "flags": [ "NO_INGEST" ],
365    "use_action": { "type": "consume_drug", "moves": 100, "effects": [ { "id": "sleep", "duration": 1000 } ], "used_up_item": "rag" }
366  },
367  {
368    "id": "codeine",
369    "type": "COMESTIBLE",
370    "comestible_type": "MED",
371    "name": { "str_sp": "codeine" },
372    "description": "A mild opiate used in the suppression of pain, cough, and other ailments.  While relatively weak for a narcotic, it is still addictive, with a potential for overdose.",
373    "weight": "1 g",
374    "volume": "250 ml",
375    "price": 1200,
376    "price_postapoc": 3000,
377    "charges": 10,
378    "stack_size": 200,
379    "symbol": "!",
380    "color": "cyan",
381    "stim": -2,
382    "fun": 10,
383    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
384    "addiction_potential": 10,
385    "addiction_type": "opiate",
386    "use_action": {
387      "type": "consume_drug",
388      "activation_message": "You take some codeine.",
389      "effects": [ { "id": "pkill2", "duration": 1080 }, { "id": "cough_suppress", "duration": 1000 } ]
390    }
391  },
392  {
393    "id": "coke",
394    "type": "COMESTIBLE",
395    "comestible_type": "MED",
396    "name": { "str_sp": "cocaine" },
397    "description": "Crystalline extract of the coca leaf, or at least, a white powder with some of that in it.  A topical analgesic, it is more commonly used for its stimulatory properties.  Highly addictive.",
398    "weight": "1 g",
399    "volume": "250 ml",
400    "price": 10000,
401    "price_postapoc": 5000,
402    "charges": 8,
403    "stack_size": 100,
404    "material": [ "powder" ],
405    "symbol": "!",
406    "color": "white",
407    "container": "bag_zipper",
408    "stim": 20,
409    "healthy": -2,
410    "fun": 25,
411    "addiction_potential": 50,
412    "addiction_type": "cocaine",
413    "flags": [ "NO_INGEST", "IRREPLACEABLE_CONSUMABLE" ],
414    "use_action": [ "COKE" ]
415  },
416  {
417    "type": "COMESTIBLE",
418    "id": "cola_meth",
419    "name": { "str": "methacola" },
420    "category": "drugs",
421    "weight": "61 g",
422    "color": "brown",
423    "addiction_type": "amphetamine",
424    "fatigue_mod": 60,
425    "stim": 20,
426    "container": "bottle_glass",
427    "comestible_type": "DRINK",
428    "symbol": "~",
429    "quench": 15,
430    "healthy": -8,
431    "addiction_potential": 60,
432    "calories": 49,
433    "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.",
434    "price": 9000,
435    "price_postapoc": 300,
436    "material": [ "junk" ],
437    "volume": "250 ml",
438    "phase": "liquid",
439    "charges": 4,
440    "flags": [ "EATEN_COLD" ],
441    "freezing_point": -49,
442    "fun": 30
443  },
444  {
445    "id": "contacts",
446    "type": "COMESTIBLE",
447    "comestible_type": "MED",
448    "name": { "str": "pair of contact lenses", "str_pl": "pairs of contact lenses" },
449    "description": "A pair of extended wear contacts with soft lenses designed to be discarded after a week of use.  They are a great replacement to wearing glasses and sit comfortably on the surface of the eye.",
450    "weight": "1 g",
451    "volume": "250 ml",
452    "price": 2600,
453    "price_postapoc": 9000,
454    "charges": 6,
455    "stack_size": 36,
456    "material": [ "plastic" ],
457    "symbol": "[",
458    "color": "cyan",
459    "use_action": [ "CONTACTS" ],
460    "flags": [ "NO_INGEST", "NPC_SAFE", "IRREPLACEABLE_CONSUMABLE" ]
461  },
462  {
463    "id": "cotton_ball",
464    "type": "COMESTIBLE",
465    "comestible_type": "MED",
466    "name": { "str_sp": "cotton balls" },
467    "description": "Fluffy balls of clean white cotton.  Can serve as makeshift bandages in an emergency.",
468    "category": "spare_parts",
469    "weight": "22 g",
470    "volume": "250 ml",
471    "price": 500,
472    "price_postapoc": 50,
473    "charges": 10,
474    "material": [ "cotton" ],
475    "symbol": "*",
476    "color": "white",
477    "container": "bag_plastic",
478    "flags": [ "NO_INGEST" ],
479    "use_action": { "type": "heal", "bandages_power": 2, "bleed": 3, "move_cost": 300 }
480  },
481  {
482    "id": "crack",
483    "type": "COMESTIBLE",
484    "comestible_type": "MED",
485    "name": { "str_sp": "crack" },
486    "description": "Deprotonated cocaine crystals, incredibly addictive and deleterious to brain chemistry.",
487    "weight": "1 g",
488    "volume": "250 ml",
489    "price": 72000,
490    "price_postapoc": 5000,
491    "charges": 4,
492    "stack_size": 100,
493    "material": [ "powder" ],
494    "symbol": "!",
495    "color": "white",
496    "container": "bag_zipper",
497    "stim": 40,
498    "healthy": -2,
499    "fun": 50,
500    "addiction_potential": 80,
501    "addiction_type": "crack",
502    "flags": [ "NO_INGEST", "IRREPLACEABLE_CONSUMABLE" ],
503    "use_action": {
504      "type": "consume_drug",
505      "activation_message": "You smoke your crack rocks.  Mother would be proud.",
506      "effects": [ { "id": "high", "duration": 15 } ],
507      "stat_adjustments": { "hunger": -10 },
508      "fields_produced": { "fd_cracksmoke": 2 },
509      "charges_needed": { "fire": 1 },
510      "tools_needed": { "apparatus": -1 }
511    }
512  },
513  {
514    "id": "dayquil",
515    "type": "COMESTIBLE",
516    "comestible_type": "MED",
517    "name": { "str_sp": "non-drowsy cough syrup" },
518    "description": "Daytime cold and flu medication.  Non-drowsy formula.  Will suppress coughing, aching, headaches and runny noses, but you'll still need lots of fluids and rest.",
519    "weight": "48 g",
520    "volume": "250 ml",
521    "price": 800,
522    "price_postapoc": 1000,
523    "charges": 5,
524    "symbol": "~",
525    "color": "yellow",
526    "phase": "liquid",
527    "container": "bottle_plastic_small",
528    "use_action": [ "FLUMED" ],
529    "flags": [ "NPC_SAFE", "IRREPLACEABLE_CONSUMABLE" ]
530  },
531  {
532    "id": "disinfectant",
533    "type": "COMESTIBLE",
534    "comestible_type": "MED",
535    "name": { "str_sp": "antiseptic" },
536    "description": "A powerful antiseptic commonly used for contaminated wounds.",
537    "weight": "27 g",
538    "volume": "250 ml",
539    "price": 1500,
540    "price_postapoc": 500,
541    "charges": 10,
542    "symbol": "~",
543    "color": "light_cyan",
544    "phase": "liquid",
545    "container": "bottle_plastic_small",
546    "flags": [ "NO_INGEST", "IRREPLACEABLE_CONSUMABLE" ],
547    "use_action": { "type": "heal", "disinfectant_power": 4, "bite": 0.95, "move_cost": 100 }
548  },
549  {
550    "id": "disinfectant_makeshift",
551    "type": "COMESTIBLE",
552    "name": { "str": "makeshift antiseptic" },
553    "price_postapoc": 250,
554    "copy-from": "disinfectant",
555    "description": "Makeshift antiseptic made from ethanol.  Can be used to disinfect a wound.",
556    "flags": [ "NO_INGEST" ],
557    "use_action": { "type": "heal", "disinfectant_power": 3, "bite": 0.95, "move_cost": 100 }
558  },
559  {
560    "id": "diazepam",
561    "type": "COMESTIBLE",
562    "comestible_type": "MED",
563    "name": { "str_sp": "prescription sedative" },
564    "description": "A strong benzodiazepine drug used to treat muscle spasms, anxiety, seizures, and panic attacks.",
565    "weight": "1 g",
566    "volume": "250 ml",
567    "price": 15000,
568    "price_postapoc": 20000,
569    "charges": 10,
570    "stack_size": 100,
571    "symbol": "!",
572    "color": "white",
573    "stim": -8,
574    "healthy": -1,
575    "fun": 8,
576    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
577    "addiction_potential": 20,
578    "addiction_type": "diazepam",
579    "use_action": [ "ANTICONVULSANT" ]
580  },
581  {
582    "id": "hi_q_shatter",
583    "type": "COMESTIBLE",
584    "comestible_type": "MED",
585    "name": { "str_sp": "high quality shatter" },
586    "description": "Concentrated cannabis extract, commonly known as dabs.  This particular style of concentrate in is a thin sheet and shatters like glass at room temperature.  Argueably its one of the better styles of concentrate compared to wax, crumble, or distilate.  Normal cannabis contains around 20%THC, this shatter should be around 55%THC.",
587    "looks_like": "honey_gold",
588    "weight": "1 g",
589    "volume": "1 ml",
590    "stack_size": 5,
591    "price": 3000,
592    "symbol": "!",
593    "color": "green",
594    "quench": -5,
595    "stim": -6,
596    "healthy": -1,
597    "fun": 30,
598    "addiction_potential": 10,
599    "flags": [ "NO_INGEST" ],
600    "use_action": {
601      "type": "consume_drug",
602      "activation_message": "You take a dab.  Wow that's got some killer terpenes!",
603      "effects": [
604        { "id": "weed_high", "duration": "180 m" },
605        { "id": "pkill1", "duration": "120 m" },
606        { "id": "pkill2", "duration": "5 m" },
607        { "id": "high", "duration": "60 m" },
608        { "id": "smoke", "duration": "2 m" }
609      ],
610      "stat_adjustments": { "hunger": 4, "thirst": 6 },
611      "fields_produced": { "fd_weedsmoke": 2 },
612      "charges_needed": { "fire": 1 },
613      "tools_needed": { "apparatus": -1 },
614      "moves": 6000
615    }
616  },
617  {
618    "id": "hi_q_wax",
619    "type": "COMESTIBLE",
620    "comestible_type": "MED",
621    "name": { "str_sp": "high quality wax" },
622    "description": "Concentrated cannabis extract, commonly known as dabs.  This particular style of concentrate has the look and consistency of a yellow waxy substance at room temperature.  Normal cannabis contains around 20%THC, this wax should be around 45%THC.",
623    "looks_like": "honey_gold",
624    "weight": "1 g",
625    "volume": "1 ml",
626    "stack_size": 5,
627    "price": 2000,
628    "symbol": "!",
629    "color": "green",
630    "quench": -10,
631    "stim": -8,
632    "healthy": -1,
633    "fun": 20,
634    "addiction_potential": 10,
635    "flags": [ "NO_INGEST" ],
636    "use_action": {
637      "type": "consume_drug",
638      "activation_message": "You take a dab of some wax.  *cough cough* good stuff!",
639      "effects": [
640        { "id": "weed_high", "duration": "150 m" },
641        { "id": "pkill1", "duration": "100 m" },
642        { "id": "pkill2", "duration": "5 m" },
643        { "id": "high", "duration": "60 m" },
644        { "id": "smoke", "duration": "2 m" }
645      ],
646      "stat_adjustments": { "hunger": 5, "thirst": 7 },
647      "fields_produced": { "fd_weedsmoke": 2 },
648      "charges_needed": { "fire": 1 },
649      "tools_needed": { "apparatus": -1 },
650      "moves": 6000
651    }
652  },
653  {
654    "type": "COMESTIBLE",
655    "id": "hi_q_crude_oil",
656    "comestible_type": "MED",
657    "name": { "str_sp": "high quality crude oil" },
658    "weight": "1 g",
659    "color": "green",
660    "use_action": {
661      "type": "consume_drug",
662      "activation_message": "You smoke some bad dabs.  Not a good idea.",
663      "stat_adjustments": { "hunger": 5, "thirst": 7 },
664      "fields_produced": { "fd_weedsmoke": 2 },
665      "charges_needed": { "fire": 1 },
666      "tools_needed": { "apparatus": -1 },
667      "moves": 50
668    },
669    "container": "jar_3l_glass_sealed",
670    "sealed": false,
671    "symbol": "!",
672    "looks_like": "cola",
673    "quench": -20,
674    "healthy": -20,
675    "stim": -15,
676    "description": "This is high quality concentrated oil derived from cannabis.  It still has some residual solvents in it so it needs to be purged in a vacuum oven, whipped over a heated surface, or distilled before it is safe to consume.",
677    "price": 100,
678    "volume": "1 ml",
679    "phase": "liquid",
680    "fun": -30,
681    "flags": [ "NO_INGEST", "TRADER_AVOID" ]
682  },
683  {
684    "type": "COMESTIBLE",
685    "id": "lo_q_crude_oil",
686    "comestible_type": "MED",
687    "name": { "str_sp": "low quality crude oil" },
688    "weight": "1 g",
689    "color": "green",
690    "use_action": {
691      "type": "consume_drug",
692      "activation_message": "You smoke some really bad dabs.  Not a good idea.",
693      "stat_adjustments": { "hunger": 5, "thirst": 7 },
694      "fields_produced": { "fd_weedsmoke": 2 },
695      "charges_needed": { "fire": 1 },
696      "tools_needed": { "apparatus": -1 },
697      "moves": 50
698    },
699    "container": "jar_3l_glass_sealed",
700    "sealed": false,
701    "symbol": "!",
702    "looks_like": "cola",
703    "quench": -20,
704    "healthy": -30,
705    "stim": -15,
706    "description": "This is low quality concentrated oil derived from cannabis.  It still has some residual solvents in it so it needs to be purged in a vacuum oven, whipped over a heated surface, or distilled before it is safe to consume.",
707    "price": 50,
708    "volume": "1 ml",
709    "phase": "liquid",
710    "fun": -30,
711    "flags": [ "NO_INGEST", "TRADER_AVOID" ]
712  },
713  {
714    "type": "COMESTIBLE",
715    "id": "lo_q_crude_oil_ethanol",
716    "comestible_type": "MED",
717    "name": { "str_sp": "(ethanol) low quality crude oil" },
718    "weight": "1 g",
719    "color": "green",
720    "container": "jar_3l_glass_sealed",
721    "sealed": false,
722    "symbol": "!",
723    "looks_like": "cola",
724    "quench": -30,
725    "healthy": -30,
726    "stim": -15,
727    "description": "This is low quality concentrated oil derived from cannabis thats been diluted in ethanol and heated over a hotplate.  The next step would be to filter it through a buchner flask.",
728    "price": 0,
729    "volume": "1 ml",
730    "phase": "liquid",
731    "flags": [ "TRADER_AVOID" ],
732    "fun": -30
733  },
734  {
735    "type": "COMESTIBLE",
736    "id": "hi_q_crude_oil_ethanol",
737    "comestible_type": "MED",
738    "name": { "str_sp": "(ethanol) high quality crude oil" },
739    "weight": "1 g",
740    "color": "green",
741    "container": "jar_3l_glass_sealed",
742    "sealed": false,
743    "symbol": "!",
744    "looks_like": "cola",
745    "quench": -30,
746    "healthy": -30,
747    "stim": -15,
748    "description": "This is high quality concentrated oil derived from cannabis thats been diluted in ethanol and heated over a hotplate.  The next step would be to filter it through a buchner flask.",
749    "price": 0,
750    "volume": "1 ml",
751    "flags": [ "TRADER_AVOID" ],
752    "phase": "liquid",
753    "fun": -30
754  },
755  {
756    "type": "COMESTIBLE",
757    "id": "lo_q_crude_oil_ethanol_filtered",
758    "comestible_type": "MED",
759    "name": { "str_sp": "(ethanol) filtered low quality crude oil" },
760    "weight": "1 g",
761    "color": "green",
762    "container": "jar_3l_glass_sealed",
763    "sealed": false,
764    "symbol": "!",
765    "looks_like": "cola",
766    "quench": -30,
767    "healthy": -30,
768    "stim": -15,
769    "description": "This is low quality concentrated oil derived from cannabis thats been diluted in ethanol, heated over a hotplate, and filtered through a buchner flask.  The next step would be to run it through a rotovap.",
770    "price": 0,
771    "volume": "1 ml",
772    "flags": [ "TRADER_AVOID" ],
773    "phase": "liquid",
774    "fun": -30
775  },
776  {
777    "type": "COMESTIBLE",
778    "id": "hi_q_crude_oil_ethanol_filtered",
779    "comestible_type": "MED",
780    "name": { "str_sp": "(ethanol) filtered high quality crude oil" },
781    "weight": "1 g",
782    "color": "green",
783    "container": "jar_3l_glass_sealed",
784    "sealed": false,
785    "symbol": "!",
786    "looks_like": "cola",
787    "quench": -30,
788    "healthy": -30,
789    "stim": -15,
790    "description": "This is high quality concentrated oil derived from cannabis thats been diluted in ethanol, heated over a hotplate, and filtered through a buchner flask.  The next step would be to run it through a rotovap.",
791    "price": 0,
792    "volume": "1 ml",
793    "flags": [ "TRADER_AVOID" ],
794    "phase": "liquid",
795    "fun": -30
796  },
797  {
798    "type": "COMESTIBLE",
799    "id": "lo_q_crude_oil_filtered",
800    "comestible_type": "MED",
801    "name": { "str_sp": "filtered low quality crude oil" },
802    "weight": "1 g",
803    "color": "green",
804    "container": "jar_3l_glass_sealed",
805    "sealed": false,
806    "symbol": "!",
807    "looks_like": "cola",
808    "quench": -30,
809    "healthy": -20,
810    "stim": -15,
811    "description": "This is low quality concentrated oil derived from cannabis thats been diluted in ethanol, heated over a hotplate, filtered through a buchner flask, and all the ethanol recovered using a rotary evaporator.  It is ready for the distillation.",
812    "price": 0,
813    "volume": "1 ml",
814    "flags": [ "TRADER_AVOID", "NO_INGEST" ],
815    "phase": "liquid",
816    "use_action": {
817      "type": "consume_drug",
818      "activation_message": "You smoke some really bad dabs.  Not a good idea.",
819      "stat_adjustments": { "hunger": 5, "thirst": 7 },
820      "fields_produced": { "fd_weedsmoke": 2 },
821      "charges_needed": { "fire": 1 },
822      "tools_needed": { "apparatus": -1 },
823      "moves": 50
824    },
825    "fun": -30
826  },
827  {
828    "type": "COMESTIBLE",
829    "id": "hi_q_crude_oil_filtered",
830    "comestible_type": "MED",
831    "name": { "str_sp": "filtered high quality crude oil" },
832    "weight": "1 g",
833    "color": "green",
834    "container": "jar_3l_glass_sealed",
835    "sealed": false,
836    "symbol": "!",
837    "looks_like": "cola",
838    "quench": -30,
839    "healthy": -20,
840    "stim": -15,
841    "description": "This is high quality concentrated oil derived from cannabis thats been diluted in ethanol, heated over a hotplate, filtered through a buchner flask, and all the ethanol recovered using a rotary evaporator.  It is ready for the distillation.",
842    "price": 0,
843    "volume": "1 ml",
844    "flags": [ "TRADER_AVOID", "NO_INGEST" ],
845    "phase": "liquid",
846    "use_action": {
847      "type": "consume_drug",
848      "activation_message": "You smoke some really bad dabs.  Not a good idea.",
849      "stat_adjustments": { "hunger": 5, "thirst": 7 },
850      "fields_produced": { "fd_weedsmoke": 2 },
851      "charges_needed": { "fire": 1 },
852      "tools_needed": { "apparatus": -1 },
853      "moves": 50
854    },
855    "fun": -30
856  },
857  {
858    "id": "hi_q_distillate_heads",
859    "type": "COMESTIBLE",
860    "comestible_type": "MED",
861    "name": { "str_sp": "high quality distillate (heads)" },
862    "description": "Concentrated cannabis extract.  This is the 'heads' portion from a distilled batch of crude oil.  It still needs to be ran through a lab grade still one more time before its a finished product.",
863    "looks_like": "honey_gold",
864    "weight": "1 g",
865    "volume": "1 ml",
866    "stack_size": 10,
867    "charges": 10,
868    "price": 500,
869    "container": "jar_3l_glass_sealed",
870    "sealed": false,
871    "symbol": "!",
872    "phase": "liquid",
873    "color": "green",
874    "addiction_potential": 5,
875    "flags": [ "NO_INGEST" ]
876  },
877  {
878    "id": "hi_q_distillate_tails",
879    "type": "COMESTIBLE",
880    "comestible_type": "MED",
881    "name": { "str_sp": "high quality distillate (tails)" },
882    "description": "Concentrated cannabis extract.  This material is the 'tails' portion from a distilled batch of crude oil.  It needs to be ran through a lab grade still another time.",
883    "looks_like": "honey_gold",
884    "weight": "1 g",
885    "volume": "1 ml",
886    "stack_size": 10,
887    "charges": 10,
888    "price": 300,
889    "container": "jar_3l_glass_sealed",
890    "sealed": false,
891    "symbol": "!",
892    "phase": "liquid",
893    "color": "green",
894    "addiction_potential": 5,
895    "flags": [ "NO_INGEST" ]
896  },
897  {
898    "id": "hi_q_distillate",
899    "type": "COMESTIBLE",
900    "comestible_type": "MED",
901    "name": { "str_sp": "high quality distillate" },
902    "description": "Concentrated cannabis extract.  This style of extract goes through the most processing, eliminating most if not all harmful ingredients.  Normal cannabis contains around 20%THC, this distillate should be around 88%THC.  Can be smoked in a bowl, used in a dab pen, or used to make distillate cartridges.",
903    "looks_like": "honey_gold",
904    "weight": "1 g",
905    "volume": "1 ml",
906    "stack_size": 10,
907    "charges": 10,
908    "price": 1000,
909    "container": "jar_3l_glass_sealed",
910    "sealed": false,
911    "symbol": "!",
912    "color": "green",
913    "quench": -5,
914    "stim": -3,
915    "fun": 15,
916    "phase": "liquid",
917    "addiction_potential": 5,
918    "flags": [ "NO_INGEST" ],
919    "use_action": {
920      "type": "consume_drug",
921      "activation_message": "You take a dab of some distillate.  Sooooo smooth…",
922      "effects": [
923        { "id": "weed_high", "duration": "180 m" },
924        { "id": "pkill1", "duration": "120 m" },
925        { "id": "pkill2", "duration": "5 m" },
926        { "id": "high", "duration": "60 m" },
927        { "id": "smoke", "duration": "1 m" }
928      ],
929      "stat_adjustments": { "hunger": 4, "thirst": 6 },
930      "fields_produced": { "fd_weedsmoke": 2 },
931      "charges_needed": { "fire": 1 },
932      "tools_needed": { "apparatus": -1 },
933      "moves": 6000
934    }
935  },
936  {
937    "id": "hi_q_distillate_cart",
938    "type": "COMESTIBLE",
939    "comestible_type": "MED",
940    "name": { "str": "high quality distillate cartridge" },
941    "description": "A small cartridge containing concentrated cannabis extract thats used with dab pens.  This style of extract goes through the most processing, eliminating most if not all harmful ingredients.  Normal cannabis contains around 20%THC, this distillate should be around 70%THC after reintroducing terpenes for flavoring.",
942    "looks_like": "canister_empty",
943    "weight": "1 g",
944    "volume": "1 ml",
945    "stack_size": 50,
946    "price": 5000,
947    "symbol": "!",
948    "color": "green",
949    "quench": -5,
950    "stim": -3,
951    "fun": 15,
952    "addiction_potential": 5,
953    "flags": [ "NO_INGEST" ],
954    "use_action": {
955      "type": "consume_drug",
956      "activation_message": "You hit your dab pen.  Sooooo smooth…",
957      "effects": [
958        { "id": "weed_high", "duration": "90 m" },
959        { "id": "pkill1", "duration": "90 m" },
960        { "id": "pkill2", "duration": "5 m" },
961        { "id": "high", "duration": "45 m" },
962        { "id": "smoke", "duration": "1 m" }
963      ],
964      "stat_adjustments": { "hunger": 3, "thirst": 5 },
965      "fields_produced": { "fd_weedsmoke": 2 },
966      "tools_needed": { "dab_pen_on": -1 },
967      "moves": 1500
968    }
969  },
970  {
971    "id": "ecig",
972    "type": "COMESTIBLE",
973    "comestible_type": "MED",
974    "name": { "str": "electronic cigarette" },
975    "description": "This battery-operated device vaporizes a liquid that contains flavorings and nicotine.  A less harmful alternative to traditional cigarettes, but it's still addictive.  It can't be reused once it's empty.",
976    "weight": "1 g",
977    "volume": "250 ml",
978    "price": 3000,
979    "price_postapoc": 500,
980    "charges": 40,
981    "stack_size": 40,
982    "symbol": "!",
983    "color": "dark_gray",
984    "stim": 1,
985    "fun": 8,
986    "addiction_potential": 50,
987    "addiction_type": "nicotine",
988    "flags": [ "NO_INGEST", "IRREPLACEABLE_CONSUMABLE" ],
989    "use_action": [ "ECIG" ]
990  },
991  {
992    "id": "eyedrops",
993    "type": "COMESTIBLE",
994    "comestible_type": "MED",
995    "name": { "str": "saline eye drop" },
996    "description": "Sterile saline eye drops.  Can be used to treat dry eyes, or to wash out contaminants.",
997    "volume": "10ml",
998    "weight": "3 g",
999    "price": 300,
1000    "price_postapoc": 300,
1001    "charges": 10,
1002    "symbol": "!",
1003    "color": "light_blue",
1004    "use_action": [ "EYEDROPS" ],
1005    "flags": [ "NO_INGEST", "NPC_SAFE" ]
1006  },
1007  {
1008    "id": "flu_shot",
1009    "type": "COMESTIBLE",
1010    "comestible_type": "MED",
1011    "name": { "str": "flu shot" },
1012    "description": "Pharmaceutical flu shot designed for mass vaccinations, still in the packaging.  Purported to provide immunity to influenza, for the flu season for which it was developed.",
1013    "weight": "12 g",
1014    "volume": "10ml",
1015    "price": 5000,
1016    "price_postapoc": 1500,
1017    "material": [ "plastic" ],
1018    "symbol": "!",
1019    "color": "magenta",
1020    "use_action": [ "FLU_VACCINE" ],
1021    "flags": [ "NO_INGEST", "NPC_SAFE", "IRREPLACEABLE_CONSUMABLE" ]
1022  },
1023  {
1024    "id": "gum",
1025    "type": "COMESTIBLE",
1026    "comestible_type": "MED",
1027    "name": { "str_sp": "chewing gum" },
1028    "description": "Bright pink sugar-free chewing gum.",
1029    "category": "food",
1030    "weight": "3 g",
1031    "volume": "250 ml",
1032    "price": 100,
1033    "price_postapoc": 100,
1034    "charges": 10,
1035    "stack_size": 100,
1036    "symbol": "*",
1037    "color": "pink",
1038    "stim": 1,
1039    "fun": 2,
1040    "flags": [ "NO_INGEST" ],
1041    "use_action": [ "CHEW" ]
1042  },
1043  {
1044    "id": "handrolled_cig",
1045    "type": "COMESTIBLE",
1046    "comestible_type": "MED",
1047    "name": { "str": "hand-rolled cigarette" },
1048    "description": "A roll-your-own made from tobacco and rolling paper.  Stimulates mental acuity and reduces appetite.  Despite being hand crafted, it's still highly addictive and hazardous to health.",
1049    "weight": "1 g",
1050    "volume": "250 ml",
1051    "price": 90,
1052    "//": "Tougher to market a hand rolled, could be anything in there.",
1053    "price_postapoc": 1000,
1054    "stack_size": 60,
1055    "symbol": "!",
1056    "color": "dark_gray",
1057    "stim": 1,
1058    "healthy": -2,
1059    "fun": 5,
1060    "addiction_potential": 50,
1061    "addiction_type": "nicotine",
1062    "flags": [ "NO_INGEST" ],
1063    "use_action": [ "SMOKING" ]
1064  },
1065  {
1066    "id": "heroin",
1067    "type": "COMESTIBLE",
1068    "comestible_type": "MED",
1069    "name": { "str_sp": "heroin" },
1070    "description": "An extremely strong opioid narcotic derived from morphine.  Incredibly addictive, the risk of overdose is extreme, and the drug is contraindicated for nearly all medical purposes.",
1071    "weight": "1 g",
1072    "volume": "250 ml",
1073    "price": 14000,
1074    "price_postapoc": 20000,
1075    "charges": 4,
1076    "stack_size": 100,
1077    "material": [ "powder" ],
1078    "symbol": "!",
1079    "color": "light_gray",
1080    "container": "bag_zipper",
1081    "stim": -10,
1082    "healthy": -5,
1083    "fun": 50,
1084    "addiction_potential": 75,
1085    "addiction_type": "opiate",
1086    "flags": [ "NO_INGEST", "IRREPLACEABLE_CONSUMABLE" ],
1087    "use_action": {
1088      "type": "consume_drug",
1089      "activation_message": "You shoot up.",
1090      "tools_needed": { "syringe": -1 },
1091      "effects": [
1092        { "id": "pkill3", "duration": 480 },
1093        { "id": "pkill2", "duration": 1200 },
1094        { "id": "cough_suppress", "duration": 1000 }
1095      ]
1096    }
1097  },
1098  {
1099    "id": "iodine",
1100    "type": "COMESTIBLE",
1101    "comestible_type": "MED",
1102    "name": { "str": "potassium iodide tablet" },
1103    "description": "Potassium iodide tablets.  If taken prior to exposure, they help to mitigate injury caused by radiation absorption.",
1104    "weight": "1 g",
1105    "volume": "250 ml",
1106    "price": 1000,
1107    "price_postapoc": 20000,
1108    "charges": 10,
1109    "stack_size": 200,
1110    "symbol": "!",
1111    "color": "white",
1112    "use_action": {
1113      "type": "consume_drug",
1114      "activation_message": "You take some potassium iodide.",
1115      "effects": [ { "id": "iodine", "duration": 7200 } ]
1116    }
1117  },
1118  {
1119    "id": "joint",
1120    "type": "COMESTIBLE",
1121    "comestible_type": "MED",
1122    "name": { "str": "joint" },
1123    "description": "Marijuana, cannabis, pot.  Whatever you want to call it, it's rolled up in a piece of paper and ready for smokin'.",
1124    "weight": "1 g",
1125    "volume": "250 ml",
1126    "price": 500,
1127    "price_postapoc": 5000,
1128    "stack_size": 100,
1129    "symbol": "!",
1130    "color": "green",
1131    "quench": -5,
1132    "stim": -10,
1133    "healthy": -1,
1134    "fun": 15,
1135    "addiction_potential": 5,
1136    "flags": [ "NO_INGEST" ],
1137    "use_action": [ "SMOKING" ]
1138  },
1139  {
1140    "id": "lsd",
1141    "type": "COMESTIBLE",
1142    "comestible_type": "MED",
1143    "name": { "str": "pink tab" },
1144    "description": "Tiny pink tabs resembling postage stamps, already dosed with some sort of drug.  Really only useful for entertainment.  Will cause hallucinations.",
1145    "weight": "1 g",
1146    "volume": "250 ml",
1147    "price": 10000,
1148    "price_postapoc": 2500,
1149    "charges": 5,
1150    "stack_size": 100,
1151    "symbol": "!",
1152    "color": "pink",
1153    "stim": 20,
1154    "fun": 25,
1155    "flags": [ "NO_INGEST", "IRREPLACEABLE_CONSUMABLE" ],
1156    "use_action": {
1157      "type": "consume_drug",
1158      "activation_message": "You eat the pink tablet.",
1159      "effects": [ { "id": "hallu", "duration": 3600 } ]
1160    }
1161  },
1162  {
1163    "id": "medical_gauze",
1164    "type": "COMESTIBLE",
1165    "comestible_type": "MED",
1166    "name": { "str": "medical gauze" },
1167    "description": "This is decent sized piece of cotton, sterilized and sealed.  It's designed for medical purposes.",
1168    "weight": "90 g",
1169    "volume": "200 ml",
1170    "price": 350,
1171    "price_postapoc": 200,
1172    "material": [ "cotton" ],
1173    "symbol": ",",
1174    "color": "white",
1175    "flags": [ "NO_INGEST" ],
1176    "use_action": { "type": "heal", "bandages_power": 4, "bleed": 5, "move_cost": 200 }
1177  },
1178  {
1179    "id": "meth",
1180    "type": "COMESTIBLE",
1181    "comestible_type": "MED",
1182    "name": { "str_sp": "low-grade methamphetamine" },
1183    "description": "A profoundly addictive and powerful stimulant.  While extremely effective at enhancing alertness, it is hazardous to health and the risk of an adverse reaction is great.",
1184    "weight": "1 g",
1185    "volume": "250 ml",
1186    "price": 15000,
1187    "price_postapoc": 5000,
1188    "charges": 6,
1189    "stack_size": 100,
1190    "material": [ "powder" ],
1191    "symbol": "!",
1192    "color": "light_cyan",
1193    "container": "bag_zipper",
1194    "quench": -2,
1195    "stim": 20,
1196    "healthy": -7,
1197    "fun": 30,
1198    "addiction_potential": 50,
1199    "addiction_type": "amphetamine",
1200    "flags": [ "NO_INGEST" ],
1201    "use_action": [ "METH" ]
1202  },
1203  {
1204    "id": "morphine",
1205    "type": "COMESTIBLE",
1206    "comestible_type": "MED",
1207    "name": { "str": "morphine" },
1208    "description": "A very strong semi-synthetic narcotic used to treat intense pain in hospital settings.  This injectable drug is very addictive.",
1209    "weight": "1 g",
1210    "volume": "250 ml",
1211    "price": 4000,
1212    "price_postapoc": 25000,
1213    "charges": 4,
1214    "stack_size": 100,
1215    "material": [ "powder" ],
1216    "symbol": "!",
1217    "color": "light_gray",
1218    "stim": -5,
1219    "healthy": -3,
1220    "fun": 25,
1221    "addiction_potential": 25,
1222    "addiction_type": "opiate",
1223    "flags": [ "NO_INGEST", "IRREPLACEABLE_CONSUMABLE" ],
1224    "use_action": {
1225      "type": "consume_drug",
1226      "activation_message": "You shoot up.",
1227      "tools_needed": { "syringe": -1 },
1228      "effects": [ { "id": "pkill3", "duration": 120 }, { "id": "pkill2", "duration": 1200 } ]
1229    }
1230  },
1231  {
1232    "id": "mugwort_oil",
1233    "type": "COMESTIBLE",
1234    "comestible_type": "MED",
1235    "name": { "str": "mugwort oil" },
1236    "description": "Some essential oil made from mugwort, which may kill parasites when ingested.  Consume it with water!",
1237    "weight": "40 g",
1238    "volume": "250 ml",
1239    "price": 0,
1240    "price_postapoc": 50,
1241    "material": [ "oil" ],
1242    "symbol": "~",
1243    "color": "yellow",
1244    "phase": "liquid",
1245    "quench": -50,
1246    "fun": -5,
1247    "spoils_in": "28 days",
1248    "use_action": [ "ANTIPARASITIC" ],
1249    "flags": [ "NPC_SAFE" ]
1250  },
1251  {
1252    "id": "nic_gum",
1253    "type": "COMESTIBLE",
1254    "comestible_type": "MED",
1255    "name": { "str": "nicotine gum" },
1256    "description": "Mint flavored sugar-free nicotine chewing gum.  For smokers who desire to quit.",
1257    "weight": "3 g",
1258    "volume": "250 ml",
1259    "price": 1000,
1260    "price_postapoc": 2500,
1261    "charges": 10,
1262    "stack_size": 100,
1263    "symbol": "*",
1264    "color": "yellow",
1265    "stim": 2,
1266    "fun": 1,
1267    "addiction_type": "nicotine",
1268    "flags": [ "NO_INGEST" ],
1269    "use_action": [ "CHEW" ]
1270  },
1271  {
1272    "id": "nyquil",
1273    "type": "COMESTIBLE",
1274    "comestible_type": "MED",
1275    "name": { "str_sp": "cough syrup" },
1276    "description": "Nighttime cold and flu medication.  Useful when trying to sleep with a head full of virions.  Will cause drowsiness.",
1277    "weight": "48 g",
1278    "volume": "250 ml",
1279    "price": 800,
1280    "price_postapoc": 750,
1281    "charges": 5,
1282    "symbol": "~",
1283    "color": "blue",
1284    "phase": "liquid",
1285    "container": "bottle_plastic_small",
1286    "stim": -7,
1287    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
1288    "addiction_potential": 20,
1289    "addiction_type": "sleeping pill",
1290    "use_action": [ "FLUSLEEP" ]
1291  },
1292  {
1293    "id": "oxycodone",
1294    "type": "COMESTIBLE",
1295    "comestible_type": "MED",
1296    "name": { "str": "oxycodone" },
1297    "description": "A strong semi-synthetic narcotic used in the treatment of intense pain.  Highly addictive.",
1298    "weight": "1 g",
1299    "volume": "250 ml",
1300    "price": 55000,
1301    "price_postapoc": 40000,
1302    "//": "Fairly controlled substance as they go.",
1303    "charges": 10,
1304    "stack_size": 200,
1305    "symbol": "!",
1306    "color": "light_green",
1307    "healthy": -1,
1308    "stim": -4,
1309    "fun": 18,
1310    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
1311    "addiction_potential": 16,
1312    "addiction_type": "opiate",
1313    "use_action": {
1314      "type": "consume_drug",
1315      "activation_message": "You take some oxycodone.",
1316      "effects": [ { "id": "pkill3", "duration": 120 }, { "id": "pkill2", "duration": 1200 } ]
1317    }
1318  },
1319  {
1320    "id": "pills_sleep",
1321    "type": "COMESTIBLE",
1322    "comestible_type": "MED",
1323    "name": { "str_sp": "sleeping pill" },
1324    "description": "A habit-forming tranquilizer with a variety of psychoactive side effects.  Used in the treatment of insomnia.",
1325    "weight": "1 g",
1326    "volume": "250 ml",
1327    "price": 3000,
1328    "price_postapoc": 10000,
1329    "charges": 10,
1330    "stack_size": 200,
1331    "material": [ "powder" ],
1332    "symbol": "!",
1333    "color": "light_red",
1334    "stim": -8,
1335    "fun": 5,
1336    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
1337    "addiction_potential": 40,
1338    "addiction_type": "sleeping pill",
1339    "use_action": [ "SLEEP" ]
1340  },
1341  {
1342    "id": "poppy_pain",
1343    "type": "COMESTIBLE",
1344    "comestible_type": "MED",
1345    "name": { "str": "poppy painkiller" },
1346    "description": "Potent opioid palliative produced by the refining of the mutated poppy.  Notably devoid of euphoric or sedative effects, as an opiate it may still be addictive.",
1347    "weight": "1 g",
1348    "volume": "250 ml",
1349    "price": 3000,
1350    "price_postapoc": 15000,
1351    "charges": 10,
1352    "stack_size": 100,
1353    "material": [ "powder" ],
1354    "symbol": "!",
1355    "color": "pink",
1356    "healthy": -2,
1357    "addiction_potential": 10,
1358    "addiction_type": "opiate",
1359    "use_action": {
1360      "type": "consume_drug",
1361      "activation_message": "You take some poppy painkiller.",
1362      "effects": [ { "id": "pkill2", "duration": 1080 } ]
1363    }
1364  },
1365  {
1366    "id": "poppy_sleep",
1367    "type": "COMESTIBLE",
1368    "comestible_type": "MED",
1369    "name": { "str": "poppy sleep" },
1370    "description": "A potent sleep aid extracted from mutated poppy seeds.  Effective, but as an opiate, it may be addictive.",
1371    "weight": "1 g",
1372    "volume": "250 ml",
1373    "price": 2000,
1374    "price_postapoc": 2500,
1375    "charges": 10,
1376    "stack_size": 100,
1377    "material": [ "powder" ],
1378    "symbol": "!",
1379    "color": "magenta",
1380    "healthy": -2,
1381    "addiction_type": "opiate",
1382    "use_action": [ "SLEEP" ]
1383  },
1384  {
1385    "id": "poppysyrup",
1386    "type": "COMESTIBLE",
1387    "comestible_type": "MED",
1388    "name": { "str_sp": "poppy cough syrup" },
1389    "description": "Cough syrup made from mutated poppy.  Will make you sleepy.",
1390    "weight": "48 g",
1391    "volume": "250 ml",
1392    "price": 2500,
1393    "price_postapoc": 250,
1394    "charges": 5,
1395    "symbol": "~",
1396    "color": "magenta",
1397    "phase": "liquid",
1398    "container": "bottle_plastic_small",
1399    "stim": -3,
1400    "healthy": -1,
1401    "addiction_potential": 15,
1402    "addiction_type": "sleeping pill",
1403    "use_action": [ "FLUSLEEP" ]
1404  },
1405  {
1406    "id": "prophylactic_antivenom",
1407    "type": "COMESTIBLE",
1408    "comestible_type": "MED",
1409    "name": { "str_sp": "prophylactic antivenom pill" },
1410    "description": "An experimental, cutting-edge antivenom in the form of some small amber vials, designed to be injected a few hours before venom exposure.  It was developed in top secret by the military in response to increasing biological/chemical warfare.",
1411    "weight": "40 g",
1412    "volume": "250 ml",
1413    "price": 10000,
1414    "price_postapoc": 50000,
1415    "charges": 5,
1416    "stack_size": 10,
1417    "symbol": "!",
1418    "color": "brown",
1419    "healthy": -1,
1420    "use_action": {
1421      "type": "consume_drug",
1422      "activation_message": "You inject a vial of prophylactic antivenom into your arm.  You feel a bit queasy.",
1423      "tools_needed": { "syringe": -1 },
1424      "effects": [ { "id": "prophylactic_antivenom", "duration": "120 m" }, { "id": "nausea", "duration": "5 m" } ]
1425    },
1426    "flags": [ "NO_INGEST", "NPC_SAFE", "IRREPLACEABLE_CONSUMABLE" ]
1427  },
1428  {
1429    "id": "prozac",
1430    "type": "COMESTIBLE",
1431    "comestible_type": "MED",
1432    "name": { "str_sp": "antidepressant" },
1433    "description": "A common and popular antidepressant.  It will elevate mood, and can profoundly affect the action of other drugs.  It is only rarely habit-forming, though adverse reactions are not uncommon.",
1434    "weight": "1 g",
1435    "volume": "250 ml",
1436    "price": 9000,
1437    "price_postapoc": 10000,
1438    "//": "Don't have a cite for this one.",
1439    "charges": 15,
1440    "stack_size": 200,
1441    "symbol": "!",
1442    "color": "light_green",
1443    "stim": -5,
1444    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
1445    "addiction_potential": 5,
1446    "addiction_type": "amphetamine",
1447    "use_action": [ "PROZAC" ]
1448  },
1449  {
1450    "id": "prussian_blue",
1451    "type": "COMESTIBLE",
1452    "comestible_type": "MED",
1453    "name": { "str": "Prussian blue tablet" },
1454    "description": "Tablets containing oxidized ferrous ferrocyanide salts.  Capable of purging nuclear contaminants from the body if taken after radiation exposure.",
1455    "weight": "1 g",
1456    "volume": "250 ml",
1457    "price": 3000,
1458    "price_postapoc": 20000,
1459    "charges": 10,
1460    "stack_size": 200,
1461    "material": [ "powder" ],
1462    "flags": [ "NPC_SAFE", "IRREPLACEABLE_CONSUMABLE" ],
1463    "symbol": "!",
1464    "color": "blue",
1465    "use_action": {
1466      "type": "consume_drug",
1467      "activation_message": "You take some Prussian blue.",
1468      "effects": [ { "id": "pblue", "duration": 3600 } ]
1469    }
1470  },
1471  {
1472    "id": "quikclot",
1473    "type": "COMESTIBLE",
1474    "comestible_type": "MED",
1475    "name": { "str_sp": "hemostatic powder" },
1476    "description": "A powdered antihemorrhagic compound that reacts with blood to immediately form a gel-like substance that stops bleeding.",
1477    "weight": "5 g",
1478    "volume": "250 ml",
1479    "price": 550,
1480    "price_postapoc": 3000,
1481    "charges": 6,
1482    "stack_size": 60,
1483    "material": [ "powder" ],
1484    "symbol": "!",
1485    "color": "light_gray",
1486    "container": "bag_plastic",
1487    "flags": [ "NO_INGEST", "IRREPLACEABLE_CONSUMABLE" ],
1488    "use_action": { "type": "heal", "bleed": 20, "move_cost": 100 }
1489  },
1490  {
1491    "id": "saline",
1492    "type": "COMESTIBLE",
1493    "comestible_type": "MED",
1494    "name": { "str": "saline solution" },
1495    "description": "A solution of sterilized water and salt for intravenous infusion or washing contaminants from one's eyes.",
1496    "weight": "51 g",
1497    "volume": "250 ml",
1498    "price": 500,
1499    "price_postapoc": 125,
1500    "charges": 5,
1501    "symbol": "~",
1502    "color": "light_cyan",
1503    "phase": "liquid",
1504    "container": "bottle_plastic_small",
1505    "use_action": [ "EYEDROPS" ],
1506    "flags": [ "NO_INGEST", "NPC_SAFE" ]
1507  },
1508  {
1509    "id": "thorazine",
1510    "type": "COMESTIBLE",
1511    "comestible_type": "MED",
1512    "name": { "str_sp": "antipsychotic" },
1513    "description": "Anti-psychotic medication.  Used to stabilize brain chemistry, it can arrest hallucinations and other symptoms of psychosis.  Carries a sedative effect.",
1514    "weight": "1 g",
1515    "volume": "250 ml",
1516    "price": 5000,
1517    "price_postapoc": 10000,
1518    "charges": 10,
1519    "stack_size": 200,
1520    "symbol": "!",
1521    "color": "light_red",
1522    "stim": -30,
1523    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
1524    "use_action": [ "THORAZINE" ]
1525  },
1526  {
1527    "id": "thyme_oil",
1528    "type": "COMESTIBLE",
1529    "comestible_type": "MED",
1530    "name": { "str": "thyme oil" },
1531    "description": "Some essential oil made from thyme, which can act as a mildly irritating antiseptic.",
1532    "weight": "40 g",
1533    "volume": "250 ml",
1534    "price": 0,
1535    "price_postapoc": 50,
1536    "material": [ "oil" ],
1537    "symbol": "~",
1538    "color": "yellow",
1539    "phase": "liquid",
1540    "spoils_in": "28 days",
1541    "flags": [ "NO_INGEST" ],
1542    "use_action": { "type": "heal", "disinfectant_power": 3, "bite": 0.95, "move_cost": 100 }
1543  },
1544  {
1545    "id": "tobacco",
1546    "type": "COMESTIBLE",
1547    "comestible_type": "MED",
1548    "name": { "str": "rolling tobacco" },
1549    "description": "Loose, fine-cut tobacco leaves.  Popular in Europe and among hipsters.  Highly addictive and hazardous to health.\nCan either be rolled into a cigarette with some rolling papers or smoked through a pipe.",
1550    "weight": "1 g",
1551    "volume": "250 ml",
1552    "price": 1100,
1553    "price_postapoc": 1500,
1554    "charges": 20,
1555    "stack_size": 60,
1556    "symbol": "!",
1557    "color": "brown",
1558    "container": "bag_plastic",
1559    "stim": 1,
1560    "healthy": -2,
1561    "fun": 5,
1562    "addiction_potential": 50,
1563    "addiction_type": "nicotine",
1564    "flags": [ "NO_INGEST" ],
1565    "use_action": {
1566      "type": "consume_drug",
1567      "activation_message": "You smoke some tobacco.",
1568      "effects": [ { "id": "cig", "duration": 200 } ],
1569      "stat_adjustments": { "hunger": -2, "thirst": 1 },
1570      "fields_produced": { "fd_cigsmoke": 2 },
1571      "charges_needed": { "fire": 1 },
1572      "tools_needed": { "apparatus": -1 },
1573      "moves": 250
1574    }
1575  },
1576  {
1577    "id": "tramadol",
1578    "type": "COMESTIBLE",
1579    "comestible_type": "MED",
1580    "name": { "str": "tramadol" },
1581    "description": "A painkiller used to manage moderate pain.  The effects last for several hours, but are relatively subdued for an opioid.",
1582    "weight": "1 g",
1583    "volume": "250 ml",
1584    "price": 24500,
1585    "price_postapoc": 20000,
1586    "charges": 10,
1587    "stack_size": 200,
1588    "symbol": "!",
1589    "color": "yellow",
1590    "fun": 6,
1591    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
1592    "addiction_potential": 6,
1593    "addiction_type": "opiate",
1594    "use_action": {
1595      "type": "consume_drug",
1596      "activation_message": "You take some tramadol.",
1597      "effects": [ { "id": "pkill_l", "duration": 27000 } ]
1598    }
1599  },
1600  {
1601    "id": "vaccine_shot",
1602    "type": "COMESTIBLE",
1603    "comestible_type": "MED",
1604    "name": { "str": "gamma globulin shot" },
1605    "description": "This immunoglobulin booster contains concentrated antibodies prepared for intravenous injection to temporarily strengthen the immune system.  It is still in its original packaging.",
1606    "weight": "12 g",
1607    "volume": "10ml",
1608    "price": 5000,
1609    "price_postapoc": 2000,
1610    "material": [ "plastic" ],
1611    "symbol": "!",
1612    "color": "magenta",
1613    "use_action": [ "VACCINE" ],
1614    "flags": [ "NO_INGEST", "NPC_SAFE", "TRADER_AVOID", "IRREPLACEABLE_CONSUMABLE" ]
1615  },
1616  {
1617    "id": "vitamins",
1618    "type": "COMESTIBLE",
1619    "comestible_type": "MED",
1620    "name": { "str": "multivitamin" },
1621    "description": "Essential dietary nutrients conveniently packaged in pill form.  An option of last resort when a balanced diet is not possible.  Excess use can cause hypervitaminosis.",
1622    "weight": "1 g",
1623    "volume": "100 ml",
1624    "price": 500,
1625    "price_postapoc": 2000,
1626    "charges": 20,
1627    "stack_size": 20,
1628    "symbol": "!",
1629    "color": "magenta",
1630    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
1631    "use_action": {
1632      "type": "consume_drug",
1633      "activation_message": "You take the %s.",
1634      "vitamins": [ [ "calcium", 24, 48 ], [ "iron", 24, 48 ], [ "vitA", 24, 48 ], [ "vitB", 24, 48 ], [ "vitC", 24, 48 ] ]
1635    }
1636  },
1637  {
1638    "id": "calcium_tablet",
1639    "type": "COMESTIBLE",
1640    "comestible_type": "MED",
1641    "name": { "str": "calcium tablet" },
1642    "description": "White calcium tablets.  Widely used by elderly people with osteoporosis as a method to supplement calcium before the apocalypse.",
1643    "weight": "1 g",
1644    "volume": "100 ml",
1645    "price": 400,
1646    "price_postapoc": 1000,
1647    "charges": 20,
1648    "stack_size": 20,
1649    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
1650    "symbol": "!",
1651    "color": "magenta",
1652    "use_action": { "type": "consume_drug", "activation_message": "You take the %s.", "vitamins": [ [ "calcium", 75 ] ] }
1653  },
1654  {
1655    "id": "bonemeal_tablet",
1656    "type": "COMESTIBLE",
1657    "comestible_type": "MED",
1658    "name": { "str": "bone meal tablet" },
1659    "description": "Homemade calcium supplement made out of bone meal.  Tastes horrible and is hard to swallow but it does its job.",
1660    "weight": "2 g",
1661    "volume": "500 ml",
1662    "price": 10,
1663    "fun": -8,
1664    "price_postapoc": 500,
1665    "charges": 40,
1666    "healthy": -2,
1667    "stack_size": 40,
1668    "symbol": "!",
1669    "color": "white",
1670    "looks_like": "calcium_tablet",
1671    "use_action": { "type": "consume_drug", "activation_message": "You take the %s.", "vitamins": [ [ "calcium", 24 ] ] }
1672  },
1673  {
1674    "id": "flavored_bonemeal_tablet",
1675    "type": "COMESTIBLE",
1676    "comestible_type": "MED",
1677    "name": { "str": "flavored bone meal tablet" },
1678    "description": "Homemade calcium supplement made out of bone meal.  Due to some sweetness mixed in to counteract the powdery texture and the taste of ash, it's almost as palatable as the pre-Cataclysm tablets.",
1679    "weight": "2 g",
1680    "volume": "500 ml",
1681    "price": 300,
1682    "fun": -2,
1683    "price_postapoc": 750,
1684    "charges": 42,
1685    "healthy": -2,
1686    "stack_size": 42,
1687    "symbol": "!",
1688    "color": "yellow",
1689    "looks_like": "calcium_tablet",
1690    "use_action": { "type": "consume_drug", "activation_message": "You take the %s.", "vitamins": [ [ "calcium", 23 ] ] }
1691  },
1692  {
1693    "id": "gummy_vitamins",
1694    "copy-from": "vitamins",
1695    "type": "COMESTIBLE",
1696    "name": { "str": "gummy vitamin" },
1697    "description": "Essential dietary nutrients conveniently packaged in a fruit-flavored chewy candy form.  An option of last resort when a balanced diet is not possible.  Excess use can cause hypervitaminosis.",
1698    "price_postapoc": 1000,
1699    "fun": 4,
1700    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
1701    "charges": 10,
1702    "stack_size": 10
1703  },
1704  {
1705    "id": "homeopathic_pills",
1706    "type": "COMESTIBLE",
1707    "comestible_type": "MED",
1708    "name": { "str": "homeopathic pill" },
1709    "description": "Some homeopathic pills, prepared through the repeated dilution of an active ingredient with water.  The label purports that these pills are able to maintain general wellness.",
1710    "weight": "1 g",
1711    "volume": "100 ml",
1712    "price": 1000,
1713    "price_postapoc": 1,
1714    "fun": 1,
1715    "charges": 20,
1716    "stack_size": 20,
1717    "symbol": "!",
1718    "color": "white",
1719    "use_action": { "type": "consume_drug", "activation_message": "You swallow the %s.  You wait in anticipation of its effects." },
1720    "snippet_category": [
1721      {
1722        "id": "pill1",
1723        "text": "Some Oscillococcinum homeopathic pills, prepared through the dilution of one part duck offal with 10^400 parts water.  The label purports that these pills are able to treat flu-like symptoms and maintain general wellness."
1724      },
1725      {
1726        "id": "pill2",
1727        "text": "Some Arsenicum album homeopathic pills, prepared through the dilution of one part arsenic trioxide with 10^24 parts water.  These pills are meant to treat anxiety, various digestive disorders, and arsenic poisoning."
1728      },
1729      {
1730        "id": "pill3",
1731        "text": "Some Allium cepa homeopathic pills, prepared through the dilution of one part onion with 10^30 parts water.  The label states that these pills can ameliorate symptoms of asthma, gastrointestinal disorders, and bronchitis.  You briefly wonder if they may cure fungal infections."
1732      },
1733      {
1734        "id": "pill4",
1735        "text": "Some Arum tryphillum homeopathic pills, prepared through the dilution of the jack-in-the-pulpit plant with 10^30 parts water.  The label claims that the pills are able to treat voice loss."
1736      },
1737      {
1738        "id": "pill5",
1739        "text": "Some Aesculus hippocastanum homeopathic pills, prepared through the dilution of horse chestnut with 10^30 parts water.  These pills are meant to treat dysentry and hemorrhoids."
1740      },
1741      {
1742        "id": "pill6",
1743        "text": "Some Lachesis mutus pills, prepared through the dilution of the venom of the bushmaster snake with 10^1000 parts water.  These pills are claimed to be an effective treatment for sore throat."
1744      }
1745    ]
1746  },
1747  {
1748    "id": "inj_vitb",
1749    "type": "COMESTIBLE",
1750    "comestible_type": "MED",
1751    "name": { "str": "injectable vitamin B" },
1752    "description": "Small vials of pale yellow liquid containing soluble vitamin B for injection.",
1753    "weight": "40 g",
1754    "volume": "250 ml",
1755    "price": 150,
1756    "price_postapoc": 500,
1757    "charges": 2,
1758    "stack_size": 10,
1759    "symbol": "!",
1760    "color": "magenta",
1761    "flags": [ "NO_INGEST", "IRREPLACEABLE_CONSUMABLE" ],
1762    "use_action": {
1763      "type": "consume_drug",
1764      "activation_message": "You inject some vitamin B.",
1765      "tools_needed": { "syringe": -1 },
1766      "vitamins": [ [ "vitB", 100 ] ]
1767    }
1768  },
1769  {
1770    "id": "inj_iron",
1771    "type": "COMESTIBLE",
1772    "comestible_type": "MED",
1773    "name": { "str": "injectable iron" },
1774    "description": "Small vials of dark yellow liquid containing soluble iron for injection.",
1775    "weight": "40 g",
1776    "volume": "250 ml",
1777    "price": 2000,
1778    "price_postapoc": 750,
1779    "charges": 2,
1780    "stack_size": 10,
1781    "symbol": "!",
1782    "color": "magenta",
1783    "flags": [ "NO_INGEST", "IRREPLACEABLE_CONSUMABLE" ],
1784    "use_action": {
1785      "type": "consume_drug",
1786      "activation_message": "You inject some iron.",
1787      "tools_needed": { "syringe": -1 },
1788      "vitamins": [ [ "iron", 100 ] ]
1789    }
1790  },
1791  {
1792    "id": "weed",
1793    "type": "COMESTIBLE",
1794    "comestible_type": "MED",
1795    "name": { "str_sp": "marijuana" },
1796    "description": "The dried flower buds and leaves harvested from a psychoactive variety of hemp plant.  Used to reduce nausea, stimulate appetite and elevate mood.  It can be habit-forming, and adverse reactions are possible.",
1797    "weight": "1 g",
1798    "volume": "250 ml",
1799    "price": 2500,
1800    "price_postapoc": 2500,
1801    "charges": 5,
1802    "stack_size": 100,
1803    "symbol": "!",
1804    "color": "green",
1805    "quench": -5,
1806    "stim": -10,
1807    "healthy": -1,
1808    "fun": 15,
1809    "addiction_potential": 5,
1810    "flags": [ "NO_INGEST" ],
1811    "use_action": {
1812      "type": "consume_drug",
1813      "activation_message": "You smoke some weed.  Good stuff, man!",
1814      "effects": [ { "id": "weed_high", "duration": 90 }, { "id": "pkill1", "duration": 360 } ],
1815      "stat_adjustments": { "hunger": 4, "thirst": 6 },
1816      "fields_produced": { "fd_weedsmoke": 2 },
1817      "charges_needed": { "fire": 1 },
1818      "tools_needed": { "apparatus": -1 },
1819      "moves": 40
1820    }
1821  },
1822  {
1823    "id": "xanax",
1824    "type": "COMESTIBLE",
1825    "comestible_type": "MED",
1826    "name": { "str_sp": "fast-acting sedative" },
1827    "description": "Anti-anxiety agent with a powerful sedative effect.  May cause dissociation and loss of memory.  It is dangerously addictive, and withdrawal from regular use should be gradual.",
1828    "weight": "1 g",
1829    "volume": "250 ml",
1830    "price": 6000,
1831    "//": "Yeah, kinda guessing at these ones, but generic is cheaper.",
1832    "price_postapoc": 5000,
1833    "charges": 10,
1834    "stack_size": 200,
1835    "symbol": "!",
1836    "color": "cyan",
1837    "stim": -4,
1838    "healthy": -2,
1839    "fun": 20,
1840    "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
1841    "addiction_potential": 40,
1842    "addiction_type": "sleeping pill",
1843    "use_action": [ "XANAX" ]
1844  },
1845  {
1846    "id": "disinrag",
1847    "type": "COMESTIBLE",
1848    "comestible_type": "MED",
1849    "name": { "str": "antiseptic soaked rag" },
1850    "description": "A rag soaked in antiseptic.  Useful for light wounds, probably won't help with deep bites.",
1851    "weight": "80 g",
1852    "//": "Can't copy-from rag, it breaks the stacking for some reason!",
1853    "volume": "250 ml",
1854    "price": 250,
1855    "price_postapoc": 50,
1856    "material": [ "cotton" ],
1857    "symbol": ",",
1858    "color": "white",
1859    "flags": [ "NO_INGEST" ],
1860    "use_action": {
1861      "type": "heal",
1862      "disinfectant_power": 2,
1863      "bite": 0.5,
1864      "move_cost": 200,
1865      "used_up_item": { "id": "rag", "quantity": 1, "flags": [ "FILTHY" ] }
1866    }
1867  },
1868  {
1869    "id": "disincotton_ball",
1870    "type": "COMESTIBLE",
1871    "comestible_type": "MED",
1872    "name": { "str_sp": "antiseptic soaked cotton balls" },
1873    "description": "Fluffy balls of clean white cotton.  Now soaked with antiseptic, they are somewhat useful to disinfect a wound.",
1874    "weight": "25 g",
1875    "//": "Can't copy-from cotton_ball, breaks volume",
1876    "volume": "30 ml",
1877    "price": 250,
1878    "price_postapoc": 50,
1879    "material": [ "cotton" ],
1880    "symbol": "*",
1881    "color": "white",
1882    "category": "drugs",
1883    "flags": [ "NO_INGEST" ],
1884    "use_action": {
1885      "type": "heal",
1886      "disinfectant_power": 3,
1887      "bite": 0.66,
1888      "move_cost": 300,
1889      "used_up_item": { "id": "cotton_ball", "quantity": 1, "charges": 1, "flags": [ "FILTHY" ] }
1890    }
1891  },
1892  {
1893    "id": "weak_antibiotic",
1894    "type": "COMESTIBLE",
1895    "comestible_type": "MED",
1896    "name": { "str_sp": "narrow-spectrum antibiotics" },
1897    "description": "A narrow-spectrum antibiotic used to suppress infections and prevent them from spreading.  It isn't broad enough to purge most infections outright, but it boosts the body's resistance against them.  One dose lasts twelve hours.",
1898    "weight": "15 g",
1899    "volume": "250 ml",
1900    "price": 1500,
1901    "charges": 5,
1902    "price_postapoc": 20000,
1903    "stack_size": 200,
1904    "material": [ "plastic" ],
1905    "symbol": "!",
1906    "color": "white",
1907    "healthy": -2,
1908    "use_action": [ "WEAK_ANTIBIOTIC" ],
1909    "flags": [ "NPC_SAFE", "IRREPLACEABLE_CONSUMABLE" ]
1910  },
1911  {
1912    "id": "pepto",
1913    "type": "COMESTIBLE",
1914    "comestible_type": "MED",
1915    "name": { "str": "heartburn medicine" },
1916    "description": "Creamy pink heartburn syrup that soothes upset stomachs and quells vomitous urges.",
1917    "weight": "1 g",
1918    "volume": "250 ml",
1919    "price": 1000,
1920    "price_postapoc": 250,
1921    "container": "bottle_plastic_small",
1922    "charges": 10,
1923    "symbol": "%",
1924    "phase": "liquid",
1925    "color": "white",
1926    "use_action": {
1927      "type": "consume_drug",
1928      "activation_message": "You take some heartburn medicine.",
1929      "effects": [ { "id": "tummy_tablet", "duration": 6400 } ]
1930    },
1931    "flags": [ "NPC_SAFE", "IRREPLACEABLE_CONSUMABLE" ]
1932  },
1933  {
1934    "id": "panacea",
1935    "type": "COMESTIBLE",
1936    "comestible_type": "MED",
1937    "name": { "str": "Panaceus", "str_pl": "Panaceii" },
1938    "description": "An apple-red gel capsule the size of your thumbnail, filled with a thick oily liquid that shifts from black to purple at unpredictable intervals, flecked with tiny gray dots.  Given the place you got it from, it's either very potent, or highly experimental.  Holding it, all the little aches and pains seem to fade, just for a moment…",
1939    "weight": "15 g",
1940    "volume": "5 ml",
1941    "price": 1000000,
1942    "price_postapoc": 8000,
1943    "stack_size": 5,
1944    "material": [ "plastic" ],
1945    "symbol": "!",
1946    "color": "red",
1947    "healthy": 25,
1948    "use_action": {
1949      "type": "consume_drug",
1950      "activation_message": "You feel AMAZING!",
1951      "effects": [ { "id": "panacea", "duration": "1 m" }, { "id": "cureall" } ]
1952    },
1953    "flags": [ "NPC_SAFE", "IRREPLACEABLE_CONSUMABLE" ]
1954  },
1955  {
1956    "id": "cattail_jelly",
1957    "type": "COMESTIBLE",
1958    "comestible_type": "MED",
1959    "name": { "str": "cattail jelly", "str_pl": "cattail jellies" },
1960    "description": "Clear jelly harvested from cattail, has antiseptic properties and works as a painkiller.",
1961    "container": "bottle_plastic_small",
1962    "weight": "50 g",
1963    "volume": "250 ml",
1964    "charges": 7,
1965    "price": 50,
1966    "price_postapoc": 50,
1967    "material": [ "oil" ],
1968    "phase": "liquid",
1969    "symbol": "~",
1970    "color": "light_blue",
1971    "flags": [ "NO_INGEST" ],
1972    "use_action": {
1973      "type": "heal",
1974      "disinfectant_power": 3,
1975      "bite": 0.75,
1976      "move_cost": 100,
1977      "effects": [ { "id": "pkill1", "duration": 720 } ]
1978    }
1979  },
1980  {
1981    "id": "strong_antibiotic",
1982    "type": "COMESTIBLE",
1983    "comestible_type": "MED",
1984    "name": { "str_sp": "broad-spectrum antibiotics" },
1985    "description": "A broad-spectrum antibacterial medication designed to prevent or stop the spread of infection.  It contains nearly toxic levels of antibiotics, but can treat any bacterial infections you may encounter.  One dose lasts twelve hours.",
1986    "weight": "1 g",
1987    "volume": "250 ml",
1988    "price": 15000,
1989    "price_postapoc": 60000,
1990    "charges": 5,
1991    "stack_size": 200,
1992    "symbol": "!",
1993    "color": "white",
1994    "healthy": -10,
1995    "flags": [ "NPC_SAFE", "IRREPLACEABLE_CONSUMABLE" ],
1996    "use_action": { "type": "STRONG_ANTIBIOTIC" }
1997  },
1998  {
1999    "id": "cocaine_topical",
2000    "type": "COMESTIBLE",
2001    "comestible_type": "MED",
2002    "name": { "str_sp": "cocaine topical cream" },
2003    "description": "A medical cream that provides both vascular restriction and anesthetic properties.",
2004    "weight": "5 g",
2005    "volume": "250 ml",
2006    "price": 550,
2007    "price_postapoc": 3000,
2008    "charges": 6,
2009    "stack_size": 60,
2010    "symbol": "u",
2011    "color": "light_gray",
2012    "phase": "liquid",
2013    "container": "bottle_plastic_small",
2014    "addiction_potential": 5,
2015    "addiction_type": "cocaine",
2016    "flags": [ "NO_INGEST" ],
2017    "use_action": { "type": "heal", "bleed": 20, "move_cost": 100, "effects": [ { "id": "pkill1", "duration": 720 } ] }
2018  }
2019]
2020