diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-07 23:08:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-07 23:08:41 -0300 |
commit | 45145306a0462b7e5475c8d29933cfa4f589d60c (patch) | |
tree | 25f4bb593bd05596563f890f986c8fd5e722a149 /npc | |
parent | 12baf93961d1376494cbc534432975a577428af8 (diff) | |
download | serverdata-45145306a0462b7e5475c8d29933cfa4f589d60c.tar.gz serverdata-45145306a0462b7e5475c8d29933cfa4f589d60c.tar.bz2 serverdata-45145306a0462b7e5475c8d29933cfa4f589d60c.tar.xz serverdata-45145306a0462b7e5475c8d29933cfa4f589d60c.zip |
Change treasure common/uncommon drop rate and item selection.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/treasure.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt index 83da812e4..e97dced4f 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -40,8 +40,8 @@ function script TreasureBox { .@loot=any(SmokeGrenade, SnakeEgg, LachesisBrew, ArrowAmmoBox, CoinBag, 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); - else if (.@r < 4000) - .@loot=any(Croconut, Potatoz, MoubooSteak, ClothoLiquor, Coal, SmallMushroom, HastePotion, StrengthPotion, Beer); + else if (.@r < 5000) + .@loot=any(Croconut, Potatoz, MoubooSteak, ClothoLiquor, Coal, SmallMushroom, HastePotion, StrengthPotion, WoodenLog, LeatherPatch, Beer); else .@loot=any(FatesPotion, ChocolateBar, Plushroom, Chagashroom, RawLog, LeatherPatch, BugLeg, ScorpionStinger, SmallKnife, StrangeCoin); |