From e624662303634463370827c6e7d1ce3af72a681f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 10 Jun 2019 10:45:40 -0300 Subject: Guns cannot be dissasembled/melt by Bracco --- npc/020-5/bracco.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'npc') diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index 4fb752c2a..d78e20128 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -186,6 +186,23 @@ L_Meltdown: case LegendaryWand: Meltdown(.@it, 12000, WoodenLog, rand2(7,77), GoldenApple, rand2(0, 1), FluoPowder, rand2(4,14), GemPowder, rand2(1,3)); break; + // Shields - same rule (except leather shield) + case RoundLeatherShield: + Meltdown(.@it, 500, LeatherPatch, rand2(0,1)); + break; + case LeatherShield: + Meltdown(.@it, 500, LeatherPatch, rand2(1,3)); + break; + case WoodenShield: + Meltdown(.@it, 1500, WoodenLog, rand2(20,28), LeatherPatch, 1); + break; + case BladeShield: + Meltdown(.@it, 1500, IronIngot, rand2(7,9), TitaniumIngot, 1); + break; + // Etc + case GoldenRing: + Meltdown(.@it, 1500, GoldPieces, rand2(2,3)); + break; default: mesn; mesq l("I cannot melt this. I only melt down equipment, and not everything I know how to!"); -- cgit v1.2.3-60-g2f50