aboutsummaryrefslogtreecommitdiff
path: root/npcs/backgrounds.json
diff options
context:
space:
mode:
Diffstat (limited to 'npcs/backgrounds.json')
-rw-r--r--npcs/backgrounds.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/npcs/backgrounds.json b/npcs/backgrounds.json
new file mode 100644
index 0000000..b6128be
--- /dev/null
+++ b/npcs/backgrounds.json
@@ -0,0 +1,68 @@
+[
+ {
+ "type": "mutation",
+ "id": "BGSS_MAID_KAWAII_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_MAID_KAWAII_1_STORY1",
+ "type": "talk_topic",
+ "dynamic_line": "My history? You mean before I served you? ...I'm sorry, but...",
+ "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_MAID_KAWAII_1_STORY1",
+ "condition": { "npc_has_trait": "BGSS_MAID_KAWAII_1" },
+ "switch": true
+ }
+ ]
+ },
+ {
+ "type": "mutation",
+ "id": "BGSS_MISTRESS_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_MISTRESS_1_STORY1",
+ "type": "talk_topic",
+ "dynamic_line": "You were there. You saw my father killed by zombies. And he ordered you to keep me safe. So you should get back to doing it.",
+ "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_MISTRESS_1_STORY1",
+ "condition": { "npc_has_trait": "BGSS_MISTRESS_1" },
+ "switch": true
+ }
+ ]
+ }
+]