A profession to go along with the trait, because why not? Since I fail at making commits, here’s something to paste into professions.json:
[code]{
“type”: “profession”,
“ident”: “parkour_practitioner”,
“name”: {
“male”: “Traceur”,
“female”: “Traceuse”
},
“description”: “You’ve practiced parkour for many years, and made the world your playground. It wouldn’t be a lie to say that running is your life. Which is good, because now that the end has come, you’re running for your life.”,
“points”: 2,
“traits”: [
“PARKOUR”
],
“skills”: [
{
“level”: 4,
“name”: “dodge”
}
],
“items”: {
“both” : [
“tshirt”,
“hoodie”,
“pants_cargo”,
“socks”,
“sneakers”,
“runner_bag”
],
“male”: [
“briefs”
],
“female”: [
“bra”,
“boy_shorts”
]
}
}[/code]
Play-tested it with no issues, though it could probably use a bump in the point cost. By how much, I leave open to debate. Have at it, folks.
P.S.: Debated including gloves of some sort in the starting gear. Ended up leaving it out. Also duct tape. Thoughts?