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

Method handler

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

Source from the content-addressed store, hash-verified

39002
39003 @staticmethod
39004 def handler(fit, ship, context, projectionRange, **kwargs):
39005 fit.modules.filteredItemBoost(
39006 lambda mod: mod.item.group.name == 'Energy Neutralizer', 'energyNeutralizerAmount',
39007 ship.getModifiedItemAttr('shipBonusNavyDestroyerAmarr5'), skill='Amarr Destroyer', **kwargs)
39008
39009
39010class Effect11410(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected