diff options
-rw-r--r-- | maps/026-2.tmx | 17 | ||||
-rw-r--r-- | maps/026-3.tmx | 10 |
2 files changed, 24 insertions, 3 deletions
diff --git a/maps/026-2.tmx b/maps/026-2.tmx index d5d0212be..1c1dbb907 100644 --- a/maps/026-2.tmx +++ b/maps/026-2.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="120" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="4"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="120" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="7"> <properties> <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="manaplus version" value="2"/> @@ -1201,5 +1201,20 @@ <property name="npc_id" value="SCRIPT"/> </properties> </object> + <object id="4" name="Curse Timer" type="function" x="1024" y="3104" width="32" height="32"> + <properties> + <property name="doevent" value="#DungeonCore::OnCurse"/> + </properties> + </object> + <object id="5" name="Curse Timer" type="function" x="928" y="864" width="32" height="32"> + <properties> + <property name="doevent" value="#DungeonCore::OnCurse"/> + </properties> + </object> + <object id="6" name="Curse Timer" type="function" x="2752" y="864" width="32" height="32"> + <properties> + <property name="doevent" value="#DungeonCore::OnCurse"/> + </properties> + </object> </objectgroup> </map> diff --git a/maps/026-3.tmx b/maps/026-3.tmx index 121bd284a..a2c55a341 100644 --- a/maps/026-3.tmx +++ b/maps/026-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="150" height="150" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="5"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="150" height="150" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="6"> <properties> <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="manaplus version" value="2"/> @@ -926,5 +926,11 @@ 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 </data> </layer> - <objectgroup id="5" name="Objects"/> + <objectgroup id="5" name="Objects"> + <object id="5" name="Heat Timer" type="function" x="2336" y="256" width="32" height="32"> + <properties> + <property name="doevent" value="#DungeonCore::OnHeat"/> + </properties> + </object> + </objectgroup> </map> |