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

Method handler

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

Source from the content-addressed store, hash-verified

24857
24858 @staticmethod
24859 def handler(fit, src, context, projectionRange, **kwargs):
24860 for dmgType in ('Em', 'Thermal', 'Kinetic', 'Explosive'):
24861 fit.ship.boostItemAttr('shield{}DamageResonance'.format(dmgType),
24862 src.getModifiedItemAttr('expeditionFrigateBonusShieldResistance'),
24863 skill='Expedition Frigates', **kwargs)
24864
24865
24866class Effect6197(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected