Skip to content

Commit

Permalink
Modify chitin armor recipes.
Browse files Browse the repository at this point in the history
  • Loading branch information
arijust authored Nov 17, 2019
1 parent b653d6b commit acdda97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/recipes/armor/suit.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"autolearn": true,
"book_learn": [ [ "textbook_tailor", 5 ], [ "tailor_portfolio", 5 ] ],
"using": [ [ "cordage", 2 ] ],
"components": [ [ [ "chitin_piece", 15 ] ] ]
"components": [ [ [ "chitin_piece", 72 ] ] ]
},
{
"result": "armor_acidchitin",
Expand All @@ -89,7 +89,7 @@
"autolearn": true,
"using": [ [ "cordage", 2 ] ],
"qualities": [ { "id": "CUT_FINE", "level": 1 }, { "id": "SEW", "level": 1 } ],
"components": [ [ [ "acidchitin_piece", 15 ] ] ]
"components": [ [ [ "acidchitin_piece", 72 ] ] ]
},
{
"result": "armor_farmor",
Expand Down

0 comments on commit acdda97

Please sign in to comment.