summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-11-01 16:20:22 +0000
committerReid <reidyaro@gmail.com>2016-11-01 16:20:22 +0000
commit7725425c95d16647efb68b5e504a4940a605b27e (patch)
treefaffd84898160dd8c507a003f9217b6038f8ac7e
parent2b9dc946a4d21fae8086a2447cac1f63b02159a7 (diff)
parentd6348399919a0bc88fe00f14a28edcc3a2beee53 (diff)
downloadclientdata-7725425c95d16647efb68b5e504a4940a605b27e.tar.gz
clientdata-7725425c95d16647efb68b5e504a4940a605b27e.tar.bz2
clientdata-7725425c95d16647efb68b5e504a4940a605b27e.tar.xz
clientdata-7725425c95d16647efb68b5e504a4940a605b27e.zip
Merge branch 'map-object-types' into 'master'
Add importable object types so custom attrs are added to objects See merge request !18
-rw-r--r--maps/objecttypes.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/maps/objecttypes.xml b/maps/objecttypes.xml
new file mode 100644
index 00000000..31d1b5a9
--- /dev/null
+++ b/maps/objecttypes.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<objecttypes>
+ <objecttype name="warp" color="#00ff00">
+ <property name="dest_map" type="string"/>
+ <property name="dest_x" type="string"/>
+ <property name="dest_y" type="string"/>
+ </objecttype>
+ <objecttype name="ani_warp" color="#00ff7f">
+ <property name="dest_map" type="string"/>
+ <property name="dest_x" type="string"/>
+ <property name="dest_y" type="string"/>
+ <property name="npc_id" type="string"/>
+ <property name="trigger_x" type="string"/>
+ <property name="trigger_y" type="string"/>
+ </objecttype>
+ <objecttype name="spawn" color="#ff0000">
+ <property name="death" type="string"/>
+ <property name="max_beings" type="string"/>
+ <property name="monster_id" type="string"/>
+ <property name="spawn" type="string"/>
+ </objecttype>
+ <objecttype name="save" color="#ffff00">
+ <property name="inn" type="string"/>
+ </objecttype>
+</objecttypes>