340d6d18fa
As I was writing the documentation, this just feels like added complexity that we don't need.
42 lines
977 B
YAML
42 lines
977 B
YAML
characters:
|
|
-
|
|
id: 1
|
|
name: "Char without a Scene"
|
|
displayName: "A"
|
|
-
|
|
id: 2
|
|
name: "Char with a Scene"
|
|
displayName: "B"
|
|
viewpoints:
|
|
-
|
|
owner_id: 2
|
|
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"
|
|
paths:
|
|
-
|
|
scene_id: 1
|
|
child_scene_id: 2
|
|
-
|
|
scene_id: 1
|
|
child_scene_id: 3
|