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

Method handler

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

Source from the content-addressed store, hash-verified

15634
15635 @staticmethod
15636 def handler(fit, ship, context, projectionRange, **kwargs):
15637 damageTypes = ('Em', 'Explosive', 'Kinetic', 'Thermal')
15638 for damageType in damageTypes:
15639 fit.ship.boostItemAttr('armor{0}DamageResonance'.format(damageType), ship.getModifiedItemAttr('shipBonusAC2'),
15640 skill='Amarr Cruiser', **kwargs)
15641
15642
15643class Effect4643(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected