Add spell effects to some balms and foods.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21853 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
641e8af872
commit
1bc07e440d
|
@ -1,3 +1,7 @@
|
|||
Add spell effects to some balms and foods.
|
||||
artifacts
|
||||
Nicolas Weeger 2021-01-28
|
||||
|
||||
Add blue and green dragon caves, to generate electric and cold dragons.
|
||||
monster/dragon/dragoncave.arc
|
||||
monster/dragon/dragoncave_blue.base.111.png
|
||||
|
|
|
@ -3902,6 +3902,7 @@ Object Heat Resistance
|
|||
type 6
|
||||
value 30
|
||||
resist_fire 30
|
||||
other_arch protection_fire_effect
|
||||
end
|
||||
#
|
||||
Allowed mushroom_2
|
||||
|
@ -3910,6 +3911,7 @@ Object Frost Resistance
|
|||
type 6
|
||||
value 30
|
||||
resist_cold 30
|
||||
other_arch protection_cold_effect
|
||||
end
|
||||
#
|
||||
Allowed mushroom_1, mushroom_2, mushroom_3
|
||||
|
@ -4131,6 +4133,7 @@ face balm_asbestos.111
|
|||
type 5
|
||||
resist_fire 50
|
||||
value 5
|
||||
other_arch protection_fire_effect
|
||||
end
|
||||
#
|
||||
Allowed balm_generic
|
||||
|
@ -4140,6 +4143,7 @@ face balm_insulation.111
|
|||
type 5
|
||||
resist_electricity 50
|
||||
value 5
|
||||
other_arch protection_electricity_effect
|
||||
end
|
||||
#
|
||||
Allowed balm_generic
|
||||
|
@ -4149,6 +4153,7 @@ face balm_warmth.111
|
|||
type 5
|
||||
resist_cold 50
|
||||
value 5
|
||||
other_arch protection_cold_effect
|
||||
end
|
||||
#
|
||||
Allowed potion_generic
|
||||
|
|
Loading…
Reference in New Issue