add leveling
This commit is contained in:
5
src/functions/tools.js
Normal file
5
src/functions/tools.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
lvl: function (exp) {
|
||||
return Math.floor(Math.sqrt(exp) / 5);
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user