Skip to content

Commit

Permalink
update recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
ampersand55 committed Aug 21, 2019
1 parent 6743058 commit 3a33e1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/json/recipes/armor/storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@
"using": [ [ "sewing_standard", 150 ] ],
"qualities": [ { "id": "HAMMER", "level": 2 } ],
"components": [
[ [ "leather", 20 ], [ "tanned_hide", 4 ] ],
[ [ "leather", 55 ], [ "tanned_hide", 14 ] ],
[ [ "sheet_metal_small", 8 ] ],
[ [ "cordage", 2, "LIST" ] ],
[ [ "leather_pouch", 2 ] ]
Expand All @@ -854,7 +854,7 @@
"time": "90 m",
"autolearn": true,
"using": [ [ "sewing_standard", 40 ] ],
"components": [ [ [ "rag", 5 ] ], [ [ "cordage", 1, "LIST" ] ] ]
"components": [ [ [ "36", 5 ] ], [ [ "cordage", 1, "LIST" ] ] ]
},
{
"result": "petpack",
Expand All @@ -866,7 +866,7 @@
"time": "100 m",
"autolearn": true,
"using": [ [ "sewing_standard", 100 ] ],
"components": [ [ [ "rag", 5 ] ], [ [ "plastic_chunk", 8 ] ] ]
"components": [ [ [ "rag", 10 ] ], [ [ "plastic_chunk", 8 ] ] ]
},
{
"result": "backpack_tactical_large",
Expand All @@ -878,7 +878,7 @@
"time": "160 m",
"autolearn": true,
"using": [ [ "sewing_standard", 100 ] ],
"components": [ [ [ "leather", 5 ], [ "tanned_pelt", 1 ] ], [ [ "cordage", 1, "LIST" ] ] ]
"components": [ [ [ "leather", 42 ], [ "tanned_pelt", 10 ] ], [ [ "cordage", 1, "LIST" ] ] ]
},
{
"result": "backpack_hiking",
Expand All @@ -890,6 +890,6 @@
"time": "180 m",
"autolearn": true,
"using": [ [ "sewing_standard", 100 ] ],
"components": [ [ [ "leather", 5 ], [ "tanned_pelt", 1 ] ], [ [ "cordage", 1, "LIST" ] ] ]
"components": [ [ [ "leather", 37 ], [ "tanned_pelt", 10 ] ], [ [ "cordage", 1, "LIST" ] ] ]
}
]

0 comments on commit 3a33e1f

Please sign in to comment.