Skip to content

Commit

Permalink
Hardened convict profession (#75639)
Browse files Browse the repository at this point in the history
* Update professions.json

removes the convicts skills, proficiencies, and shiv and adds a hardened convict with those

* Update scenarios.json

adds the hardened convict option to the prison scenarios

* added spaces

---------

Co-authored-by: brodbowl <[email protected]>
  • Loading branch information
bloodbowel and bloodbowel authored Sep 10, 2024
1 parent 598f3eb commit 072c3f2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 14 additions & 1 deletion data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4355,6 +4355,18 @@
"id": "convict",
"name": "Convict",
"description": "Your trial was contentious, but ultimately you found yourself behind bars. The Cataclysm has offered you a chance to escape, but freedom may come with a steep price.",
"points": -1,
"items": {
"both": [ "striped_shirt", "striped_pants", "sneakers", "socks" ],
"male": { "entries": [ { "item": "briefs" } ] },
"female": { "entries": [ { "item": "bra" }, { "item": "panties" } ] }
}
},
{
"type": "profession",
"id": "hardened_convict",
"name": "Hardened Convict",
"description": "Most of your adult life has been spent in prison doing hard time. It's been rough but you've learned a few tricks to keep them on their toes. Time to see how tough these zombies are.",
"points": 0,
"proficiencies": [ "prof_unarmed_familiar", "prof_shivs_familiar" ],
"skills": [
Expand All @@ -4367,7 +4379,8 @@
"both": [ "striped_shirt", "striped_pants", "sneakers", "socks", "glass_shiv" ],
"male": { "entries": [ { "item": "briefs" } ] },
"female": { "entries": [ { "item": "bra" }, { "item": "panties" } ] }
}
},
"age_lower": 25
},
{
"type": "profession",
Expand Down
2 changes: 2 additions & 0 deletions data/json/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@
"start_name": "Prison",
"professions": [
"convict",
"hardened_convict",
"death_row_convict",
"convict_assassin",
"convict_embezzler",
Expand All @@ -694,6 +695,7 @@
"start_name": "Island prison",
"professions": [
"convict",
"hardened_convict",
"death_row_convict",
"convict_assassin",
"convict_embezzler",
Expand Down

0 comments on commit 072c3f2

Please sign in to comment.