ARCH: adding another wall type for japan area \(japanese jingle song: doo do didle do\!\)

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4050 282e977c-c81d-0410-88c4-b93c2d0d6712
master
mikeeusa 2005-11-26 15:33:31 +00:00
parent 4449081c49
commit a07729a674
4 changed files with 50 additions and 6 deletions

View File

@ -52,6 +52,18 @@ randomitems shop_building_west
editable 64
editor_folder arch/shop/Floors
end
Object shop_building_east
name tiles
is_floor 1
face shop_building.111
no_pick 1
no_magic 1
type 68
auto_apply 1
randomitems shop_building_east
editable 64
editor_folder arch/shop/Floors
end
Object building_woodfloor
name Wood floor material
nrof 1
@ -85,8 +97,8 @@ end
Object building_wall2
name DWall material
nrof 1
weight 1500
value 1500
weight 1700
value 1750
type 161
subtype 2
face mbdwall_0.111
@ -95,8 +107,8 @@ end
Object building_wall3
name WestCWall material
nrof 1
weight 1500
value 1350
weight 1700
value 1650
type 161
subtype 2
face mbwestcwall_0.111
@ -105,13 +117,23 @@ end
Object building_wall4
name Red CWall material
nrof 1
weight 1500
value 1650
weight 1700
value 1900
type 161
subtype 2
face mbredcwall_0.111
slaying redcwall_0
end
Object building_wall5
name EastWall material
nrof 1
weight 1000
value 1600
type 161
subtype 2
face mbewall_0.111
slaying ewall_0
end
Object building_vertical_gate
name Vertical gate material
nrof 1

View File

@ -80,6 +80,19 @@ treasureone shop_building_west
list building_material_stonewall_west
chance 20
end
treasureone shop_building_east
arch building_builder
chance 2
more
arch building_destroyer
chance 2
more
list building_material
chance 78
more
list building_material_stonewall_east
chance 20
end
##For areas like scorn area, sells DWall
treasureone building_material_stonewall_norm
arch building_wall2
@ -92,3 +105,12 @@ end
treasureone building_material_stonewall_west
arch building_wall3
end
##For areas like azumauindo area, sells DWall and EastWall (japanese paper wall)
treasureone building_material_stonewall_east
arch building_wall2
chance 50
more
arch building_wall5
chance 50
end

Binary file not shown.