Added some buildable objects.

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@3238 282e977c-c81d-0410-88c4-b93c2d0d6712
master
bbotbuilder 2005-04-30 16:24:09 +00:00
parent 5e7a3fa6a6
commit 857f71db08
7 changed files with 56 additions and 0 deletions

View File

@ -24,6 +24,9 @@ treasureone building_material
chance 8
list building_marbles
chance 5
more
list building_objects
chance 5
end
treasureone shop_building
arch building_builder

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,40 @@
Object building_firepot
name Firepot material
nrof 1
weight 1500
value 7500
type 161
subtype 3
face mbfirepot.111
slaying firepot
end
Object building_brazier
name Brazier material
nrof 1
weight 1500
value 9500
type 161
subtype 3
face mbbrazier.111
slaying brazier
end
Object building_fireplace
name Fireplace material
nrof 1
weight 2500
value 10000
type 161
subtype 3
face mbfireplace.111
slaying fireplace
end
Object building_fountain
name Fountain material
nrof 1
weight 25000
value 50500
type 161
subtype 3
face mbfountain.111
slaying fountain
end

View File

@ -0,0 +1,13 @@
treasureone building_objects
arch building_firepot
chance 10
more
arch building_brazier
chance 8
more
arch building_fireplace
chance 6
more
arch building_fountain
chance 3
end