cyphesis/data/deeds/character.xml
Erik Ogenvik d7960b3100 Improve on how updated types are handled.
By installing and changing some types, other types might update. This is
now handled.
2018-05-08 14:32:02 +02:00

23 lines
712 B
XML

<atlas>
<map>
<map name="attributes">
<map name="density">
<float name="default">125</float>
<string name="visibility">public</string>
</map>
<map name="perception_sight">
<float name="default">1.0</float>
<string name="visibility">public</string>
</map>
<map name="mode">
<string name="default">free</string>
<string name="visibility">public</string>
</map>
</map>
<string name="id">character</string>
<string name="objtype">class</string>
<string name="parent">thing</string>
</map>
</atlas>