(fit, ship, context, projectionRange, **kwargs)
| 40822 | |
| 40823 | @staticmethod |
| 40824 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40825 | for attr in ('cpu', 'power'): |
| 40826 | fit.modules.filteredItemMultiply( |
| 40827 | lambda mod: mod.item.group.name in ( |
| 40828 | 'Missile Launcher Heavy Assault', |
| 40829 | 'Missile Launcher Heavy', |
| 40830 | 'Missile Launcher Rapid Light'), |
| 40831 | attr, ship.getModifiedItemAttr('upwellHaulersMediumMissileFittingBonus'), **kwargs) |
| 40832 | |
| 40833 | |
| 40834 | class Effect12165(BaseEffect): |
nothing calls this directly
no test coverage detected