Skip to content

Commit

Permalink
Update xivconstants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xiashtra authored Jun 28, 2024
1 parent e5ecb17 commit 4ea1849
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 4ea1849

Please sign in to comment.