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

Method handler

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

Source from the content-addressed store, hash-verified

37372
37373 @staticmethod
37374 def handler(fit, ship, context, projectionRange, **kwargs):
37375 fit.modules.filteredItemBoost(
37376 lambda mod: mod.item.requiresSkill('Mining'), 'miningAmount',
37377 ship.getModifiedItemAttr('shipRoleBonusOreMiningYield'), **kwargs)
37378
37379
37380class Effect8224(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected