From 54bc9e5eaaade36ade100e69d96a02893f3f7c45 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Jan 2019 12:47:21 -0200 Subject: Replace Terranite Quiver with an Iron Quiver and a Bronze Quiver (stats remastered) --- npc/012-5/nicholas.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'npc/012-5') diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 098362af3..93c30ac75 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -172,7 +172,8 @@ L_Quiver: select l("Nothing, sorry!"), l("Leather Quiver"), - l("Terranite Quiver"), + l("Iron Quiver"), + l("Bronze Quiver"), l("Platinum Quiver"); switch (@menu) { @@ -182,10 +183,13 @@ L_Quiver: blacksmith_create(LeatherPatch, 35, TitaniumIngot, 1, LeatherQuiver, 2000); break; case 3: - blacksmith_create(TerraniteOre, 160, Coal, 40, TerraniteQuiver, 3000); // TODO: Terranite Ingot + blacksmith_create(IronIngot, 16, Coal, 21, IronQuiver, 3000); + break; + case 3: + blacksmith_create(CopperIngot, 27, TinIngot, 3, BronzeQuiver, 4000); break; case 4: - blacksmith_create(PlatinumIngot, 24, IridiumIngot, 8, PlatinumQuiver, 4000); + blacksmith_create(PlatinumIngot, 24, IridiumIngot, 8, PlatinumQuiver, 5000); break; } goto L_Quiver; -- cgit v1.2.3-60-g2f50