(fit, ship, context, projectionRange, **kwargs)
| 17885 | |
| 17886 | @staticmethod |
| 17887 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17888 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Rockets'), |
| 17889 | 'maxVelocity', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 17890 | |
| 17891 | |
| 17892 | class Effect5162(BaseEffect): |
nothing calls this directly
no test coverage detected