shift/caesar.json

14 lines
484 B
JSON
Raw Normal View History

{
2024-10-06 17:31:26 +02:00
"title": "Julius Caesar",
2024-10-06 19:30:58 +02:00
"interactive": true,
"characters": [
"Mark Antony",
"Julius Caesar"
],
"messages":
[
{ "character": 0, "text": "Sire! Forgive my informal message. We must speak."},
{ "character": 1, "text": "What is the meaning of this? What is so urgent it cannot wait for our usual meeting? Speak plainly and get to the pooint. I have more important matters to attend to than deciphering vague missives."}
]
}