(fit, ship, context, projectionRange, **kwargs)
| 4011 | |
| 4012 | @staticmethod |
| 4013 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 4014 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Light Missiles'), |
| 4015 | 'maxVelocity', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 4016 | |
| 4017 | |
| 4018 | class Effect1239(BaseEffect): |
nothing calls this directly
no test coverage detected