6a72a43cda
Adds basic Scene model Extends Character model with reusable properties (Using the two traits Properties and PropertyManager).
18 lines
390 B
YAML
18 lines
390 B
YAML
characters:
|
|
-
|
|
id: 1
|
|
name: "Testcharacter 1"
|
|
displayName: "Testcharacter 1"
|
|
health: 0
|
|
maxhealth: 100
|
|
-
|
|
id: 2
|
|
name: "Testcharacter 2"
|
|
displayName: "Testcharacter 2"
|
|
health: 90
|
|
maxhealth: 90
|
|
character_properties:
|
|
-
|
|
owner_id: 1
|
|
propertyName: "test"
|
|
propertyValue: 's:5:"hallo";' |