(fit, ship, context, projectionRange, **kwargs)
| 15562 | |
| 15563 | @staticmethod |
| 15564 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15565 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Warp Scrambler', |
| 15566 | 'maxRange', ship.getModifiedItemAttr('shipBonusGC2'), skill='Gallente Cruiser', **kwargs) |
| 15567 | |
| 15568 | |
| 15569 | class Effect4635(BaseEffect): |
nothing calls this directly
no test coverage detected