Skip to content

Commit

Permalink
Modify chitin boots
Browse files Browse the repository at this point in the history
  • Loading branch information
arijust authored Nov 17, 2019
1 parent d6d960c commit 334efe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/recipes/armor/feet.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"time": "40 m",
"autolearn": true,
"using": [ [ "cordage", 1 ] ],
"components": [ [ [ "chitin_piece", 8 ] ], [ [ "leather", 4 ], [ "fur", 4 ], [ "rag", 4 ] ] ]
"components": [ [ [ "chitin_piece", 20 ] ], [ [ "leather", 4 ], [ "fur", 4 ], [ "rag", 4 ] ] ]
},
{
"result": "boots_acidchitin",
Expand All @@ -47,7 +47,7 @@
"autolearn": true,
"using": [ [ "cordage", 1 ] ],
"qualities": [ { "id": "CUT_FINE", "level": 1 }, { "id": "SEW", "level": 1 } ],
"components": [ [ [ "acidchitin_piece", 12 ] ], [ [ "leather", 4 ], [ "fur", 4 ], [ "rag", 4 ] ] ]
"components": [ [ [ "acidchitin_piece", 20 ] ], [ [ "leather", 4 ], [ "fur", 4 ], [ "rag", 4 ] ] ]
},
{
"result": "boots_fsurvivor",
Expand Down

0 comments on commit 334efe7

Please sign in to comment.