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

Method handler

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

Source from the content-addressed store, hash-verified

37210
37211 @staticmethod
37212 def handler(fit, ship, context, projectionRange, **kwargs):
37213 fit.modules.filteredItemBoost(
37214 lambda mod: mod.item.group.name == 'Energy Neutralizer', 'energyNeutralizerAmount',
37215 ship.getModifiedItemAttr('eliteBonusBlackOps2'), skill='Black Ops', **kwargs)
37216 fit.modules.filteredItemBoost(
37217 lambda mod: mod.item.group.name == 'Energy Nosferatu', 'powerTransferAmount',
37218 ship.getModifiedItemAttr('eliteBonusBlackOps2'), skill='Black Ops', **kwargs)
37219
37220
37221class Effect8154(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected