diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/012-1.tmx | 12 | ||||
-rw-r--r-- | maps/014-1.tmx | 10 | ||||
-rw-r--r-- | maps/014-2.tmx | 10 |
3 files changed, 28 insertions, 4 deletions
diff --git a/maps/012-1.tmx b/maps/012-1.tmx index ff19a3cf..903b6417 100644 --- a/maps/012-1.tmx +++ b/maps/012-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="162" height="120" tilewidth="32" tileheight="32" nextobjectid="38"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="162" height="120" tilewidth="32" tileheight="32" nextobjectid="39"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="1"/> @@ -1100,7 +1100,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#fffa00" name="Spawns" visible="0"> + <objectgroup color="#fffa00" name="Spawns"> <object id="25" name="Red Butterfly" type="spawn" x="1760" y="1568" width="2304" height="960"> <properties> <property name="death" value="90000"/> @@ -1157,5 +1157,13 @@ <property name="spawn" value="10000"/> </properties> </object> + <object id="38" name="Squirrel" type="spawn" x="864" y="768" width="3488" height="2272"> + <properties> + <property name="death" value="45000"/> + <property name="max_beings" value="12"/> + <property name="monster_id" value="1032"/> + <property name="spawn" value="30000"/> + </properties> + </object> </objectgroup> </map> diff --git a/maps/014-1.tmx b/maps/014-1.tmx index 4c5bba78..d2da5447 100644 --- a/maps/014-1.tmx +++ b/maps/014-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="200" height="120" tilewidth="32" tileheight="32" nextobjectid="51"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="200" height="120" tilewidth="32" tileheight="32" nextobjectid="52"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="1"/> @@ -924,5 +924,13 @@ <property name="spawn" value="30000"/> </properties> </object> + <object id="51" name="Squirrel" type="spawn" x="992" y="1504" width="3488" height="2272"> + <properties> + <property name="death" value="45000"/> + <property name="max_beings" value="12"/> + <property name="monster_id" value="1032"/> + <property name="spawn" value="30000"/> + </properties> + </object> </objectgroup> </map> diff --git a/maps/014-2.tmx b/maps/014-2.tmx index de47615b..f1ebe75f 100644 --- a/maps/014-2.tmx +++ b/maps/014-2.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="256" height="125" tilewidth="32" tileheight="32" nextobjectid="35"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="256" height="125" tilewidth="32" tileheight="32" nextobjectid="36"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -1140,6 +1140,14 @@ <property name="spawn" value="120000"/> </properties> </object> + <object id="35" name="Squirrel" type="spawn" x="1344" y="768" width="5792" height="2304"> + <properties> + <property name="death" value="42000"/> + <property name="max_beings" value="26"/> + <property name="monster_id" value="1032"/> + <property name="spawn" value="30000"/> + </properties> + </object> </objectgroup> <objectgroup color="#55ff7f" name="Plant Spawn" visible="0"> <object id="31" name="Cobalt Plant" type="spawn" x="192" y="-1376" width="8800" height="7552"> |