From 5a5cbc24bf12022491901d7a995473527c15f919 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 27 May 2019 10:18:40 -0300 Subject: Make Treasure Key more common to be burried. (8.70% instead of 4.35%) --- npc/items/shovel.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/items') diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt index 2551789b2..039cfd25a 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -296,35 +296,35 @@ 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), - CoinBag,TreasureKey,SulfurPowder,Coal, + TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal, 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), - CoinBag,TreasureKey,SulfurPowder,Coal, + TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal, 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), - CoinBag,TreasureKey,SulfurPowder,Coal, + TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal, IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre, Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst, CursedAmmoBox,ThornAmmoBox,SacredBullet); // Extra burried treasure (25~65 over 3600 tiles: aprox. 0.70% to 1.80%) shovel_scatter("018-1", 20, 20, 80, 80, rand(50,130), - CoinBag,TreasureKey,SulfurPowder,Coal, + TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal, IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre, Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst, CursedAmmoBox,ThornAmmoBox,SacredBullet); // Aeros can't be forgotten shovel_scatter("001-1", 171, 20, 340, 160, rand(160,360), - CoinBag,TreasureKey,SulfurPowder,Coal, + TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal, IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre, Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst); shovel_scatter("001-1", 20, 20, 140, 140, rand(160,360), - CoinBag,TreasureKey,SulfurPowder,Coal, + TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal, IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre, Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst); -- cgit v1.2.3-60-g2f50