diff options
-rw-r--r-- | maps/018-5-1.tmx | 18 | ||||
-rw-r--r-- | maps/018-5.tmx | 16 |
2 files changed, 32 insertions, 2 deletions
diff --git a/maps/018-5-1.tmx b/maps/018-5-1.tmx index 6b975e3b..cdce448d 100644 --- a/maps/018-5-1.tmx +++ b/maps/018-5-1.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="125" height="125" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="19"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="125" height="125" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="22"> <properties> <property name="author" value="TMW-BR Team"/> <property name="license" value="GPL v2"/> @@ -739,5 +739,21 @@ <property name="spawn" value="90000"/> </properties> </object> + <object id="20" name="Shadow Pixie" type="spawn" x="2016" y="3136" width="160" height="160"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1217"/> + <property name="spawn" value="300000"/> + </properties> + </object> + <object id="21" name="Holy Pixie" type="spawn" x="2400" y="2464" width="160" height="160"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1216"/> + <property name="spawn" value="300000"/> + </properties> + </object> </objectgroup> </map> diff --git a/maps/018-5.tmx b/maps/018-5.tmx index 393a22ef..e13cb0c5 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="25"> +<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="27"> <properties> <property name="background0image" value="graphics/images/ambient/spotlight.png"/> <property name="license" value="GPL v2+"/> @@ -1647,6 +1647,20 @@ <property name="spawn" value="30000"/> </properties> </object> + <object id="25" name="Vanity Pixie" type="spawn" x="2560" y="2368" width="1440" height="928"> + <properties> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1215"/> + <property name="spawn" value="320000"/> + </properties> + </object> + <object id="26" name="Nulity Pixie" type="spawn" x="2176" y="2752" width="1216" height="704"> + <properties> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1218"/> + <property name="spawn" value="320000"/> + </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"/> |