diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-07-31 14:59:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-07-31 14:59:47 -0300 |
commit | 18ee3e5a828a93e860a20bb8a553bed2a04e4853 (patch) | |
tree | 647da03759868effadd11969f2e72959133317d7 | |
parent | 883a718dc34cd70f3007a4e2f183cd63621dfd88 (diff) | |
download | clientdata-18ee3e5a828a93e860a20bb8a553bed2a04e4853.tar.gz clientdata-18ee3e5a828a93e860a20bb8a553bed2a04e4853.tar.bz2 clientdata-18ee3e5a828a93e860a20bb8a553bed2a04e4853.tar.xz clientdata-18ee3e5a828a93e860a20bb8a553bed2a04e4853.zip |
Mystic Forest Special Map Effect: Over Clocked
-rw-r--r-- | maps/017-0.tmx | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/maps/017-0.tmx b/maps/017-0.tmx index 41e6b58fc..b8b5b0172 100644 --- a/maps/017-0.tmx +++ b/maps/017-0.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="340" height="275" tilewidth="32" tileheight="32" infinite="0" nextlayerid="74" nextobjectid="581"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="340" height="275" tilewidth="32" tileheight="32" infinite="0" nextlayerid="74" nextobjectid="584"> <properties> <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="manaplus version" value="2"/> @@ -2562,5 +2562,15 @@ <object id="547" name="Margin" type="fixme" x="10240" y="0" width="640" height="8160"/> <object id="548" name="Margin" type="fixme" x="640" y="8160" width="10240" height="640"/> <object id="549" name="Margin" type="fixme" x="640" y="0" width="9600" height="640"/> + <object id="582" name="#Overclock" type="function" x="768" y="2400" width="32" height="192"> + <properties> + <property name="doevent" value="#DungeonCore::OnClocked"/> + </properties> + </object> + <object id="583" name="#Overclock" type="function" x="7968" y="7296" width="32" height="32"> + <properties> + <property name="doevent" value="#DungeonCore::OnClocked"/> + </properties> + </object> </objectgroup> </map> |