Skip to content

Commit

Permalink
Make tool belt a lot lighter and a bit smaller (#63150)
Browse files Browse the repository at this point in the history
* Made tool belt a lot lighter and a bit smaller

* Adjusted tool belt recipe to make sense with the new weight
  • Loading branch information
Olaroll authored Feb 23, 2023
1 parent 7679d13 commit af2fe0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/json/items/armor/belts.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@
"type": "ARMOR",
"name": { "str": "tool belt" },
"description": "A common belt with pockets, loops and sheaths to store up to six tools or blades. Widely used by handymen and electricians.",
"weight": "3850 g",
"volume": "3500 ml",
"weight": "1000 g",
"volume": "2500 ml",
"price": 4500,
"price_postapoc": 1500,
"bashing": 5,
Expand Down
4 changes: 2 additions & 2 deletions data/json/recipes/armor/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -1802,13 +1802,13 @@
"time": "4 h",
"autolearn": true,
"reversible": true,
"using": [ [ "tailoring_leather_small", 6 ], [ "clasps", 3 ] ],
"using": [ [ "tailoring_leather_small", 12 ], [ "clasps", 5 ] ],
"proficiencies": [
{ "proficiency": "prof_closures" },
{ "proficiency": "prof_leatherworking_basic" },
{ "proficiency": "prof_leatherworking" }
],
"components": [ [ [ "leather_pouch", 6 ] ] ]
"components": [ [ [ "leather_pouch", 2 ] ], [ [ "leather_belt", 1 ] ] ]
},
{
"result": "javelin_bag",
Expand Down

0 comments on commit af2fe0d

Please sign in to comment.