Skip to content

Commit

Permalink
ID cards are now categorized as KEYS (#53770)
Browse files Browse the repository at this point in the history
  • Loading branch information
bombasticSlacks authored Dec 27, 2021
1 parent 8d35059 commit 7f32d77
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/json/item_category.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions data/json/items/id_cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"material": [ "plastic" ],
"weight": "6 g",
"volume": "5 ml",
"category": "keys",
"to_hit": -3
},
{
Expand All @@ -27,6 +28,7 @@
"material": [ "plastic" ],
"weight": "6 g",
"volume": "5 ml",
"category": "keys",
"to_hit": -3
},
{
Expand All @@ -43,6 +45,7 @@
"material": [ "plastic" ],
"weight": "6 g",
"volume": "5 ml",
"category": "keys",
"to_hit": -3
},
{
Expand All @@ -59,6 +62,7 @@
"weight": "6 g",
"volume": "5 ml",
"to_hit": -3,
"category": "keys",
"use_action": {
"type": "reveal_map",
"radius": 90,
Expand Down

0 comments on commit 7f32d77

Please sign in to comment.