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

Method handler

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

Source from the content-addressed store, hash-verified

3831
3832 @staticmethod
3833 def handler(fit, ship, context, projectionRange, **kwargs):
3834 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu',
3835 'powerTransferAmount', ship.getModifiedItemAttr('shipBonusAF'),
3836 skill='Amarr Frigate', **kwargs)
3837
3838
3839class Effect1218(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected