Skip to content

Commit 2ac536c

Browse files
Add New Effect for use in med-x
In Fallout 4, Med-X gives you poison resist, so in cataclysm it removes poison, made new effect for this purpose
1 parent bd49184 commit 2ac536c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "effect_type",
4+
"id": "med_x_effect",
5+
"removes_effects": [ "poison", "badpoison", "foodpoison", "paralyzepoison" ]
6+
}
7+
]

0 commit comments

Comments
 (0)