diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-15 12:26:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-15 12:26:27 -0300 |
commit | 4967ef24aa34520470cd52f473a74349f2f77294 (patch) | |
tree | 52dae11ec366bfdaa421545554d6024d5999caa9 /maps/004-1.tmx | |
parent | 66398e0de7deb3b878fb1e50e8108ff637d9a1ae (diff) | |
download | clientdata-4967ef24aa34520470cd52f473a74349f2f77294.tar.gz clientdata-4967ef24aa34520470cd52f473a74349f2f77294.tar.bz2 clientdata-4967ef24aa34520470cd52f473a74349f2f77294.tar.xz clientdata-4967ef24aa34520470cd52f473a74349f2f77294.zip |
Add some Fire Goblins to Tulimshar
Diffstat (limited to 'maps/004-1.tmx')
-rw-r--r-- | maps/004-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/004-1.tmx b/maps/004-1.tmx index fc270aac..d0cac733 100644 --- a/maps/004-1.tmx +++ b/maps/004-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="140" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="83"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="140" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="84"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -1577,5 +1577,13 @@ <property name="dest_y" value="61"/> </properties> </object> + <object id="83" name="Fire Goblin" type="spawn" x="1848" y="2758.12" width="1192" height="1051.76"> + <properties> + <property name="death" value="45000"/> + <property name="max_beings" value="7"/> + <property name="monster_id" value="1067"/> + <property name="spawn" value="45000"/> + </properties> + </object> </objectgroup> </map> |