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

Method handler

eos/effects.py:42331–42334  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

42329
42330 @staticmethod
42331 def handler(fit, src, context, projectionRange, **kwargs):
42332 fit.modules.filteredItemBoost(
42333 lambda mod: mod.item.group.name == 'Energy Neutralizer', 'maxRange',
42334 src.getModifiedItemAttr('shipBonusAC2'), skill='Amarr Cruiser', **kwargs)
42335
42336
42337class Effect12740(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected