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

Method handler

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

Source from the content-addressed store, hash-verified

39637
39638 @staticmethod
39639 def handler(fit, ship, context, projectionRange, **kwargs):
39640 fit.modules.filteredChargeBoost(
39641 lambda mod: mod.charge.requiresSkill('Science'),
39642 'baseSensorStrength', ship.getModifiedItemAttr('shipBonusRole8'), **kwargs)
39643
39644
39645class Effect11530(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected