(fit, ship, context, projectionRange, **kwargs)
| 39445 | |
| 39446 | @staticmethod |
| 39447 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39448 | fit.modules.filteredItemBoost( |
| 39449 | lambda mod: mod.item.group.name == 'Warp Scrambler', 'warpScrambleStrength', |
| 39450 | ship.getModifiedItemAttr('shipBonusDreadnoughtG5'), skill='Gallente Dreadnought', **kwargs) |
| 39451 | |
| 39452 | |
| 39453 | class Effect11454(BaseEffect): |
nothing calls this directly
no test coverage detected