21 lines
883 B
JSON
21 lines
883 B
JSON
{
|
||
"title": "Lucius Antony",
|
||
"interactive": true,
|
||
"characters": [
|
||
"Mark Antony",
|
||
"Lucius Antony"
|
||
],
|
||
"messages":
|
||
[
|
||
{ "character": 0, "text": "How’s everything in Rome, Lucius?" },
|
||
{ "character": 1, "text": "Same old chaos. Senate’s split on everything." },
|
||
{ "character": 0, "text": "Let them bicker. You’re holding up, right?" },
|
||
{ "character": 1, "text": "Barely. Could use more allies here." },
|
||
{ "character": 0, "text": "I’ll see what I can do. Don’t let them push you around." },
|
||
{ "character": 1, "text": "Not worried about that. Just tired of their nonsense." },
|
||
{ "character": 0, "text": "Hang in there. I’ll be back soon." },
|
||
{ "character": 1, "text": "You better. You owe me a break." },
|
||
{ "character": 0, "text": "It’s coming, trust me." }
|
||
]
|
||
}
|