Release 1.2.6

- Added skill parts to Fireball
This commit is contained in:
Openarl
2016-11-12 01:45:06 +10:00
parent a65ed17871
commit 0f6a25ac6a
7 changed files with 29 additions and 5 deletions

View File

@@ -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" } },