(fit, ship, context, projectionRange, **kwargs)
| 7540 | |
| 7541 | @staticmethod |
| 7542 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 7543 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Missile Launcher Rapid Light', |
| 7544 | 'speed', ship.getModifiedItemAttr('eliteBonusHeavyGunship2'), |
| 7545 | skill='Heavy Assault Cruisers', **kwargs) |
| 7546 | |
| 7547 | |
| 7548 | class Effect2670(BaseEffect): |
nothing calls this directly
no test coverage detected