Change spelldirect arch's to be actual spell arch's for granting
dragon abilities. I basically left these as per the normal arch - perhaps they should be customized (different skill/level/other abilities?) MSW 2003-10-13 git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2396 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
446f2a38fa
commit
907ed19f38
|
@ -1,10 +1,22 @@
|
||||||
Object spelldirect_ball_lightning
|
Object spelldirect_ball_lightning
|
||||||
name ball lightning
|
name ball lightning
|
||||||
face blank.111
|
name_pl ball lightning
|
||||||
slaying ball lightning
|
face spell_evocation.111
|
||||||
|
type 101
|
||||||
|
subtype 35
|
||||||
|
level 9
|
||||||
|
value 90
|
||||||
|
sp 10
|
||||||
|
casting_time 30
|
||||||
|
skill evocation
|
||||||
|
path_attuned 8
|
||||||
|
other_arch ball_lightning
|
||||||
|
dam 8
|
||||||
|
dam_modifier 3
|
||||||
|
duration 40
|
||||||
|
duration_modifier 1
|
||||||
|
maxsp 15
|
||||||
|
attacktype 10
|
||||||
|
no_drop 1
|
||||||
invisible 1
|
invisible 1
|
||||||
type 85
|
|
||||||
skill literacy
|
|
||||||
|
|
||||||
editable 0
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,10 +1,24 @@
|
||||||
Object spelldirect_dragonbreath
|
Object spelldirect_dragonbreath
|
||||||
name dragonbreath
|
name dragonbreath
|
||||||
face blank.111
|
name_pl dragonbreath
|
||||||
slaying dragonbreath
|
face spell_pyromancy.111
|
||||||
|
level 12
|
||||||
|
sp 13
|
||||||
|
casting_time 30
|
||||||
|
path_attuned 2
|
||||||
|
other_arch firebreath
|
||||||
|
dam 4
|
||||||
|
dam_modifier 3
|
||||||
|
range 7
|
||||||
|
duration 2
|
||||||
|
range_modifier 5
|
||||||
|
maxsp 11
|
||||||
|
type 101
|
||||||
|
subtype 7
|
||||||
|
value 120
|
||||||
|
# Note this is not magical!
|
||||||
|
attacktype 4
|
||||||
|
no_drop 1
|
||||||
invisible 1
|
invisible 1
|
||||||
type 85
|
skill pyromancy
|
||||||
skill literacy
|
|
||||||
|
|
||||||
editable 0
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,10 +1,23 @@
|
||||||
Object spelldirect_large_icestorm
|
Object spelldirect_large_icestorm
|
||||||
name large icestorm
|
name large icestorm
|
||||||
face blank.111
|
name_pl large icestorm
|
||||||
slaying large icestorm
|
face spell_evocation.111
|
||||||
|
level 12
|
||||||
|
sp 13
|
||||||
|
casting_time 40
|
||||||
|
path_attuned 4
|
||||||
|
other_arch icestorm
|
||||||
|
dam 4
|
||||||
|
dam_modifier 3
|
||||||
|
range 14
|
||||||
|
duration 2
|
||||||
|
range_modifier 5
|
||||||
|
maxsp 11
|
||||||
|
type 101
|
||||||
|
subtype 7
|
||||||
|
value 120
|
||||||
|
attacktype 18
|
||||||
|
no_drop 1
|
||||||
invisible 1
|
invisible 1
|
||||||
type 85
|
skill evocation
|
||||||
skill literacy
|
|
||||||
|
|
||||||
editable 0
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,10 +1,23 @@
|
||||||
Object spelldirect_poison_cloud
|
Object spelldirect_poison_cloud
|
||||||
name poison cloud
|
name poison cloud
|
||||||
face blank.111
|
name_pl poison cloud
|
||||||
slaying poison cloud
|
face spell_sorcery.111
|
||||||
|
level 2
|
||||||
|
sp 5
|
||||||
|
casting_time 10
|
||||||
|
path_attuned 16
|
||||||
|
other_arch poisonbullet
|
||||||
|
dam 0
|
||||||
|
dam_modifier 3
|
||||||
|
range 4
|
||||||
|
duration 4
|
||||||
|
maxsp 8
|
||||||
|
type 101
|
||||||
|
subtype 5
|
||||||
|
value 20
|
||||||
|
attacktype 1026
|
||||||
|
no_drop 1
|
||||||
invisible 1
|
invisible 1
|
||||||
type 85
|
skill sorcery
|
||||||
skill literacy
|
food 5
|
||||||
|
|
||||||
editable 0
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue