From f87c636930c44ada866f742f5c9175bc6f0beba5 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 6 Jul 2021 08:23:10 -0700 Subject: Clean up NPC class names --- vamp_stuff/Modification_Files/NPC/v_classes.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'vamp_stuff/Modification_Files/NPC/v_classes.json') diff --git a/vamp_stuff/Modification_Files/NPC/v_classes.json b/vamp_stuff/Modification_Files/NPC/v_classes.json index 194220e..ef8047d 100644 --- a/vamp_stuff/Modification_Files/NPC/v_classes.json +++ b/vamp_stuff/Modification_Files/NPC/v_classes.json @@ -54,7 +54,7 @@ { "type": "npc_class", "id": "V_UNDERREFUGEE", - "name": { "str": "Underground Vampires" }, + "name": { "str": "Vampire Cove Refugee" }, "job_description": "I am a refugee at the vampire cove.", "common": false, "bonus_str": { "rng": [ 4, 8 ] }, @@ -105,7 +105,7 @@ { "type": "npc_class", "id": "V_UNDERTRADER", - "name": { "str": "Underground Vampires" }, + "name": { "str": "Vampire Cove Trader" }, "job_description": "I am a trader at the vampire cove.", "common": false, "bonus_str": { "rng": [ 4, 8 ] }, @@ -157,8 +157,8 @@ { "type": "npc_class", "id": "V_UNDERCOMMANDO", - "name": { "str": "Underground Vampires" }, - "job_description": "I lead the guards at the vampire cove.", + "name": { "str": "Vampire Cove Guard Commander" }, + "job_description": "I am the guard commander at the vampire cove.", "common": false, "bonus_str": { "rng": [ 4, 8 ] }, "bonus_dex": { "rng": [ 4, 8 ] }, @@ -214,7 +214,7 @@ { "type": "npc_class", "id": "V_WASTELAND", - "name": { "str": "Wasteland Vampires" }, + "name": { "str": "Wasteland Refugee" }, "job_description": "I am a refugee at the wastelands.", "common": false, "bonus_str": { "rng": [ 4, 8 ] }, @@ -265,7 +265,7 @@ { "type": "npc_class", "id": "V_WASTEGUARD1", - "name": { "str": "Wasteland Guard Vampire" }, + "name": { "str": "Wasteland Guard" }, "job_description": "I am a guard at the wastelands.", "common": false, "bonus_str": { "rng": [ 4, 8 ] }, @@ -316,7 +316,7 @@ { "type": "npc_class", "id": "V_WASTEGUARD2", - "name": { "str": "Wasteland Guard Vampire" }, + "name": { "str": "Wasteland Guard" }, "job_description": "I am a guard at the wastelands.", "common": false, "bonus_str": { "rng": [ 4, 8 ] }, @@ -367,7 +367,7 @@ { "type": "npc_class", "id": "V_GUNSHOP", - "name": { "str": "Vampire Gunkeeper" }, + "name": { "str": "Wasteland Gunkeeper" }, "job_description": "I run the wastelands gun shop.", "common": false, "bonus_str": { "rng": [ 4, 8 ] }, @@ -448,7 +448,7 @@ { "type": "npc_class", "id": "H_JUNKSHOP", - "name": { "str": "Shopkeep" }, + "name": { "str": "Wasteland Trader" }, "job_description": "I am a trader at the wastelands.", "traits": [ { "group": "NPC_starting_traits" }, { "group": "Appearance_demographics" } ], "common": false, -- cgit v1.2.1