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

Method handler

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

Source from the content-addressed store, hash-verified

31948
31949 @staticmethod
31950 def handler(fit, src, context, projectionRange, **kwargs):
31951 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu',
31952 'powerTransferAmount', src.getModifiedItemAttr('shipBonusTitanA1'), skill='Amarr Titan', **kwargs)
31953 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer',
31954 'energyNeutralizerAmount', src.getModifiedItemAttr('shipBonusTitanA1'), skill='Amarr Titan', **kwargs)
31955
31956
31957class Effect6855(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected