Skip to content

Commit

Permalink
fix(crafting): silverscale tunic now requires 10oz bottles instead of…
Browse files Browse the repository at this point in the history
… 1oz bottles for crafts, to allow everything for the tunic to be crafted.
  • Loading branch information
seiyria committed Jul 30, 2024
1 parent 8dd783a commit 1c2414f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions recipes/weavefabricating/basic.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# tier 1 crafts
- item: Careful Gloves
name: Careful Gloves
Expand Down Expand Up @@ -251,9 +250,9 @@
ingredients:
- Antanian Tunic
- Silver Scale
- Medium BarFire Potion
- Medium BarFrost Potion
- Medium BarNecro Potion
- Medium BarFire Potion (10oz)
- Medium BarFrost Potion (10oz)
- Medium BarNecro Potion (10oz)
- Risan White Pearl
ozIngredients:
- filter: String - Spell
Expand Down Expand Up @@ -379,4 +378,4 @@
ounces: 8
- filter: Dye Vial
display: Dye Vial
ounces: 1
ounces: 1

0 comments on commit 1c2414f

Please sign in to comment.