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

Method handler

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

Source from the content-addressed store, hash-verified

9982
9983 @staticmethod
9984 def handler(fit, ship, context, projectionRange, **kwargs):
9985 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer',
9986 'energyNeutralizerAmount', ship.getModifiedItemAttr('shipBonusAC'),
9987 skill='Amarr Cruiser', **kwargs)
9988
9989
9990class Effect3299(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected