(fit, ship, context, projectionRange, **kwargs)
| 11721 | |
| 11722 | @staticmethod |
| 11723 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 11724 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Missile Launcher Torpedo', |
| 11725 | 'power', ship.getModifiedItemAttr('stealthBomberLauncherPower'), **kwargs) |
| 11726 | |
| 11727 | |
| 11728 | class Effect3766(BaseEffect): |
nothing calls this directly
no test coverage detected