diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-02 13:21:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-02 13:21:39 -0300 |
commit | 7846e81be4b4d661a4423e5f8e09e1afefba120a (patch) | |
tree | 147f266730e570ccb5465449787146ecde9ab7f8 /maps/015-2.tmx | |
parent | a28e8b4f1e9a5e29c3457996a705160525e4ec72 (diff) | |
download | clientdata-7846e81be4b4d661a4423e5f8e09e1afefba120a.tar.gz clientdata-7846e81be4b4d661a4423e5f8e09e1afefba120a.tar.bz2 clientdata-7846e81be4b4d661a4423e5f8e09e1afefba120a.tar.xz clientdata-7846e81be4b4d661a4423e5f8e09e1afefba120a.zip |
Override spawn areas for: 015-1 Hurnscald Mines (Lv 30), 015-2 Bandit Cave (Lv 35)
015-5 Abandoned Mines (No Level Specification)
Diffstat (limited to 'maps/015-2.tmx')
-rw-r--r-- | maps/015-2.tmx | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/maps/015-2.tmx b/maps/015-2.tmx index d08ad6ec..0e86cf4c 100644 --- a/maps/015-2.tmx +++ b/maps/015-2.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="300" height="300" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="82"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="300" height="300" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="83"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -2008,7 +2008,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#0000ff" id="8" name="Spawn" visible="0"> + <objectgroup color="#0000ff" id="8" name="Spawn"> <object id="25" name="Silk Worm" type="spawn" x="352" y="288" width="9088" height="4096"> <properties> <property name="death" value="100000"/> @@ -2156,7 +2156,7 @@ <object id="43" name="Snake" type="spawn" x="4800" y="2912" width="1184" height="1216"> <properties> <property name="death" value="100000"/> - <property name="max_beings" value="3"/> + <property name="max_beings" value="1"/> <property name="monster_id" value="1122"/> <property name="spawn" value="30000"/> </properties> @@ -2164,7 +2164,7 @@ <object id="44" name="Snake" type="spawn" x="5792" y="1856" width="1184" height="1216"> <properties> <property name="death" value="100000"/> - <property name="max_beings" value="3"/> + <property name="max_beings" value="2"/> <property name="monster_id" value="1122"/> <property name="spawn" value="30000"/> </properties> @@ -2172,7 +2172,7 @@ <object id="45" name="Snake" type="spawn" x="2368" y="4800" width="960" height="896"> <properties> <property name="death" value="100000"/> - <property name="max_beings" value="3"/> + <property name="max_beings" value="1"/> <property name="monster_id" value="1122"/> <property name="spawn" value="30000"/> </properties> @@ -2180,7 +2180,7 @@ <object id="46" name="Snake" type="spawn" x="992" y="3328" width="1152" height="640"> <properties> <property name="death" value="100000"/> - <property name="max_beings" value="3"/> + <property name="max_beings" value="2"/> <property name="monster_id" value="1122"/> <property name="spawn" value="30000"/> </properties> @@ -2220,7 +2220,7 @@ <object id="51" name="Snake" type="spawn" x="2752" y="7008" width="960" height="480"> <properties> <property name="death" value="100000"/> - <property name="max_beings" value="3"/> + <property name="max_beings" value="2"/> <property name="monster_id" value="1122"/> <property name="spawn" value="30000"/> </properties> @@ -2393,6 +2393,14 @@ <property name="spawn" value="30000"/> </properties> </object> + <object id="82" name="Angry Red Scorpion" type="spawn" x="2784" y="5248" width="448" height="576"> + <properties> + <property name="death" value="100000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1130"/> + <property name="spawn" value="30000"/> + </properties> + </object> </objectgroup> <objectgroup color="#19ff00" id="9" name="Particles" visible="0"> <object id="12" name="graphics/particles/waterfall.particle.xml" type="particle_effect" x="3865" y="7123" width="11" height="11"/> |