41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
characters:
|
|
-
|
|
id: "10000000-0000-0000-0000-000000000001"
|
|
name: "Char without a Scene"
|
|
displayName: "A"
|
|
-
|
|
id: "10000000-0000-0000-0000-000000000002"
|
|
name: "Char with a Scene"
|
|
displayName: "B"
|
|
viewpoints:
|
|
-
|
|
owner_id: "10000000-0000-0000-0000-000000000002"
|
|
title: "The Village"
|
|
description: "This is the village."
|
|
template: "lotgd/tests/village"
|
|
data: "a:0:{}"
|
|
attachments: "a:0:{}"
|
|
actionGroups: "a:0:{}"
|
|
scenes:
|
|
-
|
|
id: 1
|
|
title: "The Village"
|
|
description: "This is the village."
|
|
template: "lotgd/tests/village"
|
|
-
|
|
id: 2
|
|
title: "The Forest"
|
|
description: "This is a very dangerous and dark forest"
|
|
template: "lotgd/tests/forest"
|
|
-
|
|
id: 3
|
|
title: "The Weaponry"
|
|
description: "This is the place where you can buy awesome weapons"
|
|
template: "lotgd/tests/weaponry"
|
|
scene_connections:
|
|
-
|
|
outgoingScene: 1
|
|
incomingScene: 2
|
|
-
|
|
outgoingScene: 1
|
|
incomingScene: 3 |