diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-11-06 21:55:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-11-06 21:55:59 -0300 |
commit | 0462d7aa4db6f882eda596474d4c81e5491200f7 (patch) | |
tree | 4e3f10514a7dfbfb4f5359951af4cbddc667bbd2 /npc/craft | |
parent | a9e533d65d6119944e19f28f388e8cab54c8c051 (diff) | |
download | serverdata-0462d7aa4db6f882eda596474d4c81e5491200f7.tar.gz serverdata-0462d7aa4db6f882eda596474d4c81e5491200f7.tar.bz2 serverdata-0462d7aa4db6f882eda596474d4c81e5491200f7.tar.xz serverdata-0462d7aa4db6f882eda596474d4c81e5491200f7.zip |
Gloves stat fix, now legible on recipe book
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, |