My profession mod for a mobster shows up as intended in the mod menu, and a world is created with it just fine, but when I go to create a new character for this world, I get this error.
Debug: Error loading data from json: data/mods/Mobster_Profession/mobster.json: line 3:6: expecting string but got '{'
[
{
{
^
10 10 "type": "profession", 10
Press spacebar...
Here is the code for my mod, I have attempted to fix this but everything I have tried wont work!
[
{
{
"type": "profession",
"ident": "mobster",
"name": "Mobster",
"description": "You were a part of the local Mafia before the Cataclysm, now your connections to powerful people mean nothing.",
"points": 3,
"items": {
"both": [
"suit",
"dress_shoes",
"socks",
"dress_shirt",
"usp_45",
"lighter",
"pockknife",
"holster",
"45_acp",
"45_acp"
],
"skills": [
{
"level": 3,
"name": "pistol"
},
{
"level": 2,
"name": "driving"
},
{
"level": 2,
"name": "gun"
}
],
"male": [
"boxer_shorts"
],
"female": [
"bra",
"panties"
]
}
}
]