There are too many mods.
And some mods using same file (like rpg_param.xml).
But there are no mods, what uses all this values from that file.
For example, "archery mod" uses only 1 param "AimSpreadMax".
Or "herbalism mod" uses other 1 param "HerbGatherSkillToRadius".
My request is to develop and create lua-script for xml files, that will use only that few param you need.
And wont interfering with other mods uses same file but different param.
Maybe something, like that, what was used in (Factorio) :
data:extend({
{
type = "bool-setting",
name = "test",
setting_type = "test",
default_value = true,
order = "ad-a",
},
})