From 7f32d77d3f69ee5887a8efd8c83813fcfc7089b6 Mon Sep 17 00:00:00 2001 From: Dillon Matchett Date: Mon, 27 Dec 2021 17:54:51 -0400 Subject: [PATCH] ID cards are now categorized as KEYS (#53770) --- data/json/item_category.json | 7 +++++++ data/json/items/id_cards.json | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/data/json/item_category.json b/data/json/item_category.json index 9b2a52ac09bb8..be162e9823015 100644 --- a/data/json/item_category.json +++ b/data/json/item_category.json @@ -154,6 +154,13 @@ "zone": "LOOT_ARTIFACTS", "sort_rank": 10 }, + { + "id": "keys", + "type": "ITEM_CATEGORY", + "name": { "str": "KEYS" }, + "zone": "LOOT_KEYS", + "sort_rank": 11 + }, { "id": "armor", "type": "ITEM_CATEGORY", diff --git a/data/json/items/id_cards.json b/data/json/items/id_cards.json index 9a2daad6367ce..823af70492314 100644 --- a/data/json/items/id_cards.json +++ b/data/json/items/id_cards.json @@ -12,6 +12,7 @@ "material": [ "plastic" ], "weight": "6 g", "volume": "5 ml", + "category": "keys", "to_hit": -3 }, { @@ -27,6 +28,7 @@ "material": [ "plastic" ], "weight": "6 g", "volume": "5 ml", + "category": "keys", "to_hit": -3 }, { @@ -43,6 +45,7 @@ "material": [ "plastic" ], "weight": "6 g", "volume": "5 ml", + "category": "keys", "to_hit": -3 }, { @@ -59,6 +62,7 @@ "weight": "6 g", "volume": "5 ml", "to_hit": -3, + "category": "keys", "use_action": { "type": "reveal_map", "radius": 90,