diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-24 19:44:07 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-24 19:44:07 -0200 |
commit | 76463e9bb5093443e863c4da5d4b198615a3ff10 (patch) | |
tree | 3e10db4bbeebcd9537997d3d1a86209c080fdb41 /maps | |
parent | 9d7020184887cd216504f4a90494e0fbd44eeae0 (diff) | |
download | clientdata-76463e9bb5093443e863c4da5d4b198615a3ff10.tar.gz clientdata-76463e9bb5093443e863c4da5d4b198615a3ff10.tar.bz2 clientdata-76463e9bb5093443e863c4da5d4b198615a3ff10.tar.xz clientdata-76463e9bb5093443e863c4da5d4b198615a3ff10.zip |
[skip ci] add a boss on Tulimshar mines. It is not aggressive, just dangerous.
The Night Scorpion doesn't summons, so planning where to fight it is important.
Diffstat (limited to 'maps')
-rw-r--r-- | maps/007-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/007-1.tmx b/maps/007-1.tmx index 2dcee0d5..050bb942 100644 --- a/maps/007-1.tmx +++ b/maps/007-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.6" orientation="orthogonal" renderorder="right-down" width="205" height="200" tilewidth="32" tileheight="32" infinite="0" nextobjectid="126"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="205" height="200" tilewidth="32" tileheight="32" nextobjectid="127"> <properties> <property name="author" value="Saulc"/> <property name="license" value="CC BY-SA 3.0"/> @@ -2175,6 +2175,14 @@ <property name="spawn" value="35000"/> </properties> </object> + <object id="126" name="Night Scorpion" type="Spawn" x="-192" y="3008" width="5920" height="3776"> + <properties> + <property name="death" value="1800000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1077"/> + <property name="spawn" value="3600000"/> + </properties> + </object> </objectgroup> <objectgroup color="#ff007f" name="Particles"> <object id="118" name="graphics/particles/flame.particle.xml" type="particle_effect" x="2464" y="1248" width="32" height="32"/> |