cyphesis/data/deeds/materials/wood.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

21 lines
752 B
XML

<atlas>
<map>
<map name="attributes">
<map name="burn_speed">
<float name="default">1</float>
<string name="visibility">public</string>
</map>
<map name="density">
<float name="default">500</float>
<string name="visibility">public</string>
</map>
<map name="present">
<string name="default">dural/structures/ossyja_planks/ossyja_planks.modeldef</string>
<string name="visibility">public</string>
</map>
</map>
<string name="id">wood</string>
<string name="objtype">class</string>
<string name="parent">material</string>
</map>
</atlas>