diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-03 12:28:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-03 12:28:21 -0300 |
commit | 065577c7274f19ca7c121c495a766537c58841b0 (patch) | |
tree | 398ebb13c2aa6227e225324a3e51d8162141b55e | |
parent | ca141e539681433c2885764e504f7d21111de13c (diff) | |
download | clientdata-065577c7274f19ca7c121c495a766537c58841b0.tar.gz clientdata-065577c7274f19ca7c121c495a766537c58841b0.tar.bz2 clientdata-065577c7274f19ca7c121c495a766537c58841b0.tar.xz clientdata-065577c7274f19ca7c121c495a766537c58841b0.zip |
Add Pixies to Lilit Sanctuary.
-rw-r--r-- | maps/018-7.tmx | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/maps/018-7.tmx b/maps/018-7.tmx index 118b9dd3..06d38dc0 100644 --- a/maps/018-7.tmx +++ b/maps/018-7.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="120" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="9"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="120" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="13"> <properties> <property name="author" value="Tametomo Aethyra"/> <property name="background0image" value="graphics/images/seaofclouds_1024x1024.png"/> @@ -1000,5 +1000,33 @@ <property name="dest_y" value="53"/> </properties> </object> + <object id="9" name="Nulity Pixie" type="spawn" x="640" y="640" width="928" height="736"> + <properties> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1218"/> + <property name="spawn" value="120000"/> + </properties> + </object> + <object id="10" name="Vanity Pixie" type="spawn" x="2144" y="864" width="928" height="736"> + <properties> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1215"/> + <property name="spawn" value="120000"/> + </properties> + </object> + <object id="11" name="Holy Pixie" type="spawn" x="640" y="2400" width="928" height="736"> + <properties> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1216"/> + <property name="spawn" value="120000"/> + </properties> + </object> + <object id="12" name="Shadow Pixie" type="spawn" x="2112" y="2208" width="928" height="736"> + <properties> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1217"/> + <property name="spawn" value="120000"/> + </properties> + </object> </objectgroup> </map> |