19 lines
906 B
JSON
19 lines
906 B
JSON
|
{
|
|||
|
"characters": [
|
|||
|
"Mark Antony",
|
|||
|
"Lepidus"
|
|||
|
],
|
|||
|
"messages": [
|
|||
|
{ "character": 0, "text": "Lepidus, how’s the Senate holding up without Caesar?" },
|
|||
|
{ "character": 0, "text": "I’m guessing things are getting messier by the day." },
|
|||
|
{ "character": 1, "text": "You have no idea." },
|
|||
|
{ "character": 1, "text": "Yesterday, half of them couldn’t even agree on the order of the agenda." },
|
|||
|
{ "character": 0, "text": "Sounds like a circus." },
|
|||
|
{ "character": 0, "text": "Need me to step in and straighten things out?" },
|
|||
|
{ "character": 1, "text": "Might need more than that. We’re stretched thin on allies." },
|
|||
|
{ "character": 0, "text": "We’ll make it work. Caesar’s return should stabilize things." },
|
|||
|
{ "character": 1, "text": "Hopefully. Until then, I’ll try not to let it all fall apart." }
|
|||
|
]
|
|||
|
}
|
|||
|
|