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

Method handler

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

Source from the content-addressed store, hash-verified

27560
27561 @staticmethod
27562 def handler(fit, module, context, projectionRange, **kwargs):
27563 for scanType in ('Gravimetric', 'Magnetometric', 'Radar', 'Ladar'):
27564 module.boostItemAttr('scan{}StrengthPercent'.format(scanType),
27565 module.getModifiedChargeAttr('sensorStrengthBonusBonus'), **kwargs)
27566
27567
27568class Effect6501(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedChargeAttrMethod · 0.80

Tested by

no test coverage detected