From 9c9a9a121d0596c5dd252d7a81169263286cf78d Mon Sep 17 00:00:00 2001 From: Xaver-DaRed Date: Fri, 15 May 2026 21:52:49 +0200 Subject: [PATCH] Fix Rice balls latent values on gear --- scripts/items/naval_rice_ball.lua | 2 +- scripts/items/rogue_rice_ball.lua | 2 +- scripts/items/shogun_rice_ball.lua | 2 +- sql/item_latents.sql | 30 +++++++++++++++--------------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/scripts/items/naval_rice_ball.lua b/scripts/items/naval_rice_ball.lua index 58e4deeb475..4f6425814ba 100644 --- a/scripts/items/naval_rice_ball.lua +++ b/scripts/items/naval_rice_ball.lua @@ -10,7 +10,7 @@ -- Effect with enhancing equipment (Note: these are latents on gear with the effect) -- Atk +40 -- Def +40 --- Arcana Killer (guesstimated 5%) +-- Aquan Killer +4 ----------------------------------- ---@type TItemFood local itemObject = {} diff --git a/scripts/items/rogue_rice_ball.lua b/scripts/items/rogue_rice_ball.lua index 27c5896625c..796b007e3e7 100644 --- a/scripts/items/rogue_rice_ball.lua +++ b/scripts/items/rogue_rice_ball.lua @@ -8,7 +8,7 @@ -- hHP +2 -- Effect with enhancing equipment (Note: these are latents on gear with the effect) -- Def +50 --- Beast Killer (guesstimated 5%) +-- Beast Killer +4 ----------------------------------- ---@type TItemFood local itemObject = {} diff --git a/scripts/items/shogun_rice_ball.lua b/scripts/items/shogun_rice_ball.lua index c633e8f5884..2a1fe3c1645 100644 --- a/scripts/items/shogun_rice_ball.lua +++ b/scripts/items/shogun_rice_ball.lua @@ -10,7 +10,7 @@ -- Effect with enhancing equipment (Note: these are latents on gear with the effect) -- Atk +50 -- Def +30 --- Double Attack +5% +-- Double Attack +2 ----------------------------------- ---@type TItemFood local itemObject = {} diff --git a/sql/item_latents.sql b/sql/item_latents.sql index 24cecaa878b..ee6646667d3 100644 --- a/sql/item_latents.sql +++ b/sql/item_latents.sql @@ -102,10 +102,10 @@ INSERT INTO `item_latents` VALUES (11367,23,50,49,4277); -- atk+50 Tonosama Rice INSERT INTO `item_latents` VALUES (11367,23,50,49,4278); -- atk+50 Shogun Rice Ball INSERT INTO `item_latents` VALUES (11367,23,60,49,5928); -- atk+60 Hinesama Rice Ball INSERT INTO `item_latents` VALUES (11367,23,60,49,5929); -- atk+60 Ojo Rice Ball -INSERT INTO `item_latents` VALUES (11367,230,5,49,4604); -- beast killer 5% (guesstimated) Rogue Rice Ball -INSERT INTO `item_latents` VALUES (11367,232,5,49,4604); -- arcana killer 5% (guesstimated) Naval Rice Ball +INSERT INTO `item_latents` VALUES (11367,228,4,49,4604); -- aquan killer 4% Naval Rice Ball +INSERT INTO `item_latents` VALUES (11367,230,4,49,4604); -- beast killer 4% Rogue Rice Ball INSERT INTO `item_latents` VALUES (11367,288,1,49,4277); -- double attack 1% Tonosama Rice Ball -INSERT INTO `item_latents` VALUES (11367,288,5,49,4278); -- double attack 5% Shogun Rice Ball +INSERT INTO `item_latents` VALUES (11367,288,2,49,4278); -- double attack 2% Shogun Rice Ball INSERT INTO `item_latents` VALUES (11367,302,1,49,5928); -- triple attack 1% Hinesama Rice Ball INSERT INTO `item_latents` VALUES (11367,302,2,49,5929); -- triple attack 2% Ojo Rice Ball @@ -774,10 +774,10 @@ INSERT INTO `item_latents` VALUES (13910,23,50,49,4277); -- atk+50 Tonosama Rice INSERT INTO `item_latents` VALUES (13910,23,50,49,4278); -- atk+50 Shogun Rice Ball INSERT INTO `item_latents` VALUES (13910,23,60,49,5928); -- atk+60 Hinesama Rice Ball INSERT INTO `item_latents` VALUES (13910,23,60,49,5929); -- atk+60 Ojo Rice Ball -INSERT INTO `item_latents` VALUES (13910,230,5,49,4604); -- beast killer 5% (guesstimated) Rogue Rice Ball -INSERT INTO `item_latents` VALUES (13910,232,5,49,4604); -- arcana killer 5% (guesstimated) Naval Rice Ball +INSERT INTO `item_latents` VALUES (13910,228,4,49,4604); -- aquan killer 4% Naval Rice Ball +INSERT INTO `item_latents` VALUES (13910,230,4,49,4604); -- beast killer 4% Rogue Rice Ball INSERT INTO `item_latents` VALUES (13910,288,1,49,4277); -- double attack 1% Tonosama Rice Ball -INSERT INTO `item_latents` VALUES (13910,288,5,49,4278); -- double attack 5% Shogun Rice Ball +INSERT INTO `item_latents` VALUES (13910,288,2,49,4278); -- double attack 2% Shogun Rice Ball INSERT INTO `item_latents` VALUES (13910,302,1,49,5928); -- triple attack 1% Hinesama Rice Ball INSERT INTO `item_latents` VALUES (13910,302,2,49,5929); -- triple attack 2% Ojo Rice Ball @@ -803,10 +803,10 @@ INSERT INTO `item_latents` VALUES (13949,23,50,49,4277); -- atk+50 Tonosama Rice INSERT INTO `item_latents` VALUES (13949,23,50,49,4278); -- atk+50 Shogun Rice Ball INSERT INTO `item_latents` VALUES (13949,23,60,49,5928); -- atk+60 Hinesama Rice Ball INSERT INTO `item_latents` VALUES (13949,23,60,49,5929); -- atk+60 Ojo Rice Ball -INSERT INTO `item_latents` VALUES (13949,230,5,49,4604); -- beast killer 5% (guesstimated) Rogue Rice Ball -INSERT INTO `item_latents` VALUES (13949,232,5,49,4604); -- arcana killer 5% (guesstimated) Naval Rice Ball +INSERT INTO `item_latents` VALUES (13949,228,4,49,4604); -- aquan killer 4% Naval Rice Ball +INSERT INTO `item_latents` VALUES (13949,230,4,49,4604); -- beast killer 4% Rogue Rice Ball INSERT INTO `item_latents` VALUES (13949,288,1,49,4277); -- double attack 1% Tonosama Rice Ball -INSERT INTO `item_latents` VALUES (13949,288,5,49,4278); -- double attack 5% Shogun Rice Ball +INSERT INTO `item_latents` VALUES (13949,288,2,49,4278); -- double attack 2% Shogun Rice Ball INSERT INTO `item_latents` VALUES (13949,302,1,49,5928); -- triple attack 1% Hinesama Rice Ball INSERT INTO `item_latents` VALUES (13949,302,2,49,5929); -- triple attack 2% Ojo Rice Ball @@ -825,10 +825,10 @@ INSERT INTO `item_latents` VALUES (13972,23,50,49,4277); -- atk+50 Tonosama Rice INSERT INTO `item_latents` VALUES (13972,23,50,49,4278); -- atk+50 Shogun Rice Ball INSERT INTO `item_latents` VALUES (13972,23,60,49,5928); -- atk+60 Hinesama Rice Ball INSERT INTO `item_latents` VALUES (13972,23,60,49,5929); -- atk+60 Ojo Rice Ball -INSERT INTO `item_latents` VALUES (13972,230,5,49,4604); -- beast killer 5% (guesstimated) Rogue Rice Ball -INSERT INTO `item_latents` VALUES (13972,232,5,49,4604); -- arcana killer 5% (guesstimated) Naval Rice Ball +INSERT INTO `item_latents` VALUES (13972,228,4,49,4604); -- aquan killer 4% Naval Rice Ball +INSERT INTO `item_latents` VALUES (13972,230,4,49,4604); -- beast killer 4% Rogue Rice Ball INSERT INTO `item_latents` VALUES (13972,288,1,49,4277); -- double attack 1% Tonosama Rice Ball -INSERT INTO `item_latents` VALUES (13972,288,5,49,4278); -- double attack 5% Shogun Rice Ball +INSERT INTO `item_latents` VALUES (13972,288,2,49,4278); -- double attack 2% Shogun Rice Ball INSERT INTO `item_latents` VALUES (13972,302,1,49,5928); -- triple attack 1% Hinesama Rice Ball INSERT INTO `item_latents` VALUES (13972,302,2,49,5929); -- triple attack 2% Ojo Rice Ball @@ -1294,10 +1294,10 @@ INSERT INTO `item_latents` VALUES (14901,23,50,49,4277); -- atk+50 Tonosama Rice INSERT INTO `item_latents` VALUES (14901,23,50,49,4278); -- atk+50 Shogun Rice Ball INSERT INTO `item_latents` VALUES (14901,23,60,49,5928); -- atk+60 Hinesama Rice Ball INSERT INTO `item_latents` VALUES (14901,23,60,49,5929); -- atk+60 Ojo Rice Ball -INSERT INTO `item_latents` VALUES (14901,230,5,49,4604); -- beast killer 5% (guesstimated) Rogue Rice Ball -INSERT INTO `item_latents` VALUES (14901,232,5,49,4604); -- arcana killer 5% (guesstimated) Naval Rice Ball +INSERT INTO `item_latents` VALUES (14901,228,4,49,4604); -- aquan killer 4% Naval Rice Ball +INSERT INTO `item_latents` VALUES (14901,230,4,49,4604); -- beast killer 4% Rogue Rice Ball INSERT INTO `item_latents` VALUES (14901,288,1,49,4277); -- double attack 1% Tonosama Rice Ball -INSERT INTO `item_latents` VALUES (14901,288,5,49,4278); -- double attack 5% Shogun Rice Ball +INSERT INTO `item_latents` VALUES (14901,288,2,49,4278); -- double attack 2% Shogun Rice Ball INSERT INTO `item_latents` VALUES (14901,302,1,49,5928); -- triple attack 1% Hinesama Rice Ball INSERT INTO `item_latents` VALUES (14901,302,2,49,5929); -- triple attack 2% Ojo Rice Ball