diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-10 13:59:41 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-10 13:59:41 -0700 |
commit | 5d14a01dd6184c9074a73553568198767486fe36 (patch) | |
tree | fe777e9e2b6b7132d995aa42756a1da9d45b8e62 /npcs | |
parent | Fix survivor tuxedo to require tailored tuxedo (diff) | |
download | cataclysm-dda-mod_battle-maid-redone-5d14a01dd6184c9074a73553568198767486fe36.tar.xz |
Fix semi-random appearance traits for the npc maid class
Diffstat (limited to 'npcs')
-rw-r--r-- | npcs/classes.json | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/npcs/classes.json b/npcs/classes.json index bfaacfe..695f77a 100644 --- a/npcs/classes.json +++ b/npcs/classes.json @@ -15,14 +15,8 @@ { "skill": "dodge", "bonus": { "rng": [ 3, 3 ] } } ], "traits": [ - [ "hair_black_long", 50 ], - [ "hair_red_long", 25 ], - [ "hair_blond_long", 25 ], - [ "hair_brown_long", 25 ], - [ "hair_grey_long", 25 ], - [ "hair_white_long", 25 ], - [ "SKIN_LIGHT", 50 ], - [ "SKIN_PINK", 50 ], + { "group": "NPC_starting_traits" }, + { "group": "Appearance_Germanic" } [ "PROF_MA_MAID", 100 ], [ "DEFT", 100 ], [ "FLEET", 100 ], |