(fit, ship, context, projectionRange, **kwargs)
| 22420 | |
| 22421 | @staticmethod |
| 22422 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22423 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Warp Scrambler', |
| 22424 | 'maxRange', ship.getModifiedItemAttr('shipBonusGB'), skill='Gallente Battleship', **kwargs) |
| 22425 | |
| 22426 | |
| 22427 | class Effect5867(BaseEffect): |
nothing calls this directly
no test coverage detected