New profession

Here is a new profession I made, since the shelters are so ridiculously understocked.

{ "ident": "survivalist", "name": "Survivalist", "description": "You are well-equipped to survive, which will undoubtedly prove invaluable. \nNow you finally get in, and the whole world goes to shit.\nYou start out with some military gear.", "points": 7, "items": ["pants_cargo", "tank_top", "pot", "rucksack", "bandages", "knife_combat", "water_clean"], "skills" : [ { "name" : "survival", "level" : 2 }, { "name" : "firstaid", "level" : 2 }, { "name" : "melee", "level" : 1 }, { "name" : "dodge", "level" : 1 } ] },

I wish I knew how to mod traits, an “Easy Sleeper” positive trait (strong rivalry with Heavy Sleeper) would be nice :slight_smile:

I also think the crafting system could use a few minor tweaks, these will be coming later.

I’d like to have a chef profession, starts with cooking at a decent level, a pot and a butcher knife, maybe some seasoning, cooking level 3-4. Cost 3-4 points, for the nice starting weapon and the pot mostly.

Here’s the chef.

{ "ident": "chef", "name": "Chef", "description": "You used to run a restaurant in town.", "points": 4, "items": ["pants", "pot", "knife_butcher"], "skills" : [ { "name" : "cooking", "level" : 3 } ] },

And here’s another profession.

{ "ident": "tinkerer", "name": "Tinkerer", "description": "You've always loved tinkering with stuff. Now this may increase your chances to survive", "points": 5, "items": ["pants_cargo", "tank_top", "pot", "rucksack", "wrench", "water_clean"], "skills" : [ { "name" : "mechanics", "level" : 1 }, { "name" : "tailoring", "level" : 1 }, { "name" : "electronics", "level" : 1 }, { "name" : "construction", "level" : 1 } ] },

I want a gotta go fast profession

No clothes except a pair of fitting sneakers.

Hey dude, i tried to add your proffessions while making one to myself, and i got this.

[code][
{
“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 cargo pants, a hoodie, “sundries”, and one additional level of melee.”,
“points”: 2,
“items”: [“tank_top”, “hoodie”, “pants_cargo”, “sneakers”, “weed”, “picklocks”],
“skills” : [
{
“name” : “melee”,
“level” : 1
}
]
},

{
“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”: “survivalist”,
“name”: “Survivalist”,
“description”:
“You are well-equipped to survive, which will undoubtedly prove invaluable. \nNow you finally get in, and the whole world goes to shit.\nYou start out with some military gear.”,
“points”: 7,
“items”: [“pants_cargo”, “tank_top”, “pot”, “rucksack”, “bandages”, “knife_combat”, “water_clean”],
“skills” : [
{
“name” : “survival”,
“level” : 2
},
{
“name” : “firstaid”,
“level” : 2
},
{
“name” : “melee”,
“level” : 1
},
{
“name” : “dodge”,
“level” : 1
}
},
{
“ident”: “chef”,
“name”: “Chef”,
“description”:
“You used to run a restaurant in town.”,
“points”: 4,
“items”: [“pants”, “pot”, “knife_butcher”],
“skills” : [
{
“name” : “cooking”,
“level” : 3
}
},
{
“ident”: “tinkerer”,
“name”: “Tinkerer”,
“description”:
“You’ve always loved tinkering with stuff. Now this may increase your chances to survive”,
“points”: 5,
“items”: [“pants_cargo”, “tank_top”, “pot”, “rucksack”, “wrench”, “water_clean”],
“skills” : [
{
“name” : “mechanics”,
“level” : 1
},
{
“name” : “tailoring”,
“level” : 1
},
{
“name” : “electronics”,
“level” : 1
},
{
“name” : “construction”,
“level” : 1
}
},
{
“ident”: “prepper”,
“name”: “Prepper”,
“description”:
“You always were a person prepared for the cataclysm”,
“points”: 5,
“items”: [“pants_cargo”, “tank_top”, “gasmask”, “rucksack”, “selfbow”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “water_clean”],
“skills” : [
{
“name” : “mechanics”,
“level” : 2
},
{
“name” : “archery”,
“level” : 2
},
]
[/code]

But it seems that my Cataclysm wont work anymore. What happened?

Can you fix this code?

I’ve got a profession for you.

{
“ident”: “Buffalo Bill”,
“name”: “Buffalo Bill”,
“description”:“Goodbye horses, I’m dying over you…”,
“points”: 2,
“items”: [“womansuit”, “ruger_redhawk”, “44magnum”, “knife_combat”, “human_flesh”, “sewing_kit”, “human_flesh”, “goggles_nv”, “UPS_off”]
},

@Stopsignal
I pasted your profession snippet to json editor on http://www.jsoneditoronline.org/ and it seems that there are some syntax errors, which might be the reason why game refuses to load. The version in spoilers should hopefully work, if it does not - check if you got your item and skill references correctly.

[
    {
        "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 cargo pants, a hoodie, \"sundries\", and one additional level of melee.",
        "points": 2,
        "items": [
            "tank_top",
            "hoodie",
            "pants_cargo",
            "sneakers",
            "weed",
            "picklocks"
        ],
        "skills": [
            {
                "name": "melee",
                "level": 1
            }
        ]
    },
    {
        "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": "survivalist",
        "name": "Survivalist",
        "description": "You are well-equipped to survive, which will undoubtedly prove invaluable. \nNow you finally get in, and the whole world goes to shit.\nYou start out with some military gear.",
        "points": 7,
        "items": [
            "pants_cargo",
            "tank_top",
            "pot",
            "rucksack",
            "bandages",
            "knife_combat",
            "water_clean"
        ],
        "skills": [
            {
                "name": "survival",
                "level": 2
            },
            {
                "name": "firstaid",
                "level": 2
            },
            {
                "name": "melee",
                "level": 1
            },
            {
                "name": "dodge",
                "level": 1
            }
        ]
    },
    {
        "ident": "chef",
        "name": "Chef",
        "description": "You used to run a restaurant in town.",
        "points": 4,
        "items": [
            "pants",
            "pot",
            "knife_butcher"
        ],
        "skills": [
            {
                "name": "cooking",
                "level": 3
            }
        ]
    },
    {
        "ident": "tinkerer",
        "name": "Tinkerer",
        "description": "You've always loved tinkering with stuff. Now this may increase your chances to survive",
        "points": 5,
        "items": [
            "pants_cargo",
            "tank_top",
            "pot",
            "rucksack",
            "wrench",
            "water_clean"
        ],
        "skills": [
            {
                "name": "mechanics",
                "level": 1
            },
            {
                "name": "tailoring",
                "level": 1
            },
            {
                "name": "electronics",
                "level": 1
            },
            {
                "name": "construction",
                "level": 1
            }
        ]
    },
    {
        "ident": "prepper",
        "name": "Prepper",
        "description": "You always were a person prepared for the cataclysm",
        "points": 5,
        "items": [
            "pants_cargo",
            "tank_top",
            "gasmask",
            "rucksack",
            "selfbow",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "water_clean"
        ],
        "skills": [
            {
                "name": "mechanics",
                "level": 2
            },
            {
                "name": "archery",
                "level": 2
            }
        ]
    }
]

[quote=“Icariam, post:7, topic:2008”]@Stopsignal
I pasted your profession snippet to json editor on http://www.jsoneditoronline.org/ and it seems that there are some syntax errors, which might be the reason why game refuses to load. The version in spoilers should hopefully work, if it does not - check if you got your item and skill references correctly.

[spoiler]

[
    {
        "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 cargo pants, a hoodie, \"sundries\", and one additional level of melee.",
        "points": 2,
        "items": [
            "tank_top",
            "hoodie",
            "pants_cargo",
            "sneakers",
            "weed",
            "picklocks"
        ],
        "skills": [
            {
                "name": "melee",
                "level": 1
            }
        ]
    },
    {
        "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": "survivalist",
        "name": "Survivalist",
        "description": "You are well-equipped to survive, which will undoubtedly prove invaluable. \nNow you finally get in, and the whole world goes to shit.\nYou start out with some military gear.",
        "points": 7,
        "items": [
            "pants_cargo",
            "tank_top",
            "pot",
            "rucksack",
            "bandages",
            "knife_combat",
            "water_clean"
        ],
        "skills": [
            {
                "name": "survival",
                "level": 2
            },
            {
                "name": "firstaid",
                "level": 2
            },
            {
                "name": "melee",
                "level": 1
            },
            {
                "name": "dodge",
                "level": 1
            }
        ]
    },
    {
        "ident": "chef",
        "name": "Chef",
        "description": "You used to run a restaurant in town.",
        "points": 4,
        "items": [
            "pants",
            "pot",
            "knife_butcher"
        ],
        "skills": [
            {
                "name": "cooking",
                "level": 3
            }
        ]
    },
    {
        "ident": "tinkerer",
        "name": "Tinkerer",
        "description": "You've always loved tinkering with stuff. Now this may increase your chances to survive",
        "points": 5,
        "items": [
            "pants_cargo",
            "tank_top",
            "pot",
            "rucksack",
            "wrench",
            "water_clean"
        ],
        "skills": [
            {
                "name": "mechanics",
                "level": 1
            },
            {
                "name": "tailoring",
                "level": 1
            },
            {
                "name": "electronics",
                "level": 1
            },
            {
                "name": "construction",
                "level": 1
            }
        ]
    },
    {
        "ident": "prepper",
        "name": "Prepper",
        "description": "You always were a person prepared for the cataclysm",
        "points": 5,
        "items": [
            "pants_cargo",
            "tank_top",
            "gasmask",
            "rucksack",
            "selfbow",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "arrow_field_point",
            "water_clean"
        ],
        "skills": [
            {
                "name": "mechanics",
                "level": 2
            },
            {
                "name": "archery",
                "level": 2
            }
        ]
    }
]

[/spoiler][/quote]

I love you. Seems that Notepad++ did not recognized some errors, or i was the problem. I bet that it was my fault.

I shall now request some military professions.
A military scout (packs light)
A military medic (healing galore)
A military soldier (got some heavier weapons)
A military power armor soldier (title says it all)

If you want, i can give you a quick explanation and a template to learn how to make one by yourself.

Mah I know/could figure it out easily I just was givin a little food for thought. (Btw you should totally try and get some of these pulled.

My professions work (I don’t know about the prepper).

I used ConTEXT to copy&paste.

Btw you should totally try and get some of these pulled.
I might do it this afternoon.

I changed the prepper a bit, now he uses a pistol and 100 bullets he needs to conserve. It is a fun form to play.

Got a bunch of professions. Hope you like them.

 {
  "ident": "lowtax",
  "name": "Lowtax",
  "description":
"Founder of Something Awful...",
  "points": 2,
  "items": ["tank_top", "hoodie", "jorts", "sneakers", "mountaindew", "cheetoes", "mountaindew", "cheetoes", "mountaindew", "cheetoes", "fedora"],
  "skills" : [
     {
      "name" : "computer",
      "level" : 6
     }
  ]
 },

 {
  "ident": "vincent",
  "name": "Vincent Vega",
  "description":
"Your flexible outlook on law has ensured your survival, but now what?\nYou start with cargo pants, a hoodie, \"sundries\", and one additional level of melee.",
  "points": 2,
  "items": ["suit", "heroin3", "heroin3", "sneakers", "syringe", "m1911", "45_acp"],
  "addictions": [
      {
	  "type": "opiate",
	  "intensity": 10
      }
  ]
 },
 
 {
  "ident": "Chigurh",
  "name": "Chigurh",
  "description":
"Call it, Friendo.",
  "points": 4,
  "items": ["tank_top", "jacket_jean", "pants_cargo", "remington_870", "tec9", "picklocks", "suppressor", "captiveboltgun", "9mm", "9mm", "shot_slug", "shot_slug"],
  "skills" : [
     {
      "name" : "gun",
      "level" : 2
     },
    {
      "name" : "firstaid",
      "level" : 2
     },
    {
      "name" : "melee",
      "level" : 1
     },
	 {
      "name" : "dodge",
      "level" : 1
     }
]
 },

 {
  "ident": "Montana",
  "name": "Drug Lord",
  "description":
"By the time the end happened, you were so coked up you didn't even notice. .",
  "points": 4,
  "items": ["suit", "holster", "cokekilo", "m4a1", "m203", "556", "40mm_frag", "usp_9mm", "556", "556", "9mm"],
  "skills" : [
     {
      "name" : "gun",
      "level" : 2
     },
    {
      "name" : "firstaid",
      "level" : 6
     },
    {
      "name" : "melee",
      "level" : 1
     },
	 {
      "name" : "dodge",
      "level" : 1
     }
]
 },

{
  "ident": "mansonite",
  "name": "Mansonite",
  "description":
"When Charlie told you to get the job done, you went and got it done. \n But you didn't expect the corpse to rise from the dead when you killed them, did you?.",
  "points": 2,
  "items": ["pants", "knife_combat", "hoodie", "methedrine", "buntline", "22_lr"],
  "skills" : [
     {
      "name" : "gun",
      "level" : 2
     },
    {
      "name" : "cutting",
      "level" : 2
     },
    {
      "name" : "melee",
      "level" : 1
     },
	 {
      "name" : "dodge",
      "level" : 1
     }
]
 },

{
  "ident": "American Psycho",
  "name": "American Psycho",
  "description":
"The others are all dead, but you're still alive. Who's laughing now?\nYou start with meat, a suit, and \"a gram\".",
  "points": 3,
  "items": ["suit", "coke3", "coke3", "ax", "usp_9mm", "9mmP2", "human_flesh", "cigar", "9mmP2", "paulallencorpse", "heroin3", "syringe", "backpack", "valium"]
 },

{
  "ident": "Buffalo Bill",
  "name": "Buffalo Bill",
  "description":"Goodbye horses, I'm dying over you....",
  "points": 2,
  "items": ["womansuit", "ruger_redhawk", "44magnum", "knife_combat", "human_flesh", "sewing_kit", "human_flesh", "goggles_nv", "UPS_off"]
 },

{
  "ident": "Mac",
  "name": "Mac",
  "description":"Which are worse? The things... or the undead?",
  "points": 2,
  "items": ["rum", "ruger_redhawk", "44magnum", "ithaca_37", "shot_00", "flamethrower", "jacket_leather", "rucksack", "pants_army", "gasoline"]
 },

{
  "ident": "OJ Simpson",
  "name": "OJ Simpson",
  "description":"So you killed Nicole. Bet you didn't expect her to get back up.",
  "points": 2,
  "items": ["bloodygloves", "coke2", "rum", "knife_combat", "human_flesh", "footballjersey", "blackcap", "weed5", "magnum", "357magnum", "oj", "nicolesring"]
 },

{
  "ident": "Mint 500 Journalist",
  "name": "Raoul Duke",
  "description":
"We had two bags of grass, seventy five pellets of mescaline, five sheets of high powered blotter acid,\n a salt shaker half full of cocaine, a whole galaxy of uppers, downers, screamers and laughers.\n Also, a quart of tequila, a quart of rum, a case of beer, a pint of ether, and two dozen Amyls.",
  "points": 6,
  "items": ["panamahat", "Acapulcoshirt", "aviatorglasses", "coke3", "valium", "poppy_sleep", "magnum", "357magnum", "LSD2", "cigar", "LSD", "heroin3", "syringe", "backpack", "Quaaludes", "meth2", "amyl", "weed3", "mescaline", "weed4", "rum", "tequila", "ether",  "Secobarbital", "methedrine", "thorazine", "briefcase", "ibogaine"]
 },
 
{
  "ident": "methhead",
  "name": "Meth Head",
  "description":
"Got any meth? Listen, man. I can tell you do. Don't you lie to me. I'll cut you. I swear to god. \nYou start out with a strong amphetamine addiction, and a teenther of meth.",
  "points": 0,
  "items": ["pants", "knife_combat", "hoodie", "meth"],
  "addictions": [
      {
	  "type": "amphetamine",
	  "intensity": 10
      }
  ]
 },
 
{
  "ident": "elvis",
  "name": "Elvis Presley",
  "description":
"You're the King. But the King has problems. \n Drug problems.",
  "points": 0,
  "items": ["elvisoutfit", "m1911", "suit", "dexedrinejar", "Quaaludes", "placidyljar", "45_king", "dilaudidjar"],
  "addictions": [
      {
	  "type": "amphetamine",
	  "intensity": 10
      }
  ]
 },

Montana needs an addiction to cocaine.


 {
  "ident": "Montana",
  "name": "Drug Lord",
  "description":
"By the time the end happened, you were so coked up you didn't even notice. .",
  "points": 6,
  "items": ["suit", "holster", "cokekilo", "m4a1", "m203", "556", "40mm_frag", "usp_9mm", "556", "556", "9mm"],
  "addictions": [
      {
	  "type": "cocaine",
	  "intensity": 10
      }
  ],
  "skills" : [
     {
      "name" : "gun",
      "level" : 2
     },
    {
      "name" : "rifle",
      "level" : 6
     },
    {
      "name" : "melee",
      "level" : 1
     },
	 {
      "name" : "dodge",
      "level" : 3
     }
]
 },

Here ya go. Cocaine addiction and everything.

[quote=“StopSignal, post:5, topic:2008”]Hey dude, i tried to add your proffessions while making one to myself, and i got this.

[code][
{
“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 cargo pants, a hoodie, “sundries”, and one additional level of melee.”,
“points”: 2,
“items”: [“tank_top”, “hoodie”, “pants_cargo”, “sneakers”, “weed”, “picklocks”],
“skills” : [
{
“name” : “melee”,
“level” : 1
}
]
},

{
“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”: “survivalist”,
“name”: “Survivalist”,
“description”:
“You are well-equipped to survive, which will undoubtedly prove invaluable. \nNow you finally get in, and the whole world goes to shit.\nYou start out with some military gear.”,
“points”: 7,
“items”: [“pants_cargo”, “tank_top”, “pot”, “rucksack”, “bandages”, “knife_combat”, “water_clean”],
“skills” : [
{
“name” : “survival”,
“level” : 2
},
{
“name” : “firstaid”,
“level” : 2
},
{
“name” : “melee”,
“level” : 1
},
{
“name” : “dodge”,
“level” : 1
}
},
{
“ident”: “chef”,
“name”: “Chef”,
“description”:
“You used to run a restaurant in town.”,
“points”: 4,
“items”: [“pants”, “pot”, “knife_butcher”],
“skills” : [
{
“name” : “cooking”,
“level” : 3
}
},
{
“ident”: “tinkerer”,
“name”: “Tinkerer”,
“description”:
“You’ve always loved tinkering with stuff. Now this may increase your chances to survive”,
“points”: 5,
“items”: [“pants_cargo”, “tank_top”, “pot”, “rucksack”, “wrench”, “water_clean”],
“skills” : [
{
“name” : “mechanics”,
“level” : 1
},
{
“name” : “tailoring”,
“level” : 1
},
{
“name” : “electronics”,
“level” : 1
},
{
“name” : “construction”,
“level” : 1
}
},
{
“ident”: “prepper”,
“name”: “Prepper”,
“description”:
“You always were a person prepared for the cataclysm”,
“points”: 5,
“items”: [“pants_cargo”, “tank_top”, “gasmask”, “rucksack”, “selfbow”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “water_clean”],
“skills” : [
{
“name” : “mechanics”,
“level” : 2
},
{
“name” : “archery”,
“level” : 2
},
]
[/code]

But it seems that my Cataclysm wont work anymore. What happened?

Can you fix this code?[/quote]

{
“ident”: “prepper”,
“name”: “Prepper”,
“description”:
“You always were a person prepared for the cataclysm”,
“points”: 5,
“items”: [“pants_cargo”, “tank_top”, “gasmask”, “rucksack”, “selfbow”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “arrow_field_point”, “water_clean”],
“skills” : [
{
“name” : “mechanics”,
“level” : 2
},
{
“name” : “archery”,
“level” : 2
}, <<<<Remove the comma
]<<<<Add one more
]<<<<Like this

"ident": "OJ Simpson", "name": "OJ Simpson", "description":"So you killed Nicole. Bet you didn't expect her to get back up.",

Laughed heartily.

[quote=“ramesesniblet, post:18, topic:2008”]

“ident”: “OJ Simpson”,
“name”: “OJ Simpson”,
“description”:“So you killed Nicole. Bet you didn’t expect her to get back up.”,

Laughed heartily.[/quote]

:frowning: