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
|
arch map
|
||||||
name Barad-Dur
|
name Barad-Dur
|
||||||
difficulty 1
|
difficulty 20
|
||||||
|
region wilderness
|
||||||
width 23
|
width 23
|
||||||
height 60
|
height 60
|
||||||
|
enter_x 1
|
||||||
|
enter_y 1
|
||||||
|
msg
|
||||||
|
Modified: 2008-09-17 Rick Tanner
|
||||||
|
endmsg
|
||||||
end
|
end
|
||||||
arch woodfloor
|
arch woodfloor
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
arch map
|
arch map
|
||||||
name Castle of Aaaarg
|
name Castle of Aaaarg
|
||||||
reset_timeout 7200
|
reset_timeout 7200
|
||||||
difficulty 9
|
difficulty 18
|
||||||
|
region wilderness
|
||||||
width 57
|
width 57
|
||||||
height 57
|
height 57
|
||||||
enter_x 15
|
enter_x 15
|
||||||
enter_y 13
|
enter_y 13
|
||||||
msg
|
msg
|
||||||
Created: 1994-05-01
|
Created: 1994-05-01
|
||||||
Modified: 2008-06-06 Arvid Norlander
|
Modified: 2008-09-17 Rick Tanner
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch blocked
|
arch blocked
|
||||||
|
|
|
@ -1,16 +1,15 @@
|
||||||
arch map
|
arch map
|
||||||
name Hole
|
name Hole
|
||||||
reset_timeout 7200
|
reset_timeout 7200
|
||||||
difficulty 5
|
difficulty 12
|
||||||
|
region wilderness
|
||||||
width 36
|
width 36
|
||||||
height 36
|
height 36
|
||||||
enter_x 19
|
enter_x 18
|
||||||
enter_y 17
|
enter_y 17
|
||||||
msg
|
msg
|
||||||
Created: 1994-02-15
|
Created: 1994-02-15
|
||||||
Updated by Mark Wedel
|
Modified: 2008-09-17 Rick Tanner
|
||||||
(master@rahul.net)
|
|
||||||
Modified: 2008-06-06 Arvid Norlander
|
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch cobblestones
|
arch cobblestones
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
arch map
|
arch map
|
||||||
name The Ruins
|
name The Ruins
|
||||||
reset_timeout 7200
|
reset_timeout 7200
|
||||||
difficulty 5
|
difficulty 15
|
||||||
|
region wilderness
|
||||||
width 60
|
width 60
|
||||||
height 60
|
height 60
|
||||||
enter_x 3
|
enter_x 3
|
||||||
enter_y 4
|
enter_y 5
|
||||||
msg
|
msg
|
||||||
Created: 2001-02-14
|
Created: 2001-09-14
|
||||||
Modified: 2007-11-04 Andreas Kirschbaum
|
Modified: 2008-09-17 Rick Tanner
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch blocked
|
arch blocked
|
||||||
|
|
|
@ -4,9 +4,11 @@ difficulty 8
|
||||||
region scorn
|
region scorn
|
||||||
width 30
|
width 30
|
||||||
height 14
|
height 14
|
||||||
|
enter_x 28
|
||||||
|
enter_y 5
|
||||||
msg
|
msg
|
||||||
Created: 2003-09-14 Avion
|
Created: 2003-09-14 Avion
|
||||||
Modified: 2008-05-30 Andreas Kirschbaum
|
Modified: 2008-09-17 Rick Tanner
|
||||||
endmsg
|
endmsg
|
||||||
outdoor 1
|
outdoor 1
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
arch map
|
arch map
|
||||||
name Old Mineshaft
|
name Old Mineshaft
|
||||||
reset_timeout 7200
|
reset_timeout 7200
|
||||||
difficulty 7
|
difficulty 17
|
||||||
|
region wilderness
|
||||||
width 128
|
width 128
|
||||||
height 77
|
height 77
|
||||||
enter_x 11
|
enter_x 9
|
||||||
enter_y 9
|
enter_y 10
|
||||||
msg
|
msg
|
||||||
Created: 1994-02-28
|
Created: 1994-12-28
|
||||||
Modified: 2007-11-04 Andreas Kirschbaum
|
Modified: 2008-09-17 Rick Tanner
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch medium_stones
|
arch medium_stones
|
||||||
|
|
Loading…
Reference in New Issue