Spell effects for protection from fire, electricity, cold.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18229 282e977c-c81d-0410-88c4-b93c2d0d6712master
|
|
@ -0,0 +1,10 @@
|
|||
Object protection_cold_effect
|
||||
name rage
|
||||
face protection_cold_effect.111
|
||||
animation protection_cold_effect
|
||||
speed 0.5
|
||||
food 6
|
||||
is_used_up 1
|
||||
no_pick 1
|
||||
map_layer fly
|
||||
end
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
|
@ -0,0 +1,8 @@
|
|||
animation protection_cold_effect
|
||||
protection_cold_effect.111
|
||||
protection_cold_effect.112
|
||||
protection_cold_effect.113
|
||||
protection_cold_effect.114
|
||||
protection_cold_effect.115
|
||||
protection_cold_effect.116
|
||||
mina
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
Object protection_electricity_effect
|
||||
name rage
|
||||
face protection_electricity_effect.111
|
||||
animation protection_electricity_effect
|
||||
speed 0.5
|
||||
food 6
|
||||
is_used_up 1
|
||||
no_pick 1
|
||||
map_layer fly
|
||||
end
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
|
@ -0,0 +1,8 @@
|
|||
animation protection_electricity_effect
|
||||
protection_electricity_effect.111
|
||||
protection_electricity_effect.112
|
||||
protection_electricity_effect.113
|
||||
protection_electricity_effect.114
|
||||
protection_electricity_effect.115
|
||||
protection_electricity_effect.116
|
||||
mina
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
Object protection_fire_effect
|
||||
name rage
|
||||
face protection_fire_effect.111
|
||||
animation protection_fire_effect
|
||||
speed 0.5
|
||||
food 6
|
||||
is_used_up 1
|
||||
no_pick 1
|
||||
map_layer fly
|
||||
end
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
|
@ -0,0 +1,8 @@
|
|||
animation protection_fire_effect
|
||||
protection_fire_effect.111
|
||||
protection_fire_effect.112
|
||||
protection_fire_effect.113
|
||||
protection_fire_effect.114
|
||||
protection_fire_effect.115
|
||||
protection_fire_effect.116
|
||||
mina
|
||||
|
|
@ -3,6 +3,7 @@ anim_suffix spellcasting
|
|||
name protection from cold
|
||||
name_pl protection from cold
|
||||
face spell_protection_from_cold.111
|
||||
other_arch protection_cold_effect
|
||||
level 2
|
||||
grace 15
|
||||
casting_time 10
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ anim_suffix spellcasting
|
|||
name protection from electricity
|
||||
name_pl protection from electricity
|
||||
face spell_protection_from_electricity.111
|
||||
other_arch protection_electricity_effect
|
||||
level 3
|
||||
grace 15
|
||||
casting_time 10
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ anim_suffix spellcasting
|
|||
name protection from fire
|
||||
name_pl protection from fire
|
||||
face spell_protection_from_fire.111
|
||||
other_arch protection_fire_effect
|
||||
level 2
|
||||
grace 20
|
||||
casting_time 10
|
||||
|
|
|
|||