diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 7ea40e04..63795783 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1052,6 +1052,10 @@ "type": "string", "description": "The path (not including the root planet object) of the parent of this game object. Optional (will default to the root sector)." }, + "isRelativeToParent": { + "type": "boolean", + "description": "Whether the positional and rotational coordinates are relative to parent instead of the root planet object." + }, "keepLoaded": { "type": "boolean", "description": "Should this detail stay loaded even if you're outside the sector (good for very large props)" @@ -1102,6 +1106,14 @@ "xmlFile": { "type": "string", "description": "Relative path to the xml file defining the dialogue." + }, + "isRelativeToParent": { + "type": "boolean", + "description": "Whether the positional and rotational coordinates are relative to the animation controller instead of the root planet object." + }, + "rename": { + "type": "string", + "description": "An optional rename of this object" } } }, @@ -1225,6 +1237,10 @@ "type": "string", "description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)." }, + "isRelativeToParent": { + "type": "boolean", + "description": "Whether the positional and rotational coordinates are relative to parent instead of the root planet object." + }, "rename": { "type": "string", "description": "An optional rename of this object" @@ -1426,6 +1442,10 @@ "parentPath": { "type": "string", "description": "The relative path from the planet to the parent of this slideshow. Optional (will default to the root sector)." + }, + "isRelativeToParent": { + "type": "boolean", + "description": "Whether the positional and rotational coordinates are relative to parent instead of the root planet object." } } }, @@ -1804,6 +1824,10 @@ "parentPath": { "type": "string", "description": "The relative path from the planet to the parent of this signal. Optional (will default to the root sector)." + }, + "isRelativeToParent": { + "type": "boolean", + "description": "Whether the positional and rotational coordinates are relative to parent instead of the root planet object." } } }, @@ -1859,6 +1883,10 @@ "type": "string", "description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)." }, + "isRelativeToParent": { + "type": "boolean", + "description": "Whether the positional and rotational coordinates are relative to parent instead of the root planet object." + }, "rename": { "type": "string", "description": "An optional rename of this object" @@ -1920,6 +1948,10 @@ "type": "string", "description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)." }, + "isRelativeToParent": { + "type": "boolean", + "description": "Whether the positional and rotational coordinates are relative to parent instead of the root planet object." + }, "rename": { "type": "string", "description": "An optional rename of this object" @@ -1955,6 +1987,10 @@ "type": "string", "description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)." }, + "isRelativeToParent": { + "type": "boolean", + "description": "Whether the positional and rotational coordinates are relative to parent instead of the root planet object." + }, "rename": { "type": "string", "description": "An optional rename of this object"