diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-14 08:40:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-14 08:40:56 -0300 |
commit | 7d74138d36c186366ef5fdaffb93f5d370c0a270 (patch) | |
tree | 4db720611060d7077b318dd0048ce15f1220770c | |
parent | a31950595a65ddfcc038f1731f230efdbbdc3e73 (diff) | |
download | clientdata-7d74138d36c186366ef5fdaffb93f5d370c0a270.tar.gz clientdata-7d74138d36c186366ef5fdaffb93f5d370c0a270.tar.bz2 clientdata-7d74138d36c186366ef5fdaffb93f5d370c0a270.tar.xz clientdata-7d74138d36c186366ef5fdaffb93f5d370c0a270.zip |
Pinkies to 014-3. Resize 012-1 pinkie spawn area.
-rw-r--r-- | maps/012-1.tmx | 2 | ||||
-rw-r--r-- | maps/014-3.tmx | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/maps/012-1.tmx b/maps/012-1.tmx index 89a26c1e..f241354a 100644 --- a/maps/012-1.tmx +++ b/maps/012-1.tmx @@ -1127,7 +1127,7 @@ <property name="spawn" value="30000"/> </properties> </object> - <object id="27" name="Pinkie" type="spawn" x="1504" y="576" width="2944" height="1024"> + <object id="27" name="Pinkie" type="spawn" x="1600" y="576" width="2272" height="1024"> <properties> <property name="death" value="90000"/> <property name="max_beings" value="8"/> diff --git a/maps/014-3.tmx b/maps/014-3.tmx index 86278ca7..287e6910 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="28"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="254" height="174" tilewidth="32" tileheight="32" infinite="0" nextobjectid="29"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -1347,5 +1347,13 @@ <property name="spawn" value="60000"/> </properties> </object> + <object id="28" name="Pinkie" type="spawn" x="5440" y="2528" width="1440" height="992"> + <properties> + <property name="death" value="90000"/> + <property name="max_beings" value="6"/> + <property name="monster_id" value="1132"/> + <property name="spawn" value="30000"/> + </properties> + </object> </objectgroup> </map> |