From e2ad4a84f59f7f2c32b6aacfb6014d78ab8ef44e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 21 Sep 2020 17:17:32 -0700 Subject: Add appearance aliases --- json/items/armor/helmet.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json index f70ef56..8316701 100644 --- a/json/items/armor/helmet.json +++ b/json/items/armor/helmet.json @@ -2,6 +2,7 @@ { "id": "helmet_lsurvivor", "type": "ARMOR", + "looks_like": "helmet_survivor", "category": "armor", "name": { "str": "light survivor helmet" }, "description": "A customized, heavily armored Kevlar helmet, modified with cotton reinforcements to provide maximum comfort and protection from harm. All the added material has kept it rather light.", @@ -98,6 +99,7 @@ { "id": "hood_hsurvivor", "type": "ARMOR", + "looks_like": "hood_survivor", "category": "armor", "name": { "str": "heavy survivor hood" }, "description": "A customized, heavily armored steel and Kevlar hood, designed to provide comfort and protection from harm.", -- cgit v1.2.1