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

Method handler

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

Source from the content-addressed store, hash-verified

37464
37465 @staticmethod
37466 def handler(fit, ship, context, projectionRange, **kwargs):
37467 fit.modules.filteredItemBoost(
37468 lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'duration',
37469 ship.getModifiedItemAttr('miningBargeBonusIceHarvestingDuration'),
37470 skill='Mining Barge', **kwargs)
37471
37472
37473class Effect8229(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected