From cb193259e0c8a89c3748b2f01b5624620a266216 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 25 Aug 2021 23:35:02 -0700 Subject: Update deprecated body part IDs --- armor.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'armor.json') diff --git a/armor.json b/armor.json index 8655951..e0ac369 100644 --- a/armor.json +++ b/armor.json @@ -88,7 +88,7 @@ "symbol": "[", "looks_like": "dress", "color": "blue", - "covers": [ "TORSO", "ARMS", "LEGS" ], + "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ], "coverage": 75, "encumbrance": 7, "storage": "500 ml", @@ -276,7 +276,7 @@ "symbol": "[", "looks_like": "hat_cotton", "color": "white", - "covers": [ "HEAD" ], + "covers": [ "head" ], "coverage": 25, "encumbrance": 10, "warmth": 5, @@ -869,7 +869,7 @@ "symbol": "[", "looks_like": "briefs", "color": "white", - "covers": [ "LEGS" ], + "covers": [ "leg_l", "leg_r" ], "coverage": 15, "warmth": 0, "material_thickness": 1, @@ -889,7 +889,7 @@ "symbol": "[", "looks_like": "tank_top", "color": "white", - "covers": [ "TORSO" ], + "covers": [ "torso" ], "coverage": 15, "warmth": 5, "material_thickness": 1, @@ -1059,7 +1059,7 @@ "symbol": "[", "looks_like": "dress_wedding", "color": "white", - "covers": [ "ARMS", "LEGS", "TORSO" ], + "covers": [ "arm_l", "arm_r", "leg_l", "leg_r", "torso" ], "coverage": 90, "encumbrance": 10, "warmth": 10, @@ -1082,7 +1082,7 @@ "symbol": "[", "looks_like": "veil_wedding", "color": "white", - "covers": [ "HEAD" ], + "covers": [ "head" ], "coverage": 100, "encumbrance": 5, "material_thickness": 1, @@ -1105,7 +1105,7 @@ "symbol": "[", "looks_like": "veil_wedding", "color": "white", - "covers": [ "HEAD" ], + "covers": [ "head" ], "coverage": 100, "encumbrance": 5, "material_thickness": 1, @@ -1128,7 +1128,7 @@ "symbol": "[", "looks_like": "long_glove_white", "color": "white", - "covers": [ "HANDS", "ARMS" ], + "covers": [ "hand_l", "hand_r", "arm_l", "arm_r" ], "coverage": 60, "warmth": 30, "material_thickness": 2, -- cgit v1.2.1