forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmed.json
223 lines (223 loc) · 7.5 KB
/
med.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
[
{
"id": "coca_leaf",
"type": "COMESTIBLE",
"comestible_type": "FOOD",
"name": { "str_sp": "coca leaves" },
"description": "A handful of leaves from a South American coca plant. Known as the raw material for manufacturing of the cocaine, and can be chewed as-is for minor stimulant effect.",
"weight": "5 g",
"volume": "100 ml",
"price": 10000,
"price_postapoc": 5000,
"charges": 10,
"stack_size": 10,
"material": [ "veggy" ],
"symbol": "!",
"color": "green",
"calories": 15,
"container": "bag_zipper",
"fatigue_mod": 20,
"stim": 8,
"fun": 4,
"addiction_type": "cocaine",
"flags": [ "IRREPLACEABLE_CONSUMABLE", "EDIBLE_FROZEN", "RAW", "NO_AUTO_CONSUME" ],
"vitamins": [ [ "calcium", 8 ], [ "iron", 7 ] ],
"use_action": {
"type": "consume_drug",
"activation_message": "You chew your coca leaves.",
"effects": [ { "id": "pkill1", "duration": 90 } ],
"stat_adjustments": { "hunger": -3, "thirst": -3 }
}
},
{
"id": "opium",
"type": "COMESTIBLE",
"comestible_type": "MED",
"name": { "str_sp": "opium" },
"description": "Dried latex obtained from the seed capsules of an opium poppy. It's an important source of opioid drugs and can also be smoked, but it's addictive.",
"weight": "1 g",
"volume": "250 ml",
"price": 1100,
"price_postapoc": 1500,
"charges": 20,
"stack_size": 60,
"symbol": "!",
"color": "brown",
"container": "bag_plastic",
"fatigue_mod": -15,
"stim": -5,
"healthy": -2,
"fun": 20,
"addiction_potential": 25,
"addiction_type": "opiate",
"flags": [ "NO_INGEST", "EDIBLE_FROZEN" ],
"use_action": {
"type": "consume_drug",
"activation_message": "You smoke some opium.",
"effects": [ { "id": "pkill2", "duration": "18 m" } ],
"fields_produced": { "fd_cigsmoke": 2 },
"charges_needed": { "fire": 1 },
"tools_needed": { "apparatus": -1 },
"moves": 250
}
},
{
"type": "COMESTIBLE",
"id": "laudanum",
"looks_like": "herbal_tea",
"name": { "str_sp": "laudanum" },
"weight": "36 g",
"color": "brown",
"addiction_type": "opiate",
"addiction_potential": 25,
"fatigue_mod": -15,
"stim": -17,
"healthy": -3,
"container": "bottle_plastic",
"comestible_type": "MED",
"symbol": "~",
"quench": -10,
"calories": 80,
"description": "A tincture of opium, prepared by dissolving extracts from the opium poppy in ethanol. Reddish-brown in color and extremely bitter, it was historically used to treat a variety of conditions, but its principal use was as a pain medication and cough suppressant.",
"price": 1000,
"price_postapoc": 500,
"charges": 7,
"material": [ "alcohol" ],
"volume": "250 ml",
"phase": "liquid",
"freezing_point": -30,
"flags": [ "NO_AUTO_CONSUME" ],
"fun": 8,
"use_action": [ "LAUDANUM" ]
},
{
"id": "vitc_supplement",
"type": "COMESTIBLE",
"comestible_type": "MED",
"name": { "str_sp": "vitamin C supplement" },
"description": "Sweet-tasting oral dietary supplement containing ascorbic acid, also known as vitamin C. Used to treat scurvy that is caused by vitamin C deficiency.",
"weight": "1 g",
"volume": "100 ml",
"price": 400,
"price_postapoc": 1000,
"fun": 1,
"charges": 20,
"stack_size": 20,
"symbol": "!",
"color": "white",
"looks_like": "calcium_tablet",
"container": "bottle_plastic_pill_supplement",
"flags": [ "IRREPLACEABLE_CONSUMABLE", "EDIBLE_FROZEN" ],
"use_action": { "type": "consume_drug", "activation_message": "You take the %s.", "vitamins": [ [ "vitC", 75 ] ] }
},
{
"id": "chem_ferrous_sulfate",
"type": "COMESTIBLE",
"comestible_type": "MED",
"name": { "str_sp": "ferrous sulfate" },
"description": "Ferrous sulfate heptahydrate, odorless blue-green crystals. Can be used as a crude iron dietary supplement.",
"weight": "2 g",
"volume": "250 ml",
"price": 10,
"charges": 100,
"stack_size": 100,
"symbol": "!",
"color": "white",
"looks_like": "calcium_tablet",
"container": "bottle_plastic_small",
"flags": [ "IRREPLACEABLE_CONSUMABLE", "EDIBLE_FROZEN" ],
"use_action": {
"type": "consume_drug",
"activation_message": "You take the iron dietary supplement.",
"vitamins": [ [ "iron", 24 ] ]
}
},
{
"id": "chem_lithium_carbonate",
"type": "COMESTIBLE",
"comestible_type": "MED",
"name": { "str_sp": "lithium carbonate" },
"description": "Odorless white powder which can be used as a treatment for mood disorders such as bipolar disorder. Unlike the alternatives, it has significant but usually subtle negative adverse effects.",
"weight": "1 g",
"volume": "250 ml",
"healthy": -3,
"price": 9000,
"price_postapoc": 2000,
"charges": 15,
"stack_size": 200,
"symbol": "!",
"color": "light_green",
"container": "bottle_plastic_pill_prescription",
"flags": [ "EDIBLE_FROZEN" ],
"use_action": [ "PROZAC" ]
},
{
"id": "modafinil",
"type": "COMESTIBLE",
"comestible_type": "MED",
"name": { "str_sp": "modafinil" },
"description": "A central nervous system stimulant medication used to treat sleepiness due to narcolepsy, shift work sleep disorder, and obstructive sleep apnea. It has also seen off-label use as a purported cognitive enhancer. It is usually taken once per day in the morning, and has a low potential for addiction.",
"looks_like": "adderall",
"weight": "1 g",
"volume": "1 ml",
"stack_size": 1,
"price": 2000,
"symbol": "!",
"color": "white",
"healthy": -1,
"fun": 4,
"addiction_potential": 3,
"addiction_type": "cocaine",
"container": "bottle_plastic_pill_prescription",
"flags": [ "WATER_DISSOLVE", "EDIBLE_FROZEN" ],
"use_action": {
"type": "consume_drug",
"activation_message": "You take some modafinil.",
"effects": [ { "id": "took_modafinil", "duration": "12 h" } ]
}
},
{
"id": "disinfectant_kmno4",
"type": "COMESTIBLE",
"comestible_type": "MED",
"name": { "str_sp": "potassium permanganate solution" },
"description": "A purple-colored weak aqueous solution of potassium permanganate prepared for wound disinfection.",
"weight": "25 g",
"volume": "250 ml",
"price": 1500,
"price_postapoc": 500,
"charges": 10,
"symbol": "~",
"color": "magenta",
"phase": "liquid",
"container": "flask_glass",
"flags": [ "NO_INGEST", "WATER_DISSOLVE" ],
"use_action": { "type": "heal", "disinfectant_power": 4, "bite": 0.95, "move_cost": 3000 }
},
{
"id": "chem_chloral_hydrate",
"type": "COMESTIBLE",
"comestible_type": "MED",
"name": { "str_sp": "chloral hydrate" },
"description": "A colorless water-soluble powder with slightly acrid odor, known as a hypnotic and sedative pharmaceutical drug. It also is a starting point for the synthesis of other organic compounds.",
"weight": "500 mg",
"volume": "1 ml",
"price": 3000,
"price_postapoc": 10000,
"stack_size": 1,
"material": [ "powder" ],
"symbol": "!",
"color": "light_red",
"container": "bottle_plastic_pill_prescription",
"stim": -8,
"fun": 5,
"flags": [ "WATER_DISSOLVE", "EDIBLE_FROZEN" ],
"addiction_potential": 40,
"addiction_type": "sleeping pill",
"use_action": {
"type": "effect_on_conditions",
"description": "Can be used to treat insomnia.",
"effect_on_conditions": [ "EOC_SLEEP" ]
}
}
]