Skip to content

Commit 8093a92

Browse files
[Xedra Evolved] Vampires are pale, and so are dhampirs with the Corpselike Pallor flaw (#82564)
* Initial commit * Vampries get it too
1 parent 6e484c3 commit 8093a92

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

data/mods/Xedra_Evolved/effects/effects.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,14 @@
608608
"name": [ "" ],
609609
"desc": [ "" ]
610610
},
611+
{
612+
"type": "effect_type",
613+
"id": "effect_dhampir_corpselike_pallor_pale",
614+
"//": "Hidden--cosmetic to make dhampirs with Corpselike Pallor more pale",
615+
"name": [ "" ],
616+
"desc": [ "" ],
617+
"enchantments": [ { "mutations": [ "PALE" ] } ]
618+
},
611619
{
612620
"type": "effect_type",
613621
"id": "effect_vampire_immune_to_classic_zombification",

data/mods/Xedra_Evolved/mutations/mutations.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,8 @@
505505
"purifiable": false,
506506
"valid": false,
507507
"visibility": 7,
508-
"ugliness": 6
508+
"ugliness": 6,
509+
"enchantments": [ { "ench_effects": [ { "effect": "effect_dhampir_corpselike_pallor_pale", "intensity": 1 } ] } ]
509510
},
510511
{
511512
"type": "mutation",
@@ -1217,7 +1218,12 @@
12171218
{ "value": "MENDING_MODIFIER", "multiply": 12 }
12181219
]
12191220
},
1220-
{ "ench_effects": [ { "effect": "effect_vampire_immune_to_classic_zombification", "intensity": 1 } ] }
1221+
{
1222+
"ench_effects": [
1223+
{ "effect": "effect_vampire_immune_to_classic_zombification", "intensity": 1 },
1224+
{ "effect": "effect_dhampir_corpselike_pallor_pale", "intensity": 1 }
1225+
]
1226+
}
12211227
]
12221228
},
12231229
{

0 commit comments

Comments
 (0)