diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-31 22:53:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-31 22:53:22 -0300 |
commit | 5ebf13dc0512c77dd5046d92c851062b6040e4a7 (patch) | |
tree | ffbb2a17079f58a4224b4a7979e787a8c8d7a4f0 /maps/objecttypes.xml | |
parent | 229261bfdfdf1123a531fbb48b9b37a8ef78a12c (diff) | |
download | clientdata-r12.4_20200801.tar.gz clientdata-r12.4_20200801.tar.bz2 clientdata-r12.4_20200801.tar.xz clientdata-r12.4_20200801.zip |
Update objects defaults.r12.4_20200801
Update 025-1 collision type
Diffstat (limited to 'maps/objecttypes.xml')
-rw-r--r-- | maps/objecttypes.xml | 18 |
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"/> |