Allow more items to be tainted by poison.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@3784 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
7ebd47dd82
commit
22738a6145
|
@ -14,3 +14,59 @@ cursed 1
|
|||
known_cursed 0
|
||||
title of poison
|
||||
end
|
||||
#
|
||||
Object wine_poison
|
||||
name bottle of wine
|
||||
face wine.111
|
||||
color_fg red
|
||||
food 75
|
||||
nrof 1
|
||||
type 7
|
||||
material 36
|
||||
value 10
|
||||
weight 1000
|
||||
editable 2048
|
||||
identified 0
|
||||
name_pl bottles of wine
|
||||
client_type 611
|
||||
cursed 1
|
||||
known_cursed 0
|
||||
title of poison
|
||||
end
|
||||
#
|
||||
Object w_glass_poison
|
||||
name glass of wine
|
||||
face w_glass.111
|
||||
color_fg red
|
||||
food 10
|
||||
nrof 1
|
||||
type 7
|
||||
material 36
|
||||
value 2
|
||||
weight 1000
|
||||
editable 2048
|
||||
identified 0
|
||||
name_pl glasses of wine
|
||||
client_type 611
|
||||
cursed 1
|
||||
known_cursed 0
|
||||
title of poison
|
||||
end
|
||||
#
|
||||
Object water_poison
|
||||
face water.111
|
||||
color_fg blue
|
||||
food 5
|
||||
nrof 1
|
||||
type 7
|
||||
material 32
|
||||
value 5
|
||||
weight 1500
|
||||
editable 2048
|
||||
name_pl waters
|
||||
client_type 611
|
||||
identified 0
|
||||
cursed 1
|
||||
known_cursed 0
|
||||
title of poison
|
||||
end
|
||||
|
|
|
@ -12,4 +12,5 @@ editable 2048
|
|||
identified 1
|
||||
name_pl glasses of wine
|
||||
client_type 611
|
||||
slaying vial_poison:w_glass_poison
|
||||
end
|
||||
|
|
|
@ -10,4 +10,5 @@ weight 1500
|
|||
editable 2048
|
||||
name_pl waters
|
||||
client_type 611
|
||||
slaying vial_poison:water_poison
|
||||
end
|
||||
|
|
|
@ -12,4 +12,5 @@ editable 2048
|
|||
identified 1
|
||||
name_pl bottles of wine
|
||||
client_type 611
|
||||
slaying vial_poison:wine_poison
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue