Skip to content

Commit 7395c22

Browse files
authored
Merge pull request #82416 from Standing-Storm/no-vampire-zombies
[DDotD/XE] Full vampires are immune to zombie bites
2 parents 2268ea1 + 492c9e3 commit 7395c22

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

data/mods/Xedra_Evolved/effects/effects.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,13 @@
608608
"name": [ "" ],
609609
"desc": [ "" ]
610610
},
611+
{
612+
"type": "effect_type",
613+
"id": "effect_vampire_immune_to_classic_zombification",
614+
"//": "Hidden--does nothing in base XE, used for DDotD interactions",
615+
"name": [ "" ],
616+
"desc": [ "" ]
617+
},
611618
{
612619
"type": "effect_type",
613620
"id": "effect_dhampir_empowered_blood_indicator",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"type": "effect_type",
4+
"id": "effect_vampire_immune_to_classic_zombification",
5+
"name": [ "" ],
6+
"desc": [ "" ],
7+
"removes_effects": [ "zombie_virus", "zombie_virus_scratch" ]
8+
}
9+
]

data/mods/Xedra_Evolved/mutations/mutations.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,8 @@
12151215
{ "value": "REGEN_HP_AWAKE", "multiply": 1 },
12161216
{ "value": "MENDING_MODIFIER", "multiply": 12 }
12171217
]
1218-
}
1218+
},
1219+
{ "ench_effects": [ { "effect": "effect_vampire_immune_to_classic_zombification", "intensity": 1 } ] }
12191220
]
12201221
},
12211222
{

0 commit comments

Comments
 (0)