(fit, ship, context, projectionRange, **kwargs)
| 33535 | |
| 33536 | @staticmethod |
| 33537 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 33538 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Missile Launcher Torpedo', |
| 33539 | 'cpu', ship.getModifiedItemAttr('stealthBomberLauncherCPU'), **kwargs) |
| 33540 | |
| 33541 | |
| 33542 | class Effect7000(BaseEffect): |
nothing calls this directly
no test coverage detected