This mod adds a basic RPG system to the game (XP, level-up and skills)
New ways to deal with enemies, be it attack or defense.
Armors or armor equipment.
any chance you can make this compatable with https://mods.factorio.com/mod/RPG and/or https://mods.factorio.com/mod/rpg_pd_fork
currently they fort of fight each other.
when you level up in one it resets the other mod and visa versa. I assume they both fight over the same global stats for runspeed, inventory etc?
this mod only adds values to character stats, so here if you buy +10% speed, I'll add 10% to the prior value. Its different than saying character speed=0.1, cause this could break other mods.. i guess you will have to check how the other mods work
yea I think it's an issue on the other mods side.
it has this at the top of "player_modifiers.lua"
--Will overwrite character stats from other mods.
...