cyphesis/data/deeds/tools/torch.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

34 lines
1.3 KiB
XML

<atlas>
<map>
<map name="attributes">
<map name="geometry">
<map name="default">
<string name="path">dural/items/tools/torch/model/torch.mesh</string>
<string name="type">cylinder-z</string>
</map>
<string name="visibility">public</string>
</map>
<map name="present">
<string name="default">dural/items/tools/torch/torch.modeldef</string>
<string name="visibility">public</string>
</map>
<map name="density">
<float name="default">500</float>
<string name="visibility">public</string>
</map>
<map name="operations">
<list name="default">
<string>ignite</string>
</list>
<string name="visibility">public</string>
</map>
</map>
<string name="id">torch</string>
<string name="objtype">class</string>
<string name="parent">thing</string>
<map name="script">
<string name="language">python</string>
<string name="name">world.objects.tools.Torch.Torch</string>
</map>
</map>
</atlas>