(fit, ship, context, projectionRange, **kwargs)
| 41349 | |
| 41350 | @staticmethod |
| 41351 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41352 | fit.modules.filteredItemBoost( |
| 41353 | lambda mod: mod.item.group.name == 'Siege Module', 'speedFactor', |
| 41354 | ship.getModifiedItemAttr('shipBonusSiegeSpeedMultiplier'), **kwargs) |
| 41355 | |
| 41356 | |
| 41357 | class Effect12249(BaseEffect): |
nothing calls this directly
no test coverage detected