From 0f19bc2ae45fa9ca940c25c89770868157275fa2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 9 Apr 2021 21:43:36 -0700 Subject: Many changes to bring the mod more up to date with 0.E.3 Rebalance blood backpacks --- vamp_stuff/Modification_Files/NPC/v_classes.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 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 a592e90..cbdca77 100644 --- a/vamp_stuff/Modification_Files/NPC/v_classes.json +++ b/vamp_stuff/Modification_Files/NPC/v_classes.json @@ -3,7 +3,7 @@ "type": "npc_class", "id": "V_LONELY", "common": false, - "name": "Vampire", + "name": { "str": "Vampire" }, "job_description": "Isolated vampires.", "bonus_str": { "rng": [ 4, 8 ] }, "bonus_dex": { "rng": [ 4, 8 ] }, @@ -57,7 +57,7 @@ { "type": "npc_class", "id": "V_UNDERREFUGEE", - "name": "Underground Vampires", + "name": { "str": "Underground Vampires" }, "job_description": "Underground vampire refugees.", "common": false, "bonus_str": { "rng": [ 4, 8 ] }, @@ -111,7 +111,7 @@ { "type": "npc_class", "id": "V_UNDERTRADER", - "name": "Underground Vampires", + "name": { "str": "Underground Vampires" }, "job_description": "Underground vampire traders.", "common": false, "bonus_str": { "rng": [ 4, 8 ] }, @@ -166,7 +166,7 @@ { "type": "npc_class", "id": "V_UNDERCOMMANDO", - "name": "Underground Vampires", + "name": { "str": "Underground Vampires" }, "job_description": "Underground vampire commando.", "common": false, "bonus_str": { "rng": [ 4, 8 ] }, @@ -226,7 +226,7 @@ { "type": "npc_class", "id": "V_WASTELAND", - "name": "Wasteland Vampires", + "name": { "str": "Wasteland Vampires" }, "job_description": "Wasteland refugees.", "common": false, "bonus_str": { "rng": [ 4, 8 ] }, @@ -280,7 +280,7 @@ { "type": "npc_class", "id": "V_WASTEGUARD1", - "name": "Wasteland Guard Vampire", + "name": { "str": "Wasteland Guard Vampire" }, "job_description": "Wasteland refugee guard.", "common": false, "bonus_str": { "rng": [ 4, 8 ] }, @@ -334,7 +334,7 @@ { "type": "npc_class", "id": "V_WASTEGUARD2", - "name": "Wasteland Guard Vampire", + "name": { "str": "Wasteland Guard Vampire" }, "job_description": "Wasteland refugee guard.", "common": false, "bonus_str": { "rng": [ 4, 8 ] }, @@ -388,7 +388,7 @@ { "type": "npc_class", "id": "V_GUNSHOP", - "name": "Vampire Gunkeeper", + "name": { "str": "Vampire Gunkeeper" }, "job_description": "Gunshop owner.", "common": false, "bonus_str": { "rng": [ 4, 8 ] }, @@ -449,7 +449,7 @@ { "type": "npc_class", "id": "H_WASTELAND", - "name": "Wasteland Refugee", + "name": { "str": "Wasteland Refugee" }, "job_description": "I hide at wastelands.", "common": false, "bonus_per": { "one_in": 4 }, @@ -471,7 +471,7 @@ { "type": "npc_class", "id": "H_JUNKSHOP", - "name": "Shopkeep", + "name": { "str": "Shopkeep" }, "job_description": "I trade at wastelands.", "common": false, "bonus_per": { "one_in": 4 }, -- cgit v1.2.1