ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_summon_devil.arc
(Generate patch)

Comparing deliantra/arch/spell/Golem/spell_summon_devil.arc (file contents):
Revision 1.3 by root, Tue Feb 6 22:41:25 2007 UTC vs.
Revision 1.4 by root, Sat Mar 3 00:51:12 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines