Skip to content

Commit

Permalink
Merge pull request CleverRaven#69761 from Maleclypse/Prevent-prematur…
Browse files Browse the repository at this point in the history
…e-Vampire-escalations

[ Xedra Evolved ] Prevent Premature Vampire escalations
  • Loading branch information
akrieger authored Nov 28, 2023
2 parents b2344f5 + e55be90 commit 17d4288
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/mods/Xedra_Evolved/effects/vampvirus.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,13 @@
{
"type": "effect_on_condition",
"id": "EOC_ADD_VAMPIRUS_INTENSITY1",
"condition": { "and": [ { "u_has_trait": "EYEGLEAM" }, { "u_has_trait": "STAMINAFORBLOOD" }, { "u_has_trait": "COMMUNE_NIGHT" } ] },
"effect": { "u_add_effect": "vampire_virus", "intensity": 2, "duration": "PERMANENT" }
},
{
"type": "effect_on_condition",
"id": "EOC_ADD_VAMPIRUS_INTENSITY2",
"condition": { "and": [ { "u_has_trait": "COAGULANTWEAVE" }, { "u_has_trait": "BLOODHEAL" } ] },
"effect": { "u_add_effect": "vampire_virus", "intensity": 3, "duration": "PERMANENT" }
},
{
Expand Down

0 comments on commit 17d4288

Please sign in to comment.