(fit, ship, context, projectionRange, **kwargs)
| 10939 | |
| 10940 | @staticmethod |
| 10941 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10942 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Sensor Dampener', |
| 10943 | 'maxTargetRangeBonus', ship.getModifiedItemAttr('shipBonusGC2'), |
| 10944 | skill='Gallente Cruiser', **kwargs) |
| 10945 | |
| 10946 | |
| 10947 | class Effect3588(BaseEffect): |
nothing calls this directly
no test coverage detected