diff --git a/data/json/npcs/Backgrounds/criminal_1.json b/data/json/npcs/Backgrounds/criminal_1.json index eab8121ec4b0f..9d1f12ac4897c 100644 --- a/data/json/npcs/Backgrounds/criminal_1.json +++ b/data/json/npcs/Backgrounds/criminal_1.json @@ -13,7 +13,31 @@ "id": "BGSS_CRIMINAL_1_STORY2", "type": "talk_topic", "dynamic_line": "It was just chaos on the streets, man. But I'm used to chaos. You don't live as long as I've lived and not know how to keep away from a fight you can't win. Biggest worry wasn't the zombies and the monsters, honestly. It was the fuckin' police robots. They knew I was in violation, and they kept trying to arrest me.", - "//": "TK, this story not done.", - "responses": [ { "text": "", "topic": "TALK_FRIEND" }, { "text": "", "topic": "TALK_DONE" } ] + "responses": [ + { "text": "How did you keep from getting arrested?", "topic": "BGSS_CRIMINAL_1_STORY3" }, + { "text": "What were you in for in the first place?", "topic": "BGSS_CRIMINAL_1_PAROLE" }, + { "text": "", "topic": "TALK_FRIEND" }, + { "text": "", "topic": "TALK_DONE" } + ] + }, + { + "id": "BGSS_CRIMINAL_1_STORY3", + "type": "talk_topic", + "dynamic_line": "Kept outta their line of sight, is a big part of it. Don't let those flyin' cameras get you, you know? If they do, they call for backup from the big guns, and then, well, I hope you like gettin' tazed and shoved in the back of a van. I kept my head down until I got past the worst of it, but then one of the eyebots recognized me and I had to book it. I was just lucky the bots it called had blown their wad on some giant-ass slime beast and were tryin' to get me with their short range shit. I wound up on the edge of town layin' low under an abandoned RV for a few hours, then slipped out in the night.", + "responses": [ + { "text": "What were you in for in the first place?", "topic": "BGSS_CRIMINAL_1_PAROLE" }, + { "text": "", "topic": "TALK_FRIEND" }, + { "text": "", "topic": "TALK_DONE" } + ] + }, + { + "id": "BGSS_CRIMINAL_1_PAROLE", + "type": "talk_topic", + "dynamic_line": "Bullshit, that's what. The assholes busted me on possession, wasn't even my fuckin' stash. I don't do crack, man, that shit's nasty, I was just carryin' it for my buddy Johnny. Y'know, this might be a hellhole now, but if I've seen the last power-trippin' asshole cop, it might all be worth it.", + "responses": [ + { "text": "What were you saying before?", "topic": "TALK_NONE" }, + { "text": "", "topic": "TALK_FRIEND" }, + { "text": "", "topic": "TALK_DONE" } + ] } ]