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

Method handler

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

Source from the content-addressed store, hash-verified

37353
37354 @staticmethod
37355 def handler(fit, ship, context, projectionRange, **kwargs):
37356 fit.modules.filteredItemBoost(
37357 lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'duration',
37358 ship.getModifiedItemAttr('expeditionFrigateBonusIceHarvestingDuration'),
37359 skill='Expedition Frigates', **kwargs)
37360
37361
37362class Effect8223(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected