Files
core/tests/datasets/scene.yml
T
Basilius Sauter 6a72a43cda Model changes
Adds basic Scene model
Extends Character model with reusable properties (Using the two traits
Properties and PropertyManager).
2016-04-19 21:51:40 +02:00

26 lines
613 B
YAML

scenes:
-
id: 1
title: "The Village"
description: "This is the village."
parent:
-
id: 2
title: "The Forest"
description: "This is a very dangerous and dark forest"
parent: 1
-
id: 3
title: "The Weaponry"
description: "This is the place where you can buy awesome weapons"
parent: 1
-
id: 4
title: "Another Village"
description: "This is another village"
parent:
-
id: 5
title: "Orphan"
description: "This is an orphan scene"
parent: