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

Method handler

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

Source from the content-addressed store, hash-verified

42811
42812 @staticmethod
42813 def handler(fit, ship, context, projectionRange, **kwargs):
42814 fit.modules.filteredItemBoost(
42815 lambda mod: mod.item.group.name == 'Stasis Grappler', 'maxRange',
42816 ship.getModifiedItemAttr('eliteBonusBlackOps3'), skill='Black Ops', **kwargs)
42817
42818
42819class Effect12812(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected