Skip to content

Commit

Permalink
Primitive tailoring fixes (#74056)
Browse files Browse the repository at this point in the history
* Update legs.json

make loinclothes simple (no fabric cutting needed)

* Update feet.json

made footrags simple (no fabric cutting needed)
  • Loading branch information
Kantonine authored May 26, 2024
1 parent cc83eb3 commit 684be37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/json/recipes/armor/feet.json
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@
"time": "1 m",
"reversible": true,
"autolearn": true,
"using": [ [ "tailoring_cotton_patchwork", 2 ] ],
"using": [ [ "tailoring_cotton_patchwork_simple", 2 ] ],
"flags": [ "BLIND_HARD" ]
},
{
Expand Down
8 changes: 4 additions & 4 deletions data/json/recipes/armor/legs.json
Original file line number Diff line number Diff line change
Expand Up @@ -874,25 +874,25 @@
"time": "15 m",
"autolearn": true,
"reversible": true,
"using": [ [ "cordage_short", 1 ], [ "tailoring_cotton_patchwork", 2 ] ]
"using": [ [ "cordage_short", 1 ], [ "tailoring_cotton_patchwork_simple", 2 ] ]
},
{
"result": "loincloth_fur",
"type": "recipe",
"copy-from": "loincloth",
"using": [ [ "cordage_short", 1 ], [ "tailoring_fur_patchwork", 2 ] ]
"using": [ [ "cordage_short", 1 ], [ "tailoring_fur_patchwork_simple", 2 ] ]
},
{
"result": "loincloth_leather",
"type": "recipe",
"copy-from": "loincloth",
"using": [ [ "cordage_short", 1 ], [ "tailoring_leather_patchwork", 2 ] ]
"using": [ [ "cordage_short", 1 ], [ "tailoring_leather_patchwork_simple", 2 ] ]
},
{
"result": "loincloth_wool",
"type": "recipe",
"copy-from": "loincloth",
"using": [ [ "cordage_short", 1 ], [ "tailoring_felt_patchwork", 2 ] ]
"using": [ [ "cordage_short", 1 ], [ "tailoring_felt_patchwork_simple", 2 ] ]
},
{
"result": "long_underpants",
Expand Down

0 comments on commit 684be37

Please sign in to comment.