• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

[Help][Mod] Progression : changing skill points by level

Flagrick

Refugee
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

Code:
<?xml version="1.0" encoding="utf-8"?>

<configs>
<set xpath="/progression/level/@skill_points_per_level">2</set>
</configs>
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.

 
Back
Top