Skip to content

Commit

Permalink
NULL_BREATH_DAMAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
illzbee committed Aug 1, 2022
1 parent 7b82424 commit a90d20e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion navmeshes
12 changes: 3 additions & 9 deletions sql/item_mods.sql
Original file line number Diff line number Diff line change
Expand Up @@ -52122,15 +52122,9 @@ INSERT INTO `item_mods` VALUES (23796,1,1); -- DEF: 1
-- Poroggo Cass. +1
-- Todo get exact occ_null percent from retail
INSERT INTO `item_mods` VALUES (23804,958,20); -- STATUSRES: 20
INSERT INTO `item_mods` VALUES (23804,416,20); -- NULL_PHYSICAL_DAMAGE: 10
INSERT INTO `item_mods` VALUES (23804,467,20); -- FIRE_NULL: 10
INSERT INTO `item_mods` VALUES (23804,468,20); -- ICE_NULL: 10
INSERT INTO `item_mods` VALUES (23804,469,20); -- WIND_NULL: 10
INSERT INTO `item_mods` VALUES (23804,470,20); -- EARTH_NULL: 10
INSERT INTO `item_mods` VALUES (23804,471,20); -- LTNG_NULL: 10
INSERT INTO `item_mods` VALUES (23804,472,20); -- WATER_NULL: 10
INSERT INTO `item_mods` VALUES (23804,473,20); -- LIGHT_NULL: 10
INSERT INTO `item_mods` VALUES (23804,474,20); -- DARK_NULL: 10
INSERT INTO `item_mods` VALUES (23804,416,150); -- NULL_PHYSICAL_DAMAGE: 15
INSERT INTO `item_mods` VALUES (23804,476,150); -- NULL_MAGIC_DAMAGE: 15
INSERT INTO `item_mods` VALUES (23804,287,150); -- NULL_BREATH_DAMAGE: 15

-- Republic Platinum Medal
INSERT INTO `item_mods` VALUES (25415,8,10); -- STR: 10
Expand Down

0 comments on commit a90d20e

Please sign in to comment.