Fix broken lever entry in the treasurelist. Add buildable talking books, listning books, buttons, signs, and inverted gates.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@3558 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
1a3917c97d
commit
38f1d1a30c
|
@ -99,3 +99,33 @@ subtype 3
|
|||
slaying button_lever
|
||||
face mblever.111
|
||||
end
|
||||
Object building_button
|
||||
name Button material
|
||||
nrof 1
|
||||
weight 100
|
||||
value 2000
|
||||
type 161
|
||||
subtype 3
|
||||
slaying button_small
|
||||
face mbbutton.111
|
||||
end
|
||||
Object building_vertical_gate_inv
|
||||
name Vertical inverted gate material
|
||||
nrof 1
|
||||
weight 150
|
||||
value 3000
|
||||
type 161
|
||||
subtype 3
|
||||
slaying igate_open_1
|
||||
face mbiron_gate_inv1.111
|
||||
end
|
||||
Object building_horizontal_gate_inv
|
||||
name Horizontal inverted gate material
|
||||
nrof 1
|
||||
weight 150
|
||||
value 3000
|
||||
type 161
|
||||
subtype 3
|
||||
slaying igate_open_2
|
||||
face mbiron_gate_inv2.111
|
||||
end
|
||||
|
|
|
@ -22,11 +22,24 @@ treasureone building_material
|
|||
more
|
||||
arch building_lever
|
||||
chance 8
|
||||
more
|
||||
arch building_button
|
||||
chance 3
|
||||
more
|
||||
list building_marbles
|
||||
chance 5
|
||||
more
|
||||
list building_objects
|
||||
chance 5
|
||||
more
|
||||
arch building_vertical_gate_inv
|
||||
chance 1
|
||||
more
|
||||
arch building_horizontal_gate_inv
|
||||
chance 1
|
||||
more
|
||||
list building_talking_objects
|
||||
chance 1
|
||||
end
|
||||
treasureone shop_building
|
||||
arch building_builder
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
|
@ -38,3 +38,13 @@ subtype 3
|
|||
face mbfountain.111
|
||||
slaying fountain
|
||||
end
|
||||
Object building_sign
|
||||
name Sign material
|
||||
nrof 1
|
||||
weight 1500
|
||||
value 25000
|
||||
type 161
|
||||
subtype 3
|
||||
face mbsign.111
|
||||
slaying sign
|
||||
end
|
||||
|
|
|
@ -8,6 +8,9 @@ treasureone building_objects
|
|||
arch building_fireplace
|
||||
chance 6
|
||||
more
|
||||
arch building_sign
|
||||
chance 4
|
||||
more
|
||||
arch building_fountain
|
||||
chance 3
|
||||
end
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
Object building_earbook
|
||||
name Listening book material
|
||||
nrof 1
|
||||
weight 1000
|
||||
value 70000
|
||||
type 161
|
||||
subtype 3
|
||||
face mbbook.111
|
||||
slaying magic_ear
|
||||
end
|
||||
Object building_mouthbook
|
||||
name Talking book material
|
||||
nrof 1
|
||||
weight 1000
|
||||
value 45000
|
||||
type 161
|
||||
subtype 3
|
||||
face mbbook.111
|
||||
slaying magic_mouth
|
||||
end
|
|
@ -0,0 +1,7 @@
|
|||
treasureone building_talking_objects
|
||||
arch building_earbook
|
||||
chance 1
|
||||
more
|
||||
arch building_mouthbook
|
||||
chance 2
|
||||
end
|
Loading…
Reference in New Issue