diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-17 20:26:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-17 20:26:44 -0300 |
commit | 32f9b7c1932fb26e35145fdc27521b44f8db3d70 (patch) | |
tree | 23f2226852c678af831712e18234e2b6edb59a70 | |
parent | 875cc409096fd90fbfdcb87b5eaa829cf0800579 (diff) | |
download | clientdata-32f9b7c1932fb26e35145fdc27521b44f8db3d70.tar.gz clientdata-32f9b7c1932fb26e35145fdc27521b44f8db3d70.tar.bz2 clientdata-32f9b7c1932fb26e35145fdc27521b44f8db3d70.tar.xz clientdata-32f9b7c1932fb26e35145fdc27521b44f8db3d70.zip |
Add a boss
-rw-r--r-- | maps/031-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/031-1.tmx b/maps/031-1.tmx index 686cef3e..75ffb654 100644 --- a/maps/031-1.tmx +++ b/maps/031-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="130" height="125" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="12"> +<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="130" height="125" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="13"> <properties> <property name="license" value="GPL 2.0+"/> <property name="manaplus version" value="2"/> @@ -908,5 +908,13 @@ <property name="spawn" value="30000"/> </properties> </object> + <object id="12" name="Whirly Bird" type="spawn" x="672" y="608" width="256" height="320"> + <properties> + <property name="death" value="300000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1232"/> + <property name="spawn" value="300000"/> + </properties> + </object> </objectgroup> </map> |