From bf329d429a7f9967e3c94212a744667a2701aaf5 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 6 Jul 2021 07:58:05 -0700 Subject: Clean up NPC class descriptions aka goals --- vamp_stuff/Modification_Files/NPC/v_classes.json | 8 ++++---- 1 file 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 }, -- cgit v1.2.1