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 --- .../Modification_Files/Others/v_item_category.json | 14 +- .../Modification_Files/Others/v_scenario.json | 6 +- .../Others/v_scenario_class.json | 185 +++++++++++---------- 3 files changed, 106 insertions(+), 99 deletions(-) (limited to 'vamp_stuff/Modification_Files/Others') diff --git a/vamp_stuff/Modification_Files/Others/v_item_category.json b/vamp_stuff/Modification_Files/Others/v_item_category.json index 3729aa1..88b1b1c 100644 --- a/vamp_stuff/Modification_Files/Others/v_item_category.json +++ b/vamp_stuff/Modification_Files/Others/v_item_category.json @@ -1,6 +1,8 @@ -{ - "id": "v_form", - "type": "ITEM_CATEGORY", - "name": "FORMS", - "sort_rank": 25 -} +[ + { + "id": "v_form", + "type": "ITEM_CATEGORY", + "name": { "str": "FORMS" }, + "sort_rank": 25 + } +] diff --git a/vamp_stuff/Modification_Files/Others/v_scenario.json b/vamp_stuff/Modification_Files/Others/v_scenario.json index 9d339d1..0f7039f 100644 --- a/vamp_stuff/Modification_Files/Others/v_scenario.json +++ b/vamp_stuff/Modification_Files/Others/v_scenario.json @@ -1,4 +1,5 @@ -{ +[ + { "type": "scenario", "name": "Vampire Wannabe", "description": "You have always been obsessed with vampires and chose to live out your dream in an isolated LMOE shelter. Being a loner has kept you safe from the riots, but as your food supply runs out you are forced to go out into the wild... And face the wrath of the angry mob waiting outside your 'lair'.", @@ -17,4 +18,5 @@ "vampfreak", "sovamp" ] -} + } +] diff --git a/vamp_stuff/Modification_Files/Others/v_scenario_class.json b/vamp_stuff/Modification_Files/Others/v_scenario_class.json index f23baa9..c40a1d1 100644 --- a/vamp_stuff/Modification_Files/Others/v_scenario_class.json +++ b/vamp_stuff/Modification_Files/Others/v_scenario_class.json @@ -1,93 +1,96 @@ -[{ - "type": "profession", - "ident": "vampfreak", - "name": "Vampire Freak", - "description": "You know vampires exist, and you had papers to prove it, but they were burned by a religious group that strictly disagreed with your dangerous beliefs. Now that everyone has died out, you're free to act on that knowledge in this now dead world.", - "points": 1, - "skills": [{ - "level": 3, - "name": "speech" - }, { - "level": 1, - "name": "survival" - }, { - "level": 1, - "name": "firstaid" - } - ], - "items": { - "both": [ - "jeans", - "longshirt", - "socks", - "coat_winter", - "boots_winter", - "knit_scarf", - "pockknife", - "water_clean" - ], - "male": [ - "boxer_shorts" - ], - "female": [ - "bra", - "panties" - ] - } - }, { - "type": "profession", - "ident": "sovamp", - "name": "So-called Vampire", - "description": "You call yourself a vampire, and you're too proud to question if you really are one. Living alone has taught you self-reliance, and along with the survivalist equipment under your shelter, you are well prepared to face the challenges of this now dead world.", - "points": 8, - "skills": [{ - "level": 6, - "name": "melee" - }, { - "level": 5, - "name": "cutting" - }, { - "level": 5, - "name": "stabbing" - }, { - "level": 4, - "name": "bashing" - }, { - "level": 5, - "name": "dodge" - }, { - "level": 6, - "name": "survival" - }, { - "level": 3, - "name": "firstaid" - }, { - "level": 5, - "name": "fabrication" - } - ], - "items": { - "both": [ - "backpack_leather", - "armor_nomad", - "helmet_nomad", - "socks", - "mask_lsurvivor", - "lsurvivor_pants", - "lsurvivor_armor", - "hood_lsurvivor", - "gloves_lsurvivor", - "boots_lsurvivor", - "knife_combat", - "sheath" - ], - "male": [ - "boxer_shorts" - ], - "female": [ - "bra", - "panties" - ] - } +[ + { + "type": "profession", + "ident": "vampfreak", + "name": "Vampire Freak", + "description": "You know vampires exist, and you had papers to prove it, but they were burned by a religious group that strictly disagreed with your dangerous beliefs. Now that everyone has died out, you're free to act on that knowledge in this now dead world.", + "points": 1, + "skills": [{ + "level": 3, + "name": "speech" + }, { + "level": 1, + "name": "survival" + }, { + "level": 1, + "name": "firstaid" + } + ], + "items": { + "both": [ + "jeans", + "longshirt", + "socks", + "coat_winter", + "boots_winter", + "knit_scarf", + "pockknife", + "water_clean" + ], + "male": [ + "boxer_shorts" + ], + "female": [ + "bra", + "panties" + ] } + }, + { + "type": "profession", + "ident": "sovamp", + "name": "So-called Vampire", + "description": "You call yourself a vampire, and you're too proud to question if you really are one. Living alone has taught you self-reliance, and along with the survivalist equipment under your shelter, you are well prepared to face the challenges of this now dead world.", + "points": 8, + "skills": [ + { + "level": 6, + "name": "melee" + }, { + "level": 5, + "name": "cutting" + }, { + "level": 5, + "name": "stabbing" + }, { + "level": 4, + "name": "bashing" + }, { + "level": 5, + "name": "dodge" + }, { + "level": 6, + "name": "survival" + }, { + "level": 3, + "name": "firstaid" + }, { + "level": 5, + "name": "fabrication" + } + ], + "items": { + "both": [ + "backpack_leather", + "armor_nomad", + "helmet_nomad", + "socks", + "mask_lsurvivor", + "lsurvivor_pants", + "lsurvivor_armor", + "hood_lsurvivor", + "gloves_lsurvivor", + "boots_lsurvivor", + "knife_combat", + "sheath" + ], + "male": [ + "boxer_shorts" + ], + "female": [ + "bra", + "panties" + ] + } + } ] -- cgit v1.2.1