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

Method handler

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

Source from the content-addressed store, hash-verified

26397
26398 @staticmethod
26399 def handler(fit, module, context, projectionRange, **kwargs):
26400 for tgtAttr in (
26401 'aoeCloudSizeBonus',
26402 'explosionDelayBonus',
26403 'missileVelocityBonus',
26404 'aoeVelocityBonus'
26405 ):
26406 module.boostItemAttr(tgtAttr, module.getModifiedItemAttr('overloadTrackingModuleStrengthBonus'), **kwargs)
26407
26408
26409class Effect6385(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected