File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -702,6 +702,15 @@ function calcs.defence(env, actor)
702
702
end
703
703
end
704
704
705
+ if breakdown then
706
+ breakdown .Ward = { slots = { } }
707
+ breakdown .EnergyShield = { slots = { } }
708
+ breakdown .Armour = { slots = { } }
709
+ breakdown .Evasion = { slots = { } }
710
+ breakdown .Life = { slots = { } }
711
+ breakdown .Mana = { slots = { } }
712
+ breakdown .Spirit = { slots = { } }
713
+ end
705
714
if actor == env .minion then
706
715
calcs .doActorLifeManaSpirit (env .minion )
707
716
calcs .doActorLifeManaSpiritReservation (env .minion )
@@ -847,15 +856,6 @@ function calcs.defence(env, actor)
847
856
local energyShield = 0
848
857
local armour = 0
849
858
local evasion = 0
850
- if breakdown then
851
- breakdown .Ward = { slots = { } }
852
- breakdown .EnergyShield = { slots = { } }
853
- breakdown .Armour = { slots = { } }
854
- breakdown .Evasion = { slots = { } }
855
- breakdown .Life = { slots = { } }
856
- breakdown .Mana = { slots = { } }
857
- breakdown .Spirit = { slots = { } }
858
- end
859
859
local energyShieldBase , armourBase , evasionBase , wardBase
860
860
local gearWard = 0
861
861
local gearEnergyShield = 0
You can’t perform that action at this time.
0 commit comments