(fit, ship, context, projectionRange, **kwargs)
| 10994 | |
| 10995 | @staticmethod |
| 10996 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10997 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Sensor Dampener', |
| 10998 | 'scanResolutionBonus', ship.getModifiedItemAttr('shipBonusGC2'), |
| 10999 | skill='Gallente Cruiser', **kwargs) |
| 11000 | |
| 11001 | |
| 11002 | class Effect3591(BaseEffect): |
nothing calls this directly
no test coverage detected