ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_summon_devil.arc
Revision: 1.8
Committed: Sun Sep 28 15:12:03 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.7: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

File Contents

# Content
1 # This is currently only used by runes
2 #
3 object spell_summon_devil
4 name summon devil
5 name_pl summon devil
6 skill summoning
7 msg
8 Summon devil calls up a devil from the
9 infernal regions of the underworld. The
10 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 other_arch devil
17 face spell_summoner.x11
18 sp 20
19 maxsp 15
20 dam 10
21 level 19
22 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 end
35