Skip to content

Commit

Permalink
Merge pull request #57596 from rusmal/quenching-fix
Browse files Browse the repository at this point in the history
Add prof_quenching to tempered armor recipes
  • Loading branch information
dseguin authored May 10, 2022
2 parents c228b98 + 4e46127 commit b392827
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
9 changes: 6 additions & 3 deletions data/json/recipes/armor/arms.json
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,8 @@
{ "proficiency": "prof_closures", "time_multiplier": 1.25, "fail_multiplier": 1.15 },
{ "proficiency": "prof_metalworking" },
{ "proficiency": "prof_blacksmithing" },
{ "proficiency": "prof_leatherworking_basic", "fail_multiplier": 1.15 }
{ "proficiency": "prof_leatherworking_basic", "fail_multiplier": 1.15 },
{ "proficiency": "prof_quenching", "fail_multiplier": 2 }
]
},
{
Expand Down Expand Up @@ -1106,7 +1107,8 @@
{ "proficiency": "prof_closures", "time_multiplier": 1.25, "fail_multiplier": 1.15 },
{ "proficiency": "prof_metalworking" },
{ "proficiency": "prof_blacksmithing" },
{ "proficiency": "prof_leatherworking_basic", "fail_multiplier": 1.15 }
{ "proficiency": "prof_leatherworking_basic", "fail_multiplier": 1.15 },
{ "proficiency": "prof_quenching", "fail_multiplier": 2 }
]
},
{
Expand Down Expand Up @@ -1306,7 +1308,8 @@
{ "proficiency": "prof_closures", "time_multiplier": 1.25, "fail_multiplier": 1.15 },
{ "proficiency": "prof_metalworking" },
{ "proficiency": "prof_blacksmithing" },
{ "proficiency": "prof_leatherworking_basic", "fail_multiplier": 1.15 }
{ "proficiency": "prof_leatherworking_basic", "fail_multiplier": 1.15 },
{ "proficiency": "prof_quenching", "fail_multiplier": 2 }
]
},
{
Expand Down
9 changes: 6 additions & 3 deletions data/json/recipes/armor/legs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,8 @@
{ "proficiency": "prof_closures", "time_multiplier": 1.25, "fail_multiplier": 1.15 },
{ "proficiency": "prof_metalworking" },
{ "proficiency": "prof_blacksmithing" },
{ "proficiency": "prof_leatherworking_basic", "fail_multiplier": 1.15 }
{ "proficiency": "prof_leatherworking_basic", "fail_multiplier": 1.15 },
{ "proficiency": "prof_quenching", "fail_multiplier": 2 }
]
},
{
Expand Down Expand Up @@ -1498,7 +1499,8 @@
{ "proficiency": "prof_closures", "time_multiplier": 1.25, "fail_multiplier": 1.15 },
{ "proficiency": "prof_metalworking" },
{ "proficiency": "prof_blacksmithing" },
{ "proficiency": "prof_leatherworking_basic", "fail_multiplier": 1.15 }
{ "proficiency": "prof_leatherworking_basic", "fail_multiplier": 1.15 },
{ "proficiency": "prof_quenching", "fail_multiplier": 2 }
]
},
{
Expand Down Expand Up @@ -1648,7 +1650,8 @@
{ "proficiency": "prof_closures", "time_multiplier": 1.25, "fail_multiplier": 1.15 },
{ "proficiency": "prof_metalworking" },
{ "proficiency": "prof_blacksmithing" },
{ "proficiency": "prof_leatherworking_basic", "fail_multiplier": 1.15 }
{ "proficiency": "prof_leatherworking_basic", "fail_multiplier": 1.15 },
{ "proficiency": "prof_quenching", "fail_multiplier": 2 }
]
},
{
Expand Down
9 changes: 6 additions & 3 deletions data/json/recipes/armor/torso.json
Original file line number Diff line number Diff line change
Expand Up @@ -2271,7 +2271,8 @@
{ "proficiency": "prof_closures", "time_multiplier": 1.25, "fail_multiplier": 1.15 },
{ "proficiency": "prof_metalworking" },
{ "proficiency": "prof_blacksmithing" },
{ "proficiency": "prof_leatherworking_basic", "fail_multiplier": 1.15 }
{ "proficiency": "prof_leatherworking_basic", "fail_multiplier": 1.15 },
{ "proficiency": "prof_quenching", "fail_multiplier": 2 }
]
},
{
Expand Down Expand Up @@ -2421,7 +2422,8 @@
{ "proficiency": "prof_closures", "time_multiplier": 1.25, "fail_multiplier": 1.15 },
{ "proficiency": "prof_metalworking" },
{ "proficiency": "prof_blacksmithing" },
{ "proficiency": "prof_leatherworking_basic", "fail_multiplier": 1.15 }
{ "proficiency": "prof_leatherworking_basic", "fail_multiplier": 1.15 },
{ "proficiency": "prof_quenching", "fail_multiplier": 2 }
]
},
{
Expand Down Expand Up @@ -2571,7 +2573,8 @@
{ "proficiency": "prof_closures", "time_multiplier": 1.25, "fail_multiplier": 1.15 },
{ "proficiency": "prof_metalworking" },
{ "proficiency": "prof_blacksmithing" },
{ "proficiency": "prof_leatherworking_basic", "fail_multiplier": 1.15 }
{ "proficiency": "prof_leatherworking_basic", "fail_multiplier": 1.15 },
{ "proficiency": "prof_quenching", "fail_multiplier": 2 }
]
},
{
Expand Down

0 comments on commit b392827

Please sign in to comment.