(fit, ship, context, projectionRange, **kwargs)
| 42414 | |
| 42415 | @staticmethod |
| 42416 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42417 | fit.modules.filteredItemMultiply( |
| 42418 | lambda mod: mod.item.group.name in ( |
| 42419 | 'Missile Launcher Rapid Heavy', |
| 42420 | 'Missile Launcher Cruise', |
| 42421 | 'Missile Launcher Torpedo'), |
| 42422 | 'power', ship.getModifiedItemAttr('AnhingaLargeMissilePowerFittingBonus'), **kwargs) |
| 42423 | |
| 42424 | |
| 42425 | class Effect12759(BaseEffect): |
nothing calls this directly
no test coverage detected