(fit, ship, context, projectionRange, **kwargs)
| 20809 | |
| 20810 | @staticmethod |
| 20811 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20812 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 20813 | 'maxVelocity', ship.getModifiedItemAttr('eliteBonusHeavyGunship1'), |
| 20814 | skill='Heavy Assault Cruisers', **kwargs) |
| 20815 | |
| 20816 | |
| 20817 | class Effect5554(BaseEffect): |
nothing calls this directly
no test coverage detected