We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac536c commit 2f618b1Copy full SHA for 2f618b1
Kenan-Modpack/Fallout_CDDA/Items/comestible/med.json
@@ -21,7 +21,7 @@
21
"effects": [ { "id": "pblue", "duration": 7200 } ]
22
}
23
},
24
- {
+ {
25
"id": "med_x",
26
"type": "COMESTIBLE",
27
"comestible_type": "MED",
@@ -41,12 +41,12 @@
41
"type": "consume_drug",
42
"activation_message": "You inject some Med-X.",
43
"tools_needed": { "syringe": -1 },
44
- "effects": [ { "id": "pblue", "duration": 7200 } ]
+ "effects": [ { "id": "med_x_effect", "duration": 100 } ]
45
46
47
{
48
"id": "drugs_rare",
49
"type": "item_group",
50
- "items": [ [ "rad_x", 50 ] ]
+ "items": [ [ "rad_x", 10 ], [ "med_x", 10 ] ]
51
52
]
0 commit comments