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

Method handler

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

Source from the content-addressed store, hash-verified

37538
37539 @staticmethod
37540 def handler(fit, ship, context, projectionRange, **kwargs):
37541 fit.modules.filteredItemBoost(
37542 lambda mod: mod.item.requiresSkill('Mining'), 'duration',
37543 ship.getModifiedItemAttr('exhumersBonusOreMiningDuration'),
37544 skill='Exhumers', **kwargs)
37545
37546
37547class Effect8244(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected