Guys what the hell am I doing wrong?! this is my professions.json
[
{
“ident”: “unemployed”,
“name”: “Unemployed”,
“description”:
“They say you don’t have any ‘useful skills’, but at least your clothes fit\nwell.”,
“points”: 0,
“items”: [“jeans”, “tshirt”, “sneakers”]
},
{
“ident”: “tailor”,
“name”: “Tailor”,
“description”:
“You’ve made and adjusted clothing for some of the biggest names in town.\nNow, their undead bodies are trying to eat your brains. At least you’ll be\nable to keep your own clothing repaired.”,
“points”: 1,
“items”: [“polo_shirt”, “blazer”, “pants”, “dress_shoes”, “sewing_kit”, “scissors”, “manual_tailor”]
},
{
“ident”: “labtech”,
“name”: “Lab Technician”,
“description”:
“It was your first day in the lab when the cataclysm hit. You were evacuated\nwith all the civilians, but at least you kept your lab gear.”,
“points”: 1,
“items”: [“dress_shirt”, “pants”, “boots”, “coat_lab”, “gloves_rubber”, “glasses_safety”]
},
{
“ident”: “mechanic”,
“name”: “Wannabe Mechanic”,
“description”:
“Although you never got your driver’s license, you’ve always loved cars.\nYou start with a wrench, a toolbelt, and some car-related reading material.”,
“points”: 2,
“items”: [“tank_top”, “jeans”, “boots”, “beltrig”, “wrench”, “mag_cars”, “manual_mechanics”]
},
{
“ident”: “scoundrel”,
“name”: “Scoundrel”,
“description”:
“Your flexible outlook on law has ensured your survival, but now what?\nYou start with pants, a trenchcoat, and picklocks.”,
“points”: 2,
“items”: [“tank_top”, “trenchcoat_leather”, “pants”, “boots”, “picklocks”, “gloves_fingerless”]
},
{
“ident”: “smoker”,
“name”: “Chain Smoker”,
“description”:
“Everyone at work knew you as the person who always had a cigarette or two\nin hand. Now, you’re down to a single pack, and you hope you find more soon.\nYou start out with a strong nicotine addiction, and 10 cigarettes.”,
“points”: -1,
“items”: [“pants”, “dress_shirt”, “dress_shoes”, “cig”],
“addictions”: [
{
“type”: “nicotine”,
“intensity”: 10
}
]
},
{
“ident”: “you”,
“name”: “You”,
“description”:
"It’s you, seriously its you, fully customized by you\n. You start by whatever you choose, choose wisely its your life.
“points”: 2,
“items”: [“jeans”, “tshirt”, “socks”, “boots”, “trenchcoat_leather”, “gloves_fingerless”]
}
]