summaryrefslogtreecommitdiff
path: root/npc/functions/treasure.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/treasure.txt')
-rw-r--r--npc/functions/treasure.txt2
1 files changed, 1 insertions, 1 deletions
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)