Add D&D item event integration coverage

This commit is contained in:
2026-07-25 22:10:53 +00:00
parent f0ede9dacc
commit 63de44c347
5 changed files with 205 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
{
"metadata": {
"id": "item-events-session",
"title": "Synthetic D&D item-event session"
},
"segments": [
{"id": 1, "start": 0, "end": 4, "speaker": "DM", "text": "An ancient coin rests in the chest."},
{"id": 2, "start": 4, "end": 8, "speaker": "DM", "text": "The party acquires 25 gold pieces."},
{"id": 3, "start": 8, "end": 12, "speaker": "DM", "text": "Aria gives Borin a healing potion."},
{"id": 4, "start": 12, "end": 16, "speaker": "DM", "text": "The party continues down the road."}
]
}