Skip to content

Commit

Permalink
fix: decimal crs now pull xp correctly (close #190)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed May 24, 2023
1 parent 3dec762 commit e293e78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,11 @@ export const DEFAULT_SETTINGS: InitiativeTrackerData = {

export const XP_PER_CR: Record<string, number> = {
"0": 0,
"0.125": 25,
"1/8": 25,
"0.25": 50,
"1/4": 50,
"0.5": 100,
"1/2": 100,
"1": 200,
"2": 450,
Expand Down

0 comments on commit e293e78

Please sign in to comment.