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

Method handler

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

Source from the content-addressed store, hash-verified

40753
40754 @staticmethod
40755 def handler(fit, ship, context, projectionRange, **kwargs):
40756 fit.modules.filteredItemBoost(
40757 lambda mod: mod.item.group.name in ('Energy Neutralizer', 'Energy Nosferatu'),
40758 'overloadSelfDurationBonus', ship.getModifiedItemAttr('roleBonusOverheatDST'), **kwargs)
40759
40760
40761class Effect12098(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected