diff options
Diffstat (limited to 'maps/014-3.tmx')
-rw-r--r-- | maps/014-3.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
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> |