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

Method handler

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

Source from the content-addressed store, hash-verified

7146
7147 @staticmethod
7148 def handler(fit, ship, context, projectionRange, **kwargs):
7149 for type in ('Em', 'Explosive', 'Kinetic', 'Thermal'):
7150 fit.ship.boostItemAttr('armor{0}DamageResonance'.format(type), ship.getModifiedItemAttr('shipBonusAB'),
7151 skill='Amarr Battleship', **kwargs)
7152
7153
7154class Effect2479(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected