Skip to content

Commit

Permalink
Merge pull request #40871 from wapcaplet/queen-b
Browse files Browse the repository at this point in the history
Storage space in saddle bags
  • Loading branch information
ZhilkinSerg authored May 26, 2020
2 parents 17a4423 + 72099f6 commit e0694c4
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion data/json/items/armor/pets_horse_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,23 @@
"encumbrance": 30,
"warmth": 10,
"material_thickness": 2,
"flags": [ "BELTED", "WATER_FRIENDLY" ]
"flags": [ "BELTED", "WATER_FRIENDLY" ],
"//": "each 15 L bag is ~ 60 x 25 x 10 cm",
"pocket_data": [
{
"pocket_type": "CONTAINER",
"max_contains_volume": "15 L",
"max_contains_weight": "20 kg",
"max_item_length": "60 cm",
"moves": 200
},
{
"pocket_type": "CONTAINER",
"max_contains_volume": "15 L",
"max_contains_weight": "20 kg",
"max_item_length": "60 cm",
"moves": 200
}
]
}
]

0 comments on commit e0694c4

Please sign in to comment.