From b4a7c96211eefee7d13e871f431c28d5128bf2b4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 21 Sep 2020 17:15:50 -0700 Subject: Add some appearance aliases Clean up whitespace in speech.json --- armor.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'armor.json') diff --git a/armor.json b/armor.json index 6e2e8f4..acff405 100644 --- a/armor.json +++ b/armor.json @@ -23,6 +23,7 @@ { "id": "kawaii_maid_dress_long_leather", "type": "ARMOR", + "looks_like": "maid_dress", "category": "armor", "name": { "str": "tailored victorian maid dress" }, "description": "A classic maid outfit with a white apron, frills and a black one piece. It has been reinforced with leather for greater protection.", @@ -44,6 +45,7 @@ { "id": "kawaii_maid_dress_long_armor", "type": "ARMOR", + "looks_like": "maid_dress", "category": "armor", "name": { "str": "survivor victorian maid dress" }, "description": "A classic maid outfit with a white apron, frills and a black one piece. It has been reinforced with kevlar for greater protection and has an integrated scabbard for storing a sword.", @@ -272,6 +274,7 @@ { "id": "maid_gloves_cotton", "type": "ARMOR", + "looks_like": "gloves_liner", "name": { "str": "pair of maid gloves", "str_pl": "pairs of maid gloves" }, "description": "A pair of white gloves, used by maids.", "weight": "118 g", @@ -291,6 +294,7 @@ { "id": "maid_gloves_leather", "type": "ARMOR", + "looks_like": "gloves_liner", "name": { "str": "pair of tailored maid gloves", "str_pl": "pairs of tailored maid gloves" }, "description": "A pair of white gloves, used by maids. They have been reinforced with leather for greater protection.", "weight": "150 g", @@ -311,6 +315,7 @@ { "id": "maid_gloves_armor", "type": "ARMOR", + "looks_like": "gloves_liner", "category": "armor", "name": { "str": "pair of survivor maid gloves", "str_pl": "pairs of survivor maid gloves" }, "description": "A pair of white gloves, used by maids. They have been reinforced with kevlar for greater protection.", @@ -332,6 +337,7 @@ { "id": "maid_gloves_long_cotton", "type": "ARMOR", + "looks_like": "long_glove_white", "name": { "str": "pair of long maid gloves", "str_pl": "pairs of long maid gloves" }, "description": "A pair of long white gloves, used by maids.", "weight": "400 g", @@ -351,6 +357,7 @@ { "id": "maid_gloves_long_leather", "type": "ARMOR", + "looks_like": "long_glove_white", "name": { "str": "pair of tailored long maid gloves", "str_pl": "pairs of tailored long maid gloves" }, "description": "A pair of long white gloves, used by maids. They have been reinforced with leather for greater protection.", "weight": "150 g", @@ -371,6 +378,7 @@ { "id": "maid_gloves_long_armor", "type": "ARMOR", + "looks_like": "long_glove_white", "category": "armor", "name": { "str": "pair of survivor long maid gloves", "str_pl": "pairs of survivor long maid gloves" }, "description": "A pair of long white gloves, used by maids. They have been reinforced with kevlar for greater protection.", @@ -644,6 +652,7 @@ { "id": "kawaii_vest_tac", "type": "ARMOR", + "looks_like": "kawaii_vest", "name": { "str": "survivor maid vest" }, "description": "A modified utility vest with many pockets, worn by maids. It has an additional four pouches capable of carrying magazines.", "weight": "600 g", @@ -1086,9 +1095,9 @@ { "id": "kawaii_wedding_gloves", "type": "ARMOR", + "looks_like": "long_glove_white", "name": { "str": "pair of wedding gloves", "str_pl": "pairs of wedding gloves" }, "description": "A pair of beautiful white gloves to match a wedding dress.", - "looks_like": "gloves_light", "weight": "118 g", "volume": "250 ml", "price": 1100, -- cgit v1.2.1