(fit, ship, context, projectionRange, **kwargs)
| 39479 | |
| 39480 | @staticmethod |
| 39481 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39482 | fit.modules.filteredItemBoost( |
| 39483 | lambda mod: mod.item.group.name in ('Missile Launcher Light', 'Missile Launcher Rocket'), |
| 39484 | 'speed', ship.getModifiedItemAttr('eliteBonusGunship1'), skill='Assault Frigates', **kwargs) |
| 39485 | |
| 39486 | |
| 39487 | class Effect11513(BaseEffect): |
nothing calls this directly
no test coverage detected