Skip to content

Commit 666f4c9

Browse files
committed
Make armor resistance bonus of heretic to rely on correct skill
1 parent 053e6b1 commit 666f4c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eos/effects/elitebonusinterdictorsarmorresist1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Ship: Heretic
33
type = "passive"
44
def handler(fit, ship, context):
5-
level = fit.character.getSkill("Assault Frigates").level
5+
level = fit.character.getSkill("Interdictors").level
66
for damageType in ("Em", "Thermal", "Explosive", "Kinetic"):
77
fit.ship.boostItemAttr("armor%sDamageResonance" % damageType,
88
ship.getModifiedItemAttr("eliteBonusInterdictors1") * level)

0 commit comments

Comments
 (0)