diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-14 22:22:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-14 22:22:12 -0300 |
commit | f28467c4f4f14179a47cc6c92439dd111a8f92ed (patch) | |
tree | 71cc079ad1ccb7b5972d2dda6dc87981e115e925 /npc/functions/treasure.txt | |
parent | 9d60b95d019df3407497347a09f64c22a2b9fd06 (diff) | |
download | serverdata-f28467c4f4f14179a47cc6c92439dd111a8f92ed.tar.gz serverdata-f28467c4f4f14179a47cc6c92439dd111a8f92ed.tar.bz2 serverdata-f28467c4f4f14179a47cc6c92439dd111a8f92ed.tar.xz serverdata-f28467c4f4f14179a47cc6c92439dd111a8f92ed.zip |
You may now find Ancient Blueprint as Super Rare (1%) on Chests.
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 9e0cd14a0..834127a8b 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -37,7 +37,7 @@ 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); + .@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) |