(fit, ship, context, projectionRange, **kwargs)
| 11582 | |
| 11583 | @staticmethod |
| 11584 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 11585 | groups = ('Missile Launcher Rapid Light', 'Missile Launcher Heavy', 'Missile Launcher Heavy Assault') |
| 11586 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in groups, |
| 11587 | 'speed', ship.getModifiedItemAttr('shipBonusMC2'), skill='Minmatar Cruiser', **kwargs) |
| 11588 | |
| 11589 | |
| 11590 | class Effect3705(BaseEffect): |
nothing calls this directly
no test coverage detected