cyphesis/data/deeds/garments/pants.xml
Erik Ogenvik 2bbbad4c58 Restructure and add "present" properties.
Also make sure that the correct geometry is used whenever possible.
2018-02-20 22:26:27 +01:00

26 lines
831 B
XML

<atlas>
<map>
<map name="attributes">
<map name="geometry">
<map name="default">
<string name="path">dural/creatures/biped/malebuilder/model/folded_pants.mesh</string>
<string name="type">box</string>
</map>
<string name="visibility">public</string>
</map>
<map name="present">
<string name="default">dural/creatures/biped/malebuilder/folded_pants.entitymap</string>
<string name="visibility">public</string>
</map>
<map name="worn">
<string name="default">legs</string>
<string name="visibility">public</string>
</map>
</map>
<string name="id">pants</string>
<string name="objtype">class</string>
<string name="parent">garment</string>
</map>
</atlas>