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

Method handler

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

Source from the content-addressed store, hash-verified

39886
39887 @staticmethod
39888 def handler(fit, src, context, projectionRange, **kwargs):
39889 for dmgType in ('em', 'thermal', 'kinetic', 'explosive'):
39890 fit.ship.boostItemAttr(
39891 f'{dmgType}DamageResonance', src.getModifiedItemAttr('shipBonusDreadnoughtG1'),
39892 skill='Gallente Dreadnought', **kwargs)
39893
39894
39895class Effect11714(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected