(fit, module, context, projectionRange, **kwargs)
| 24215 | |
| 24216 | @staticmethod |
| 24217 | def handler(fit, module, context, projectionRange, **kwargs): |
| 24218 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 24219 | 'aoeCloudSize', module.getModifiedItemAttr('aoeCloudSizeBonus'), |
| 24220 | stackingPenalties=True, **kwargs) |
| 24221 | |
| 24222 | |
| 24223 | class Effect6113(BaseEffect): |
nothing calls this directly
no test coverage detected