(fit, ship, context, projectionRange, **kwargs)
| 16737 | |
| 16738 | @staticmethod |
| 16739 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16740 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Rocket', |
| 16741 | 'speed', ship.getModifiedItemAttr('eliteBonusGunship1'), skill='Assault Frigates', **kwargs) |
| 16742 | |
| 16743 | |
| 16744 | class Effect4974(BaseEffect): |
nothing calls this directly
no test coverage detected