Add buildable marble floors.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@3230 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
34f6eb80ce
commit
5e7a3fa6a6
|
@ -22,6 +22,8 @@ treasureone building_material
|
|||
more
|
||||
arch building_lever
|
||||
chance 8
|
||||
list building_marbles
|
||||
chance 5
|
||||
end
|
||||
treasureone shop_building
|
||||
arch building_builder
|
||||
|
|
|
@ -0,0 +1,50 @@
|
|||
Object building_marble
|
||||
name White Marble floor material
|
||||
nrof 1
|
||||
weight 1500
|
||||
value 40540
|
||||
type 161
|
||||
subtype 1
|
||||
face mbmarble.111
|
||||
slaying marble
|
||||
end
|
||||
Object building_blackmarble
|
||||
name Black Marble floor material
|
||||
nrof 1
|
||||
weight 1500
|
||||
value 40540
|
||||
type 161
|
||||
subtype 1
|
||||
face mbblackmarble.111
|
||||
slaying blackmarble
|
||||
end
|
||||
Object building_pinkmarble
|
||||
name Pink Marble floor material
|
||||
nrof 1
|
||||
weight 1500
|
||||
value 50000
|
||||
type 161
|
||||
subtype 1
|
||||
face mbpinkmarble.111
|
||||
slaying pinkmarble
|
||||
end
|
||||
Object building_greenmarble
|
||||
name Green Marble floor material
|
||||
nrof 1
|
||||
weight 1500
|
||||
value 50000
|
||||
type 161
|
||||
subtype 1
|
||||
face mbgreenmarble.111
|
||||
slaying greenmarble
|
||||
end
|
||||
Object building_lightmagentamarble
|
||||
name Light Magenta Marble floor material
|
||||
nrof 1
|
||||
weight 1500
|
||||
value 50000
|
||||
type 161
|
||||
subtype 1
|
||||
face mblightmagentamarble.111
|
||||
slaying lightmagentamarble
|
||||
end
|
|
@ -0,0 +1,16 @@
|
|||
treasureone building_marbles
|
||||
arch building_marble
|
||||
chance 8
|
||||
more
|
||||
arch building_blackmarble
|
||||
chance 8
|
||||
more
|
||||
arch building_pinkmarble
|
||||
chance 1
|
||||
more
|
||||
arch building_greenmarble
|
||||
chance 1
|
||||
more
|
||||
arch building_lightmagentamarble
|
||||
chance 1
|
||||
end
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue