diff options
author | Saulc <lucashelaine14@gmail.com> | 2019-04-06 17:15:51 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2019-04-06 17:15:51 +0000 |
commit | c8f9edf6daf88f15f174a2f1e07cb7f28c70eb85 (patch) | |
tree | b0e75b9592bd2055c440747416291eb3bbb4d630 | |
parent | 29185faf1803b43a641999becbe19b03b36241ba (diff) | |
download | clientdata-c8f9edf6daf88f15f174a2f1e07cb7f28c70eb85.tar.gz clientdata-c8f9edf6daf88f15f174a2f1e07cb7f28c70eb85.tar.bz2 clientdata-c8f9edf6daf88f15f174a2f1e07cb7f28c70eb85.tar.xz clientdata-c8f9edf6daf88f15f174a2f1e07cb7f28c70eb85.zip |
010-1-4.tmx map ready
-rw-r--r-- | maps/010-1-4.tmx | 58 |
1 files changed, 50 insertions, 8 deletions
diff --git a/maps/010-1-4.tmx b/maps/010-1-4.tmx index f0a32de0..8ef1bdcb 100644 --- a/maps/010-1-4.tmx +++ b/maps/010-1-4.tmx @@ -1,8 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="89" height="78" tilewidth="32" tileheight="32" infinite="0" nextlayerid="85" nextobjectid="48"> +<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="89" height="78" tilewidth="32" tileheight="32" infinite="0" nextlayerid="87" nextobjectid="52"> <properties> - <property name="music" value="night-is-calling.ogg"/> - <property name="name" value="Rossy Battle Caves"/> + <property name="author" value="Saulc"/> + <property name="license" value="CC BY-SA 3.0"/> + <property name="manaplus version" value="2"/> + <property name="minimap" value="graphics/minimaps/010-1-4.png"/> + <property name="music" value="cavesong.ogg"/> + <property name="name" value="Canyon Cave"/> + <property name="overlay0image" value="graphics/images/ambient/spotlight.png"/> + <property name="overlay0keepratio" value="true"/> </properties> <tileset firstgid="1" source="../graphics/tilesets/collision.tsx"/> <tileset firstgid="10" name="cave2" tilewidth="32" tileheight="32" tilecount="128" columns="16"> @@ -419,11 +425,6 @@ 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 </data> </layer> - <objectgroup id="12" name="margin"/> - <objectgroup color="#ff0000" id="29" name="help"> - <object id="36" name="12" x="1082.6" y="1635.66" width="32" height="32"/> - <object id="40" name="11" x="1796.67" y="956" width="32" height="32"/> - </objectgroup> <objectgroup color="#000000" id="74" name="Warps"> <object id="46" name="To Ouside" type="warp" x="1056" y="1600" width="32" height="32"> <properties> @@ -440,10 +441,51 @@ </properties> </object> </objectgroup> + <objectgroup color="#ff5500" id="85" name="Spawns"> + <object id="48" name="Cave Maggot" type="Spawn" x="0" y="0" width="32" height="32"> + <properties> + <property name="death" value="150000"/> + <property name="max_beings" value="8"/> + <property name="monster_id" value="1027"/> + <property name="spawn" value="35000"/> + </properties> + </object> + <object id="49" name="Scorpion" type="Spawn" x="1248" y="704" width="640" height="640"> + <properties> + <property name="death" value="150000"/> + <property name="max_beings" value="6"/> + <property name="monster_id" value="1071"/> + <property name="spawn" value="35000"/> + </properties> + </object> + <object id="50" name="Black Scorpion" type="Spawn" x="928" y="1216" width="640" height="640"> + <properties> + <property name="death" value="150000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1074"/> + <property name="spawn" value="35000"/> + </properties> + </object> + </objectgroup> + <objectgroup color="#026c06" id="86" name="Plants"> + <object id="51" name="Plushroom Field" type="Spawn" x="0" y="0" width="32" height="32"> + <properties> + <property name="death" value="150000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1011"/> + <property name="spawn" value="35000"/> + </properties> + </object> + </objectgroup> <objectgroup color="#ffff00" id="6" name="Objects"> <object id="32" name="margin" x="-7.0303" y="836.364" width="960" height="640"/> <object id="33" name="margin" x="980.636" y="-1.9697" width="960" height="640"/> <object id="34" name="margin" x="1898.93" y="733.272" width="960" height="640"/> <object id="35" name="margin" x="829.44" y="1853.03" width="960" height="640"/> </objectgroup> + <objectgroup id="12" name="Margin"/> + <objectgroup color="#ff0000" id="29" name="Help"> + <object id="36" name="12" x="1082.6" y="1635.66" width="32" height="32"/> + <object id="40" name="11" x="1796.67" y="956" width="32" height="32"/> + </objectgroup> </map> |