Hello,
I would like to make a mod that changes the skill point acquisition by level.
For example I would like that during the first 40 levels we gain 2 skill points and then we win only one.
is it possible ?
How can we do ?
Here is the code I made to have 2 skill points per level.
Progression.xml
What should I change so that the cap of the level 40 can be taken into account and that we gain only one skill point?
Thank you in advance for your help.
I would like to make a mod that changes the skill point acquisition by level.
For example I would like that during the first 40 levels we gain 2 skill points and then we win only one.
is it possible ?
How can we do ?
Here is the code I made to have 2 skill points per level.
Progression.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<configs>
<set xpath="/progression/level/@skill_points_per_level">2</set>
</configs>
Thank you in advance for your help.