I wonder, I have been trying to add a xp modifier for a custom class that I created, I made the json fire to parce the jsons in the skills/ folder, but its not showing when I run the game,
this is the representation
{
"file": "xskills:skills/farming",
"op": "add",
"path": "classexpmult/myclass",
"value": 0.1
}
I tested different ways, so far these are the ones I have tried:
- full file correct path instead of short one
- used addeach
- used path as "classexmult" and my class in value, as if the classexpmult was an array instead of a dictionary
-doublecheck modinfo
game runs and log doesn't show any errors, any ideas why the extra % its now showing on the skills window
Update: disregard, I figured it out.