summaryrefslogtreecommitdiff
path: root/maps/objecttypes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'maps/objecttypes.xml')
-rw-r--r--maps/objecttypes.xml18
1 files changed, 10 insertions, 8 deletions
diff --git a/maps/objecttypes.xml b/maps/objecttypes.xml
index c34e4ad1..ba64ac9b 100644
--- a/maps/objecttypes.xml
+++ b/maps/objecttypes.xml
@@ -16,9 +16,11 @@
<property name="spawn" type="string"/>
<property name="script" type="string"/>
</objecttype>
+ <!--
<objecttype name="save" color="#ffff00">
<property name="inn" type="string"/>
</objecttype>
+ -->
<!-- TMW2 Custom Object Types -->
<objecttype name="slide" color="#00ff00">
<property name="dest_x" type="string"/>
@@ -27,15 +29,15 @@
<property name="trigger_y" type="string"/>
</objecttype>
<objecttype name="dyncollision" color="#000040">
- <property name="colid" type="string"/>
- <property name="enabled" type="string"/>
+ <property name="colid" type="string" default="1"/>
+ <property name="enabled" type="string" default="1"/>
</objecttype>
<objecttype name="switch" color="#004070">
<property name="callfunc" type="string"/>
<property name="args" type="string"/>
<property name="doevent" type="string"/>
- <property name="distance" type="string"/>
- <property name="enabled" type="string"/>
+ <property name="distance" type="string" default="2"/>
+ <property name="enabled" type="string" default="0"/>
</objecttype>
<objecttype name="function" color="#400000">
<property name="callfunc" type="string"/>
@@ -43,10 +45,10 @@
<property name="doevent" type="string"/>
</objecttype>
<objecttype name="trap" color="#700070">
- <property name="disarmtime" type="string"/>
- <property name="stuntime" type="string"/>
- <property name="damage" type="string"/>
- <property name="target" type="string"/>
+ <property name="disarmtime" type="string" default="15"/>
+ <property name="stuntime" type="string" default="3"/>
+ <property name="damage" type="string" default="80"/>
+ <property name="target" type="string" default="3"/>
</objecttype>
<objecttype name="treasure" color="#000090">
<property name="distance" type="string" default="2"/>