(fit, ship, context, projectionRange, **kwargs)
| 10977 | |
| 10978 | @staticmethod |
| 10979 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10980 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Sensor Dampener', |
| 10981 | 'scanResolutionBonus', ship.getModifiedItemAttr('shipBonusGF2'), |
| 10982 | skill='Gallente Frigate', **kwargs) |
| 10983 | |
| 10984 | |
| 10985 | class Effect3590(BaseEffect): |
nothing calls this directly
no test coverage detected