(fit, ship, context, projectionRange, **kwargs)
| 20639 | |
| 20640 | @staticmethod |
| 20641 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20642 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 20643 | 'aoeCloudSize', ship.getModifiedItemAttr('eliteBonusCommandShips2'), |
| 20644 | skill='Command Ships', **kwargs) |
| 20645 | |
| 20646 | |
| 20647 | class Effect5500(BaseEffect): |
nothing calls this directly
no test coverage detected