(fit, ship, context, projectionRange, **kwargs)
| 20792 | |
| 20793 | @staticmethod |
| 20794 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20795 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 20796 | 'maxVelocity', ship.getModifiedItemAttr('eliteBonusHeavyGunship1'), |
| 20797 | skill='Heavy Assault Cruisers', **kwargs) |
| 20798 | |
| 20799 | |
| 20800 | class Effect5553(BaseEffect): |
nothing calls this directly
no test coverage detected