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

Method handler

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

Source from the content-addressed store, hash-verified

37895
37896 @staticmethod
37897 def handler(fit, ship, context, projectionRange, **kwargs):
37898 fit.modules.filteredItemBoost(
37899 lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'capacitorNeed',
37900 ship.getModifiedItemAttr('shipRoleBonusIceHarvesterActivationCost'), **kwargs)
37901
37902
37903class Effect8305(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected