(fit, ship, context, projectionRange, **kwargs)
| 18033 | |
| 18034 | @staticmethod |
| 18035 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18036 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Sensor Dampener', |
| 18037 | 'falloffEffectiveness', ship.getModifiedItemAttr('shipBonusGC'), |
| 18038 | skill='Gallente Cruiser', **kwargs) |
| 18039 | |
| 18040 | |
| 18041 | class Effect5188(BaseEffect): |
nothing calls this directly
no test coverage detected