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

Method handler

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

Source from the content-addressed store, hash-verified

5933
5934 @staticmethod
5935 def handler(fit, ship, context, projectionRange, **kwargs):
5936 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM',
5937 'capacitorNeed', ship.getModifiedItemAttr('shipBonusCF2'),
5938 skill='Caldari Frigate', **kwargs)
5939
5940
5941class Effect2000(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected