Tag service module

This commit is contained in:
2024-04-12 01:27:06 -04:00
parent 53e383cbb1
commit 5556006c83
6 changed files with 144 additions and 95 deletions

View File

@@ -13,12 +13,6 @@ local Leveling = {
[8] = 188.007,
[9] = 213.058,
[10] = 239.245,
Between = {}
}
for n: number = 1, #Leveling, 2 do
Leveling.Between[n]=(Leveling[n+1]+Leveling[n])/2
end
return Leveling