Map header updates: Correct creation date in map header that was changed in r7448, it was using the wrong month; Update maps with entrance x & y coordinates, adjust map level difficulty to something slightly more realistic, added region wilderness
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9881 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
20e225909f
commit
c4e6bbe226
|
@ -1,8 +1,14 @@
|
|||
arch map
|
||||
name Barad-Dur
|
||||
difficulty 1
|
||||
difficulty 20
|
||||
region wilderness
|
||||
width 23
|
||||
height 60
|
||||
enter_x 1
|
||||
enter_y 1
|
||||
msg
|
||||
Modified: 2008-09-17 Rick Tanner
|
||||
endmsg
|
||||
end
|
||||
arch woodfloor
|
||||
end
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
arch map
|
||||
name Castle of Aaaarg
|
||||
reset_timeout 7200
|
||||
difficulty 9
|
||||
difficulty 18
|
||||
region wilderness
|
||||
width 57
|
||||
height 57
|
||||
enter_x 15
|
||||
enter_y 13
|
||||
msg
|
||||
Created: 1994-05-01
|
||||
Modified: 2008-06-06 Arvid Norlander
|
||||
Modified: 2008-09-17 Rick Tanner
|
||||
endmsg
|
||||
end
|
||||
arch blocked
|
||||
|
|
|
@ -1,16 +1,15 @@
|
|||
arch map
|
||||
name Hole
|
||||
reset_timeout 7200
|
||||
difficulty 5
|
||||
difficulty 12
|
||||
region wilderness
|
||||
width 36
|
||||
height 36
|
||||
enter_x 19
|
||||
enter_x 18
|
||||
enter_y 17
|
||||
msg
|
||||
Created: 1994-02-15
|
||||
Updated by Mark Wedel
|
||||
(master@rahul.net)
|
||||
Modified: 2008-06-06 Arvid Norlander
|
||||
Modified: 2008-09-17 Rick Tanner
|
||||
endmsg
|
||||
end
|
||||
arch cobblestones
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
arch map
|
||||
name The Ruins
|
||||
reset_timeout 7200
|
||||
difficulty 5
|
||||
difficulty 15
|
||||
region wilderness
|
||||
width 60
|
||||
height 60
|
||||
enter_x 3
|
||||
enter_y 4
|
||||
enter_y 5
|
||||
msg
|
||||
Created: 2001-02-14
|
||||
Modified: 2007-11-04 Andreas Kirschbaum
|
||||
Created: 2001-09-14
|
||||
Modified: 2008-09-17 Rick Tanner
|
||||
endmsg
|
||||
end
|
||||
arch blocked
|
||||
|
|
|
@ -4,9 +4,11 @@ difficulty 8
|
|||
region scorn
|
||||
width 30
|
||||
height 14
|
||||
enter_x 28
|
||||
enter_y 5
|
||||
msg
|
||||
Created: 2003-09-14 Avion
|
||||
Modified: 2008-05-30 Andreas Kirschbaum
|
||||
Modified: 2008-09-17 Rick Tanner
|
||||
endmsg
|
||||
outdoor 1
|
||||
end
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
arch map
|
||||
name Old Mineshaft
|
||||
reset_timeout 7200
|
||||
difficulty 7
|
||||
difficulty 17
|
||||
region wilderness
|
||||
width 128
|
||||
height 77
|
||||
enter_x 11
|
||||
enter_y 9
|
||||
enter_x 9
|
||||
enter_y 10
|
||||
msg
|
||||
Created: 1994-02-28
|
||||
Modified: 2007-11-04 Andreas Kirschbaum
|
||||
Created: 1994-12-28
|
||||
Modified: 2008-09-17 Rick Tanner
|
||||
endmsg
|
||||
end
|
||||
arch medium_stones
|
||||
|
|
Loading…
Reference in New Issue