From 2dbb7e4e1d4f6005a21d05767e941e0d9519b542 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Apr 2019 22:37:22 -0300 Subject: [skip ci] Update rare and uncommon rate on description to their *real* value --- npc/functions/treasure.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/treasure.txt') 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); -- cgit v1.2.3-60-g2f50