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

Method handler

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

Source from the content-addressed store, hash-verified

40955
40956 @staticmethod
40957 def handler(fit, ship, context, projectionRange, **kwargs):
40958 fit.modules.filteredItemBoost(
40959 lambda mod: mod.item.group.name in ('Propulsion Module', 'Microwarpdrive'),
40960 'duration', ship.getModifiedItemAttr('shipBonusATprobDuration'), **kwargs)
40961
40962
40963class Effect12184(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected