summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-12-12 18:53:54 -0300
committerJesusaves <cpntb1@ymail.com>2022-12-12 18:53:54 -0300
commitaf43d130ac1855df6996ca8fd5e434b00b8a557b (patch)
treede8e1cd91328675c3ada391d64cb5d4499e11f58 /npc
parentc6bf3a94b0304005b4594e4efff1e231ff5cfcb9 (diff)
downloadserverdata-af43d130ac1855df6996ca8fd5e434b00b8a557b.tar.gz
serverdata-af43d130ac1855df6996ca8fd5e434b00b8a557b.tar.bz2
serverdata-af43d130ac1855df6996ca8fd5e434b00b8a557b.tar.xz
serverdata-af43d130ac1855df6996ca8fd5e434b00b8a557b.zip
Drop requeriments from Quivers in half
Diffstat (limited to 'npc')
-rw-r--r--npc/012-5/nicholas.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt
index 706a84a2e..9ce0e11c9 100644
--- a/npc/012-5/nicholas.txt
+++ b/npc/012-5/nicholas.txt
@@ -225,16 +225,16 @@ L_Quiver:
case 1:
goto L_Menu;
case 2:
- blacksmith_create(LeatherPatch, 35, CottonCloth, 5, LeatherQuiver, 2000);
+ blacksmith_create(LeatherPatch, 18, CottonCloth, 5, LeatherQuiver, 2000);
break;
case 3:
- blacksmith_create(IronIngot, 16, Coal, 21, IronQuiver, 3000);
+ blacksmith_create(IronIngot, 8, Coal, 21, IronQuiver, 3000);
break;
case 4:
- blacksmith_create(CopperIngot, 27, TinIngot, 3, BronzeQuiver, 4000);
+ blacksmith_create(CopperIngot, 14, TinIngot, 3, BronzeQuiver, 4000);
break;
case 5:
- blacksmith_create(PlatinumIngot, 12, IridiumIngot, 5, PlatinumQuiver, 50000);
+ blacksmith_create(PlatinumIngot, 8, IridiumIngot, 2, PlatinumQuiver, 50000);
break;
}
goto L_Quiver;