Jump to content

Help, Need a way to define Skillpoints per atribute level


Royal Deluxe

Recommended Posts

The progression.xml file has the skillpoints requirement:

 

<level_requirements level="1"><requirement name="PlayerLevel" target="self" operation="GTE" value="1" desc_key="reqGenericPoints01"/></level_requirements>

 

This part "reqGenericPoints01" is the required skillpoints number; it can be set to some different number.

Link to comment
Share on other sites

reqGenericPoints01 is just the description key for localization.txt.

 

I don't know that you can set skill points per level, I think it is just tied to the cost_multiplier_per_level. You could try doing something like below but I doubt they have it coded to read comma separated values per level in this instance.

 

base_skill_point_cost="2,2,2,10,5,5,5,10,10,20"

Link to comment
Share on other sites

reqGenericPoints01 is just the description key for localization.txt.

 

I don't know that you can set skill points per level, I think it is just tied to the cost_multiplier_per_level. You could try doing something like below but I doubt they have it coded to read comma separated values per level in this instance.

 

base_skill_point_cost="2,2,2,10,5,5,5,10,10,20"

 

ahh thanks, thats a try worth i guess

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...