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

Method handler

eos/effects.py:12138–12141  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

12136
12137 @staticmethod
12138 def handler(fit, module, context, projectionRange, **kwargs):
12139 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Propulsion Module',
12140 'capacitorNeed', module.getModifiedItemAttr('subsystemBonusGallentePropulsion'),
12141 skill='Gallente Propulsion Systems', **kwargs)
12142
12143
12144class Effect3893(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected