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

Method handler

eos/effects.py:38487–38490  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

38485
38486 @staticmethod
38487 def handler(fit, src, context, projectionRange, **kwargs):
38488 fit.modules.filteredItemBoost(
38489 lambda mod: mod.item.requiresSkill('Astrometrics'), 'cpu',
38490 src.getModifiedItemAttr('shipRoleBonusScanProbeLauncherCPU'), **kwargs)
38491
38492
38493class Effect11070(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected