From 4faed4bb36ab8e96c56893b330950ffcee88885c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Dec 2018 19:20:07 -0200 Subject: Backsword :white_check_mark: --- npc/012-5/nicholas.txt | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'npc/012-5') diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 6e49ccfb7..f4794f4b8 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -119,7 +119,6 @@ L_Weapon: l("Iron Bug Slayer"), l("Iron Short Gladius"), l("Bronze Gladius"), - //l("Iron Butcher Knife"), l("Iron Short Sword"), l("Iron Backsword"); @@ -138,14 +137,11 @@ L_Weapon: case 5: blacksmith_create(CopperIngot, 18, TinIngot, 2, RealBronzeGladius, 500); break; - //case 6: - // blacksmith_create(IronIngot, 16, Coal, 20, ButcherKnife, 2550); - // break; - case 7: + case 6: blacksmith_create(IronIngot, 21, Coal, 27, ShortSword, 3550); break; - case 8: - blacksmith_create(IronIngot, 28, Coal, 32, Backsword, 4550); + case 7: + blacksmith_create(IronIngot, 28, TitaniumIngot, 12, Backsword, 4550); break; } goto L_Weapon; @@ -190,10 +186,10 @@ L_Quiver: blacksmith_create(LeatherPatch, 35, TitaniumIngot, 1, LeatherQuiver, 2000); break; case 3: - blacksmith_create(TerraniteOre, 210, Coal, 80, TerraniteQuiver, 3000); // TODO: Terranite Ingot + blacksmith_create(TerraniteOre, 160, Coal, 40, TerraniteQuiver, 3000); // TODO: Terranite Ingot break; case 4: - blacksmith_create(PlatinumIngot, 30, IridiumIngot, 10, PlatinumQuiver, 4000); + blacksmith_create(PlatinumIngot, 24, IridiumIngot, 8, PlatinumQuiver, 4000); break; } goto L_Quiver; -- cgit v1.2.3-60-g2f50