#Leveling
1 messages · Page 1 of 1 (latest)
hi
You can learn everything about that on the wiki https://wiki.aurelium.dev/auraskills/skills/xp-requirements
Yes, I've already seen this but I didn't mean that
that is, more than anything, I don't really understand if that is already the formula for the multiplier for the level (so if I'm level 10 the miner will give me the exp+bonuses) or if it establishes how long it takes to get to a certain level
the xp multiplier abilities give the bonus to the sources xp values whenever you gain XP, it does not affect the xp_requirements formula at all
ok so what is the xp requirement for?
for the distance between one level or the other or does it indicate an exp bonus?
I'm sorry, maybe I express myself badly but I still don't understand
what I wanted to know was: where do I find the formula that adds the experience required to move from one level to another and under what name. and where do I find the multiplier which, based on the level, gives an exp bonus.
Thanks in advance and sorry if I expressed myself poorly
The xp requirement formula determines how much xp you need to level up to the next level
The xp multiplier abilities like Miner are configured in abilities.yml (base_value and value_per_level)
ok thx 🙌
You should use the sources menu /skills -> click on a skill -> click experience bottle
to see how much XP you get from something with the multiplier included
ok thanks I couldn't find it
anyway I just saw it but I don't mean it in the files, not in the game
I have to modify it but it's not there in the mining ability it only says how much it doesn't say if there are multipliers and if there are there isn't a formula so I can modify it
ok nothing I missed this I found everything thanks
If so, where do I find the ability calculation formula?
an example I take the grain of 10 xp and only lv 3 of base the plugin does: "basevalue x grain (lv x valueperlevel)"?
auraskills/farmer:
enabled: true
base_value: 10.0
value_per_level: 10.0
unlock: '{start}+2'
level_up: 5
max_level: 0
I swear I read it several times but I missed that part, thanks for your patience
anyway I don't know if it's the right formula because if I go to see it doesn't take anything from the config as I say I also tried to replicate it but the result changes
I mean the formula behind the exp gain
of the formula that you told me it seems to use data present in abilities.yml and it does not seem to refer to the gain of exp as can be the value of a block of excavated coal which is present in miner.yml
the value calculated by the ability is the percent more XP gained. So at Lumberjack level 2 it is 10 + (10 * (2-1)) = 20% more XP . If your base source XP from sources/foraging.yml is 8.0, this would be 9.6 after multipliers