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

Method handler

eos/effects.py:27595–27600  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

27593
27594 @staticmethod
27595 def handler(fit, src, context, projectionRange, **kwargs):
27596 for dmgType in ('em', 'thermal', 'kinetic', 'explosive'):
27597 fit.ship.boostItemAttr(
27598 'armor{}DamageResonance'.format(dmgType.capitalize()),
27599 src.getModifiedItemAttr('shipBonusDreadnoughtA2'),
27600 skill='Amarr Dreadnought', **kwargs)
27601
27602
27603class Effect6503(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected