Skip to content

Commit bd49184

Browse files
Basic Med-X
1 parent 656e9e7 commit bd49184

File tree

1 file changed

+23
-0
lines changed
  • Kenan-Modpack/Fallout_CDDA/Items/comestible

1 file changed

+23
-0
lines changed

Kenan-Modpack/Fallout_CDDA/Items/comestible/med.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,29 @@
2020
"activation_message": "You take some Rad-X.",
2121
"effects": [ { "id": "pblue", "duration": 7200 } ]
2222
}
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+
}
2346
},
2447
{
2548
"id": "drugs_rare",

0 commit comments

Comments
 (0)