diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 62a2069c..0ddb19d5 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1339,6 +1339,10 @@ "format": "float", "default": 1.0 }, + "physicsSuspendUntilImpact": { + "type": "boolean", + "description": "If true, this detail will stay still until it bumps something." + }, "ignoreSun": { "type": "boolean", "description": "Set to true if this object's lighting should ignore the effects of sunlight"