Give spell effect to fire and cold resistance potions.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18277 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
32c41aca6f
commit
3280d4e9ed
|
@ -10,6 +10,7 @@ value 5800
|
||||||
resist_cold 90
|
resist_cold 90
|
||||||
name_pl potions of cold resistance
|
name_pl potions of cold resistance
|
||||||
on_use_yield potion_empty
|
on_use_yield potion_empty
|
||||||
|
other_arch protection_cold_effect
|
||||||
client_type 651
|
client_type 651
|
||||||
end
|
end
|
||||||
Object potion_cold2
|
Object potion_cold2
|
||||||
|
@ -24,6 +25,7 @@ value 28000
|
||||||
resist_cold 95
|
resist_cold 95
|
||||||
name_pl potions of frost resistance
|
name_pl potions of frost resistance
|
||||||
on_use_yield potion_empty
|
on_use_yield potion_empty
|
||||||
|
other_arch protection_cold_effect
|
||||||
client_type 651
|
client_type 651
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@ value 5200
|
||||||
resist_fire 90
|
resist_fire 90
|
||||||
name_pl potions of fire resistance
|
name_pl potions of fire resistance
|
||||||
on_use_yield potion_empty
|
on_use_yield potion_empty
|
||||||
|
other_arch protection_fire_effect
|
||||||
client_type 651
|
client_type 651
|
||||||
end
|
end
|
||||||
Object potion_fire2
|
Object potion_fire2
|
||||||
|
@ -24,6 +25,7 @@ value 28000
|
||||||
resist_fire 95
|
resist_fire 95
|
||||||
name_pl potions of lava resistance
|
name_pl potions of lava resistance
|
||||||
on_use_yield potion_empty
|
on_use_yield potion_empty
|
||||||
|
other_arch protection_fire_effect
|
||||||
client_type 651
|
client_type 651
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue