diff options
Diffstat (limited to 'json/items/armor')
-rw-r--r-- | json/items/armor/helmet.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json index 8316701..ab30706 100644 --- a/json/items/armor/helmet.json +++ b/json/items/armor/helmet.json @@ -2,7 +2,6 @@ { "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.", @@ -61,7 +60,7 @@ "bashing": 10, "material": [ "kevlar", "leather" ], "symbol": "[", - "looks_like": "helmet_survivor", + "looks_like": "helmet_army", "color": "dark_gray", "covers": [ "HEAD" ], "coverage": 100, @@ -85,7 +84,7 @@ "bashing": 10, "material": [ "kevlar", "steel", "leather" ], "symbol": "[", - "looks_like": "helmet_survivor", + "looks_like": "helmet_army", "color": "dark_gray", "covers": [ "HEAD" ], "coverage": 100, @@ -99,7 +98,6 @@ { "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.", |