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

Method handler

eos/effects.py:6734–6738  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

6732
6733 @staticmethod
6734 def handler(fit, module, context, projectionRange, **kwargs):
6735 for type in ('Gravimetric', 'Magnetometric', 'Radar', 'Ladar'):
6736 fit.ship.boostItemAttr('scan%sStrength' % type,
6737 module.getModifiedItemAttr('scan%sStrengthPercent' % type),
6738 stackingPenalties=True, **kwargs)
6739
6740
6741class Effect2249(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected