mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
* data/devices.xml: Add a second type of operation to the example device. * rulesets/Character.cpp: Sort out the fixme so non-default actions can be specified when actuating devices. * rulesets/basic/mind/goals/common/misc_goal.py: Clean up the actuation testing goal.
32 lines
766 B
XML
32 lines
766 B
XML
<atlas>
|
|
|
|
<map>
|
|
<map name="attributes">
|
|
<map name="bbox">
|
|
<list name="default">
|
|
<float>1</float>
|
|
<float>0.1</float>
|
|
<float>2</float>
|
|
</list>
|
|
<string name="visibility">public</string>
|
|
</map>
|
|
<map name="mass">
|
|
<float name="default">20</float>
|
|
<string name="visibility">public</string>
|
|
</map>
|
|
<map name="actions">
|
|
<list name="default">
|
|
<string>ignite</string>
|
|
<string>chop</string>
|
|
</list>
|
|
<string name="visibility">public</string>
|
|
</map>
|
|
</map>
|
|
<string name="id">door</string>
|
|
<string name="objtype">class</string>
|
|
<list name="parents">
|
|
<string>thing</string>
|
|
</list>
|
|
</map>
|
|
|
|
</atlas>
|