diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-22 09:18:36 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-22 09:18:36 -0700 |
commit | c6dcfc8d6f42fba8fbc4cb90f26deb9c5b6e95fe (patch) | |
tree | 9486fe80f36f5923919c31c566f30c182eaffed5 /json/items/armor | |
parent | Add some price_postapoc. (diff) | |
download | cataclysm-dda-mod_survivorheadgear-crafting-c6dcfc8d6f42fba8fbc4cb90f26deb9c5b6e95fe.tar.xz |
Update for the removal of the armor category.
Diffstat (limited to 'json/items/armor')
-rw-r--r-- | json/items/armor/helmet.json | 5 | ||||
-rw-r--r-- | json/items/armor/hoods.json | 3 |
2 files changed, 0 insertions, 8 deletions
diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json index a37dc54..fe0ebfe 100644 --- a/json/items/armor/helmet.json +++ b/json/items/armor/helmet.json @@ -2,7 +2,6 @@ { "id": "helmet_lsurvivor", "type": "ARMOR", - "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.", "weight": "1000 g", @@ -27,7 +26,6 @@ { "id": "helmet_survivor", "type": "ARMOR", - "category": "armor", "name": { "str": "survivor helmet" }, "description": "A customized, heavily armored Kevlar helmet, modified with leather reinforcements to provide maximum comfort and protection from harm.", "weight": "1420 g", @@ -52,7 +50,6 @@ { "id": "helmet_xlsurvivor", "type": "ARMOR", - "category": "armor", "name": { "str": "XL survivor helmet" }, "description": "A massive customized, heavily armored Kevlar helmet, modified with leather reinforcements to provide maximum comfort and protection from harm.", "weight": "3060 g", @@ -77,7 +74,6 @@ { "id": "helmet_hsurvivor", "type": "ARMOR", - "category": "armor", "name": { "str": "heavy survivor helmet" }, "description": "A customized, heavily armored steel and Kevlar helmet, modified to provide maximum comfort and protection from harm. All the added material has made it rather heavy.", "weight": "3312 g", @@ -102,7 +98,6 @@ { "id": "helmet_xlhsurvivor", "type": "ARMOR", - "category": "armor", "name": { "str": "XL heavy survivor helmet" }, "description": "A massive customized, heavily armored steel and Kevlar helmet, modified to provide maximum comfort and protection from harm. All the added material has made it rather heavy.", "weight": "7137 g", diff --git a/json/items/armor/hoods.json b/json/items/armor/hoods.json index af7ab7c..89b9be4 100644 --- a/json/items/armor/hoods.json +++ b/json/items/armor/hoods.json @@ -2,7 +2,6 @@ { "id": "hood_xlsurvivor", "type": "ARMOR", - "category": "armor", "name": { "str": "XL survivor hood" }, "description": "A massive customized, heavily armored leather and Kevlar hood, designed to provide comfort and protection from harm.", "weight": "1640 g", @@ -27,7 +26,6 @@ { "id": "hood_hsurvivor", "type": "ARMOR", - "category": "armor", "name": { "str": "heavy survivor hood" }, "description": "A customized, heavily armored steel and Kevlar hood, designed to provide comfort and protection from harm.", "weight": "1100 g", @@ -52,7 +50,6 @@ { "id": "hood_xlhsurvivor", "type": "ARMOR", - "category": "armor", "name": { "str": "XL heavy survivor hood" }, "description": "A massive customized, heavily armored steel and Kevlar hood, designed to provide comfort and protection from harm.", "weight": "2200 g", |