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

Method handler

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

Source from the content-addressed store, hash-verified

6133
6134 @staticmethod
6135 def handler(fit, module, context, projectionRange, **kwargs):
6136 for type in ('kinetic', 'thermal', 'explosive', 'em'):
6137 fit.ship.boostItemAttr('armor%sDamageResonance' % type.capitalize(),
6138 module.getModifiedItemAttr('%sDamageResistanceBonus' % type),
6139 stackingPenalties=True, **kwargs)
6140
6141
6142class Effect2052(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected