diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/018-5.tmx | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/maps/018-5.tmx b/maps/018-5.tmx index a186cd28..c948fb3b 100644 --- a/maps/018-5.tmx +++ b/maps/018-5.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="145" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="22"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="145" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="23"> <properties> <property name="background0image" value="graphics/images/panorams/spotlight.png"/> <property name="license" value="GPL v2+"/> @@ -1585,7 +1585,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#00ff7f" id="10" name="spawns" visible="0"> + <objectgroup color="#00ff7f" id="10" name="spawns"> <object id="5" name="Water Fairy" type="spawn" x="1376" y="2272" width="1664" height="1088"> <properties> <property name="death" value="40000"/> @@ -1597,7 +1597,7 @@ <object id="6" name="Grass Snake" type="spawn" x="1312" y="2112" width="1632" height="1216"> <properties> <property name="death" value="10000"/> - <property name="max_beings" value="10"/> + <property name="max_beings" value="8"/> <property name="monster_id" value="1169"/> <property name="spawn" value="10000"/> </properties> @@ -1625,6 +1625,13 @@ <property name="spawn" value="120000"/> </properties> </object> + <object id="22" name="Green Dragon" type="spawn" x="1280" y="1958" width="1216" height="1472"> + <properties> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1195"/> + <property name="spawn" value="120000"/> + </properties> + </object> </objectgroup> <objectgroup id="11" name="Notes" visible="0"> <object id="9" name="Leona" type="fixme" x="3616" y="1632" width="32" height="32"/> |