Description
Modifiers converting or sharing defences between Armour, ES, and other stats are not fully implemented.
Affected Passive Tree Stat Lines
| Status |
Stat |
| ⚠️ Partial |
60% of your current Energy Shield is added to your Armour for |
| ❌ Unknown |
Increases and Reductions to Armour also apply to Energy Shield |
Notes
- ❌ Unknown: ModParser returns
nil — the stat is completely unrecognised
- ⚠️ Partial: ModParser parses part of the stat but has leftover text (
extra)
These stats need support added in src/Modules/ModParser.lua and/or the relevant CalcOffence/CalcDefence/CalcPerform modules.
Detected automatically via tree.json analysis against ModParser.lua — v0.4 tree data
Description
Modifiers converting or sharing defences between Armour, ES, and other stats are not fully implemented.
Affected Passive Tree Stat Lines
60% of your current Energy Shield is added to your Armour forIncreases and Reductions to Armour also apply to Energy ShieldNotes
nil— the stat is completely unrecognisedextra)These stats need support added in
src/Modules/ModParser.luaand/or the relevantCalcOffence/CalcDefence/CalcPerformmodules.Detected automatically via tree.json analysis against ModParser.lua — v0.4 tree data