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

Method handler

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

Source from the content-addressed store, hash-verified

8339
8340 @staticmethod
8341 def handler(fit, module, context, projectionRange, **kwargs):
8342 for type in ('kinetic', 'thermal', 'explosive', 'em'):
8343 fit.ship.boostItemAttr('shield' + type.capitalize() + 'DamageResonance',
8344 module.getModifiedItemAttr(type + 'DamageResistanceBonus') or 0,
8345 stackingPenalties=True, **kwargs)
8346
8347
8348class Effect2796(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected