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

Method handler

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

Source from the content-addressed store, hash-verified

6151
6152 @staticmethod
6153 def handler(fit, module, context, projectionRange, **kwargs):
6154 for type in ('kinetic', 'thermal', 'explosive', 'em'):
6155 fit.ship.boostItemAttr('shield%sDamageResonance' % type.capitalize(),
6156 module.getModifiedItemAttr('%sDamageResistanceBonus' % type),
6157 stackingPenalties=True, **kwargs)
6158
6159
6160class Effect2053(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected