Release 1.2.6
- Added skill parts to Fireball
This commit is contained in:
@@ -335,6 +335,9 @@ local modTagList = {
|
||||
["when on full life"] = { tag = { type = "Condition", var = "FullLife" } },
|
||||
["when not on full life"] = { tag = { type = "Condition", var = "NotFullLife" } },
|
||||
["while no mana is reserved"] = { tag = { type = "Condition", var = "NoManaReserved" } },
|
||||
["while at maximum power charges"] = { tag = { type = "Condition", var = "AtMaxPowerCharges" } },
|
||||
["while at maximum frenzy charges"] = { tag = { type = "Condition", var = "AtMaxFrenzyCharges" } },
|
||||
["while at maximum endurance charges"] = { tag = { type = "Condition", var = "AtMaxEnduranceCharges" } },
|
||||
["while you have fortify"] = { tag = { type = "Condition", var = "Fortify" } },
|
||||
["during onslaught"] = { tag = { type = "Condition", var = "Onslaught" } },
|
||||
["while you have onslaught"] = { tag = { type = "Condition", var = "Onslaught" } },
|
||||
|
||||
Reference in New Issue
Block a user