-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRoad Pieces.xml
110 lines (110 loc) · 3.38 KB
/
Road Pieces.xml
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="utf-8"?>
<Mod>
<ModName>Road Pieces</ModName>
<ModDiscription>Road Pieces to make roads!
</ModDiscription>
<Objects>
<Object>
<OBJName>Road Pieces@Parking End</OBJName>
<Type>deco</Type>
<inGameName>Parking End</inGameName>
<price>5</price>
<grid>true</grid>
<snapCenter>true</snapCenter>
<category>Roads</category>
<heightDelta>0.125</heightDelta>
<gridSubdivision>1</gridSubdivision>
<recolorable>true</recolorable>
<shader>Diffuse</shader>
<Color1>5D5D5D</Color1>
<Color2>F1F1F1</Color2>
<Color3>1C0FFF</Color3>
<Color4>FF00FF</Color4>
</Object>
<Object>
<OBJName>Road Pieces@Parking Straight</OBJName>
<Type>deco</Type>
<inGameName>Parking Straight</inGameName>
<price>5</price>
<grid>true</grid>
<snapCenter>true</snapCenter>
<category>Roads</category>
<heightDelta>0.125</heightDelta>
<gridSubdivision>1</gridSubdivision>
<recolorable>true</recolorable>
<shader>Diffuse</shader>
<Color1>5D5D5D</Color1>
<Color2>F1F1F1</Color2>
<Color3>1C0FFF</Color3>
<Color4>FF00FF</Color4>
</Object>
<Object>
<OBJName>Road Pieces@Road Corner</OBJName>
<Type>deco</Type>
<inGameName>Road Corner</inGameName>
<price>5</price>
<grid>true</grid>
<snapCenter>true</snapCenter>
<category>Roads</category>
<heightDelta>0.125</heightDelta>
<gridSubdivision>1</gridSubdivision>
<recolorable>true</recolorable>
<shader>Diffuse</shader>
<Color1>5D5D5D</Color1>
<Color2>F1F1F1</Color2>
<Color3>1C0FFF</Color3>
<Color4>FF00FF</Color4>
</Object>
<Object>
<OBJName>Road Pieces@Road Flat</OBJName>
<Type>deco</Type>
<inGameName>Road Flat</inGameName>
<price>5</price>
<grid>true</grid>
<snapCenter>true</snapCenter>
<category>Roads</category>
<heightDelta>0.125</heightDelta>
<gridSubdivision>1</gridSubdivision>
<recolorable>true</recolorable>
<shader>Diffuse</shader>
<Color1>5D5D5D</Color1>
<Color2>51FF00</Color2>
<Color3>1C0FFF</Color3>
<Color4>FF00FF</Color4>
</Object>
<Object>
<OBJName>Road Pieces@Road Middle</OBJName>
<Type>deco</Type>
<inGameName>Road Middle</inGameName>
<price>5</price>
<grid>true</grid>
<snapCenter>true</snapCenter>
<category>Roads</category>
<heightDelta>0.125</heightDelta>
<gridSubdivision>1</gridSubdivision>
<recolorable>true</recolorable>
<shader>Diffuse</shader>
<Color1>5D5D5D</Color1>
<Color2>F1F1F1</Color2>
<Color3>1C0FFF</Color3>
<Color4>FF00FF</Color4>
</Object>
<Object>
<OBJName>Road Pieces@Road Side</OBJName>
<Type>deco</Type>
<inGameName>Road Side</inGameName>
<price>5</price>
<grid>true</grid>
<snapCenter>true</snapCenter>
<category>Roads</category>
<heightDelta>0.125</heightDelta>
<gridSubdivision>1</gridSubdivision>
<recolorable>true</recolorable>
<shader>Diffuse</shader>
<Color1>5D5D5D</Color1>
<Color2>F1F1F1</Color2>
<Color3>1C0FFF</Color3>
<Color4>FF00FF</Color4>
</Object>
</Objects>
</Mod>