diff options
| author | William Hergès <anhgelus.morhtuuzh@proton.me> | 2024-04-16 15:46:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-16 15:46:52 +0200 |
| commit | 6b595b8b11e9ac05302ee15ab7734e49b89594e5 (patch) | |
| tree | 1bcea973dbec09ca70f0c20eaa41c29ded00d62f /README.md | |
| parent | ff711c918d196e60c60ad598f70d4efb89795a95 (diff) | |
| parent | b4e72dcae10265bbc1595f2e520b1407cf8e250d (diff) | |
Merge pull request #1 from anhgelus/feat/xp-reducer
[Feat] Add XP reducer
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ message (number of different rune) - $xp-vocal(x)=0.01 x^{1.3}+1$ where $x$ is the time spent in vocal (in second) - $level(x)=0.2 \sqrt{x}$ where $x$ is the xp - $level^{-1}(x)=(5x)^2$ where $x$ is the level -- $lose(x,y)= x^2\cdot 10^{-2+\ln(x/85)}\cdot\lfloor y/500 \rfloor$ where $x$ is the inactivity time (hour) and $y$ is the xp +- $lose(x,y)= x^2\cdot 10^{-2+\ln(x/85)}\cdot\lfloor y/500 +1 \rfloor$ where $x$ is the inactivity time (hour) and $y$ is the xp ## Technologies |
