diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-06 07:58:05 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-06 07:58:05 -0700 |
commit | bf329d429a7f9967e3c94212a744667a2701aaf5 (patch) | |
tree | aaa0d26297c1d3ef7e705e32b7fe6947abc30bcc /vamp_stuff/Modification_Files/NPC/v_classes.json | |
parent | Clean up the Lone Vampire background story (diff) | |
download | cataclysm-dda-mod_vampire-stuff-redone-bf329d429a7f9967e3c94212a744667a2701aaf5.tar.xz |
Clean up NPC class descriptions aka goals
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/v_classes.json')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_classes.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/v_classes.json b/vamp_stuff/Modification_Files/NPC/v_classes.json index ef0dfb1..194220e 100644 --- a/vamp_stuff/Modification_Files/NPC/v_classes.json +++ b/vamp_stuff/Modification_Files/NPC/v_classes.json @@ -158,7 +158,7 @@ "type": "npc_class", "id": "V_UNDERCOMMANDO", "name": { "str": "Underground Vampires" }, - "job_description": "Underground vampire commando.", + "job_description": "I lead the guards at the vampire cove.", "common": false, "bonus_str": { "rng": [ 4, 8 ] }, "bonus_dex": { "rng": [ 4, 8 ] }, @@ -368,7 +368,7 @@ "type": "npc_class", "id": "V_GUNSHOP", "name": { "str": "Vampire Gunkeeper" }, - "job_description": "I run the wastelands gunshop.", + "job_description": "I run the wastelands gun shop.", "common": false, "bonus_str": { "rng": [ 4, 8 ] }, "bonus_dex": { "rng": [ 4, 8 ] }, @@ -426,7 +426,7 @@ "type": "npc_class", "id": "H_WASTELAND", "name": { "str": "Wasteland Refugee" }, - "job_description": "I hide at the wastelands.", + "job_description": "I am a refugee at the wastelands.", "traits": [ { "group": "NPC_starting_traits" }, { "group": "Appearance_demographics" } ], "common": false, "bonus_per": { "one_in": 4 }, @@ -449,7 +449,7 @@ "type": "npc_class", "id": "H_JUNKSHOP", "name": { "str": "Shopkeep" }, - "job_description": "I trade at the wastelands.", + "job_description": "I am a trader at the wastelands.", "traits": [ { "group": "NPC_starting_traits" }, { "group": "Appearance_demographics" } ], "common": false, "bonus_per": { "one_in": 4 }, |