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

Method handler

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

Source from the content-addressed store, hash-verified

37843
37844 @staticmethod
37845 def handler(fit, ship, context, projectionRange, **kwargs):
37846 fit.modules.filteredItemBoost(
37847 lambda mod: mod.item.requiresSkill('Gas Cloud Harvesting'), 'duration',
37848 ship.getModifiedItemAttr('shipRoleBonusGasHarvesterDuration'), **kwargs)
37849
37850
37851class Effect8301(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected