(fit, ship, context, projectionRange, **kwargs)
| 3958 | |
| 3959 | @staticmethod |
| 3960 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3961 | penalties = 'ship' not in context |
| 3962 | fit.modules.filteredChargeBoost( |
| 3963 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'maxVelocity', |
| 3964 | ship.getModifiedItemAttr('shipBonusRole7'), stackingPenalties=penalties, **kwargs) |
| 3965 | |
| 3966 | |
| 3967 | class Effect1232(BaseEffect): |
nothing calls this directly
no test coverage detected