Skip to content

Commit

Permalink
[Magiclysm] Direct butchering kit enchanting (CleverRaven#72087)
Browse files Browse the repository at this point in the history
* Theoretical Gambeson made?

* Add Quilted Parabolan Wool

* Parabolan Gambesons

* Minor tweak

Forgot to fix proportional warmth

* Gambeson Recipes

* Adjust Parabolan Felt Patch Mass

The patches were the same mass as the breeches you created with 20 of them, so I divided the patch mass by 20 to make logical sense. This means that the gambeson pieces I'm making are going to take far more of the patches, but that seems fitting

* Adjust felt patch quantities

The patch to garment mass ratio was all off for the pants, so I adjusted the patch's mass and have now adjusted the gambeson's patch quantities based on that mass

* Add spawns for Parabolan Armor

* Forge of Wonders Sells Parabolan Armor

* Update patch mass again in accordance with discord conversation

* Adjusting parabolan wool mass

Adjusted per conversation on discord. .6 times the mass of cotton, or otherwise compared to wool appropriately

* Gambeson recipes updated for patch mass

* Update yarn to match

* Fixed a forgotten word

* Update data/mods/Magiclysm/recipes/tailoring.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/mods/Magiclysm/recipes/tailoring.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/mods/Magiclysm/recipes/tailoring.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/mods/Magiclysm/recipes/tailoring.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/mods/Magiclysm/recipes/tailoring.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/mods/Magiclysm/recipes/tailoring.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/mods/Magiclysm/recipes/tailoring.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/mods/Magiclysm/recipes/tailoring.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/mods/Magiclysm/recipes/tailoring.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/mods/Magiclysm/recipes/tailoring.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/mods/Magiclysm/recipes/tailoring.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/mods/Magiclysm/recipes/tailoring.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/mods/Magiclysm/recipes/tailoring.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/mods/Magiclysm/recipes/tailoring.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/mods/Magiclysm/recipes/tailoring.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Fix spelling error

* Fake commit to retrigger testing after bug was fixed

* Adjust based on build error, I think?

* Reverting attempt to fix ubuntu test, guess I messed up somehow

* Testing something to fix Clang 10 test?

* Fixing Clang 10, take two

* Direct enchanting butchers kits

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rty275 and github-actions[bot] authored Mar 28, 2024
1 parent d050eed commit 2ff149f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/mods/Magiclysm/recipes/enchanting.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,24 @@
"result": "knife_carving_plus_two",
"components": [ [ [ "knife_carving_plus_one", 1 ] ], [ [ "mana_dust", 20 ] ], [ [ "mercury", 10 ] ] ]
},
{
"type": "recipe",
"copy-from": "cestus_plus_one",
"qualities": [ { "id": "MANA_INFUSE", "level": 1 } ],
"time": "9 h",
"id_suffix": "direct_enchanted",
"result": "butchering_kit_plus_one",
"components": [ [ [ "butchering_kit", 1 ] ], [ [ "mana_dust", 60 ] ], [ [ "mercury", 30 ] ] ]
},
{
"type": "recipe",
"copy-from": "cestus_plus_one",
"qualities": [ { "id": "MANA_INFUSE", "level": 1 } ],
"time": "9 h",
"id_suffix": "direct_enchanted",
"result": "butchering_kit_plus_two",
"components": [ [ [ "butchering_kit_plus_one", 1 ] ], [ [ "mana_dust", 60 ] ], [ [ "mercury", 30 ] ] ]
},
{
"type": "recipe",
"copy-from": "cestus_plus_one",
Expand Down

0 comments on commit 2ff149f

Please sign in to comment.