Updated Schemas

This commit is contained in:
github-actions[bot] 2022-08-23 23:10:29 +00:00
parent 9af15e1051
commit 718b8b82b6

View File

@ -1675,6 +1675,11 @@
"type": "number", "type": "number",
"description": "The maximum distance at which you'll hear the sounds of the cyclone. If not set it will scale relative to the size of the cyclone.", "description": "The maximum distance at which you'll hear the sounds of the cyclone. If not set it will scale relative to the size of the cyclone.",
"format": "float" "format": "float"
},
"fluidType": {
"description": "Fluid type for sounds/effects when colliding with this tornado.",
"default": "cloud",
"$ref": "#/definitions/FluidType"
} }
} }
}, },