From a9a69727c65f311f8255536389549e0ab32a3f87 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 23 Jun 2020 22:46:17 -0300 Subject: Actually, everywhere. --- npc/items/shovel.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt index a6dff7595..b29805283 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -315,17 +315,17 @@ OnHour00: // Theoretical chance of uncovering a treasure on an attempt is 0.12% to 0.70% // 2019-05-27: Doubled ammount of treasures. New rates should be 0.24% ~ 1.40% shovel_scatter("007-1", 20, 20, 180, 180, rand(60,360), - TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal, + TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal,EarthPowder, IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre, Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst, CursedAmmoBox,ThornAmmoBox,SacredBullet); shovel_scatter("011-1", 20, 20, 180, 180, rand(60,360), - TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal, + TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal,EarthPowder, IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre, Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst, CursedAmmoBox,ThornAmmoBox,SacredBullet); shovel_scatter("015-1", 20, 20, 180, 180, rand(60,360), - TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal, + TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal,EarthPowder, IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre, Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst, CursedAmmoBox,ThornAmmoBox,SacredBullet); @@ -333,7 +333,7 @@ OnHour00: // Extra burried treasure (25~65 over 3600 tiles: aprox. 0.70% to 1.80%) // New Rate: 1.40% ~ 3.60% since 2019-05-27 shovel_scatter("018-1", 20, 20, 80, 80, rand(50,130), - TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal, + TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal,EarthPowder, IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre, Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst, CursedAmmoBox,ThornAmmoBox,SacredBullet); -- cgit v1.2.3-60-g2f50