Skip to content

Commit

Permalink
Merge pull request #5825 from Wings-XI/smn_merit_bp
Browse files Browse the repository at this point in the history
[sql] Merit BloodPacts should give +400tp per level
  • Loading branch information
claywar authored May 31, 2024
2 parents 546f9d1 + 03038ad commit 2d62c6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sql/merits.sql
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,12 @@ INSERT INTO `merits` VALUES (2880,'deep_breathing',5,1,8192,7,44);
INSERT INTO `merits` VALUES (2882,'angon',5,15,8192,7,44);
INSERT INTO `merits` VALUES (2884,'empathy',5,1,8192,7,44);
INSERT INTO `merits` VALUES (2886,'strafe_effect',5,10,8192,7,44);
INSERT INTO `merits` VALUES (2944,'meteor_strike',5,40,16384,7,45);
INSERT INTO `merits` VALUES (2946,'heavenly_strike',5,40,16384,7,45);
INSERT INTO `merits` VALUES (2948,'wind_blade',5,40,16384,7,45);
INSERT INTO `merits` VALUES (2950,'geocrush',5,40,16384,7,45);
INSERT INTO `merits` VALUES (2952,'thunderstorm',5,40,16384,7,45);
INSERT INTO `merits` VALUES (2954,'grandfall',5,40,16384,7,45);
INSERT INTO `merits` VALUES (2944,'meteor_strike',5,400,16384,7,45);
INSERT INTO `merits` VALUES (2946,'heavenly_strike',5,400,16384,7,45);
INSERT INTO `merits` VALUES (2948,'wind_blade',5,400,16384,7,45);
INSERT INTO `merits` VALUES (2950,'geocrush',5,400,16384,7,45);
INSERT INTO `merits` VALUES (2952,'thunderstorm',5,400,16384,7,45);
INSERT INTO `merits` VALUES (2954,'grandfall',5,400,16384,7,45);
INSERT INTO `merits` VALUES (3008,'convergence',5,5,32768,7,46);
INSERT INTO `merits` VALUES (3010,'diffusion',5,5,32768,7,46);
INSERT INTO `merits` VALUES (3012,'enchainment',5,100,32768,7,46);
Expand Down

0 comments on commit 2d62c6b

Please sign in to comment.