From d555335184abb8cd9d0aa3975918f496c84530af Mon Sep 17 00:00:00 2001 From: ThrisStraizo <45871917+ThrisStraizo@users.noreply.github.com> Date: Mon, 9 Feb 2026 20:10:40 -0800 Subject: [PATCH] [chests] Battle Gloves and Electrum Ring rates This PR adjusts the drop rate of Battle Gloves and Electrum Ring. --- scripts/globals/treasure.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/globals/treasure.lua b/scripts/globals/treasure.lua index b7db8009519..67430466ab0 100644 --- a/scripts/globals/treasure.lua +++ b/scripts/globals/treasure.lua @@ -1109,8 +1109,8 @@ local lootTable = { [treasureType.CHEST] = { - { xi.item.NONE, 710 }, -- Gil - { xi.item.ELECTRUM_RING, 210 }, -- Item + { xi.item.NONE, 470 }, -- Gil + { xi.item.ELECTRUM_RING, 450 }, -- Item { xi.item.AMETRINE, 10 }, { xi.item.GARNET, 10 }, { xi.item.GOSHENITE, 10 }, @@ -1355,8 +1355,8 @@ local lootTable = { [treasureType.CHEST] = { - { xi.item.NONE, 720 }, -- Gil - { xi.item.BATTLE_GLOVES, 220 }, -- Item + { xi.item.NONE, 540 }, -- Gil + { xi.item.BATTLE_GLOVES, 400 }, -- Item { xi.item.AMBER_STONE, 10 }, { xi.item.AMETHYST, 10 }, { xi.item.CLEAR_TOPAZ, 10 },