Implemented Character->getCharacterModel()

This commit is contained in:
Basilius Sauter
2016-04-25 19:25:25 +02:00
parent 7590247f89
commit 6edd4cf9b1
6 changed files with 152 additions and 14 deletions
+33
View File
@@ -0,0 +1,33 @@
characters:
-
id: 1
name: "Char without a Scene"
displayName: "A"
-
id: 2
name: "Char with a Scene"
displayName: "B"
character_scenes:
-
owner_id: 2
title: "The Village"
description: "This is the village."
data: "a:0:{}"
attachements: "a:0:{}"
actions: "a:0:{}"
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