Updated Schemas

This commit is contained in:
github-actions[bot] 2022-07-18 21:24:27 +00:00
parent 895a9867bf
commit 290af007af

View File

@ -315,7 +315,7 @@
},
"fluidType": {
"description": "Fluid type for sounds/effects when colliding with this cloud.",
"default": "Cloud",
"default": "cloud",
"$ref": "#/definitions/CloudFluidType"
},
"hasLightning": {
@ -421,7 +421,7 @@
},
"gravityFallOff": {
"description": "How gravity falls off with distance. Most planets use linear but the sun and some moons use inverseSquared.",
"default": "Linear",
"default": "linear",
"$ref": "#/definitions/GravityFallOff"
},
"groundSize": {
@ -646,7 +646,7 @@
},
"type": {
"description": "Type of fluid the funnel transfers",
"default": "Sand",
"default": "sand",
"$ref": "#/definitions/FunnelType"
}
}
@ -1104,7 +1104,7 @@
},
"type": {
"description": "The type of object this is.",
"default": "Wall",
"default": "wall",
"$ref": "#/definitions/NomaiTextType"
},
"xmlFile": {
@ -1127,7 +1127,7 @@
},
"type": {
"description": "The type of text to display.",
"default": "Adult",
"default": "adult",
"$ref": "#/definitions/NomaiTextArcType"
},
"variation": {
@ -1228,7 +1228,7 @@
},
"revealOn": {
"description": "What needs to be done to the volume to unlock the facts",
"default": "Enter",
"default": "enter",
"$ref": "#/definitions/RevealVolumeType"
},
"reveals": {
@ -1323,7 +1323,7 @@
},
"type": {
"description": "The type of object this is.",
"default": "SlideReel",
"default": "slideReel",
"$ref": "#/definitions/SlideShowType"
}
}
@ -1498,7 +1498,7 @@
},
"type": {
"description": "What type of cyclone should this be? Upwards and downwards are both tornados and will push in that direction.",
"default": "Downwards",
"default": "downwards",
"$ref": "#/definitions/TornadoType"
},
"wanderDegreesX": {
@ -1661,7 +1661,7 @@
},
"track": {
"description": "The audio track of this audio volume",
"default": "Environment",
"default": "environment",
"$ref": "#/definitions/AudioMixerTrackName"
}
}