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

Method handler

eos/effects.py:39656–39659  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

39654
39655 @staticmethod
39656 def handler(fit, ship, context, projectionRange, **kwargs):
39657 fit.modules.filteredChargeBoost(
39658 lambda mod: mod.charge.requiresSkill('Science'),
39659 'baseMaxScanDeviation', ship.getModifiedItemAttr('shipBonusRole6'), **kwargs)
39660
39661
39662class Effect11531(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected