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 0f6168a1..07f4e1a6 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.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="145" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="28"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="145" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="29"> <properties> <property name="background0image" value="graphics/images/ambient/spotlight.png"/> <property name="license" value="GPL v2+"/> @@ -1643,9 +1643,9 @@ </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="max_beings" value="4"/> <property name="monster_id" value="1195"/> - <property name="spawn" value="120000"/> + <property name="spawn" value="60000"/> </properties> </object> <object id="24" name="Squirrel" type="spawn" x="2528" y="1088" width="1376" height="1216"> @@ -1670,6 +1670,13 @@ <property name="spawn" value="320000"/> </properties> </object> + <object id="28" name="Nulity Pixie" type="spawn" x="1440" y="1888" width="992" height="1152"> + <properties> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1218"/> + <property name="spawn" value="240000"/> + </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"/> |