Map header updates: Correct creation date in map header that was changed in r7448, it was using the wrong month; Added map author's name, 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@9973 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
07833aa74e
commit
f77a2d7735
|
@ -1,13 +1,14 @@
|
||||||
arch map
|
arch map
|
||||||
name Underwater Dungeon
|
name Underwater Dungeon
|
||||||
reset_timeout 7200
|
reset_timeout 7200
|
||||||
difficulty 4
|
difficulty 7
|
||||||
width 16
|
width 16
|
||||||
height 16
|
height 16
|
||||||
enter_x 1
|
enter_x 1
|
||||||
enter_y 1
|
enter_y 1
|
||||||
msg
|
msg
|
||||||
Created: 2005-02-10
|
Created: 2005-03-10 Mikeeusa
|
||||||
|
Modified: 2008-10-01 Rick Tanner
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch pstone_1
|
arch pstone_1
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
arch map
|
arch map
|
||||||
name Underwater Dungeon
|
name Underwater Dungeon
|
||||||
reset_timeout 7200
|
reset_timeout 7200
|
||||||
difficulty 4
|
difficulty 40
|
||||||
width 16
|
width 16
|
||||||
height 16
|
height 16
|
||||||
enter_x 1
|
enter_x 1
|
||||||
enter_y 1
|
enter_y 1
|
||||||
msg
|
msg
|
||||||
Created: 2005-02-10
|
Created: 2005-03-10 Mikeeusa
|
||||||
|
Modified: 2008-10-01 Rick Tanner
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch dungeon_floor
|
arch dungeon_floor
|
||||||
|
|
Loading…
Reference in New Issue