Skip to content

Commit

Permalink
Merge pull request CleverRaven#70445 from Daved27hundred/lockets-and-…
Browse files Browse the repository at this point in the history
…photographs

Added a pocket for photographs to lockets.
  • Loading branch information
Maleclypse authored Dec 26, 2023
2 parents 61005c2 + b83b749 commit db664ab
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions data/json/items/armor/jewelry.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,16 @@
"symbol": "[",
"looks_like": "silver_necklace",
"color": "brown",
"pocket_data": [
{
"pocket_type": "CONTAINER",
"holster": true,
"max_contains_weight": "12 mg",
"max_contains_volume": "1 ml",
"description": "Slot for a photograph",
"item_restriction": [ "wallet_photo" ]
}
],
"flags": [ "NO_WEAR_EFFECT" ]
},
{
Expand Down Expand Up @@ -917,6 +927,16 @@
"material": [ "gold" ],
"symbol": "[",
"color": "yellow",
"pocket_data": [
{
"pocket_type": "CONTAINER",
"holster": true,
"max_contains_weight": "12 mg",
"max_contains_volume": "1 ml",
"description": "Slot for a photograph",
"item_restriction": [ "wallet_photo" ]
}
],
"flags": [ "FANCY", "NO_WEAR_EFFECT" ]
},
{
Expand Down Expand Up @@ -1624,6 +1644,16 @@
"material": [ "platinum" ],
"symbol": "[",
"color": "white",
"pocket_data": [
{
"pocket_type": "CONTAINER",
"holster": true,
"max_contains_weight": "12 mg",
"max_contains_volume": "1 ml",
"description": "Slot for a photograph",
"item_restriction": [ "wallet_photo" ]
}
],
"flags": [ "FANCY", "NO_WEAR_EFFECT" ]
},
{
Expand Down Expand Up @@ -1794,6 +1824,16 @@
"material": [ "silver" ],
"symbol": "[",
"color": "light_gray",
"pocket_data": [
{
"pocket_type": "CONTAINER",
"holster": true,
"max_contains_weight": "12 mg",
"max_contains_volume": "1 ml",
"description": "Slot for a photograph",
"item_restriction": [ "wallet_photo" ]
}
],
"flags": [ "FANCY", "NO_WEAR_EFFECT" ]
},
{
Expand Down

0 comments on commit db664ab

Please sign in to comment.