Skip to content

Commit

Permalink
Reduce scaling of Stats Through Kills EXP requirements (cataclysmbnte…
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Oct 19, 2023
1 parent ef02b91 commit bf9e323
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/avatar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1038,10 +1038,10 @@ int avatar::kill_xp() const

// based on D&D 5e level progression
static const std::array<int, 20> xp_cutoffs = { {
300, 900, 2700, 6500, 14000,
23000, 34000, 48000, 64000, 85000,
100000, 120000, 140000, 165000, 195000,
225000, 265000, 305000, 355000, 405000
400, 1600, 3600, 6400, 10000,
14400, 19600, 25600, 32400, 40000,
48400, 57600, 67600, 78400, 90000,
102400, 115600, 129600, 144400, 160000
}
};

Expand Down

0 comments on commit bf9e323

Please sign in to comment.