(fit, ship, context, projectionRange, **kwargs)
| 3693 | |
| 3694 | @staticmethod |
| 3695 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3696 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Capacitor Transmitter', |
| 3697 | 'maxRange', ship.getModifiedItemAttr('shipBonusAC'), |
| 3698 | skill='Amarr Cruiser', **kwargs) |
| 3699 | |
| 3700 | |
| 3701 | class Effect1183(BaseEffect): |
nothing calls this directly
no test coverage detected