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

Method handler

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

Source from the content-addressed store, hash-verified

41537
41538 @staticmethod
41539 def handler(fit, ship, context, projectionRange, **kwargs):
41540 fit.modules.filteredItemBoost(
41541 lambda mod: mod.item.group.name == 'Shield Extender', 'capacityBonus',
41542 ship.getModifiedItemAttr('eliteBonusLogistics4'), skill='Logistics Cruisers', **kwargs)
41543
41544
41545class Effect12283(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected