Skip to content

Commit

Permalink
Remove erroneous traits from recruitable Godco NPCs (#63831)
Browse files Browse the repository at this point in the history
  • Loading branch information
MNG-cataclysm authored Feb 28, 2023
1 parent 18e129b commit f40f852
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions data/json/npcs/godco/classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@
{ "group": "NPC_starting_traits" },
{ "group": "Appearance_demographics" },
{ "trait": "FACIAL_HAIR_BEARD" },
{ "trait": "NO_BASH" },
{ "trait": "RETURN_TO_START_POS" }
{ "trait": "NO_BASH" }
],
"skills": [
{ "bonus": 1, "skill": "melee" },
Expand Down Expand Up @@ -366,12 +365,7 @@
"worn_override": "GODCO_jane_worn",
"carry_override": "GODCO_jane_carried",
"weapon_override": "GODCO_jane_wield",
"traits": [
{ "group": "NPC_starting_traits" },
{ "group": "Appearance_demographics" },
{ "trait": "NO_BASH" },
{ "trait": "RETURN_TO_START_POS" }
],
"traits": [ { "group": "NPC_starting_traits" }, { "group": "Appearance_demographics" }, { "trait": "NO_BASH" } ],
"skills": [ { "bonus": { "rng": [ 4, 5 ] }, "skill": "firstaid" } ]
},
{
Expand Down

0 comments on commit f40f852

Please sign in to comment.