ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_summon_devil.arc
Revision: 1.9
Committed: Thu Sep 17 08:14:48 2009 UTC (14 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +1 -1 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

# User Rev Content
1 root 1.1 # This is currently only used by runes
2     #
3 root 1.5 object spell_summon_devil
4 root 1.1 name summon devil
5     name_pl summon devil
6     skill summoning
7     msg
8 root 1.9 Calls up a devil from the
9 root 1.7 infernal regions of the underworld. The
10 root 1.1 devil is under the control of the caster,
11     much the same way a golem is. The attacks and
12     protections are same as that of a normal
13     devil, which can make it particularly useful
14     against some creatures.
15     endmsg
16 root 1.6 other_arch devil
17     face spell_summoner.x11
18     sp 20
19     maxsp 15
20     dam 10
21 root 1.8 level 19
22 root 1.6 type 101
23     subtype 12
24     attacktype 8
25     path_attuned 64
26     value 60
27     invisible 1
28     duration 160
29     range_modifier 20
30     duration_modifier 10
31     dam_modifier 10
32     no_drop 1
33     casting_time 13
34 root 1.1 end
35 root 1.6