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

Method handler

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

Source from the content-addressed store, hash-verified

20925
20926 @staticmethod
20927 def handler(fit, ship, context, projectionRange, **kwargs):
20928 penalties = 'ship' not in context
20929 fit.modules.filteredItemBoost(
20930 lambda mod: mod.item.group.name == 'Micro Jump Drive', 'moduleReactivationDelay',
20931 ship.getModifiedItemAttr('roleBonusMarauder'), stackingPenalties=penalties, **kwargs)
20932
20933
20934class Effect5564(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected