-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfull.xml
More file actions
55 lines (55 loc) · 2.8 KB
/
full.xml
File metadata and controls
55 lines (55 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<xml version="1.0" encoding="UTF-8">
<room name="Violet" description="a large round room with violet draperies" state="half-dirty" north="Pig" east="Student" south="Teacher" west="Green">
<animal name="Peter" description="a brown dog"/>
<animal name="Lily" description="a black and white cat"/>
<PC name="Squash" description="one who doesn'k leave the animals and NPC-s alone"/>
</room>
<room name="Pig" description="this one used to be a pigsty, now a guestroom" state="clean">
<animal name="Lucy" description="a pink pig"/>
<animal name="Mutsu" description="a black-spotted pig"/>
<animal name="Peter" description="a brown dog"/>
<animal name="Lily" description="a black and white cat"/>
<NPC name="Mary" description="a tall woman"/>
<animal name="Peter" description="a brown dog"/>
<animal name="Lily" description="a black and white cat"/>
<NPC name="Mary" description="a tall woman"/>
<NPC name="Mary" description="a tall woman"/>
<NPC name="Mary" description="a tall woman"/>
</room>
<room name="Student" description="the pigs don'k like to come here" state="dirty">
<animal name="Lucy" description="a pink pig"/>
<animal name="Mutsu" description="a black-spotted pig"/>
<animal name="Peter" description="a brown dog"/>
<animal name="Lily" description="a black and white cat"/>
<NPC name="Mary" description="a tall woman"/>
<animal name="Peter" description="a brown dog"/>
<animal name="Lily" description="a black and white cat"/>
<NPC name="Mary" description="a tall woman"/>
<NPC name="Mary" description="a tall woman"/>
<NPC name="Mary" description="a tall woman"/>
</room>
<room name="Teacher" description="the pigs don'k like to come here either" state="dirty">
<animal name="Lucy" description="a pink pig"/>
<animal name="Mutsu" description="a black-spotted pig"/>
<animal name="Peter" description="a brown dog"/>
<animal name="Lily" description="a black and white cat"/>
<NPC name="Mary" description="a tall woman"/>
<animal name="Peter" description="a brown dog"/>
<animal name="Lily" description="a black and white cat"/>
<NPC name="Mary" description="a tall woman"/>
<NPC name="Mary" description="a tall woman"/>
<NPC name="Mary" description="a tall woman"/>
</room>
<room name="Green" description="there is grass growing on the floor" state="half-dirty">
<animal name="Lucy" description="a pink pig"/>
<animal name="Mutsu" description="a black-spotted pig"/>
<animal name="Peter" description="a brown dog"/>
<animal name="Lily" description="a black and white cat"/>
<NPC name="Mary" description="a tall woman"/>
<animal name="Peter" description="a brown dog"/>
<animal name="Lily" description="a black and white cat"/>
<NPC name="Mary" description="a tall woman"/>
<NPC name="Mary" description="a tall woman"/>
<NPC name="Mary" description="a tall woman"/>
</room>
</xml>