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-b93c2d0d6712master
parent
4449081c49
commit
a07729a674
|
|
@ -52,6 +52,18 @@ randomitems shop_building_west
|
||||||
editable 64
|
editable 64
|
||||||
editor_folder arch/shop/Floors
|
editor_folder arch/shop/Floors
|
||||||
end
|
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
|
Object building_woodfloor
|
||||||
name Wood floor material
|
name Wood floor material
|
||||||
nrof 1
|
nrof 1
|
||||||
|
|
@ -85,8 +97,8 @@ end
|
||||||
Object building_wall2
|
Object building_wall2
|
||||||
name DWall material
|
name DWall material
|
||||||
nrof 1
|
nrof 1
|
||||||
weight 1500
|
weight 1700
|
||||||
value 1500
|
value 1750
|
||||||
type 161
|
type 161
|
||||||
subtype 2
|
subtype 2
|
||||||
face mbdwall_0.111
|
face mbdwall_0.111
|
||||||
|
|
@ -95,8 +107,8 @@ end
|
||||||
Object building_wall3
|
Object building_wall3
|
||||||
name WestCWall material
|
name WestCWall material
|
||||||
nrof 1
|
nrof 1
|
||||||
weight 1500
|
weight 1700
|
||||||
value 1350
|
value 1650
|
||||||
type 161
|
type 161
|
||||||
subtype 2
|
subtype 2
|
||||||
face mbwestcwall_0.111
|
face mbwestcwall_0.111
|
||||||
|
|
@ -105,13 +117,23 @@ end
|
||||||
Object building_wall4
|
Object building_wall4
|
||||||
name Red CWall material
|
name Red CWall material
|
||||||
nrof 1
|
nrof 1
|
||||||
weight 1500
|
weight 1700
|
||||||
value 1650
|
value 1900
|
||||||
type 161
|
type 161
|
||||||
subtype 2
|
subtype 2
|
||||||
face mbredcwall_0.111
|
face mbredcwall_0.111
|
||||||
slaying redcwall_0
|
slaying redcwall_0
|
||||||
end
|
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
|
Object building_vertical_gate
|
||||||
name Vertical gate material
|
name Vertical gate material
|
||||||
nrof 1
|
nrof 1
|
||||||
|
|
|
||||||
|
|
@ -80,6 +80,19 @@ treasureone shop_building_west
|
||||||
list building_material_stonewall_west
|
list building_material_stonewall_west
|
||||||
chance 20
|
chance 20
|
||||||
end
|
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
|
##For areas like scorn area, sells DWall
|
||||||
treasureone building_material_stonewall_norm
|
treasureone building_material_stonewall_norm
|
||||||
arch building_wall2
|
arch building_wall2
|
||||||
|
|
@ -92,3 +105,12 @@ end
|
||||||
treasureone building_material_stonewall_west
|
treasureone building_material_stonewall_west
|
||||||
arch building_wall3
|
arch building_wall3
|
||||||
end
|
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.
Binary file not shown.
Loading…
Reference in New Issue