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

Method handler

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

Source from the content-addressed store, hash-verified

38985
38986 @staticmethod
38987 def handler(fit, ship, context, projectionRange, **kwargs):
38988 fit.modules.filteredItemBoost(
38989 lambda mod: mod.item.group.name == 'Energy Neutralizer', 'capacitorNeed',
38990 ship.getModifiedItemAttr('shipBonusNavyDestroyerAmarr4'), skill='Amarr Destroyer', **kwargs)
38991
38992
38993class Effect11408(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected