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

Method handler

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

Source from the content-addressed store, hash-verified

31966
31967 @staticmethod
31968 def handler(fit, src, context, projectionRange, **kwargs):
31969 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu',
31970 'powerTransferAmount', src.getModifiedItemAttr('shipBonusDreadnoughtA1'), skill='Amarr Dreadnought', **kwargs)
31971 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer',
31972 'energyNeutralizerAmount', src.getModifiedItemAttr('shipBonusDreadnoughtA1'), skill='Amarr Dreadnought', **kwargs)
31973
31974
31975class Effect6856(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected