From f0044c170a1007f21b9d8d164c89adc461094327 Mon Sep 17 00:00:00 2001 From: mwedel Date: Mon, 17 Nov 2003 00:39:22 +0000 Subject: [PATCH] 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-b93c2d0d6712 --- spell/Golem/spell_summon_devil.arc | 25 +++++++++++++++++++++++++ spell/Rune/rune_summon.arc | 13 ++++++++----- 2 files changed, 33 insertions(+), 5 deletions(-) create mode 100644 spell/Golem/spell_summon_devil.arc diff --git a/spell/Golem/spell_summon_devil.arc b/spell/Golem/spell_summon_devil.arc new file mode 100644 index 000000000..80a011214 --- /dev/null +++ b/spell/Golem/spell_summon_devil.arc @@ -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 diff --git a/spell/Rune/rune_summon.arc b/spell/Rune/rune_summon.arc index 654e307e3..0ef48acbf 100644 --- a/spell/Rune/rune_summon.arc +++ b/spell/Rune/rune_summon.arc @@ -4,7 +4,7 @@ type 154 race air_elemental speed 1 hp 1 -slaying summon evil monster +slaying summon air elemental face rune_summon_air.111 msg A portal opens up, and screaming hordes pour through! @@ -25,13 +25,14 @@ dam 90 Cha 20 maxhp 5 end +# Object rune_summon_devil name Rune of Summoning type 154 race devil speed 1 hp 1 -slaying summon evil monster +slaying summon devil face rune_summon.111 msg A portal opens up, and screaming hordes pour through! @@ -52,13 +53,14 @@ dam 90 Cha 20 maxhp 5 end +# Object rune_summon_earth_elemental name Rune of Summoning type 154 race earth_elemental speed 1 hp 1 -slaying summon evil monster +slaying summon earth elemental face rune_sum_earth.111 msg A portal opens up, and screaming hordes pour through! @@ -85,7 +87,7 @@ type 154 race fire_elemental speed 1 hp 1 -slaying summon evil monster +slaying summon fire elemental face rune_sum_fire.111 msg A portal opens up, and screaming hordes pour through! @@ -106,13 +108,14 @@ dam 90 Cha 20 maxhp 5 end +# Object rune_summon_water_elemental name Rune of Summoning type 154 race water_elemental speed 1 hp 1 -slaying summon evil monster +slaying summon water elemental face rune_sum_water.111 msg A portal opens up, and screaming hordes pour through!