Files
core/tests/datasets/motd.yml
T
2018-10-08 17:29:44 +02:00

43 lines
1.4 KiB
YAML

characters:
-
id: "10000000-0000-0000-0000-000000000001"
name: "Testcharacter 1"
displayName: "Testcharacter 1"
health: 0
maxhealth: 100
-
id: "10000000-0000-0000-0000-000000000002"
name: "Testcharacter 2"
displayName: "Testcharacter 2"
health: 90
maxhealth: 90
-
id: "10000000-0000-0000-0000-000000000003"
name: "Testcharacter 1"
displayName: "Deleted Testcharacter"
health: 200
maxhealth: 200
deletedAt: "2011-11-11 11:11:11"
motd:
-
id: "20000000-0000-0000-0000-000000000001"
author_id: "10000000-0000-0000-0000-000000000001"
title: "This is the title"
body: "This is the body of the message"
creationTime: "2016-05-03 14:19:12"
systemMessage: false
-
id: "20000000-0000-0000-0000-000000000002"
author_id: "10000000-0000-0000-0000-000000000001"
title: "This is a system message"
body: "This is the body of the system message"
creationTime: "2016-05-04 14:19:12"
systemMessage: true
-
id: "20000000-0000-0000-0000-000000000003"
author_id: "10000000-0000-0000-0000-000000000003"
title: "This is an old message."
body: "This is an old message."
creationTime: "2002-12-09 15:13:59"
systemMessage: false