Record players who reach the top of Gorokh's church.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@16791 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
85e5072533
commit
596279ccf5
|
@ -8,7 +8,7 @@ enter_x 6
|
||||||
enter_y 15
|
enter_y 15
|
||||||
msg
|
msg
|
||||||
Created: 1999-01-22 Raphaël Quinet (raphael@gimp.org)
|
Created: 1999-01-22 Raphaël Quinet (raphael@gimp.org)
|
||||||
Modified: 2012-01-17 Rick Tanner
|
Modified: 2012-01-22 Nicolas Weeger
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch grass
|
arch grass
|
||||||
|
@ -904,6 +904,19 @@ arch marble
|
||||||
x 10
|
x 10
|
||||||
y 5
|
y 5
|
||||||
end
|
end
|
||||||
|
arch sign
|
||||||
|
msg
|
||||||
|
Here is the list of heroes who discovered Gorokh's secret treasure:
|
||||||
|
-------------------------------------------------------
|
||||||
|
endmsg
|
||||||
|
x 10
|
||||||
|
y 5
|
||||||
|
arch event_apply
|
||||||
|
name scorn-gorokh-church
|
||||||
|
title Python
|
||||||
|
slaying /python/misc/hall_of_fame.py
|
||||||
|
end
|
||||||
|
end
|
||||||
arch marble
|
arch marble
|
||||||
x 10
|
x 10
|
||||||
y 6
|
y 6
|
||||||
|
|
|
@ -8,7 +8,7 @@ enter_x 51
|
||||||
enter_y 6
|
enter_y 6
|
||||||
msg
|
msg
|
||||||
Created: 2006-12-10 Gene Alexander (poof@eracc.com)
|
Created: 2006-12-10 Gene Alexander (poof@eracc.com)
|
||||||
Modified: 2012-01-17 Rick Tanner
|
Modified: 2012-01-22 Nicolas Weeger
|
||||||
endmsg
|
endmsg
|
||||||
outdoor 1
|
outdoor 1
|
||||||
end
|
end
|
||||||
|
@ -4820,6 +4820,16 @@ hp 9
|
||||||
sp 49
|
sp 49
|
||||||
x 9
|
x 9
|
||||||
y 49
|
y 49
|
||||||
|
arch event_apply
|
||||||
|
name scorn-gorokh-church
|
||||||
|
title Python
|
||||||
|
slaying /python/misc/hall_of_fame.py
|
||||||
|
msg
|
||||||
|
Congratulations, you've reached the top of Gorokh's church!
|
||||||
|
|
||||||
|
Here are rewards that should make the trip worth it.
|
||||||
|
endmsg
|
||||||
|
end
|
||||||
end
|
end
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
x 9
|
x 9
|
||||||
|
@ -11443,7 +11453,6 @@ sp 900
|
||||||
maxsp 900
|
maxsp 900
|
||||||
exp 5000000
|
exp 5000000
|
||||||
wc -40
|
wc -40
|
||||||
ac -10
|
|
||||||
x 23
|
x 23
|
||||||
y 31
|
y 31
|
||||||
speed 0.7
|
speed 0.7
|
||||||
|
|
Loading…
Reference in New Issue