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

Method handler

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

Source from the content-addressed store, hash-verified

38020
38021 @staticmethod
38022 def handler(fit, ship, context, projectionRange, **kwargs):
38023 fit.modules.filteredItemBoost(
38024 lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'duration',
38025 ship.getModifiedItemAttr('miningFrigateBonusIceHarvestingDuration'),
38026 skill='Mining Frigate', **kwargs)
38027
38028
38029class Effect8323(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected