Updated Schemas

This commit is contained in:
Ben C 2023-07-12 06:48:17 +00:00
parent 76c0cf895b
commit 1c88e863bb

View File

@ -3263,7 +3263,7 @@
}, },
"destructionVolumes": { "destructionVolumes": {
"type": "array", "type": "array",
"description": "Add destruction volumes to this planet.", "description": "Add destruction volumes to this planet.\nDestroys bodies if they enter this volume. Can kill the player and recall the scout probe.",
"items": { "items": {
"$ref": "#/definitions/DestructionVolumeInfo" "$ref": "#/definitions/DestructionVolumeInfo"
} }
@ -3277,42 +3277,42 @@
}, },
"hazardVolumes": { "hazardVolumes": {
"type": "array", "type": "array",
"description": "Add hazard volumes to this planet.", "description": "Add hazard volumes to this planet.\nCauses damage to player when inside this volume.",
"items": { "items": {
"$ref": "#/definitions/HazardVolumeInfo" "$ref": "#/definitions/HazardVolumeInfo"
} }
}, },
"interferenceVolumes": { "interferenceVolumes": {
"type": "array", "type": "array",
"description": "Add interference volumes to this planet.", "description": "Add interference volumes to this planet.\nHides HUD markers of ship scout/probe and prevents scout photos if you are not inside the volume together with ship or scout probe.",
"items": { "items": {
"$ref": "#/definitions/VolumeInfo" "$ref": "#/definitions/VolumeInfo"
} }
}, },
"insulatingVolumes": { "insulatingVolumes": {
"type": "array", "type": "array",
"description": "Add insulating volumes to this planet. These will stop electricty hazard volumes from affecting you (just like the jellyfish).", "description": "Add insulating volumes to this planet.\nThese will stop electricty hazard volumes from affecting you (just like the jellyfish).",
"items": { "items": {
"$ref": "#/definitions/VolumeInfo" "$ref": "#/definitions/VolumeInfo"
} }
}, },
"lightSourceVolumes": { "lightSourceVolumes": {
"type": "array", "type": "array",
"description": "Add light source volumes to this planet. These will activate rafts and other light detectors.", "description": "Add light source volumes to this planet.\nThese will activate rafts and other light detectors.",
"items": { "items": {
"$ref": "#/definitions/VolumeInfo" "$ref": "#/definitions/VolumeInfo"
} }
}, },
"mapRestrictionVolumes": { "mapRestrictionVolumes": {
"type": "array", "type": "array",
"description": "Add map restriction volumes to this planet.", "description": "Add map restriction volumes to this planet.\nThe map will be disabled when inside this volume.",
"items": { "items": {
"$ref": "#/definitions/VolumeInfo" "$ref": "#/definitions/VolumeInfo"
} }
}, },
"notificationVolumes": { "notificationVolumes": {
"type": "array", "type": "array",
"description": "Add notification volumes to this planet.", "description": "Add notification volumes to this planet.\nSends a notification to the player just like ghost matter does when you get too close\nand also to the ship just like when you damage a component on the ship.",
"items": { "items": {
"$ref": "#/definitions/NotificationVolumeInfo" "$ref": "#/definitions/NotificationVolumeInfo"
} }
@ -3330,7 +3330,7 @@
}, },
"referenceFrameBlockerVolumes": { "referenceFrameBlockerVolumes": {
"type": "array", "type": "array",
"description": "Add reference frame blocker volumes to this planet. These will stop the player from seeing/targeting any reference frames.", "description": "Add reference frame blocker volumes to this planet.\nThese will stop the player from seeing/targeting any reference frames.",
"items": { "items": {
"$ref": "#/definitions/VolumeInfo" "$ref": "#/definitions/VolumeInfo"
} }
@ -3355,7 +3355,7 @@
}, },
"speedTrapVolumes": { "speedTrapVolumes": {
"type": "array", "type": "array",
"description": "Add speed trap volumes to this planet. Slows down the player when they enter this volume.", "description": "Add speed trap volumes to this planet.\nSlows down the player when they enter this volume.",
"items": { "items": {
"$ref": "#/definitions/SpeedTrapVolumeInfo" "$ref": "#/definitions/SpeedTrapVolumeInfo"
} }
@ -3494,9 +3494,9 @@
"description": "Whether the bodies will shrink when they enter this volume or just disappear instantly.", "description": "Whether the bodies will shrink when they enter this volume or just disappear instantly.",
"default": true "default": true
}, },
"onlyAffectsPlayerAndShip": { "onlyAffectsPlayerRelatedBodies": {
"type": "boolean", "type": "boolean",
"description": "Whether this volume only affects the player and ship." "description": "Whether this volume only affects the player, ship, probe/scout, model rocket ship, and nomai shuttle."
}, },
"radius": { "radius": {
"type": "number", "type": "number",
@ -3859,14 +3859,14 @@
"properties": { "properties": {
"destructionVolumes": { "destructionVolumes": {
"type": "array", "type": "array",
"description": "Add probe destruction volumes to this planet. These will delete your probe.", "description": "Add probe destruction volumes to this planet.\nThese will delete your probe just like the eye of the universe does.",
"items": { "items": {
"$ref": "#/definitions/VolumeInfo" "$ref": "#/definitions/VolumeInfo"
} }
}, },
"safetyVolumes": { "safetyVolumes": {
"type": "array", "type": "array",
"description": "Add probe safety volumes to this planet. These will stop the probe destruction volumes from working.", "description": "Add probe safety volumes to this planet.\nThese will stop the probe destruction volumes from working.",
"items": { "items": {
"$ref": "#/definitions/VolumeInfo" "$ref": "#/definitions/VolumeInfo"
} }
@ -3968,7 +3968,7 @@
"properties": { "properties": {
"antiTravelMusicRulesets": { "antiTravelMusicRulesets": {
"type": "array", "type": "array",
"description": "Add anti travel music rulesets to this planet.", "description": "Add anti travel music rulesets to this planet.\nThis means no space/traveling music while inside the ruleset/volume.\nUsually used on planets.",
"items": { "items": {
"$ref": "#/definitions/VolumeInfo" "$ref": "#/definitions/VolumeInfo"
} }