Initial commit for 3.3

- Updated tree
- Added 3 new uniques
- Added Shattered an Enemy Recently option
- Added missing league tags on Bestiary uniques
- Fixed Action Speed not applying to some animations (e.g Trap Throwing)
This commit is contained in:
Openarl
2018-05-30 04:07:23 +10:00
parent 470c723304
commit 33564e3e89
32 changed files with 173 additions and 34 deletions

View File

@@ -366,6 +366,9 @@ return {
{ var = "conditionFrozenEnemyRecently", type = "check", label = "Have you Frozen an Enemy Recently?", ifCond = "FrozenEnemyRecently", apply = function(val, modList, enemyModList)
modList:NewMod("Condition:FrozenEnemyRecently", "FLAG", true, "Config", { type = "Condition", var = "Combat" })
end },
{ var = "conditionShatteredEnemyRecently", type = "check", label = "Have you Shattered an Enemy Recently?", ifCond = "ShatteredEnemyRecently", apply = function(val, modList, enemyModList)
modList:NewMod("Condition:ShatteredEnemyRecently", "FLAG", true, "Config", { type = "Condition", var = "Combat" })
end },
{ var = "conditionIgnitedEnemyRecently", type = "check", label = "Have you Ignited an Enemy Recently?", ifCond = "IgnitedEnemyRecently", apply = function(val, modList, enemyModList)
modList:NewMod("Condition:IgnitedEnemyRecently", "FLAG", true, "Config", { type = "Condition", var = "Combat" })
end },