From 3dd5c938fe400c5ad5b6d46b67db11ce3f9db648 Mon Sep 17 00:00:00 2001 From: 0wlyW00d Date: Mon, 21 Mar 2022 10:01:37 +0000 Subject: [PATCH] Objects add --- objects/cloth/definition.json | 2 +- objects/personification/definition.json | 8 ++++---- objects/tattoo/definition.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/objects/cloth/definition.json b/objects/cloth/definition.json index 1d81192..7d64002 100644 --- a/objects/cloth/definition.json +++ b/objects/cloth/definition.json @@ -99,6 +99,6 @@ "required": [ "description" ], - "uuid": "d0f6c949-a47f-4be5-bc39-45033268bd89", + "uuid": "31a49e4f-49bc-4bae-a9c7-c6058180ba6f", "version": 1 } \ No newline at end of file diff --git a/objects/personification/definition.json b/objects/personification/definition.json index 0f50c0e..411c631 100644 --- a/objects/personification/definition.json +++ b/objects/personification/definition.json @@ -8,7 +8,7 @@ }, "age-range": { "description": "Age range that the person appears to be", - "misp-attribute": "int", + "misp-attribute": "float", "ui-priority": 0 }, "weight": { @@ -26,7 +26,7 @@ "body-type": { "description": "Body type of a person.", "disable_correlation": true, - "misp-attribute": "body-type", + "misp-attribute": "text", "ui-priority": 0, "values_list": [ "Slim", @@ -53,7 +53,7 @@ }, "color-of-eyes": { "description": "Description of a person’s colour of eyes.", - "misp-attribute": "color", + "misp-attribute": "text", "multiple": true, "ui-priority": 10, "values_list": [ @@ -230,6 +230,6 @@ "full-name", "alias" ], - "uuid": "4a2bdac3-e7bb-4a47-ba5f-35df63216885", + "uuid": "102a8696-420b-486d-806d-70a34d2f4e54", "version": 2 } \ No newline at end of file diff --git a/objects/tattoo/definition.json b/objects/tattoo/definition.json index 9db3bbb..69dc09e 100644 --- a/objects/tattoo/definition.json +++ b/objects/tattoo/definition.json @@ -103,6 +103,6 @@ "required": [ "tattoo-body-part" ], - "uuid": "344111fb-79a3-421d-8d59-cc2b054b0478", + "uuid": "747976fc-d637-4730-8b64-93f7f2814506", "version": 1 } \ No newline at end of file