6a72a43cda
Adds basic Scene model Extends Character model with reusable properties (Using the two traits Properties and PropertyManager).
26 lines
613 B
YAML
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: |