Skip to content

Commit

Permalink
Add feline_ears mutation to arsonist (#36258)
Browse files Browse the repository at this point in the history
* Add feline_ears mutation to arsonist

* Tweak to traits for arsonist.
  • Loading branch information
arijust authored and ZhilkinSerg committed Dec 19, 2019
1 parent d344a8e commit 25cef38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/npcs/classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@
"traits": [
{ "group": "BG_survival_story_CRIMINAL" },
{ "group": "NPC_starting_traits" },
{ "group": "Appearance_demographics" }
{ "group": "Appearance_demographics" },
[ "FELINE_EARS", 100 ]
],
"bonus_dex": { "rng": [ -2, 0 ] },
"bonus_int": { "rng": [ -2, 0 ] },
Expand Down

0 comments on commit 25cef38

Please sign in to comment.