diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 6905a444b..6b011cc4b 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -4047,7 +4047,7 @@ }, "outlineSprite": { "type": "string", - "description": "The path to the sprite to show when the planet is unexplored in map mode." + "description": "The path to the sprite (.png) to show when the planet is unexplored in map mode." }, "remove": { "type": "boolean", @@ -4055,7 +4055,7 @@ }, "revealedSprite": { "type": "string", - "description": "The path to the sprite to show when the planet is revealed in map mode." + "description": "The path to the sprite (.png) to show when the planet is revealed in map mode." }, "scale": { "type": "number", @@ -4075,7 +4075,7 @@ }, "outlineSprite": { "type": "string", - "description": "The sprite to show when the parent AstroBody is rumored/unexplored." + "description": "The sprite (.png) to show when the parent AstroBody is rumored/unexplored." }, "position": { "description": "The position (relative to the parent) to place the detail.", @@ -4083,7 +4083,7 @@ }, "revealedSprite": { "type": "string", - "description": "The sprite to show when the parent AstroBody is revealed." + "description": "The sprite (.png) to show when the parent AstroBody is revealed." }, "rotation": { "type": "number",