diff options
-rw-r--r-- | maps/004-1.tmx | 10 | ||||
-rw-r--r-- | maps/007-1.tmx | 4 |
2 files changed, 11 insertions, 3 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> diff --git a/maps/007-1.tmx b/maps/007-1.tmx index 5c7ae99e..5475bccc 100644 --- a/maps/007-1.tmx +++ b/maps/007-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="205" height="210" tilewidth="32" tileheight="32" infinite="0" nextlayerid="14" nextobjectid="130"> +<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="205" height="210" tilewidth="32" tileheight="32" infinite="0" nextlayerid="14" nextobjectid="130"> <properties> <property name="author" value="Saulc"/> <property name="license" value="CC BY-SA 3.0"/> @@ -2228,7 +2228,7 @@ </object> <object id="111" name="Red Scorpion" type="spawn" x="640" y="4064" width="2400" height="1888"> <properties> - <property name="death" value="300000"/> + <property name="death" value="120000"/> <property name="max_beings" value="10"/> <property name="monster_id" value="1072"/> <property name="script" value="Tycoon::OnKillRedScorpion"/> |