Map header updates: Update maps with entrance x & y coordinates, adjust map level difficulty to something slightly more realistic

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10022 282e977c-c81d-0410-88c4-b93c2d0d6712
master
rjtanner 2008-10-06 00:39:46 +00:00
parent b66be80f06
commit d0900d532b
13 changed files with 35 additions and 17 deletions

View File

@ -1,12 +1,13 @@
arch map arch map
name Archery name Archery
difficulty 55
width 32 width 32
height 32 height 32
enter_x 16 enter_x 16
enter_y 30 enter_y 30
msg msg
Created: 1996-09-21 Chris Jeske Created: 1996-09-21 Chris Jeske
Modified: 2007-11-04 Andreas Kirschbaum Modified: 2008-10-05 Rick Tanner
endmsg endmsg
end end
arch marble arch marble

View File

@ -1,11 +1,13 @@
arch map arch map
name Castle name Castle
difficulty 35
width 32 width 32
height 32 height 32
enter_x 7 enter_x 7
enter_y 22 enter_y 20
msg msg
Created: 1996-09-16 Chris Jeske Created: 1996-09-16 Chris Jeske
Modified: 2008-10-05 Rick Tanner
endmsg endmsg
end end
arch medium_stones arch medium_stones

View File

@ -1,12 +1,13 @@
arch map arch map
name Castle name Castle
difficulty 35
width 32 width 32
height 32 height 32
enter_x 15 enter_x 15
enter_y 30 enter_y 30
msg msg
Created: 1996-09-16 Chris Jeske Created: 1996-09-16 Chris Jeske
Modified: 2008-06-06 Arvid Norlander Modified: 2008-10-05 Rick Tanner
endmsg endmsg
end end
arch woods_3 arch woods_3

View File

@ -1,5 +1,6 @@
arch map arch map
name Cavern name Cavern
difficulty 35
darkness 4 darkness 4
width 32 width 32
height 32 height 32
@ -7,7 +8,7 @@ enter_x 15
enter_y 18 enter_y 18
msg msg
Created: 1996-09-13 Chris Jeske Created: 1996-09-13 Chris Jeske
Modified: 2008-06-06 Arvid Norlander Modified: 2008-10-05 Rick Tanner
endmsg endmsg
end end
arch blocked arch blocked

View File

@ -2,11 +2,11 @@ arch map
name Cavern name Cavern
width 32 width 32
height 32 height 32
enter_x 15 enter_x 2
enter_y 18 enter_y 30
msg msg
Created: 1996-09-13 Chris Jeske Created: 1996-09-13 Chris Jeske
Modified: 2008-06-06 Arvid Norlander Modified: 2008-10-05 Rick Tanner
endmsg endmsg
end end
arch blocked arch blocked

View File

@ -5,10 +5,10 @@ darkness 3
width 32 width 32
height 24 height 24
enter_x 11 enter_x 11
enter_y 11 enter_y 13
msg msg
Created: 1996-10-25 Chris Jeske Created: 1996-10-25 Chris Jeske
Modified: 2008-06-06 Arvid Norlander Modified: 2008-10-05 Rick Tanner
endmsg endmsg
end end
arch flagstone arch flagstone

View File

@ -1,11 +1,13 @@
arch map arch map
name Doors name Doors
difficulty 50
width 16 width 16
height 9 height 9
enter_x 2
enter_y 4 enter_y 4
msg msg
Created: 1996-11-06 Chris Jeske Created: 1996-11-06 Chris Jeske
Modified: 2007-11-04 Andreas Kirschbaum Modified: 2008-10-05 Rick Tanner
endmsg endmsg
end end
arch flagstone arch flagstone

View File

@ -1,10 +1,13 @@
arch map arch map
name Dungeon name Dungeon
difficulty 35
width 32 width 32
height 32 height 32
enter_x 16 enter_x 1
enter_y 30
msg msg
Created: 1996-09-19 Chris Jeske Created: 1996-09-19 Chris Jeske
Modified: 2008-10-05 Rick Tanner
endmsg endmsg
end end
arch mine10 arch mine10

View File

@ -1,11 +1,13 @@
arch map arch map
name Elements name Elements
difficulty 35
width 32 width 32
height 32 height 32
enter_x 15 enter_x 7
enter_y 30 enter_y 30
msg msg
Created: 1996-12-06 Chris Jeske Created: 1996-12-06 Chris Jeske
Modified: 2008-10-05 Rick Tanner
endmsg endmsg
end end
arch medium_stones arch medium_stones

View File

@ -1,11 +1,13 @@
arch map arch map
name Factory name Factory
difficulty 25
width 32 width 32
height 32 height 32
enter_x 2
enter_y 27 enter_y 27
msg msg
Created: 1996-09-16 Chris Jeske Created: 1996-09-16 Chris Jeske
Modified: 2007-11-04 Andreas Kirschbaum Modified: 2008-10-05 Rick Tanner
endmsg endmsg
end end
arch medium_stones arch medium_stones

View File

@ -1,5 +1,6 @@
arch map arch map
name Finish name Finish
difficulty 60
darkness 4 darkness 4
width 22 width 22
height 16 height 16
@ -7,7 +8,7 @@ enter_x 7
enter_y 7 enter_y 7
msg msg
Created: 1996-10-26 Chris Jeske Created: 1996-10-26 Chris Jeske
Modified: 2008-05-30 Andreas Kirschbaum Modified: 2008-10-05 Rick Tanner
endmsg endmsg
end end
arch marble arch marble

View File

@ -3,11 +3,11 @@ name Fortress
difficulty 50 difficulty 50
width 32 width 32
height 32 height 32
enter_x 16 enter_x 15
enter_y 30 enter_y 30
msg msg
Created: 1996-09-24 Chris Jeske Created: 1996-09-24 Chris Jeske
Modified: 2008-06-12 Arvid Norlander Modified: 2008-10-05 Rick Tanner
endmsg endmsg
end end
arch marble arch marble

View File

@ -1,11 +1,14 @@
arch map arch map
name Grey Master name Grey Master
difficulty 75
darkness 3 darkness 3
width 32 width 32
height 24 height 24
enter_x 2
enter_y 2
msg msg
Created: 1996-11-06 Chris Jeske Created: 1996-11-06 Chris Jeske
Modified: 2008-06-06 Arvid Norlander Modified: 2008-10-05 Rick Tanner
endmsg endmsg
end end
arch marble arch marble