summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/backgrounds.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-14 16:40:17 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-14 16:40:17 -0700
commitf4b51669e7a296b083b167b71e9e241e92f722a9 (patch)
tree1ff1e80dd1935457d2f6f910e2a1d141de300a2d /vamp_stuff/Modification_Files/NPC/backgrounds.json
parentActually add the new vampire mutation (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-f4b51669e7a296b083b167b71e9e241e92f722a9.tar.xz
Add backgrounds to recruitable vampires
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/backgrounds.json')
-rw-r--r--vamp_stuff/Modification_Files/NPC/backgrounds.json32
1 files changed, 32 insertions, 0 deletions
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": "<done_conversation_section>", "topic": "TALK_FRIEND" }, { "text": "<end_talking>", "topic": "TALK_DONE" } ]
+ },
+ {
+ "id": "TALK_FRIEND_CONVERSATION",
+ "type": "talk_topic",
+ "responses": [
+ {
+ "text": "<BGSS_intro_question>",
+ "topic": "BGSS_VAMPIRE_ISOLATED_1_STORY1",
+ "condition": { "npc_has_trait": "BGSS_VAMPIRE_ISOLATED_1" },
+ "switch": true
+ }
+ ]
+ }
+]