aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Hergès <anhgelus.morhtuuzh@proton.me>2024-04-16 15:46:52 +0200
committerGitHub <noreply@github.com>2024-04-16 15:46:52 +0200
commit6b595b8b11e9ac05302ee15ab7734e49b89594e5 (patch)
tree1bcea973dbec09ca70f0c20eaa41c29ded00d62f /README.md
parentff711c918d196e60c60ad598f70d4efb89795a95 (diff)
parentb4e72dcae10265bbc1595f2e520b1407cf8e250d (diff)
Merge pull request #1 from anhgelus/feat/xp-reducer
[Feat] Add XP reducer
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bedf971..44cee92 100644
--- a/README.md
+++ b/README.md
@@ -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