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

Method handler

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

Source from the content-addressed store, hash-verified

17867
17868 @staticmethod
17869 def handler(fit, module, context, projectionRange, **kwargs):
17870 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining'),
17871 'miningAmount', module.getModifiedItemAttr('miningFrigatesBonusOreMiningYield'),
17872 skill='Mining Frigate', **kwargs)
17873
17874
17875class Effect5153(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected