From 379332ee906a21ab8dc04b726013f8533b1d3860 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 20 Jun 2022 13:15:08 -0300 Subject: Increase UR rate from 0.1% to 0.15% --- npc/functions/treasure.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt index 999740442..992f19756 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -45,7 +45,7 @@ function script TreasureBox { // You're warranted an ultra rare (0.1%) every 149 open chests // You're warranted a super rare (2%) every 50 open chests // There's also rares (14%), uncommons (36%) and commons (48%) - .@ur_rate=min(10, (TREASURE_OPEN/10)); + .@ur_rate=min(15, (TREASURE_OPEN/10)); if (.@t % 149 == 0 || .@r < .@ur_rate) .@loot=any(ScrollMagnusHealC, SaviorBlueprint, DivineApple, MercBoxE, ScrollSDragon, Shemagh, Shemagh, EverburnPowder, IridiumOre, PlatinumOre, SacredImmortalityPotion, MagicApple, ElixirOfLife); else if (.@t % 50 == 0 || .@r < 200) -- cgit v1.2.3-60-g2f50