forked from OTAcademy/RME
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbeach.xml
More file actions
68 lines (59 loc) · 3.14 KB
/
beach.xml
File metadata and controls
68 lines (59 loc) · 3.14 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
56
57
58
59
60
61
62
63
64
65
66
67
68
<materialsextension name="Beach Doodads" author="Remere" description="This adds all the doodads related to the beach" client="8.10;8.20 - 8.31">
<brush name="blue beach chair" type="doodad" server_lookid="7712" draggable="true" on_blocking="true" thickness="10/10">
<alternate> <item id="7712" chance="30"/> </alternate> <!-- south -->
<alternate> <item id="7713" chance="30"/> </alternate> <!-- east -->
</brush>
<brush name="striped beach chair" type="doodad" server_lookid="7714" draggable="true" on_blocking="true" thickness="10/10">
<alternate> <item id="7714" chance="30"/> </alternate> <!-- south -->
<alternate> <item id="7715" chance="30"/> </alternate> <!-- east -->
</brush>
<brush name="blue beach parasol" type="doodad" server_lookid="7716" draggable="true" on_blocking="true" thickness="10/10">
<item id="7716" chance="30"/>
</brush>
<brush name="pink beach parasol" type="doodad" server_lookid="7717" draggable="true" on_blocking="true" thickness="10/10">
<item id="7717" chance="30"/>
</brush>
<brush name="red beach parasol" type="doodad" server_lookid="7718" draggable="true" on_blocking="true" thickness="10/10">
<item id="7718" chance="30"/>
</brush>
<brush name="beach ball" type="doodad" server_lookid="7711" draggable="true" on_blocking="true" thickness="10/10">
<item id="7711" chance="30"/>
</brush>
<brush name="water fence" type="wall" server_lookid="7577">
<wall type="pole"> <item id="7575" chance="1"/> </wall>
<wall type="horizontal"> <item id="7577" chance="1"/> </wall>
<wall type="vertical"> <item id="7576" chance="1"/> </wall>
<wall type="northeast diagonal"> <item id="7580" chance="1"/> </wall>
<wall type="northwest diagonal"> <item id="7581" chance="1"/> </wall>
<wall type="southeast diagonal"> <item id="7578" chance="1"/> </wall>
<wall type="southwest diagonal"> <item id="7579" chance="1"/> </wall>
<wall type="intersection"> <item id="7575" chance="1"/> </wall>
<wall type="north T"> <item id="7575" chance="1"/> </wall>
<wall type="south T"> <item id="7575" chance="1"/> </wall>
<wall type="east T"> <item id="7575" chance="1"/> </wall>
<wall type="west T"> <item id="7575" chance="1"/> </wall>
<wall type="north end"> <item id="7575" chance="1"/> </wall>
<wall type="south end"> <item id="7575" chance="1"/> </wall>
<wall type="east end"> <item id="7575" chance="1"/> </wall>
<wall type="west end"> <item id="7575" chance="1"/> </wall>
</brush>
<brush name="water buoy" type="doodad" server_lookid="7575" draggable="true" on_blocking="true" thickness="100/100">
<item id="7575" chance="1"/>
</brush>
<tileset name="Exterior">
<doodad>
<brush name="blue beach chair"/>
<brush name="striped beach chair"/>
<brush name="blue beach parasol"/>
<brush name="pink beach parasol"/>
<brush name="red beach parasol"/>
<brush name="beach ball"/>
<brush name="water fence"/>
<brush name="water buoy"/>
</doodad>
<raw>
<item fromid="7711" toid="7718"/>
<item fromid="7575" toid="7581"/>
</raw>
</tileset>
</materialsextension>