Skip to content

Commit

Permalink
Merge pull request #5755 from ampitere/add_kyoshu_kyahan_latent_effect
Browse files Browse the repository at this point in the history
[SQL] Add Kyoshu Kyahan latent effect
  • Loading branch information
claywar authored May 17, 2024
2 parents 882f52a + 56e60c2 commit fdc6065
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/item_latents.sql
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ INSERT INTO `item_latents` VALUES (11367,288,5,49,4278); -- double attack 5% Sho
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

-- Kyoshu Kyahan
INSERT INTO `item_latents` VALUES(11405,23,20,13,406); -- +20 attack during Footwork
INSERT INTO `item_latents` VALUES(11405,25,20,13,406); -- +20 accuracy during Footwork

-- Morana Pigaches (11408) (pet latent via item lua)

-- Louhi's Mask
Expand Down

0 comments on commit fdc6065

Please sign in to comment.