diff options
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 64057596..bcfbe49a 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="84"> +<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="140" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="85"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -1585,5 +1585,13 @@ <property name="spawn" value="45000"/> </properties> </object> + <object id="84" name="Red Scorpion" type="spawn" x="672" y="3008" width="1280" height="800"> + <properties> + <property name="death" value="60000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1072"/> + <property name="spawn" value="95000"/> + </properties> + </object> </objectgroup> </map> |