Skip to content

Commit 2f618b1

Browse files
Add new effect to med-x
1 parent 2ac536c commit 2f618b1

File tree

1 file changed

+3
-3
lines changed
  • Kenan-Modpack/Fallout_CDDA/Items/comestible

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"effects": [ { "id": "pblue", "duration": 7200 } ]
2222
}
2323
},
24-
{
24+
{
2525
"id": "med_x",
2626
"type": "COMESTIBLE",
2727
"comestible_type": "MED",
@@ -41,12 +41,12 @@
4141
"type": "consume_drug",
4242
"activation_message": "You inject some Med-X.",
4343
"tools_needed": { "syringe": -1 },
44-
"effects": [ { "id": "pblue", "duration": 7200 } ]
44+
"effects": [ { "id": "med_x_effect", "duration": 100 } ]
4545
}
4646
},
4747
{
4848
"id": "drugs_rare",
4949
"type": "item_group",
50-
"items": [ [ "rad_x", 50 ] ]
50+
"items": [ [ "rad_x", 10 ], [ "med_x", 10 ] ]
5151
}
5252
]

0 commit comments

Comments
 (0)