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

Method handler

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

Source from the content-addressed store, hash-verified

37985
37986 @staticmethod
37987 def handler(fit, ship, context, projectionRange, **kwargs):
37988 fit.modules.filteredItemBoost(
37989 lambda mod: mod.item.requiresSkill('Gas Cloud Harvesting'), 'duration',
37990 ship.getModifiedItemAttr('miningFrigateBonusGasCloudHarvestingDuration'),
37991 skill='Mining Frigate', **kwargs)
37992
37993
37994class Effect8315(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected