Add fantasy vertical doors, based on colors from the horizontal ones.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19865 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
bc235ed7b1
commit
86f8b89d25
|
|
@ -1,3 +1,18 @@
|
|||
face odoor_1.111
|
||||
magicmap orange
|
||||
end
|
||||
face odoor_1_fant_blue-green.111
|
||||
magicmap orange
|
||||
end
|
||||
face odoor_1_fant_red-white.111
|
||||
magicmap orange
|
||||
end
|
||||
face odoor_1_fant_blue-yellow.111
|
||||
magicmap orange
|
||||
end
|
||||
face odoor_1_fant_red-yellow.111
|
||||
magicmap orange
|
||||
end
|
||||
face odoor_1_fant_brown.111
|
||||
magicmap orange
|
||||
end
|
||||
|
|
|
|||
|
|
@ -0,0 +1,80 @@
|
|||
Object odoor_1_fant_blue-green
|
||||
name door
|
||||
randomitems door
|
||||
move_block all
|
||||
blocksview 1
|
||||
face odoor_1_fant_blue-green.111
|
||||
hp 400
|
||||
exp 1
|
||||
ac 20
|
||||
type 23
|
||||
material 16
|
||||
no_pick 1
|
||||
alive 1
|
||||
level 1
|
||||
end
|
||||
|
||||
Object odoor_1_fant_blue-yellow
|
||||
name door
|
||||
randomitems door
|
||||
move_block all
|
||||
blocksview 1
|
||||
face odoor_1_fant_blue-yellow.111
|
||||
hp 400
|
||||
exp 1
|
||||
ac 20
|
||||
type 23
|
||||
material 16
|
||||
no_pick 1
|
||||
alive 1
|
||||
level 1
|
||||
end
|
||||
|
||||
Object odoor_1_fant_brown
|
||||
name door
|
||||
randomitems door
|
||||
move_block all
|
||||
blocksview 1
|
||||
face odoor_1_fant_brown.111
|
||||
hp 400
|
||||
exp 1
|
||||
ac 20
|
||||
type 23
|
||||
material 16
|
||||
no_pick 1
|
||||
alive 1
|
||||
level 1
|
||||
end
|
||||
|
||||
Object odoor_1_fant_red-white
|
||||
name door
|
||||
randomitems door
|
||||
move_block all
|
||||
blocksview 1
|
||||
face odoor_1_fant_red-white.111
|
||||
hp 400
|
||||
exp 1
|
||||
ac 20
|
||||
type 23
|
||||
material 16
|
||||
no_pick 1
|
||||
alive 1
|
||||
level 1
|
||||
end
|
||||
|
||||
Object odoor_1_fant_red-yellow
|
||||
name door
|
||||
randomitems door
|
||||
move_block all
|
||||
blocksview 1
|
||||
face odoor_1_fant_red-yellow.111
|
||||
hp 400
|
||||
exp 1
|
||||
ac 20
|
||||
type 23
|
||||
material 16
|
||||
no_pick 1
|
||||
alive 1
|
||||
level 1
|
||||
end
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 297 B |
Binary file not shown.
|
After Width: | Height: | Size: 288 B |
Binary file not shown.
|
After Width: | Height: | Size: 289 B |
Binary file not shown.
|
After Width: | Height: | Size: 294 B |
Binary file not shown.
|
After Width: | Height: | Size: 288 B |
Loading…
Reference in New Issue