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

Method handler

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

Source from the content-addressed store, hash-verified

28185
28186 @staticmethod
28187 def handler(fit, module, context, projectionRange, **kwargs):
28188 overloadBonus = module.getModifiedItemAttr('overloadTrackingModuleStrengthBonus')
28189 module.boostItemAttr('maxRangeBonus', overloadBonus, **kwargs)
28190 module.boostItemAttr('falloffBonus', overloadBonus, **kwargs)
28191 module.boostItemAttr('trackingSpeedBonus', overloadBonus, **kwargs)
28192 module.boostItemAttr('aoeCloudSizeBonus', overloadBonus, **kwargs)
28193 module.boostItemAttr('aoeVelocityBonus', overloadBonus, **kwargs)
28194
28195
28196class Effect6559(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected