cyphesis/data/deeds/environment/ocean.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

27 lines
1 KiB
XML

<atlas>
<map>
<map name="attributes">
<map name="mode">
<string name="default">fixed</string>
<string name="visibility">public</string>
</map>
<map name="present">
<string name="default">dural/environment/ocean.entitymap</string>
<string name="visibility">public</string>
</map>
<map name="water_body">
<int name="default">1</int>
<string name="visibility">public</string>
</map>
<map name="visibility">
<float name="default">1000000</float>
<string name="visibility">public</string>
</map>
</map>
<string name="id">ocean</string>
<string name="objtype">class</string>
<string name="parent">thing</string>
<string name="description">An infinitely large body of water. There should only be at most one ocean per domain.</string>
</map>
</atlas>