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@9879 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
736a8bf92d
commit
3b9660d5b0
|
@ -1,12 +1,14 @@
|
|||
arch map
|
||||
name Ancient Hut
|
||||
reset_timeout 7200
|
||||
difficulty 1
|
||||
difficulty 10
|
||||
region wilderness
|
||||
width 12
|
||||
height 12
|
||||
enter_x 6
|
||||
msg
|
||||
Created: 1994-02-17
|
||||
Created: 1994-05-17
|
||||
Modified: 2008-09-16 Rick Tanner
|
||||
endmsg
|
||||
end
|
||||
arch cobblestones
|
||||
|
|
|
@ -1,13 +1,15 @@
|
|||
arch map
|
||||
name Kjerring
|
||||
reset_timeout 7200
|
||||
difficulty 4
|
||||
difficulty 8
|
||||
region wilderness
|
||||
width 100
|
||||
height 19
|
||||
enter_x 1
|
||||
enter_x 2
|
||||
enter_y 9
|
||||
msg
|
||||
Created: 1994-02-17
|
||||
Created: 1994-05-17
|
||||
Modified: 2008-09-16 Rick Tanner
|
||||
endmsg
|
||||
end
|
||||
arch blocked
|
||||
|
|
|
@ -2,12 +2,14 @@ arch map
|
|||
name Watertunnel
|
||||
reset_timeout 7200
|
||||
difficulty 1
|
||||
region wilderness
|
||||
width 50
|
||||
height 19
|
||||
enter_x 8
|
||||
enter_y 13
|
||||
msg
|
||||
Created: 1994-02-17
|
||||
Created: 1994-05-17
|
||||
Modified: 2008-09-16 Rick Tanner
|
||||
endmsg
|
||||
end
|
||||
arch blocked
|
||||
|
|
Loading…
Reference in New Issue