(cls, fit, booster, context, projectionRange, **kwargs)
| 8287 | |
| 8288 | @classmethod |
| 8289 | def handler(cls, fit, booster, context, projectionRange, **kwargs): |
| 8290 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 8291 | 'aoeCloudSize', booster.getModifiedItemAttr(cls.attr), **kwargs) |
| 8292 | |
| 8293 | |
| 8294 | class Effect2792(BaseEffect): |
nothing calls this directly
no test coverage detected