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@9976 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
d1ca68c9f7
commit
a8b00d1dfa
|
|
@ -1,14 +1,14 @@
|
||||||
arch map
|
arch map
|
||||||
name Fisher's Hall
|
name Fisher's Hall
|
||||||
reset_timeout 7200
|
reset_timeout 7200
|
||||||
difficulty 1
|
difficulty 3
|
||||||
width 23
|
width 23
|
||||||
height 15
|
height 15
|
||||||
enter_x 1
|
enter_x 10
|
||||||
enter_y 1
|
enter_y 1
|
||||||
msg
|
msg
|
||||||
Created: 2004-08-03 Mikeeusa
|
Created: 2004-08-03 Mikeeusa
|
||||||
Modified: 2008-05-29 Arvid Norlander
|
Modified: 2008-10-02 Rick Tanner
|
||||||
endmsg
|
endmsg
|
||||||
outdoor 1
|
outdoor 1
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,15 @@
|
||||||
arch map
|
arch map
|
||||||
name Fisher's Hall
|
name Fisher's Hall
|
||||||
reset_timeout 7200
|
reset_timeout 7200
|
||||||
difficulty 1
|
difficulty 30
|
||||||
darkness 3
|
darkness 3
|
||||||
width 64
|
width 64
|
||||||
height 64
|
height 64
|
||||||
enter_x 1
|
enter_x 19
|
||||||
enter_y 1
|
enter_y 9
|
||||||
msg
|
msg
|
||||||
Created: 2004-08-03 Mikeeusa
|
Created: 2004-08-03 Mikeeusa
|
||||||
|
Modified: 2008-10-02 Rick Tanner
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch dirtfloor
|
arch dirtfloor
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
arch map
|
arch map
|
||||||
name Storehouse
|
name Storehouse
|
||||||
reset_timeout 7200
|
reset_timeout 7200
|
||||||
difficulty 1
|
difficulty 5
|
||||||
width 14
|
width 14
|
||||||
height 14
|
height 14
|
||||||
enter_x 1
|
enter_x 7
|
||||||
enter_y 1
|
enter_y 11
|
||||||
msg
|
msg
|
||||||
Created: 2004-08-03 Mikeeusa
|
Created: 2004-08-03 Mikeeusa
|
||||||
Modified: 2008-05-30 Andreas Kirschbaum
|
Modified: 2008-10-02 Rick Tanner
|
||||||
endmsg
|
endmsg
|
||||||
outdoor 1
|
outdoor 1
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue