diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-03 01:08:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-03 01:08:49 -0300 |
commit | d8121cecc089778be16773e2b40a70394aaf4978 (patch) | |
tree | 861b58b7addbb4cf6086882f50eb09e895d8474b /maps/015-1.tmx | |
parent | a6c84e2abb59db3063e54b4493456d16150497b5 (diff) | |
download | clientdata-d8121cecc089778be16773e2b40a70394aaf4978.tar.gz clientdata-d8121cecc089778be16773e2b40a70394aaf4978.tar.bz2 clientdata-d8121cecc089778be16773e2b40a70394aaf4978.tar.xz clientdata-d8121cecc089778be16773e2b40a70394aaf4978.zip |
Add "placeholder" monsters to 014 and 015.
They will change later, and so will maps.
Diffstat (limited to 'maps/015-1.tmx')
-rw-r--r-- | maps/015-1.tmx | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/maps/015-1.tmx b/maps/015-1.tmx index 1ef94c57..84ff88f5 100644 --- a/maps/015-1.tmx +++ b/maps/015-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" nextobjectid="64"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" nextobjectid="68"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -1458,4 +1458,38 @@ </properties> </object> </objectgroup> + <objectgroup color="#fcff00" name="Spawns"> + <object id="64" name="Silk Worm" type="spawn" x="-1280" y="-448" width="7680" height="6272"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="1034"/> + <property name="spawn" value="30000"/> + </properties> + </object> + <object id="65" name="Bif" type="spawn" x="64" y="256" width="7680" height="6272"> + <properties> + <property name="death" value="45000"/> + <property name="max_beings" value="8"/> + <property name="monster_id" value="1058"/> + <property name="spawn" value="45000"/> + </properties> + </object> + <object id="66" name="Red Slime" type="spawn" x="-1472" y="448" width="7680" height="6272"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="60"/> + <property name="monster_id" value="1092"/> + <property name="spawn" value="30000"/> + </properties> + </object> + <object id="67" name="Cave Bat" type="spawn" x="352" y="-512" width="7680" height="6272"> + <properties> + <property name="death" value="60000"/> + <property name="max_beings" value="40"/> + <property name="monster_id" value="1039"/> + <property name="spawn" value="60000"/> + </properties> + </object> + </objectgroup> </map> |