diff options
Diffstat (limited to 'maps/soren.tmx')
-rw-r--r-- | maps/soren.tmx | 46 |
1 files changed, 44 insertions, 2 deletions
diff --git a/maps/soren.tmx b/maps/soren.tmx index 61c44278..ce1a5359 100644 --- a/maps/soren.tmx +++ b/maps/soren.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="230" height="200" tilewidth="32" tileheight="32" infinite="0" nextobjectid="13"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="230" height="200" tilewidth="32" tileheight="32" infinite="0" nextobjectid="19"> <properties> <property name="license" value="GPL v3"/> <property name="manaplus version" value="2"/> @@ -1717,7 +1717,49 @@ <object id="3" name="graphics/particles/pentagram-linedraw.particle.xml" type="particle_effect" x="5760" y="2464" width="32" height="32"/> <object id="12" name="graphics/particles/wispdance.particle.xml" type="particle_effect" x="5760" y="2496" width="32" height="32"/> </objectgroup> - <objectgroup color="#ff007f" name="Margin"> + <objectgroup color="#0000ff" name="Spawns"> + <object id="14" name="Moonshroom" type="spawn" x="640" y="736" width="6592" height="5216"> + <properties> + <property name="death" value="60000"/> + <property name="max_beings" value="14"/> + <property name="monster_id" value="1069"/> + <property name="spawn" value="60000"/> + </properties> + </object> + <object id="15" name="Forain" type="spawn" x="0" y="96" width="6592" height="5216"> + <properties> + <property name="death" value="60000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="1061"/> + <property name="spawn" value="60000"/> + </properties> + </object> + <object id="16" name="4144's Tortuga" type="spawn" x="1248" y="1632" width="4128" height="2592"> + <properties> + <property name="death" value="60000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1004"/> + <property name="spawn" value="60000"/> + </properties> + </object> + <object id="17" name="Unexplained Mountain Snake" type="spawn" x="2400" y="2048" width="1952" height="1536"> + <properties> + <property name="death" value="10000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="1123"/> + <property name="spawn" value="10000"/> + </properties> + </object> + <object id="18" name="Guardians Of Soren" type="spawn" x="3104" y="1664" width="800" height="352"> + <properties> + <property name="death" value="10000"/> + <property name="max_beings" value="8"/> + <property name="monster_id" value="1130"/> + <property name="spawn" value="5000"/> + </properties> + </object> + </objectgroup> + <objectgroup color="#ff007f" name="Margin" visible="0"> <object id="5" name="Margin" type="fixme" x="0" y="0" width="7360" height="640"/> <object id="9" name="Margin" type="fixme" x="0" y="640" width="640" height="4800"/> <object id="10" name="Margin" type="fixme" x="0" y="5760" width="7360" height="640"/> |