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

Method handler

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

Source from the content-addressed store, hash-verified

41834
41835 @staticmethod
41836 def handler(fit, src, context, projectionRange, **kwargs):
41837 fit.modules.filteredItemBoost(
41838 lambda mod: mod.item.requiresSkill('Gas Cloud Harvesting'), 'cpu',
41839 src.getModifiedItemAttr('shipBonusGasCloudScoopCPUreductionSOEECSrole'), **kwargs)
41840
41841
41842class Effect12542(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected