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

Method handler

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

Source from the content-addressed store, hash-verified

41657
41658 @staticmethod
41659 def handler(fit, src, context, projectionRange, **kwargs):
41660 fit.modules.filteredItemBoost(
41661 lambda mod: mod.item.requiresSkill('Mining'), 'miningAmount',
41662 src.getModifiedItemAttr('shipBonusOreDestroyer1'), skill='Mining Destroyer', **kwargs)
41663
41664
41665class Effect12330(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected