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

Method handler

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

Source from the content-addressed store, hash-verified

3886
3887 @staticmethod
3888 def handler(fit, ship, context, projectionRange, **kwargs):
3889 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu',
3890 'powerTransferAmount', ship.getModifiedItemAttr('shipBonusAC'),
3891 skill='Amarr Cruiser', **kwargs)
3892
3893
3894class Effect1221(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected