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

Method handler

eos/effects.py:8305–8309  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

8303
8304 @staticmethod
8305 def handler(fit, module, context, projectionRange, **kwargs):
8306 for type in ('kinetic', 'thermal', 'explosive', 'em'):
8307 fit.ship.boostItemAttr('armor' + type.capitalize() + 'DamageResonance',
8308 module.getModifiedItemAttr(type + 'DamageResistanceBonus') or 0,
8309 stackingPenalties=True, **kwargs)
8310
8311
8312class Effect2794(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected