Skip to content

Commit

Permalink
Merge pull request #7007 from Flam9/patch-5
Browse files Browse the repository at this point in the history
[SQL] add 5 snapshot bonus to Commodore Gants (+1)
  • Loading branch information
claywar authored Feb 10, 2025
2 parents c8ecfc6 + 7420db1 commit 8fc6773
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/item_mods.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25137,12 +25137,14 @@ INSERT INTO `item_mods` VALUES (15028,1,14); -- DEF: 14
INSERT INTO `item_mods` VALUES (15028,2,12); -- HP: 12
INSERT INTO `item_mods` VALUES (15028,11,2); -- AGI: 2
INSERT INTO `item_mods` VALUES (15028,26,5); -- RACC: 5
INSERT INTO `item_mods` VALUES (15028,365,5); -- SNAPSHOT: 5

-- Commodore Gants +1
INSERT INTO `item_mods` VALUES (15029,1,15); -- DEF: 15
INSERT INTO `item_mods` VALUES (15029,2,15); -- HP: 15
INSERT INTO `item_mods` VALUES (15029,11,3); -- AGI: 3
INSERT INTO `item_mods` VALUES (15029,26,5); -- RACC: 5
INSERT INTO `item_mods` VALUES (15029,365,5); -- SNAPSHOT: 5

-- Puppetry Dastanas +1
INSERT INTO `item_mods` VALUES (15030,1,13); -- DEF: 13
Expand Down

0 comments on commit 8fc6773

Please sign in to comment.