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

Method handler

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

Source from the content-addressed store, hash-verified

10939
10940 @staticmethod
10941 def handler(fit, ship, context, projectionRange, **kwargs):
10942 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Sensor Dampener',
10943 'maxTargetRangeBonus', ship.getModifiedItemAttr('shipBonusGC2'),
10944 skill='Gallente Cruiser', **kwargs)
10945
10946
10947class Effect3588(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected