diff options
Diffstat (limited to 'maps/018-5-1.tmx')
-rw-r--r-- | maps/018-5-1.tmx | 18 |
1 files changed, 17 insertions, 1 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> |