1[
2  {
3    "id": "BGSS_COP_3_STORY1",
4    "type": "talk_topic",
5    "dynamic_line": "Before <the_cataclysm>, I was a cop.  I got shot just a couple days before everything went down… I made a bad call in a drug bust and a scumbag got me right in the gut, it was barely stopped by my vest.  I took some pretty bad internal bruising.  I never thought getting shot would save my life, but I was off duty recuperating when the worst of it hit.",
6    "responses": [
7      {
8        "text": "What did you do when you found out about the Cataclysm?",
9        "condition": { "not": { "days_since_cataclysm": 90 } },
10        "effect": { "npc_add_effect": "BGSS_Cop_3_earlymeeting", "duration": "PERMANENT" },
11        "//": "If you talk to this NPC any time before day 90, the game flags him as an NPC you met 'early' and never gives you the 'late' convo options",
12        "topic": "BGSS_COP_3_STORY2"
13      },
14      {
15        "text": "What did you do when you found out about the Cataclysm?",
16        "condition": { "days_since_cataclysm": 90 },
17        "topic": "BGSS_COP_3_STORY2"
18      },
19      { "text": "<done_conversation_section>", "topic": "TALK_FRIEND" },
20      { "text": "<end_talking>", "topic": "TALK_DONE" }
21    ]
22  },
23  {
24    "type": "effect_type",
25    "id": "BGSS_Cop_3_earlymeeting",
26    "//": "Defined here because this should be the only time this effect is referenced."
27  },
28  {
29    "id": "BGSS_COP_3_STORY2",
30    "type": "talk_topic",
31    "dynamic_line": "At first I wanted to help.  The riots, fighting in the streets, it was too much for me to just sit in my house and hear about it on the news.  Then a buddy of mine called me from just off the front lines.  He'd been hurt and he wasn't making much sense, but what he told me… well, you can imagine the kind of stuff he told me.  Everything the worst of the internet was making up, and more.  Instead of packing up to try to volunteer back onto active duty, I took his advice and packed up to leave.  My house was on the edge of town and the riots hadn't reached it yet, but from what I'd heard it was smarter to get out than to hold tight.  I slipped out that night, took my quad out, and camped a few days in the woods, waiting for it to blow over.  It never did.",
32    "responses": [
33      {
34        "text": "What was it like, surviving out there with an injury?",
35        "condition": { "not": { "npc_has_effect": "BGSS_Cop_3_earlymeeting" } },
36        "topic": "BGSS_COP_3_STORY3"
37      },
38      { "text": "<done_conversation_section>", "topic": "TALK_FRIEND" },
39      { "text": "<end_talking>", "topic": "TALK_DONE" }
40    ]
41  },
42  {
43    "id": "BGSS_COP_3_STORY3",
44    "type": "talk_topic",
45    "dynamic_line": "Honestly, probably better than it sounds.  I had a good bug-out bag, a nice tent, a lot of good stuff.  I hadn't suffered any internal organ damage, my stomach muscles were just really badly bruised, and I'd already had some good time to recover.  I think it kept me from doing anything too stupid, and believe me there was a high chance of that.  For a long time I had these Rambo visions of rushing into town and saving everyone, but I was still too immobile.  By the time I had my strength back, it wasn't an option… we were well into the rushing into town for supplies phase.  The closest I got to saving any old friends was putting down the monsters wearing their faces.",
46    "responses": [ { "text": "<done_conversation_section>", "topic": "TALK_FRIEND" }, { "text": "<end_talking>", "topic": "TALK_DONE" } ]
47  }
48]
49