(fit, ship, context, projectionRange, **kwargs)
| 20656 | |
| 20657 | @staticmethod |
| 20658 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20659 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 20660 | 'aoeCloudSize', ship.getModifiedItemAttr('eliteBonusCommandShips2'), |
| 20661 | skill='Command Ships', **kwargs) |
| 20662 | |
| 20663 | |
| 20664 | class Effect5501(BaseEffect): |
nothing calls this directly
no test coverage detected