-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBodies.xml
25 lines (22 loc) · 1.19 KB
/
Bodies.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
<bodies>
<bodyparttypevariants>
<bodyparttypevariant VariantOf="Body" Type="Opaque Mechanism" Description="Opaque Mechanism" Category="Metal" />
<bodyparttypevariant VariantOf="Arm" Type="Cosmetic Outcrop" Description="Cosmetic Outcrop" Category="Metal" />
<bodyparttypevariant VariantOf="Hand" Type="Improvised Manipulator" Description="Improvised Manipulator" Category="Metal" />
<bodyparttypevariant VariantOf="Head" Type="Percolator" Description="Percolator" Category="Metal" />
<bodyparttypevariant VariantOf="Face" Type="Protective Plating" Description="Protective Plating" Category="Metal" />
</bodyparttypevariants>
<anatomies>
<anatomy Name="helado_BrewedBeverages_AutomaticBrewer" Category="Metal" BodyType="Opaque Mechanism">
<part Type="Cosmetic Outcrop">
<part Type="Improvised Manipulator" />
</part>
<part Type="Percolator">
<part Type="Protective Plating" />
</part>
<part Type="Chassis" />
<part Type="Front Legs" Category="Metal" />
<part Type="Rear Legs" Category="Metal" />
</anatomy>
</anatomies>
</bodies>