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

Method handler

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

Source from the content-addressed store, hash-verified

21464
21465 @staticmethod
21466 def handler(fit, ship, context, projectionRange, **kwargs):
21467 damageTypes = ('Em', 'Explosive', 'Kinetic', 'Thermal')
21468 for damageType in damageTypes:
21469 fit.ship.boostItemAttr('armor{0}DamageResonance'.format(damageType), ship.getModifiedItemAttr('shipBonusAF'),
21470 skill='Amarr Frigate', **kwargs)
21471
21472
21473class Effect5657(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected