User: Add experience / levels

Each drop and claim hands out 10 and 5 xp respectively.
The profile then renders the users current level based on
the formula 0.5 * sqrt(exp)
This commit is contained in:
2022-09-12 03:37:45 +02:00
parent fb1f4b346e
commit ed7096fac0
5 changed files with 37 additions and 4 deletions

View File

@@ -66,10 +66,10 @@
</g>
</g>
</g>
<g transform="matrix(0.116211,0,0,0.116211,749.774,13.2261)">
<g transform="matrix(0.116211,0,0,0.116211,742.774,13.2261)">
<use xlink:href="#_Image4" x="0" y="0" width="512px" height="512px"/>
</g>
<g transform="matrix(0.166016,0,0,0.166016,504.979,0.476193)">
<g transform="matrix(0.166016,0,0,0.166016,499.979,0.476193)">
<use xlink:href="#_Image5" x="0" y="0" width="512px" height="512px"/>
</g>
<g id="USER_IMAGE" transform="matrix(0.853333,0,0,0.853333,73.7407,8.57671)">

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 91 KiB