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

Method handler

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

Source from the content-addressed store, hash-verified

22589
22590 @staticmethod
22591 def handler(fit, ship, context, projectionRange, **kwargs):
22592 for damageType in ('em', 'thermal', 'explosive', 'kinetic'):
22593 fit.ship.boostItemAttr('armor{}DamageResonance'.format(damageType.capitalize()),
22594 ship.getModifiedItemAttr('eliteBonusIndustrial2'), skill='Transport Ships', **kwargs)
22595
22596
22597class Effect5889(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected