Skip to content

Commit

Permalink
jobs: update accurate level modifiers (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Echoring committed Jul 8, 2024
1 parent e2ace87 commit 771c4de
Showing 1 changed file with 52 additions and 53 deletions.
105 changes: 52 additions & 53 deletions ui/jobs/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,8 @@ export const kComboBreakers620 = [
kAbility.Confiteor,
];

// [level][Sub][Div]
// FIXME: Due to 6.0 data downscale, seems all parameter between lv50-80 has been changed
// 70 80 90 has been determined, between them still lack
// (level = index) [Sub, Div]
// Reference: https://www.akhmorning.com/allagan-studies/modifiers/levelmods/
export const kLevelMod = [
[0, 0],
[56, 56],
Expand Down Expand Up @@ -606,54 +605,54 @@ export const kLevelMod = [
[322, 322],
[331, 331],
[341, 341], // lv50
[342, 900],
[344, 900],
[345, 900],
[346, 900],
[347, 900],
[349, 900],
[350, 900],
[351, 900],
[352, 900],
[354, 900],
[355, 900],
[356, 900],
[357, 900],
[358, 900],
[369, 900],
[360, 900],
[361, 900],
[362, 900],
[363, 900],
[364, 900], // lv70, determined
[365, 1300],
[366, 1300],
[367, 1300],
[368, 1300],
[370, 1300],
[372, 1300],
[374, 1300],
[376, 1300],
[378, 1300],
[380, 1300], // lv80, determined
[382, 1900],
[384, 1900],
[386, 1900],
[388, 1900],
[390, 1900],
[392, 1900],
[394, 1900],
[396, 1900],
[398, 1900],
[400, 1900], // lv90, determined
[402, 2780],
[404, 2780],
[406, 2780],
[408, 2780],
[410, 2780],
[412, 2780],
[414, 2780],
[416, 2780],
[418, 2780],
[420, 2780], // lv100, determined
[342, 366],
[344, 392],
[345, 418],
[346, 444],
[347, 470],
[349, 496],
[350, 522],
[351, 548],
[352, 574],
[354, 600], // lv60
[355, 630],
[356, 660],
[357, 690],
[358, 720],
[359, 750],
[360, 780],
[361, 810],
[362, 840],
[363, 870],
[364, 900], // lv70
[365, 940],
[366, 980],
[367, 1020],
[368, 1060],
[370, 1100],
[372, 1140],
[374, 1180],
[376, 1220],
[378, 1260],
[380, 1300], // lv80
[382, 1360],
[384, 1420],
[386, 1480],
[388, 1540],
[390, 1600],
[392, 1660],
[394, 1720],
[396, 1780],
[398, 1840],
[400, 1900], // lv90
[402, 1988],
[404, 2076],
[406, 2164],
[408, 2252],
[410, 2340],
[412, 2428],
[414, 2516],
[416, 2604],
[418, 2692],
[420, 2780], // lv100
] as const;

0 comments on commit 771c4de

Please sign in to comment.