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

Method handler

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

Source from the content-addressed store, hash-verified

37520
37521 @staticmethod
37522 def handler(fit, ship, context, projectionRange, **kwargs):
37523 fit.modules.filteredItemBoost(
37524 lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'maxRange',
37525 ship.getModifiedItemAttr('miningBargeBonusIceHarvestingRange'),
37526 skill='Mining Barge', **kwargs)
37527
37528
37529class Effect8243(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected