diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-06 08:23:10 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-06 08:23:10 -0700 |
commit | f87c636930c44ada866f742f5c9175bc6f0beba5 (patch) | |
tree | 6fb952939915457a787c0438a80b9cbca5d380f5 /vamp_stuff | |
parent | Updated readme (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-f87c636930c44ada866f742f5c9175bc6f0beba5.tar.xz |
Clean up NPC class names
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_classes.json | 18 |
1 files changed, 9 insertions, 9 deletions
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, |