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

Method handler

eos/effects.py:33654–33659  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

33652
33653 @staticmethod
33654 def handler(fit, src, context, projectionRange, **kwargs):
33655 for layer, attrPrefix in (('shield', 'shield'), ('armor', 'armor'), ('hull', '')):
33656 for damageType in ('Kinetic', 'Thermal', 'Explosive', 'Em'):
33657 booster = '%s%sDamageResonance' % (layer, damageType)
33658
33659 src.forceItemAttr(booster, src.getModifiedItemAttr('resistanceMultiplier'), **kwargs)
33660
33661
33662class Effect7013(BaseEffect):

Callers

nothing calls this directly

Calls 2

forceItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected