1[
2  {
3    "type": "profession",
4    "id": "rookie",
5    "name": "Rookie",
6    "description": "It's been months since the Cataclysm and somehow you're still greener than a tree.  Maybe you're just a slow learner, who knows.",
7    "points": 0,
8    "skills": [ { "level": 1, "name": "survival" }, { "level": 1, "name": "gun" } ],
9    "items": {
10      "both": {
11        "items": [ "undershirt", "jacket_leather", "pants", "boots", "sockmitts", "socks_wool", "backpack", "shot_slug" ],
12        "entries": [
13          { "item": "shotgun_d", "ammo-item": "shot_00", "charges": 2 },
14          { "item": "shot_00", "charges": 12, "container-item": "bandolier_shotgun" },
15          { "item": "knife_combat", "container-item": "sheath" }
16        ]
17      },
18      "male": [ "boxer_shorts" ],
19      "female": [ "boxer_shorts" ]
20    },
21    "flags": [ "SCEN_ONLY" ]
22  },
23  {
24    "type": "profession",
25    "id": "novice",
26    "name": "Novice",
27    "description": "You're a merely competent survivor so far.  Let's change that, yeah?",
28    "points": 1,
29    "skills": [
30      { "level": 2, "name": "survival" },
31      { "level": 1, "name": "gun" },
32      { "level": 1, "name": "mechanics" },
33      { "level": 1, "name": "electronics" },
34      { "level": 1, "name": "tailor" }
35    ],
36    "items": {
37      "both": {
38        "items": [
39          "hood_rain",
40          "undershirt",
41          "kevlar",
42          "jacket_army",
43          "pants_cargo",
44          "boots_bunker",
45          "gloves_fingerless",
46          "socks_wool",
47          "backpack",
48          "e_tool"
49        ],
50        "entries": [
51          { "item": "hk_mp5", "ammo-item": "9mmfmj", "charges": 30, "contents-item": "folding_stock" },
52          { "item": "mp5mag", "ammo-item": "9mmfmj", "charges": 30, "container-item": "tacvest" },
53          { "item": "knife_combat", "container-item": "sheath" }
54        ]
55      },
56      "male": [ "boxer_shorts" ],
57      "female": [ "boxer_shorts" ]
58    },
59    "flags": [ "SCEN_ONLY" ]
60  }
61]
62