diff options
author | Micksha <ms-shaman@gmx.de> | 2020-04-26 23:08:40 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2020-04-26 23:08:40 +0000 |
commit | aa16ca4cc44a9172f433155d4378b61c1c8ebdaa (patch) | |
tree | 0469b85972234e8828044c76871895830e433f99 /maps | |
parent | 51470d433d9a2e1c6c052527a0c95809029f6298 (diff) | |
download | clientdata-aa16ca4cc44a9172f433155d4378b61c1c8ebdaa.tar.gz clientdata-aa16ca4cc44a9172f433155d4378b61c1c8ebdaa.tar.bz2 clientdata-aa16ca4cc44a9172f433155d4378b61c1c8ebdaa.tar.xz clientdata-aa16ca4cc44a9172f433155d4378b61c1c8ebdaa.zip |
add moubi to 008-1 and 008-1-1
Diffstat (limited to 'maps')
-rw-r--r-- | maps/008-1-1.tmx | 12 | ||||
-rw-r--r-- | maps/008-1.tmx | 20 |
2 files changed, 26 insertions, 6 deletions
diff --git a/maps/008-1-1.tmx b/maps/008-1-1.tmx index 7633f18a..4ffd236d 100644 --- a/maps/008-1-1.tmx +++ b/maps/008-1-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="270" height="220" tilewidth="32" tileheight="32" infinite="0" nextlayerid="14" nextobjectid="88"> +<map version="1.2" tiledversion="1.3.4" orientation="orthogonal" renderorder="right-down" width="270" height="220" tilewidth="32" tileheight="32" infinite="0" nextlayerid="14" nextobjectid="89"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -2657,7 +2657,7 @@ </properties> </object> <object id="80" name="^WEST|PORT" type="anchor" x="1664" y="1920" width="32" height="32"/> - <object id="81" name="Butterfly" type="spawn" x="4032" y="2304" width="736" height="1088"> + <object id="81" name="Butterfly" type="spawn" x="4032" y="2240" width="736" height="1088"> <properties> <property name="death" value="10000"/> <property name="max_beings" value="8"/> @@ -2712,5 +2712,13 @@ <property name="dest_y" value="32"/> </properties> </object> + <object id="88" name="Moubi" type="spawn" x="3712" y="1792" width="2912" height="736"> + <properties> + <property name="death" value="125000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1072"/> + <property name="spawn" value="20000"/> + </properties> + </object> </objectgroup> </map> diff --git a/maps/008-1.tmx b/maps/008-1.tmx index db912421..e9a5d542 100644 --- a/maps/008-1.tmx +++ b/maps/008-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="350" height="250" tilewidth="32" tileheight="32" infinite="0" nextlayerid="27" nextobjectid="226"> +<map version="1.2" tiledversion="1.3.4" orientation="orthogonal" renderorder="right-down" width="350" height="250" tilewidth="32" tileheight="32" infinite="0" nextlayerid="27" nextobjectid="227"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -3505,14 +3505,18 @@ <property name="dest_y" value="34"/> </properties> </object> - <object id="97" name="To North Mine" type="warp" x="7968" y="704" width="64" height="32"> + <object id="97" name="To North Mine" type="warp" x="7968" y="736" width="64" height="32"> <properties> - <property name="ignore" value="this"/> + <property name="dest_map" value="008-3-4"/> + <property name="dest_x" value="88"/> + <property name="dest_y" value="76"/> </properties> </object> <object id="98" name="To Obelisk Cave" type="warp" x="9056" y="832" width="32" height="32"> <properties> - <property name="ignore" value="this"/> + <property name="dest_map" value="008-3-3"/> + <property name="dest_x" value="37"/> + <property name="dest_y" value="56"/> </properties> </object> <object id="134" name="^FARM|MOUB" type="anchor" x="2272" y="4128" width="32" height="32"/> @@ -4095,5 +4099,13 @@ <property name="dest_y" value="48"/> </properties> </object> + <object id="226" name="Moubi" type="spawn" x="2624" y="3520" width="480" height="416"> + <properties> + <property name="death" value="60000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1072"/> + <property name="spawn" value="30000"/> + </properties> + </object> </objectgroup> </map> |