diff options
Diffstat (limited to 'npc/craft')
-rw-r--r-- | npc/craft/recipes.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 5458f49eb..c006a93e0 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -364,6 +364,39 @@ function readCrafting { 40, Coal, 1, EverburnPowder); dnext; + // Gloves: Gloves items + mesc "----------"+l("Gloves Recipes")+"----------", 2; + showRecipe(CraftSilkGloves, SilkGloves, + 40, SilkCocoon, + 5, PiouFeathers, + 1, WhiteFur, + 1, EarthPowder); + showRecipe(CraftLeatherGloves, LeatherGloves, + 10, LeatherPatch, + 10, PiouFeathers, + 5, WhiteFur, + 1, EarthPowder); + showRecipe(CraftBromenalGloves, BromenalGloves, + 30, LeatherPatch, + 3, AnimalBones, + 15, WhiteFur, + 1, EarthPowder); + showRecipe(CraftManaGloves, ManaGloves, + 1, SacredManaPotion, + 1, BlueManaPearl, + 45, WhiteFur, + 1, EarthPowder); + showRecipe(CraftWarlordGloves, WarlordGloves, + 1, IridiumIngot, + 1, PlatinumIngot, + 60, WhiteFur, + 1, EarthPowder); + showRecipe(CraftAssassinGloves, AssassinGloves, + 1, IridiumIngot, + 1, PlatinumIngot, + 150, WhiteFur, + 1, EarthPowder); + dnext; // Misc: Misc items mesc "----------"+l("Miscellaneous Recipes")+"----------", 2; showRecipe(CraftGoldenRing, GoldenRing, |