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

Method handler

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

Source from the content-addressed store, hash-verified

38593
38594 @staticmethod
38595 def handler(fit, ship, context, projectionRange, **kwargs):
38596 for attr in ('powerTransferAmount', 'maxRange'):
38597 fit.modules.filteredItemBoost(
38598 lambda mod: mod.item.group.name == 'Energy Nosferatu', attr,
38599 ship.getModifiedItemAttr('shipBonusDreadnoughtA4'), skill='Amarr Dreadnought', **kwargs)
38600
38601
38602class Effect11376(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected