|
ferencd@0
|
1 $generic_arrives =
|
|
ferencd@0
|
2 {
|
|
ferencd@0
|
3 :gotext1 => 'Shame on you evil <img src="/img/funnyfellow.png" style="vertical-align:middle;" title="The small fellow"> for locking me in this endless maze',
|
|
ferencd@0
|
4 :gotext2 => 'But I will ...',
|
|
ferencd@0
|
5 :gotext3 => '... get out of here ...',
|
|
ferencd@0
|
6 :gotext4 => '... I ... will ... ',
|
|
ferencd@0
|
7 :gotext5 => '...find the Exit ... '
|
|
ferencd@0
|
8 }
|
|
ferencd@0
|
9
|
|
ferencd@0
|
10 $arrives =
|
|
ferencd@0
|
11 {
|
|
ferencd@0
|
12 1 => {
|
|
ferencd@0
|
13 :gotext1 => 'You wake up in a dark place... Decrepit walls surround ancient dimly lit corridors...',
|
|
ferencd@0
|
14 :gotext2 => 'It eerily resembles the dungeon that small funny fellow (him: <img src="/img/funnyfellow.png" style="vertical-align:middle;" title="the small fellow">) was brawling about in the tavern yesterday.',
|
|
ferencd@0
|
15 :gotext3 => '...oh what a night...',
|
|
ferencd@0
|
16 :gotext4 => '...but now that you come think more about it ... that beer had a peculiar taste...',
|
|
ferencd@0
|
17 :gotext5 => '... might be that <img src="/img/funnyfellow.png" style="vertical-align:middle;" title="The small fellow"> has tricked you???'
|
|
ferencd@0
|
18 },
|
|
ferencd@0
|
19
|
|
ferencd@0
|
20 2=> {
|
|
ferencd@0
|
21 :gotext1 => 'It must have been definitely the beer. That codger must have sneaked something into it.',
|
|
ferencd@0
|
22 :gotext2 => 'There is no other way to explain the sudden loss of senses and how you could have listen to his endless tales about the grandeur of some ancient building he gave everything for.',
|
|
ferencd@0
|
23 :gotext3 => 'Now you really want to get out just to find him and shake some sense into his head.'
|
|
ferencd@0
|
24 }
|
|
ferencd@0
|
25 }
|
|
ferencd@0
|
26
|
|
ferencd@0
|
27 $generic_descends =
|
|
ferencd@0
|
28 {
|
|
ferencd@0
|
29 :leave_text => 'You carefully go down the ruined stairs...<p>Maybe there is an exit somewhere below you.',
|
|
ferencd@0
|
30 :story_text => "<p><img src='/img/funnyfellow.png' style='vertical-align:middle;' title='The small fellow'> was right. Noone gets out from here alive.<p>"
|
|
ferencd@0
|
31 }
|
|
ferencd@0
|
32
|
|
ferencd@0
|
33 $timerun_descends =
|
|
ferencd@0
|
34 {
|
|
ferencd@0
|
35 :leave_text => "Congratulations, you have completed the level. Your time was:<center><span id='time_completed'></span></center>",
|
|
ferencd@0
|
36 :story_text => 'You can try another level now'
|
|
ferencd@0
|
37 }
|
|
ferencd@0
|
38
|
|
ferencd@0
|
39
|
|
ferencd@0
|
40 $adventure_descend_summary =
|
|
ferencd@0
|
41 {
|
|
ferencd@0
|
42 :leave_text => "Congratulations, you finished this level.<p> <table border='0'><tr><td><img src='/img/skel/wl/d_wl_1.png'</td></tr></table>",
|
|
ferencd@0
|
43 :story_text => "<p>Now is the perfect time to try again<p> <button id='gobutton' onclick='location.reload();'>Try again</button>"
|
|
ferencd@0
|
44 }
|
|
ferencd@0
|
45
|
|
ferencd@0
|
46 $descends =
|
|
ferencd@0
|
47 {
|
|
ferencd@0
|
48 1 => {
|
|
ferencd@0
|
49 :leave_text => 'As you descend the steps you hear distant screams echoing faintly through the corridors.<p>The world goes black and you fall down the rungs.',
|
|
ferencd@0
|
50 :story_text => "<p><img src='/img/funnyfellow.png' style='vertical-align:middle;' title='The small fellow'> was right. Noone gets out from here alive.<p>"
|
|
ferencd@0
|
51 }
|
|
ferencd@0
|
52 }
|
|
ferencd@0
|
53
|
|
ferencd@0
|
54
|
|
ferencd@0
|
55
|
|
ferencd@0
|
56 =begin
|
|
ferencd@0
|
57
|
|
ferencd@0
|
58 - 3:IN -
|
|
ferencd@0
|
59 You wake up hungry. What on earth is this place? You sort of recall a dream in which you have
|
|
ferencd@0
|
60 explored a huge maze... one which pretty much looks like this one. But in your dream you have found the exit.
|
|
ferencd@0
|
61 Then why are you still inside? Why??? And there was a small funny fellow too...
|
|
ferencd@0
|
62
|
|
ferencd@0
|
63 - 3:OUT -
|
|
ferencd@0
|
64
|
|
ferencd@0
|
65 You carefully go down the stairs. Then you suddenly stop, you hear a loud scream from the darkness below.
|
|
ferencd@0
|
66 After you slip, you fall and hit your head. The world blackens out.
|
|
ferencd@0
|
67
|
|
ferencd@0
|
68 - 4:IN -
|
|
ferencd@0
|
69
|
|
ferencd@0
|
70 You open your eyes after the most horrible nightmare you ever had. You dreamt your were thrown in an endless maze
|
|
ferencd@0
|
71 there was no exit, just deeper and deeper mazes, with walls reasonably similar to
|
|
ferencd@0
|
72 the ones you see in front of you, while the same stench as in your nightmare fills your lungs... Oh no ...
|
|
ferencd@0
|
73
|
|
ferencd@0
|
74 - 4:OUT -
|
|
ferencd@0
|
75
|
|
ferencd@0
|
76 Something seems to be moving down there... Looks almost ... can't be ... like a tall human. So you are not alone?
|
|
ferencd@0
|
77
|
|
ferencd@0
|
78 - 5:IN -
|
|
ferencd@0
|
79
|
|
ferencd@0
|
80 You hear creepy clinks and the sound of distant scuttling fills the corridor. What might that be?
|
|
ferencd@0
|
81 Where did you end up?
|
|
ferencd@0
|
82 - Hello! Is someone there?
|
|
ferencd@0
|
83
|
|
ferencd@0
|
84 - 6 -
|
|
ferencd@0
|
85
|
|
ferencd@0
|
86 Suddenly a faint voice echoes through the air, and the image of a small fellow strikes into your mind...
|
|
ferencd@0
|
87 The voice whispers about a revenge for something that happened at the tavern. Yesterday. Or the day before. Or before?
|
|
ferencd@0
|
88
|
|
ferencd@0
|
89 - 7 -
|
|
ferencd@0
|
90
|
|
ferencd@0
|
91 Kal Emen ...
|
|
ferencd@0
|
92
|
|
ferencd@0
|
93 This is the name of the cursed bastard who deceived you into this nightmare of a maze. You barely remember it
|
|
ferencd@0
|
94 as you wake up from your dark sleep, but ... did he build this dungeon? Why?
|
|
ferencd@0
|
95
|
|
ferencd@0
|
96 - 10 -
|
|
ferencd@0
|
97
|
|
ferencd@0
|
98 Another of those strange dreams. They sort of became regular recently. This one tells the tale of a king, the last of
|
|
ferencd@0
|
99 the ancients who has commended the building of the endless maze. But you woke up too quickly due to some noise
|
|
ferencd@0
|
100 in the vicinity...
|
|
ferencd@0
|
101
|
|
ferencd@0
|
102
|
|
ferencd@0
|
103 - 15 -
|
|
ferencd@0
|
104 You dreamt about a miserable builder who has built his soul in the walls of an endless maze. Was he the small fellow you have
|
|
ferencd@0
|
105 met in the tavern? What tavern? You can't remember when you were in a tavern for the last time.
|
|
ferencd@0
|
106
|
|
ferencd@0
|
107
|
|
ferencd@0
|
108 - 50 -
|
|
ferencd@0
|
109 The truth is even worse than the dreams. Now that you know fully the tale of the mad king, the greedy bricklayer and the
|
|
ferencd@0
|
110 one thousand and one souls in the walls you cannot handle it anymore. You collapse to the floor and wait for your end.
|
|
ferencd@0
|
111 Nothing happens. Just the darkness surrounds you. Your friends, the skeletons slowly approach. They were once humans,
|
|
ferencd@0
|
112 just like you. They were the bricklayers, victims of the mad kings' maniac grandeur. And somewhere among them is the
|
|
ferencd@0
|
113 kings' daughter.
|
|
ferencd@0
|
114
|
|
ferencd@0
|
115 But now you are much like them. Now you are one of them... There is just one difference between you and them.
|
|
ferencd@0
|
116
|
|
ferencd@0
|
117 You know that there is an exit from this maze. Kal Emen has found it. And you will have to look for it till you find it.
|
|
ferencd@0
|
118 =end
|