diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-11 11:04:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-11 11:04:08 -0300 |
commit | 1c9416aba8d6ae1f005857c11bad082885a2bb1a (patch) | |
tree | 3ac0fd1da9a5d593765dfcc4e62480696d92c4e8 | |
parent | 1259067d63e52b138da36aea8bf2ded206c471c7 (diff) | |
download | clientdata-1c9416aba8d6ae1f005857c11bad082885a2bb1a.tar.gz clientdata-1c9416aba8d6ae1f005857c11bad082885a2bb1a.tar.bz2 clientdata-1c9416aba8d6ae1f005857c11bad082885a2bb1a.tar.xz clientdata-1c9416aba8d6ae1f005857c11bad082885a2bb1a.zip |
missing mobs
-rw-r--r-- | maps/019-1.tmx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/maps/019-1.tmx b/maps/019-1.tmx index c95373e5..fa7ddba5 100644 --- a/maps/019-1.tmx +++ b/maps/019-1.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="138" height="128" tilewidth="32" tileheight="32" infinite="0" nextobjectid="15"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="138" height="128" tilewidth="32" tileheight="32" infinite="0" nextobjectid="16"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -1268,7 +1268,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#ff0000" name="Spawns" visible="0"> + <objectgroup color="#ff0000" name="Spawns"> <object id="11" name="Fluffy" type="spawn" x="576" y="608" width="3392" height="3104"> <properties> <property name="death" value="30000"/> @@ -1293,5 +1293,13 @@ <property name="spawn" value="60000"/> </properties> </object> + <object id="15" name="Santa Slime" type="spawn" x="1120" y="1344" width="1408" height="1184"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1096"/> + <property name="spawn" value="30000"/> + </properties> + </object> </objectgroup> </map> |