(fit, ship, context, projectionRange, **kwargs)
| 36347 | |
| 36348 | @staticmethod |
| 36349 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36350 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles') or |
| 36351 | mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 36352 | 'maxVelocity', ship.getModifiedItemAttr('eliteBonusCommandShips2'), |
| 36353 | skill='Command Ships', **kwargs) |
| 36354 | |
| 36355 | |
| 36356 | class Effect8071(BaseEffect): |
nothing calls this directly
no test coverage detected