summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf2
-rw-r--r--npc/craft/recipes.txt33
2 files changed, 34 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 609da7e58..6b2abe81f 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -7702,7 +7702,7 @@ item_db: (
EquipLv: 77
Refine: false
Script: <"
- bonus bMaxSP,50;
+ bonus bMaxSP,200;
">
},
{
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,