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

Method handler

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

Source from the content-addressed store, hash-verified

27163
27164 @staticmethod
27165 def handler(fit, module, context, projectionRange, **kwargs):
27166 module.boostItemAttr('maxVelocity', module.getModifiedItemAttr('fighterAbilityMicroWarpDriveSpeedBonus'),
27167 stackingPenalties=True, **kwargs)
27168 module.boostItemAttr('signatureRadius',
27169 module.getModifiedItemAttr('fighterAbilityMicroWarpDriveSignatureRadiusBonus'),
27170 stackingPenalties=True, **kwargs)
27171
27172
27173class Effect6443(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected