Added hide armor to RP entity

This commit is contained in:
DaanV2
2021-10-21 16:48:27 +02:00
parent 8f5e1d1542
commit 17f8e978fe
2 changed files with 12 additions and 0 deletions

View File

@@ -48,6 +48,12 @@
"minProperties": 1,
"additionalProperties": { "type": "string", "description": "The reference to the geometry", "title": "Geometry Reference" }
},
"hide_armor": {
"type": "boolean",
"default": true,
"title": "Hide Armor",
"description": "Hides or shows the possible armor"
},
"identifier": {
"type": "string",
"description": "The entity indentifier",

View File

@@ -65,6 +65,12 @@
"minProperties": 1,
"additionalProperties": { "type": "string", "description": "The reference to the geometry", "title": "Geometry Reference" }
},
"hide_armor": {
"type": "boolean",
"default": true,
"title": "Hide Armor",
"description": "Hides or shows the possible armor"
},
"identifier": {
"type": "string",
"description": "The entity indentifier",