(fit, ship, context, projectionRange, **kwargs)
| 38645 | |
| 38646 | @staticmethod |
| 38647 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38648 | fit.modules.filteredItemBoost( |
| 38649 | lambda mod: mod.item.group.name == 'Warp Scrambler', 'maxRange', |
| 38650 | ship.getModifiedItemAttr('shipBonusDreadnoughtG5'), skill='Gallente Dreadnought', **kwargs) |
| 38651 | |
| 38652 | |
| 38653 | class Effect11382(BaseEffect): |
nothing calls this directly
no test coverage detected