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

Method handler

eos/effects.py:40895–40900  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

40893
40894 @staticmethod
40895 def handler(fit, ship, context, projectionRange, **kwargs):
40896 for dmgType in ('em', 'thermal', 'kinetic', 'explosive'):
40897 fit.ship.boostItemAttr(
40898 'shield{}DamageResonance'.format(dmgType.capitalize()),
40899 ship.getModifiedItemAttr('shipBonus3CF'),
40900 skill='Caldari Frigate', **kwargs)
40901
40902
40903class Effect12180(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected