ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/nimbus.map
(Generate patch)

Comparing deliantra/maps/nimbus.map (file contents):
Revision 1.40 by sf-asarth, Fri Sep 19 22:58:31 2008 UTC vs.
Revision 1.42 by elmex, Sun Nov 30 21:21:55 2008 UTC

69arch magic_mouth 69arch magic_mouth
70msg 70msg
71The gods are pleased with your success. 71The gods are pleased with your success.
72Follow this path to your former life. 72Follow this path to your former life.
73endmsg 73endmsg
74sound nimbus_win
74food 1 75food 1
75x 1 76x 1
76y 1 77y 1
77sound nimbus_win
78end 78end
79arch light1 79arch light1
80x 1 80x 1
81y 1 81y 1
82end 82end
111arch magic_mouth 111arch magic_mouth
112msg 112msg
113You failed. 113You failed.
114Follow this path to a new and hopefully more successful life. 114Follow this path to a new and hopefully more successful life.
115endmsg 115endmsg
116sound nimbus_loss
116food 1 117food 1
117x 1 118x 1
118y 4 119y 4
119sound nimbus_loss
120end 120end
121arch light1 121arch light1
122x 1 122x 1
123y 4 123y 4
124end 124end
8935lore 8935lore
8936These Certificates are used to note your deaths. 8936These Certificates are used to note your deaths.
8937endlore 8937endlore
8938x 44 8938x 44
8939y 29 8939y 29
8940value 50 8940value 10000
8941weight 1 8941weight 1
8942unpaid 1 8942unpaid 1
8943identified 1 8943identified 1
8944startequip 1 8944startequip 1
8945no_skill_ident 1
8945end 8946end
8946arch unholy_ground 8947arch unholy_ground
8947x 44 8948x 44
8948y 30 8949y 30
8949end 8950end
9766end 9767end
9767arch sign 9768arch sign
9768name Nimbus angel 9769name Nimbus angel
9769msg 9770msg
9770@match Key To Life 9771@match Key To Life
9771@cond my ($dc) = grep { $_->name =~ /Death Certificate/ } $who->inv; $dc && $dc->nrof >= 33 9772@cond my $cnt = 0; map { $cnt += $_->nrof } grep { $_->name =~ /Death Certificate/ } $who->inv; $cnt >= 33
9772@eval my ($it) = grep { $_->name =~ /Death Certificate/ } $who->inv; $it->decrease (33); 9773@eval my $cnt = 33; map { my $acnt = $cnt - $_->nrof; $_->decrease ($cnt) if $cnt >= 0; $cnt = $acnt; } grep { $_->name =~ /Death Certificate/ } $who->inv;
9773@trigger 1 1 9774@trigger 1 1
9774Ok, here is your Key To Life! 9775Ok, here is your Key To Life!
9775I've put it on the ground to the right of me. 9776I've put it on the ground to the right of me.
9776You will find the Backdoor to Life in the hallway you get to when 9777You will find the Backdoor to Life in the hallway you get to when
9777you trip on a mine. Have a safe trip back to life! 9778you trip on a mine. Have a safe trip back to life!

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines