Added buildable woodfloor2 and made a modified goldfloor so a map im making can look better.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@3228 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
f811a4c06e
commit
15e5e5f88a
|
@ -38,6 +38,16 @@ subtype 1
|
|||
face mbwoodfloor.111
|
||||
slaying woodfloor
|
||||
end
|
||||
Object building_woodfloor2
|
||||
name Dark Wood floor material
|
||||
nrof 1
|
||||
weight 1500
|
||||
value 1500
|
||||
type 161
|
||||
subtype 1
|
||||
face mbwoodfloor2.111
|
||||
slaying woodfloor2
|
||||
end
|
||||
Object building_wall
|
||||
name Wall material
|
||||
nrof 1
|
||||
|
|
|
@ -5,6 +5,9 @@ treasureone building_material
|
|||
arch building_woodfloor
|
||||
chance 50
|
||||
more
|
||||
arch building_woodfloor2
|
||||
chance 5
|
||||
more
|
||||
arch building_wall
|
||||
chance 25
|
||||
more
|
||||
|
|
Loading…
Reference in New Issue