I’m trying to learn to create new things in the game, i’m trying to create a martial art and i getting this error:
01:16:27.842 ERROR : src/main_menu.cpp:696 [bool main_menu::new_character_tab()] Error: data/mods//DragonSlayer/martialarts.json: line 1:557: missing separator
"description": "Strength and Damage increases with anger", "min_melee": 2, "flat_bonuses": [ ["damage" , "cut", "per", 1.0], [ "damage", "bash", "str", 1.0 ]
^
I’m really confused to where the separator is missing, i tried to make it the same spacing and everything as the martialarts.json, can someone shed some light here.