cyphesis/data/deeds/environment/lake.xml
Erik Ogenvik d0585e9eb8 Enabled oceans and lakes.
Through the "water_body" property. An entity which has this is a water
body. If there's a bbox the entity is a lake (bounded), otherwise it's
an ocean (infinite bounds).
2018-02-28 09:34:05 +01:00

34 lines
1.2 KiB
XML

<atlas>
<map>
<map name="attributes">
<map name="bbox">
<list name="default">
<float>-10</float>
<float>-10</float>
<float>-10</float>
<float>10</float>
<float>0</float>
<float>10</float>
</list>
<string name="visibility">public</string>
</map>
<map name="present">
<string name="default">dural/environment/water/lake.modeldef</string>
<string name="visibility">public</string>
</map>
<map name="mode">
<string name="default">fixed</string>
<string name="visibility">public</string>
</map>
<map name="water_body">
<int name="default">1</int>
<string name="visibility">public</string>
</map>
</map>
<string name="id">lake</string>
<string name="objtype">class</string>
<string name="parent">thing</string>
<string name="description">A constrained body of water.</string>
</map>
</atlas>