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

Method handler

eos/effects.py:39396–39399  ·  view source on GitHub ↗
(fit, beacon, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

39394
39395 @staticmethod
39396 def handler(fit, beacon, context, projectionRange, **kwargs):
39397 for sensor_type in ('Gravimetric', 'Ladar', 'Magnetometric', 'Radar'):
39398 fit.ship.boostItemAttr(f'scan{sensor_type}Strength', beacon.getModifiedItemAttr('sensorStrengthBonus'),
39399 stackingPenalties=True, **kwargs)
39400
39401
39402class Effect11446(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected