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

Method handler

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

Source from the content-addressed store, hash-verified

39445
39446 @staticmethod
39447 def handler(fit, ship, context, projectionRange, **kwargs):
39448 fit.modules.filteredItemBoost(
39449 lambda mod: mod.item.group.name == 'Warp Scrambler', 'warpScrambleStrength',
39450 ship.getModifiedItemAttr('shipBonusDreadnoughtG5'), skill='Gallente Dreadnought', **kwargs)
39451
39452
39453class Effect11454(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected