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

Method handler

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

Source from the content-addressed store, hash-verified

24335
24336 @staticmethod
24337 def handler(fit, module, context, projectionRange, **kwargs):
24338 for tgtAttr in (
24339 'aoeCloudSizeBonus',
24340 'explosionDelayBonus',
24341 'missileVelocityBonus',
24342 'maxVelocityModifier',
24343 'aoeVelocityBonus'
24344 ):
24345 module.boostItemAttr(tgtAttr, module.getModifiedItemAttr('overloadTrackingModuleStrengthBonus'), **kwargs)
24346
24347
24348class Effect6148(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected