(fit, ship, context, projectionRange, **kwargs)
| 42488 | |
| 42489 | @staticmethod |
| 42490 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42491 | fit.modules.filteredItemMultiply( |
| 42492 | lambda mod: mod.item.group.name in ( |
| 42493 | 'Missile Launcher Rapid Heavy', |
| 42494 | 'Missile Launcher Cruise', |
| 42495 | 'Missile Launcher Torpedo'), |
| 42496 | 'cpu', ship.getModifiedItemAttr('AnhingaLargeMissileCpuFittingBonus'), **kwargs) |
| 42497 | |
| 42498 | |
| 42499 | class Effect12766(BaseEffect): |
nothing calls this directly
no test coverage detected