Fix rune of summonings to call appropriate summoning spell.
Add summon devil spell to cover the rune of devil summoning. MSW 2003-11-16 git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2465 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
95fc09535e
commit
f0044c170a
|
@ -0,0 +1,25 @@
|
||||||
|
# This is currently only used by runes
|
||||||
|
#
|
||||||
|
Object spell_summon_devil
|
||||||
|
name summon devil
|
||||||
|
name_pl summon devil
|
||||||
|
face spell_summoner.111
|
||||||
|
level 6
|
||||||
|
sp 20
|
||||||
|
casting_time 40
|
||||||
|
path_attuned 64
|
||||||
|
other_arch devil
|
||||||
|
dam 10
|
||||||
|
dam_modifier 10
|
||||||
|
duration 160
|
||||||
|
duration_modifier 10
|
||||||
|
range_modifier 20
|
||||||
|
maxsp 15
|
||||||
|
type 101
|
||||||
|
subtype 12
|
||||||
|
value 60
|
||||||
|
attacktype 8
|
||||||
|
no_drop 1
|
||||||
|
invisible 1
|
||||||
|
skill summoning
|
||||||
|
end
|
|
@ -4,7 +4,7 @@ type 154
|
||||||
race air_elemental
|
race air_elemental
|
||||||
speed 1
|
speed 1
|
||||||
hp 1
|
hp 1
|
||||||
slaying summon evil monster
|
slaying summon air elemental
|
||||||
face rune_summon_air.111
|
face rune_summon_air.111
|
||||||
msg
|
msg
|
||||||
A portal opens up, and screaming hordes pour through!
|
A portal opens up, and screaming hordes pour through!
|
||||||
|
@ -25,13 +25,14 @@ dam 90
|
||||||
Cha 20
|
Cha 20
|
||||||
maxhp 5
|
maxhp 5
|
||||||
end
|
end
|
||||||
|
#
|
||||||
Object rune_summon_devil
|
Object rune_summon_devil
|
||||||
name Rune of Summoning
|
name Rune of Summoning
|
||||||
type 154
|
type 154
|
||||||
race devil
|
race devil
|
||||||
speed 1
|
speed 1
|
||||||
hp 1
|
hp 1
|
||||||
slaying summon evil monster
|
slaying summon devil
|
||||||
face rune_summon.111
|
face rune_summon.111
|
||||||
msg
|
msg
|
||||||
A portal opens up, and screaming hordes pour through!
|
A portal opens up, and screaming hordes pour through!
|
||||||
|
@ -52,13 +53,14 @@ dam 90
|
||||||
Cha 20
|
Cha 20
|
||||||
maxhp 5
|
maxhp 5
|
||||||
end
|
end
|
||||||
|
#
|
||||||
Object rune_summon_earth_elemental
|
Object rune_summon_earth_elemental
|
||||||
name Rune of Summoning
|
name Rune of Summoning
|
||||||
type 154
|
type 154
|
||||||
race earth_elemental
|
race earth_elemental
|
||||||
speed 1
|
speed 1
|
||||||
hp 1
|
hp 1
|
||||||
slaying summon evil monster
|
slaying summon earth elemental
|
||||||
face rune_sum_earth.111
|
face rune_sum_earth.111
|
||||||
msg
|
msg
|
||||||
A portal opens up, and screaming hordes pour through!
|
A portal opens up, and screaming hordes pour through!
|
||||||
|
@ -85,7 +87,7 @@ type 154
|
||||||
race fire_elemental
|
race fire_elemental
|
||||||
speed 1
|
speed 1
|
||||||
hp 1
|
hp 1
|
||||||
slaying summon evil monster
|
slaying summon fire elemental
|
||||||
face rune_sum_fire.111
|
face rune_sum_fire.111
|
||||||
msg
|
msg
|
||||||
A portal opens up, and screaming hordes pour through!
|
A portal opens up, and screaming hordes pour through!
|
||||||
|
@ -106,13 +108,14 @@ dam 90
|
||||||
Cha 20
|
Cha 20
|
||||||
maxhp 5
|
maxhp 5
|
||||||
end
|
end
|
||||||
|
#
|
||||||
Object rune_summon_water_elemental
|
Object rune_summon_water_elemental
|
||||||
name Rune of Summoning
|
name Rune of Summoning
|
||||||
type 154
|
type 154
|
||||||
race water_elemental
|
race water_elemental
|
||||||
speed 1
|
speed 1
|
||||||
hp 1
|
hp 1
|
||||||
slaying summon evil monster
|
slaying summon water elemental
|
||||||
face rune_sum_water.111
|
face rune_sum_water.111
|
||||||
msg
|
msg
|
||||||
A portal opens up, and screaming hordes pour through!
|
A portal opens up, and screaming hordes pour through!
|
||||||
|
|
Loading…
Reference in New Issue