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

Method handler

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

Source from the content-addressed store, hash-verified

22571
22572 @staticmethod
22573 def handler(fit, ship, context, projectionRange, **kwargs):
22574 for damageType in ('em', 'thermal', 'explosive', 'kinetic'):
22575 fit.ship.boostItemAttr('shield{}DamageResonance'.format(damageType.capitalize()),
22576 ship.getModifiedItemAttr('eliteBonusIndustrial2'), skill='Transport Ships', **kwargs)
22577
22578
22579class Effect5888(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected