mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
It's currently a copy of the Mason ruleset. Where Mason focuses on letting the users create the world themselves, Deeds instead focuses on allowing world authors to set up enticing worlds with gameplay and stories. In contrast to Mason there are more features available to the world authors which allow for automatic creation of entities and so on.
53 lines
1.3 KiB
XML
53 lines
1.3 KiB
XML
<atlas>
|
|
|
|
<map>
|
|
<map name="attributes">
|
|
<map name="mass">
|
|
<float name="default">0.05</float>
|
|
<string name="visibility">public</string>
|
|
</map>
|
|
</map>
|
|
<string name="id">arrow</string>
|
|
<string name="objtype">class</string>
|
|
<list name="parents">
|
|
<string>thing</string>
|
|
</list>
|
|
</map>
|
|
|
|
<map>
|
|
<map name="attributes">
|
|
<map name="ammo">
|
|
<string name="default">arrow</string>
|
|
<string name="visibility">internal</string>
|
|
</map>
|
|
<map name="mass">
|
|
<float name="default">1.5</float>
|
|
<string name="visibility">public</string>
|
|
</map>
|
|
</map>
|
|
<string name="id">bow</string>
|
|
<string name="objtype">class</string>
|
|
<list name="parents">
|
|
<string>thing</string>
|
|
</list>
|
|
<map name="script">
|
|
<string name="language">python</string>
|
|
<string name="name">world.objects.tools.Bow.Bow</string>
|
|
</map>
|
|
</map>
|
|
|
|
<map>
|
|
<map name="attributes">
|
|
<map name="mass">
|
|
<float name="default">1.5</float>
|
|
<string name="visibility">public</string>
|
|
</map>
|
|
</map>
|
|
<string name="id">sword</string>
|
|
<string name="objtype">class</string>
|
|
<list name="parents">
|
|
<string>thing</string>
|
|
</list>
|
|
</map>
|
|
|
|
</atlas>
|