summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-19 12:13:39 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-19 12:13:39 -0300
commitfc4bbf7fdf3056c56e62e72278891376a63458e0 (patch)
treef7eed4382be0df5eec80b7edca53f2c974f01c95
parent68e1a70c5aaa11eabb92fa3bffe3cd2ecb642ff4 (diff)
downloadserverdata-fc4bbf7fdf3056c56e62e72278891376a63458e0.tar.gz
serverdata-fc4bbf7fdf3056c56e62e72278891376a63458e0.tar.bz2
serverdata-fc4bbf7fdf3056c56e62e72278891376a63458e0.tar.xz
serverdata-fc4bbf7fdf3056c56e62e72278891376a63458e0.zip
Treasure box: Add Gold Pieces on it (at 1% tier), downgrade Coin Bag (to 10% tier)
-rw-r--r--npc/functions/treasure.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt
index cc8fb7563..ae29f6793 100644
--- a/npc/functions/treasure.txt
+++ b/npc/functions/treasure.txt
@@ -37,9 +37,9 @@ function script TreasureBox {
if (.@t % 149 == 0 || .@r < .@ur_rate)
.@loot=any(AtroposMixture, GoldenApple, DivineApple, MercBoxA, MoveSpeedPotion, Shemagh, EverburnPowder, IridiumOre, PlatinumOre);
else if (.@t % 50 == 0 || .@r < 100)
- .@loot=any(SmokeGrenade, SnakeEgg, LachesisBrew, ArrowAmmoBox, CoinBag, SilverGift, TerraniteOre, LeadOre, TinOre, SilverOre, GoldOre, TitaniumOre, FluoPowder, AlchemyBlueprintB, AncientBlueprint);
+ .@loot=any(SmokeGrenade, SnakeEgg, LachesisBrew, ArrowAmmoBox, GoldPieces, SilverGift, TerraniteOre, LeadOre, TinOre, SilverOre, GoldOre, TitaniumOre, FluoPowder, AlchemyBlueprintB, AncientBlueprint);
else if (.@r < 1000 || .@t == 0)
- .@loot=any(MoubooSteak, ClothoLiquor, Coal, RedPlushWine, HastePotion, StrengthPotion, Dagger, BronzeGift, IronOre, CopperOre, AlchemyBlueprintA);
+ .@loot=any(MoubooSteak, ClothoLiquor, Coal, RedPlushWine, HastePotion, CoinBag, StrengthPotion, Dagger, BronzeGift, IronOre, CopperOre, AlchemyBlueprintA);
else if (.@r < 5000)
.@loot=any(Croconut, Potatoz, MoubooSteak, ClothoLiquor, Coal, SmallMushroom, HastePotion, StrengthPotion, WoodenLog, LeatherPatch, Beer);
else