File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Kenan-Modpack/Fallout_CDDA/Items/comestible Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 20
20
"activation_message" : " You take some Rad-X." ,
21
21
"effects" : [ { "id" : " pblue" , "duration" : 7200 } ]
22
22
}
23
+ },
24
+ {
25
+ "id" : " med_x" ,
26
+ "type" : " COMESTIBLE" ,
27
+ "comestible_type" : " MED" ,
28
+ "name" : { "str" : " Med-X" },
29
+ "description" : " Med-X, meant to make you resist poison." ,
30
+ "weight" : " 1 g" ,
31
+ "volume" : " 212 ml" ,
32
+ "price" : 67 ,
33
+ "price_postapoc" : 90 ,
34
+ "charges" : 76 ,
35
+ "stack_size" : 100 ,
36
+ "flags" : [ " NPC_SAFE" , " IRREPLACEABLE_CONSUMABLE" ],
37
+ "symbol" : " r" ,
38
+ "color" : " red" ,
39
+ "phase" : " liquid" ,
40
+ "use_action" : {
41
+ "type" : " consume_drug" ,
42
+ "activation_message" : " You inject some Med-X." ,
43
+ "tools_needed" : { "syringe" : -1 },
44
+ "effects" : [ { "id" : " pblue" , "duration" : 7200 } ]
45
+ }
23
46
},
24
47
{
25
48
"id" : " drugs_rare" ,
You can’t perform that action at this time.
0 commit comments