Skip to content

Commit

Permalink
Merge pull request #163 from xiashtra/patch-1
Browse files Browse the repository at this point in the history
lvl 100 tank coefficient
  • Loading branch information
xpdota authored Jun 28, 2024
2 parents e5ecb17 + 4ea1849 commit d74100a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/xivmath/src/xivconstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ export const LEVEL_STATS: Record<SupportedLevel, LevelStats> = {
other: 30.1,
},
mainStatPowerMod: {
// Tentative guess
Tank: 180,
// Verified per Mahdi
Tank: 190,
// Tentative guess
other: 225,
}
Expand Down Expand Up @@ -794,4 +794,4 @@ export const defaultItemDisplaySettings: ItemDisplaySettings = {
higherRelics: true
} as const;

export const MAX_PARTY_BONUS: PartyBonusAmount = 5;
export const MAX_PARTY_BONUS: PartyBonusAmount = 5;

0 comments on commit d74100a

Please sign in to comment.