Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Vagabond Profession #27077

Merged
merged 10 commits into from Jan 6, 2019
36 changes: 36 additions & 0 deletions data/json/professions.json
Expand Up @@ -137,6 +137,42 @@
{ "item": "teleumbrella", "bonus": [ [ "ALBINO" ] ] }
]
},
{
"type": "profession",
"ident": "vagabond",
"name": "Vagabond",
"description": "Circumstances left you wandering, with no home, no family, no friends. But the world you knew is gone, and maybe your experiences relying on yourself to survive could be useful in this new one.",
"points": 2,
"skills": [
{ "level": 1, "name": "unarmed" },
{ "level": 1, "name": "tailor" },
{ "level": 2, "name": "fabrication" },
{ "level": 1, "name": "cooking" }
],
"items": {
"both": [
"jeans",
"tshirt",
"gloves_light",
"hat_ball",
"duffelbag",
iamlcarus marked this conversation as resolved.
Show resolved Hide resolved
"backpack",
"long_underpants",
"boots",
"socks_wool",
"socks",
"hoodie",
"folding_poncho_on",
"knit_scarf",
iamlcarus marked this conversation as resolved.
Show resolved Hide resolved
"jug_plastic",
"can_beans",
"pockknife",
"matches"
],
"male": [ "boxer_briefs" ],
"female": [ "bra", "panties" ]
}
},
{
"type": "profession",
"ident": "bionic_prepper",
Expand Down