Skip to content

Commit

Permalink
add an id_suffix to the new recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
BalthazarArgall committed Jun 15, 2024
1 parent 7283fe0 commit 6bfb07d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions data/json/recipes/armor/feet.json
Original file line number Diff line number Diff line change
Expand Up @@ -1974,37 +1974,41 @@
{
"copy-from": "espadrilles",
"result": "espadrilles",
"id_suffix": "from_rope",
"type": "recipe",
"time": "2 h",
"components": [ [ [ "rope_natural_short", 1, "LIST" ] ] ],
"byproducts": [ [ "string_36", 3 ] ]
},
{
"copy-from": "espadrilles",
"result": "xl_espadrilles",
"type": "recipe",
"qualities": [ { "id": "CUT", "level": 2 } ],
"using": [ [ "tailoring_cotton", 1.5 ] ],
"components": [ [ [ "filament", 1200, "LIST" ] ] ]
},
{
"copy-from": "xl_espadrilles",
"result": "xl_espadrilles",
"id_suffix": "from_rope",
"type": "recipe",
"time": "2 h",
"components": [ [ [ "rope_natural_short", 1, "LIST" ] ] ],
"byproducts": [ [ "string_36", 2 ] ]
},
{
"copy-from": "espadrilles",
"result": "xs_espadrilles",
"type": "recipe",
"qualities": [ { "id": "CUT", "level": 2 } ],
"using": [ [ "tailoring_cotton", 1 ] ],
"components": [ [ [ "filament", 600, "LIST" ] ] ]
},
{
"copy-from": "xs_espadrilles",
"result": "xs_espadrilles",
"id_suffix": "from_rope",
"type": "recipe",
"time": "2 h",
"components": [ [ [ "rope_natural_short", 1, "LIST" ] ] ],
"byproducts": [ [ "string_36", 4 ] ]
}
Expand Down

0 comments on commit 6bfb07d

Please sign in to comment.