- 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-b93c2d0d6712
master
temitchell 2003-09-20 22:44:10 +00:00
parent 6566d736c9
commit 02ce30d950
3 changed files with 52 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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