ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_summon_devil.arc
Revision: 1.6
Committed: Sat Mar 3 01:24:18 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_71, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.5: +19 -18 lines
Log Message:
second normaliser run - dude

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     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 root 1.6 other_arch devil
17     face spell_summoner.x11
18     sp 20
19     maxsp 15
20     dam 10
21     level 6
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 root 1.1 end
35 root 1.6