Hey, I want to mod a mod (ACOK) changing the ammount of skills points I gain, in upgrading the INT attribute, from 1 to 3.
I know that I can do that using the triggers.py in the module system. But as I want to change a mod, and as I dont have the source files, I want to do that by the module.ini.
I saw in another topic ( https://forums.taleworlds.com/index.php?topic=321692.0here) that I can change the skills points gained per level using the module.ini.
But I cant find a documentation listing everything I can configure using the module.ini.
Thanks in advance.
I know that I can do that using the triggers.py in the module system. But as I want to change a mod, and as I dont have the source files, I want to do that by the module.ini.
I saw in another topic ( https://forums.taleworlds.com/index.php?topic=321692.0here) that I can change the skills points gained per level using the module.ini.
插入代码块:
#New leveling system
skill_points_per_level = 2
attribute_points_per_level = 0.195 #0.125
weapon_points_per_level = 5
level_boundary_multiplier = 2.0
attribute_required_per_skill_level = 2
But I cant find a documentation listing everything I can configure using the module.ini.
Thanks in advance.
