- modify these to work like doors, add stones and webs as special door
styles. (modifications to the random door code is required to work this - patch forthcoming) git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@2333 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
6566d736c9
commit
02ce30d950
|
|
@ -9,16 +9,35 @@ width 6
|
|||
height 6
|
||||
end
|
||||
arch spider_web
|
||||
no_pass 1
|
||||
end
|
||||
arch fernssparse
|
||||
type 0
|
||||
material 128
|
||||
no_pass 1
|
||||
x 1
|
||||
end
|
||||
arch fernsdense
|
||||
type 0
|
||||
material 8
|
||||
blocksview 1
|
||||
no_pass 1
|
||||
x 2
|
||||
end
|
||||
arch forestsparse
|
||||
type 0
|
||||
material 16
|
||||
no_pass 1
|
||||
x 3
|
||||
end
|
||||
arch thorns
|
||||
material 16
|
||||
no_pass 1
|
||||
x 4
|
||||
end
|
||||
arch mountain3
|
||||
type 0
|
||||
material 64
|
||||
no_pass 1
|
||||
x 5
|
||||
end
|
||||
|
|
|
|||
|
|
@ -0,0 +1,15 @@
|
|||
arch map
|
||||
name <untitled>
|
||||
msg
|
||||
Creator: Gnat the Gnu
|
||||
Email: gnu@foo.bar
|
||||
Date: Sat Dec 26 11:48:28 1998
|
||||
endmsg
|
||||
width 6
|
||||
height 6
|
||||
end
|
||||
arch mountain3
|
||||
type 0
|
||||
material 64
|
||||
no_pass 1
|
||||
end
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
arch map
|
||||
name <untitled>
|
||||
msg
|
||||
Creator: Gnat the Gnu
|
||||
Email: gnu@foo.bar
|
||||
Date: Sat Dec 26 11:48:28 1998
|
||||
endmsg
|
||||
width 6
|
||||
height 6
|
||||
end
|
||||
arch spider_web
|
||||
no_pass 1
|
||||
end
|
||||
arch spider_web
|
||||
material 8
|
||||
no_pass 1
|
||||
x 1
|
||||
end
|
||||
Loading…
Reference in New Issue