(fit, ship, context, projectionRange, **kwargs)
| 42717 | |
| 42718 | @staticmethod |
| 42719 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42720 | fit.modules.filteredItemMultiply( |
| 42721 | lambda mod: mod.item.group.name in ( |
| 42722 | 'Missile Launcher Rapid Heavy', |
| 42723 | 'Missile Launcher Cruise', |
| 42724 | 'Missile Launcher Torpedo'), |
| 42725 | 'speed', 1 / ship.getModifiedItemAttr('modeAnhingaCruiseLauncherTorpedoLauncherRapidHeavyLauncherROFPostDiv'), |
| 42726 | stackingPenalties=True, penaltyGroup='postDiv',**kwargs) |
| 42727 | |
| 42728 | |
| 42729 | class Effect12802(BaseEffect): |
nothing calls this directly
no test coverage detected