diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-11-13 10:22:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-11-13 10:22:14 -0300 |
commit | 6038eb066fc67a6c07c4d92dcb0b56bd6ed6dbdb (patch) | |
tree | 28f396b7202ca369b3d3f6f0e95bdc76fdd05589 /npc/functions/treasure.txt | |
parent | 4fd1eaa4167235a50d493b3de0b1a1047f9eff4d (diff) | |
download | serverdata-6038eb066fc67a6c07c4d92dcb0b56bd6ed6dbdb.tar.gz serverdata-6038eb066fc67a6c07c4d92dcb0b56bd6ed6dbdb.tar.bz2 serverdata-6038eb066fc67a6c07c4d92dcb0b56bd6ed6dbdb.tar.xz serverdata-6038eb066fc67a6c07c4d92dcb0b56bd6ed6dbdb.zip |
Draft finished
Diffstat (limited to 'npc/functions/treasure.txt')
-rw-r--r-- | npc/functions/treasure.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt index 9c695da9e..19f139e4a 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -39,7 +39,7 @@ function script TreasureBox { else if (.@t % 50 == 0 || .@r < 100) .@loot=any(SmokeGrenade, SnakeEgg, LachesisBrew, ArrowAmmoBox, GoldPieces, SilverGift, TerraniteOre, LeadOre, TinOre, SilverOre, GoldOre, TitaniumOre, FluoPowder, AlchemyBlueprintC, AncientBlueprint); else if (.@r < 1000 || .@t == 0) - .@loot=any(MoubooSteak, ClothoLiquor, Coal, RedPlushWine, HastePotion, CoinBag, StrengthPotion, Dagger, BronzeGift, IronOre, CopperOre, AlchemyBlueprintB); + .@loot=any(MoubooSteak, ClothoLiquor, Coal, RedPlushWine, HastePotion, CoinBag, StrengthPotion, Dagger, BronzeGift, IronOre, CopperOre, BlueDye, AlchemyBlueprintB); else if (.@r < 5000) .@loot=any(Croconut, Potatoz, MoubooSteak, ClothoLiquor, Coal, SmallMushroom, HastePotion, StrengthPotion, WoodenLog, LeatherPatch, Beer, EquipmentBlueprintA, AlchemyBlueprintA); else |