diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-26 22:37:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-26 22:37:22 -0300 |
commit | 2dbb7e4e1d4f6005a21d05767e941e0d9519b542 (patch) | |
tree | d3823f68c10141739463f8a9c0af6cdba82a75c7 /npc/functions/treasure.txt | |
parent | 5a32bbb714bf40f4dc06bb1839dd8b658f194acd (diff) | |
download | serverdata-2dbb7e4e1d4f6005a21d05767e941e0d9519b542.tar.gz serverdata-2dbb7e4e1d4f6005a21d05767e941e0d9519b542.tar.bz2 serverdata-2dbb7e4e1d4f6005a21d05767e941e0d9519b542.tar.xz serverdata-2dbb7e4e1d4f6005a21d05767e941e0d9519b542.zip |
[skip ci] Update rare and uncommon rate on description to their *real* value
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 16c3d3502..20771d0fa 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -32,7 +32,7 @@ function script TreasureBox { // Select treasure list // You're warranted an ultra rare (0.1%) every 149 open chests // You're warranted a super rare (1%) every 50 open chests - // There's also rares (10%), uncommons (40%) and commons (60%) + // There's also rares (9%), uncommons (30%) and commons (60%) .@ur_rate=min(10, (TREASURE_OPEN/10)); if (.@t % 149 == 0 || .@r < .@ur_rate) .@loot=any(AtroposMixture, GoldenApple, DivineApple, MercBoxA, SilverGift, Shemagh, EverburnPowder, IridiumOre, PlatinumOre); |