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

Method handler

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

Source from the content-addressed store, hash-verified

36990
36991 @staticmethod
36992 def handler(fit, ship, context, projectionRange, **kwargs):
36993 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Interdiction Nullifier',
36994 'maxTargetRangeBonus', ship.getModifiedItemAttr('shipBonusRole1'), **kwargs)
36995 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Interdiction Nullifier',
36996 'moduleReactivationDelay', ship.getModifiedItemAttr('shipBonusRole1'), **kwargs)
36997 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Interdiction Nullifier',
36998 'durationHighisGood', ship.getModifiedItemAttr('shipBonusRole2'), **kwargs)
36999 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Interdiction Nullifier',
37000 'scanResolutionMultiplier', ship.getModifiedItemAttr('shipBonusRole3'), **kwargs)
37001
37002
37003class Effect8121(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected