Add path attenuation to spells which didn't have any set.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@13887 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
e880a116d8
commit
3423f4d772
|
|
@ -5,7 +5,7 @@ name_pl slow ability
|
|||
level 1
|
||||
sp 5
|
||||
casting_time 10
|
||||
path_attuned 0
|
||||
path_attuned 1024
|
||||
other_arch slow
|
||||
dam 5
|
||||
dam_modifier 0
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ name_pl invulnerability
|
|||
level 80
|
||||
grace 225
|
||||
casting_time 30
|
||||
path_attuned 0
|
||||
path_attuned 16384
|
||||
skill praying
|
||||
type 101
|
||||
subtype 24
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ face spell_sorcery.111
|
|||
level 6
|
||||
sp 10
|
||||
casting_time 10
|
||||
path_attuned 0
|
||||
path_attuned 16384
|
||||
skill sorcery
|
||||
type 101
|
||||
subtype 24
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ face spell_sorcery.111
|
|||
level 26
|
||||
sp 35
|
||||
casting_time 2
|
||||
path_attuned 0
|
||||
path_attuned 16384
|
||||
other_arch color_spray
|
||||
dam 25
|
||||
dam_modifier 3
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ face spell_evocation.111
|
|||
level 28
|
||||
sp 26
|
||||
casting_time 9
|
||||
path_attuned 0
|
||||
path_attuned 512
|
||||
other_arch shockwave
|
||||
dam 10
|
||||
dam_modifier 3
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ face spell_sorcery.111
|
|||
level 1
|
||||
sp 5
|
||||
casting_time 10
|
||||
path_attuned 0
|
||||
path_attuned 1024
|
||||
other_arch slow
|
||||
dam 5
|
||||
dam_modifier 0
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ face spell_praying.111
|
|||
level 6
|
||||
grace 8
|
||||
casting_time 10
|
||||
path_attuned 0
|
||||
path_attuned 4
|
||||
other_arch wave
|
||||
dam 0
|
||||
dam_modifier 3
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ face spell_praying.111
|
|||
level 6
|
||||
grace 3
|
||||
casting_time 10
|
||||
path_attuned 0
|
||||
path_attuned 8
|
||||
other_arch windstorm
|
||||
dam 0
|
||||
dam_modifier 4
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ face spell_sorcery.111
|
|||
level 30
|
||||
sp 30
|
||||
casting_time 10
|
||||
path_attuned 0
|
||||
path_attuned 512
|
||||
other_arch destruction
|
||||
skill sorcery
|
||||
type 101
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ face spell_summoner.111
|
|||
level 4
|
||||
sp 5
|
||||
casting_time 15
|
||||
path_attuned 0
|
||||
path_attuned 16384
|
||||
other_arch destruction
|
||||
skill summoning
|
||||
type 101
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ face spell_sorcery.111
|
|||
level 8
|
||||
sp 25
|
||||
casting_time 10
|
||||
path_attuned 0
|
||||
path_attuned 524288
|
||||
other_arch enchantment
|
||||
skill sorcery
|
||||
type 101
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ face spell_sorcery.111
|
|||
level 6
|
||||
sp 15
|
||||
casting_time 5
|
||||
path_attuned 0
|
||||
path_attuned 524288
|
||||
other_arch enchantment
|
||||
skill sorcery
|
||||
type 101
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ face spell_praying.111
|
|||
level 12
|
||||
grace 25
|
||||
casting_time 5
|
||||
path_attuned 0
|
||||
path_attuned 524288
|
||||
other_arch enchantment
|
||||
skill praying
|
||||
type 101
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ value 10
|
|||
sp 2
|
||||
casting_time 10
|
||||
skill sorcery
|
||||
path_attuned 0
|
||||
path_attuned 64
|
||||
no_drop 1
|
||||
invisible 1
|
||||
other_arch rune_mark
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ name_pl aggravation
|
|||
level 1
|
||||
sp 1
|
||||
casting_time 1
|
||||
path_attuned 0
|
||||
path_attuned 1024
|
||||
skill ????
|
||||
type 101
|
||||
subtype 34
|
||||
|
|
|
|||
Loading…
Reference in New Issue