Skip to content

Commit 8b9d63d

Browse files
Merge pull request #82853 from SariusSkelrets/must_be_vampire_to_be_stronger_vampire
[XE/Sky Island] Vampire progression fixes.
1 parent 9e33464 commit 8b9d63d

File tree

1 file changed

+11
-0
lines changed
  • data/mods/Sky_Island/mod_interactions/xedra_evolved

1 file changed

+11
-0
lines changed

data/mods/Sky_Island/mod_interactions/xedra_evolved/eocs.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,22 @@
9191
{
9292
"type": "effect_on_condition",
9393
"id": "EOC_SKY_ISLAND_VAMPIRE_TIER_4",
94+
"condition": { "u_has_trait": "VAMPIRE3" },
9495
"effect": [
9596
{ "u_remove_item_with": "upgradekey_vampire4" },
9697
{ "u_forget_recipe": "upgradekey_vampire4" },
9798
{ "u_add_trait": "VAMPIRE4" },
9899
{ "run_eocs": "EOC_REMOVE_DREAM_MAGIC" },
100+
{ "run_eocs": [ "EOC_VAMPIRE_ADD_ONE_WEAKNESS" ] },
99101
{ "u_add_effect": "vampire_virus_ascendant", "intensity": 1, "duration": "PERMANENT" },
100102
{ "u_message": "Your eyes redden even more as you pass a point of no return.", "type": "mixed" }
103+
],
104+
"false_effect": [
105+
{
106+
"if": { "u_has_effect": "vampire_virus" },
107+
"then": { "u_message": "You lack the vampiric potency to use this.", "type": "bad" },
108+
"else": { "u_message": "You cannot empower your vampirism without being a vampire.", "type": "bad" }
109+
}
101110
]
102111
},
103112
{
@@ -129,6 +138,8 @@
129138
{ "u_remove_item_with": "upgradekey_vampire5" },
130139
{ "u_forget_recipe": "upgradekey_vampire5" },
131140
{ "u_add_trait": "BLOOD_DRINKER" },
141+
{ "run_eocs": [ "EOC_VAMPIRE_ADD_ONE_WEAKNESS" ] },
142+
{ "run_eocs": [ "EOC_VAMPIRE_ADD_ONE_WEAKNESS" ] },
132143
{ "u_add_effect": "vampire_virus_post_mortal", "intensity": 1, "duration": "PERMANENT" },
133144
{
134145
"u_message": "Your thirst for blood grows, and so does your power, as you reach the final state of vampirism.",

0 commit comments

Comments
 (0)