From f4b51669e7a296b083b167b71e9e241e92f722a9 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 14 Mar 2021 16:40:17 -0700 Subject: Add backgrounds to recruitable vampires --- vamp_stuff/Modification_Files/NPC/backgrounds.json | 32 ++++++++++++++++++++++ vamp_stuff/Modification_Files/NPC/v_classes.json | 25 +++++++++++------ 2 files changed, 49 insertions(+), 8 deletions(-) create mode 100644 vamp_stuff/Modification_Files/NPC/backgrounds.json (limited to 'vamp_stuff/Modification_Files') diff --git a/vamp_stuff/Modification_Files/NPC/backgrounds.json b/vamp_stuff/Modification_Files/NPC/backgrounds.json new file mode 100644 index 0000000..f01007b --- /dev/null +++ b/vamp_stuff/Modification_Files/NPC/backgrounds.json @@ -0,0 +1,32 @@ +[ + { + "type": "mutation", + "id": "BGSS_VAMPIRE_ISOLATED_1", + "name": { "str": "Survivor Story" }, + "points": 0, + "description": "This NPC could tell you about how they survived the Cataclysm", + "player_display": false, + "valid": false, + "purifiable": false, + "types": [ "BACKGROUND_SURVIVAL_STORY" ], + "flags": [ "BG_SURVIVAL_STORY" ] + }, + { + "id": "BGSS_VAMPIRE_ISOLATED_1_STORY1", + "type": "talk_topic", + "dynamic_line": "I was in my haven when the disaster began. This did not impact me, and I continued my solitary life until you arrived.", + "responses": [ { "text": "", "topic": "TALK_FRIEND" }, { "text": "", "topic": "TALK_DONE" } ] + }, + { + "id": "TALK_FRIEND_CONVERSATION", + "type": "talk_topic", + "responses": [ + { + "text": "", + "topic": "BGSS_VAMPIRE_ISOLATED_1_STORY1", + "condition": { "npc_has_trait": "BGSS_VAMPIRE_ISOLATED_1" }, + "switch": true + } + ] + } +] diff --git a/vamp_stuff/Modification_Files/NPC/v_classes.json b/vamp_stuff/Modification_Files/NPC/v_classes.json index 860efcd..a592e90 100644 --- a/vamp_stuff/Modification_Files/NPC/v_classes.json +++ b/vamp_stuff/Modification_Files/NPC/v_classes.json @@ -49,7 +49,9 @@ [ "VAMPEYES", 100 ], [ "FANGS", 100 ], [ "NAILS", 100 ], - [ "SUNBURN", 100 ] + [ "SUNBURN", 100 ], + [ "hair_white_long", 100 ], + [ "BGSS_VAMPIRE_ISOLATED_1", 100 ] ] }, { @@ -102,7 +104,8 @@ [ "VAMPEYES", 100 ], [ "FANGS", 100 ], [ "NAILS", 100 ], - [ "SUNBURN", 100 ] + [ "SUNBURN", 100 ], + [ "hair_white_medium", 100 ] ] }, { @@ -156,7 +159,8 @@ [ "VAMPEYES", 100 ], [ "FANGS", 100 ], [ "NAILS", 100 ], - [ "SUNBURN", 100 ] + [ "SUNBURN", 100 ], + [ "hair_white_short", 100 ] ] }, { @@ -215,7 +219,8 @@ [ "VAMPEYES", 100 ], [ "FANGS", 100 ], [ "NAILS", 100 ], - [ "SUNBURN", 100 ] + [ "SUNBURN", 100 ], + [ "hair_white_crewcut", 100 ] ] }, { @@ -268,7 +273,8 @@ [ "VAMPEYES", 100 ], [ "FANGS", 100 ], [ "NAILS", 100 ], - [ "SUNBURN", 100 ] + [ "SUNBURN", 100 ], + [ "hair_white_medium", 100 ] ] }, { @@ -321,7 +327,8 @@ [ "VAMPEYES", 100 ], [ "FANGS", 100 ], [ "NAILS", 100 ], - [ "SUNBURN", 100 ] + [ "SUNBURN", 100 ], + [ "hair_white_crewcut", 100 ] ] }, { @@ -374,7 +381,8 @@ [ "VAMPEYES", 100 ], [ "FANGS", 100 ], [ "NAILS", 100 ], - [ "SUNBURN", 100 ] + [ "SUNBURN", 100 ], + [ "hair_white_short", 100 ] ] }, { @@ -434,7 +442,8 @@ [ "VAMPEYES", 100 ], [ "FANGS", 100 ], [ "NAILS", 100 ], - [ "SUNBURN", 100 ] + [ "SUNBURN", 100 ], + [ "hair_white_short", 100 ] ] }, { -- cgit v1.2.1