summaryrefslogtreecommitdiff
path: root/maps/objecttypes.xml
diff options
context:
space:
mode:
authorSaulc <lucas@debian>2018-01-13 19:41:26 +0100
committerSaulc <lucas@debian>2018-01-13 19:41:26 +0100
commit4c4f4be30bae96e6cd943de326b1a4b1b841dcd4 (patch)
treea94e0a063e5df2a9f7f84f720982a3bca0c0cf6d /maps/objecttypes.xml
downloadclientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.tar.gz
clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.tar.bz2
clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.tar.xz
clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.zip
Initial commit
Diffstat (limited to 'maps/objecttypes.xml')
-rw-r--r--maps/objecttypes.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/maps/objecttypes.xml b/maps/objecttypes.xml
new file mode 100644
index 00000000..72915863
--- /dev/null
+++ b/maps/objecttypes.xml
@@ -0,0 +1,20 @@
+<?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"/>
+ <property name="npc_id" type="string" default="WARP"/>
+ <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>