blob: 576fa7da43e9e325d7a0d4077fdd39c9c842cf46 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" width="60" height="60" tilewidth="32" tileheight="32">
<properties>
<property name="minimap" value="graphics/minimaps/011-3.png"/>
<property name="music" value="finalman_and_yakslem-cavesong.ogg"/>
<property name="name" value="Hermit's Cave"/>
<property name="overlay0image" value="graphics/images/ambient/spotlight.png"/>
<property name="overlay0keepratio" value="true"/>
<property name="overlay0parallax" value="0.0"/>
</properties>
<tileset firstgid="1" name="Cave" tilewidth="32" tileheight="32">
<image source="../graphics/tiles/cave.png" trans="ff00ff" width="512" height="256"/>
</tileset>
<tileset firstgid="129" name="Collision" tilewidth="32" tileheight="32">
<image source="../graphics/tiles/collision.png" trans="ff00ff" width="64" height="32"/>
</tileset>
<tileset firstgid="131" name="Cave x2" tilewidth="32" tileheight="64">
<image source="../graphics/tiles/cave_x2.png" width="512" height="64"/>
</tileset>
<layer name="Ground" width="60" height="60">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA+2YS08CMRDHe1AvPoPiUQ0SH/EZdEWvKqLfwagfwNdNvCgf3ZnYxkntbrsshBkyh182Cwnpr/+hnbZujKkriqIoiqIoisKGbWAnwi6DcQ7LdRPIgHP7RBaARWDJvjeEOrssa8T1BOgAt/aJrAHrwIZ9bwl1btscG8T1Cpj2OASOgGP7finUuWtzbBW4hvgQ6rxK8kp1pUhzdr5VoM41Bk5VfXslnC8YOFHo3urqb6ZCtnQu0PmOgSMF1+PM/O2h6L1Vwm8qMj9Nw6umcT12eyrWH+5FZxHHWWAOmLc+RfNzanjUtKtjOtZr87sX3Xj5+TW+B+wDB9anaH641LTrK2JZNgPz4vvE9q0VBr6ur6BZ5tVjljAv3H1T91ms8U7CvBQxbteQb+h/WmUvor/JhVDNDaO/4uqbMg+D5CrNN8/7c0LzrZK1dN+YM36ft8aNe9yjIm+tn0SWzf/ei0N/MSqwL/V7L25nomGCfanfe2EPKuFuIwWsX3rPHjpHYA8q5T4n5uru3h155wiu9zll8qR37w6/lh+AJ+LM4ew7aJ5F99E96/oCvBuZa3XbyzN2rn8F3oBnkrEk326Co6vhR5st+t4DffudpHruJrjSXB2unqX1WYP4Ss02zzd0JvwCvi198vkk+JZBmq9PGddxj1VRFEVRFEVRFGN+ACvJt6hAOAAA
</data>
</layer>
<layer name="Fringe" width="60" height="60">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA+3OsREAIAzEsMzBqpRZnJ4FniNS49ZVAAAAAABzrKsAAAAAP+r0QMBODwAAAAA86ACPC9ZsQDgAAA==
</data>
</layer>
<layer name="Over" width="60" height="60">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA+3XQQ6DIBAFULb1AuqBe+9K0kbSSKMLOxDeS9i4mg8ZcFICAAAg2jO6AGBoj22t0UU0bE72p2f5/JbkDCHL/TBFF3Hgjj5tKeuI72zOvLzXVHwbdR9GzC3z7tcd19JddVXZ5+Wq5ek5KwBAy/xnQZzvuejsLPyZE3vv3dpceHZOBAAA/usFbz8640A4AAA=
</data>
</layer>
<layer name="Collision" width="60" height="60">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA+3SwQ6DIBBF0fl2vtytMQIq4zwYLslNm7aLd7DFzAoRERERERFJswk2/GlrHfW+SOvqZru8f3PU2/98nlnMHkdtwOzj7f1e7fDwltPrit67ba3P7jwrent7v3hnNI94nxy1783+Ua/aWNvv8Rxntl5tu3hH/uuZvB5u9fZos3q3t7n1vXpv5H2ot+DFi/ebdUdvdnN2Z+2od0VaM3l7R70v0lrzrnoPePve1j3M3shRb1c9byIiIiIi0nQAuKQVxkA4AAA=
</data>
</layer>
<objectgroup name="Objects" width="60" height="60">
<object name="graphics/particles/flame.particle.xml" type="particle_effect" x="928" y="736" width="32" height="32"/>
<object name="graphics/particles/flame.particle.xml" type="particle_effect" x="992" y="736" width="32" height="32"/>
<object name="Arkim the Hermit" type="npc" x="976" y="752">
<properties>
<property name="npc_id" value="116"/>
<property name="script">
function npc_handler(npc, ch)
do_message(npc, ch, "Do you want to go back outside?")
local v = do_choice(npc, ch, "Yes please", "Not yet")
if v == 1 then
tmw.chr_warp(ch, 9, 60 * 32 + 16, 95 * 32 + 16)
end
end
</property>
</properties>
</object>
<object name="To Lake Cave" type="warp" x="992" y="448" width="32" height="32">
<properties>
<property name="dest_map" value="011-4"/>
<property name="dest_x" value="2336"/>
<property name="dest_y" value="288"/>
</properties>
</object>
<object name="Bat" type="spawn" x="0" y="0">
<properties>
<property name="eA_death" value="0"/>
<property name="eA_spawn" value="0"/>
<property name="max_beings" value="10"/>
<property name="monster_id" value="15"/>
</properties>
</object>
<object name="Silkworm" type="spawn" x="0" y="0">
<properties>
<property name="eA_death" value="30000"/>
<property name="eA_spawn" value="60000"/>
<property name="max_beings" value="3"/>
<property name="monster_id" value="33"/>
</properties>
</object>
</objectgroup>
</map>
|