MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / handler

Method handler

eos/effects.py:37611–37617  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

37609
37610 @staticmethod
37611 def handler(fit, ship, context, projectionRange, **kwargs):
37612 damageTypes = ('Em', 'Explosive', 'Kinetic', 'Thermal')
37613 for damageType in damageTypes:
37614 fit.ship.boostItemAttr(
37615 'shield{}DamageResonance'.format(damageType),
37616 ship.getModifiedItemAttr('exhumersBonusShieldResistance'),
37617 skill='Exhumers', **kwargs)
37618
37619
37620class Effect8261(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected