diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-12 23:37:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-12 23:37:25 -0300 |
commit | 8552fbc7f147ad9ef801637b70517e4aadf032f0 (patch) | |
tree | 7c3859c0573ac8253522fd2766e6cc6813f4074d /maps | |
parent | 4a124733067f506ab0d89605c10a67db85f8880f (diff) | |
download | clientdata-8552fbc7f147ad9ef801637b70517e4aadf032f0.tar.gz clientdata-8552fbc7f147ad9ef801637b70517e4aadf032f0.tar.bz2 clientdata-8552fbc7f147ad9ef801637b70517e4aadf032f0.tar.xz clientdata-8552fbc7f147ad9ef801637b70517e4aadf032f0.zip |
Introduce the Centaur, our newest monster.
Diffstat (limited to 'maps')
-rw-r--r-- | maps/014-3.tmx | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/maps/014-3.tmx b/maps/014-3.tmx index 0516cbbf..86278ca7 100644 --- a/maps/014-3.tmx +++ b/maps/014-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="254" height="174" tilewidth="32" tileheight="32" infinite="0" nextobjectid="27"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="254" height="174" tilewidth="32" tileheight="32" infinite="0" nextobjectid="28"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -1314,7 +1314,7 @@ </object> <object id="23" name="graphics/particles/wispdance.particle.xml" type="particle_effect" x="7072" y="4064" width="32" height="32"/> </objectgroup> - <objectgroup color="#ffff00" name="Spawns" visible="0"> + <objectgroup color="#ffff00" name="Spawns"> <object id="24" name="Mouboo" type="spawn" x="1344" y="1344" width="5888" height="3392"> <properties> <property name="death" value="45000"/> @@ -1323,7 +1323,7 @@ <property name="spawn" value="30000"/> </properties> </object> - <object id="25" name="Forest Mushroom" type="spawn" x="2432" y="992" width="3360" height="3776"> + <object id="25" name="Forest Mushroom" type="spawn" x="2432" y="3520" width="4544" height="1376"> <properties> <property name="death" value="45000"/> <property name="max_beings" value="9"/> @@ -1339,5 +1339,13 @@ <property name="spawn" value="30000"/> </properties> </object> + <object id="27" name="Centaur" type="spawn" x="800" y="2208" width="2400" height="2112"> + <properties> + <property name="death" value="60000"/> + <property name="max_beings" value="4"/> + <property name="monster_id" value="1139"/> + <property name="spawn" value="60000"/> + </properties> + </object> </objectgroup> </map> |