(fit, ship, context, projectionRange, **kwargs)
| 3729 | |
| 3730 | @staticmethod |
| 3731 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3732 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Capacitor Transmitter', |
| 3733 | 'maxRange', ship.getModifiedItemAttr('shipBonusCC2'), |
| 3734 | skill='Caldari Cruiser', **kwargs) |
| 3735 | |
| 3736 | |
| 3737 | class Effect1185(BaseEffect): |
nothing calls this directly
no test coverage detected