ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MoodChange/spell_command_undead.arc
Revision: 1.8
Committed: Sat Sep 8 10:34:06 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, 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.7: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.6 object spell_command_undead
2 root 1.1 name command undead
3     name_pl command undead
4 root 1.7 race undead
5     skill praying
6     msg
7     Turns undead creatures in Pets. This spell works on all tiles around you with
8     the radius expanding with the casters praying level.
9     You can think of it as a 'charm monsters' for undead creatures.
10     It's very useful!
11     endmsg
12     other_arch detect_magic
13 pippijn 1.3 face spell_praying.x11
14 root 1.8 sound ss/wah1
15 root 1.7 grace 12
16     maxgrace 25
17 root 1.5 level 5
18 root 1.1 type 101
19     subtype 34
20 root 1.7 path_attuned 1024
21 root 1.1 value 50
22     invisible 1
23     range 1
24     range_modifier 3
25 root 1.7 undead 1
26     no_drop 1
27 root 1.5 no_attack 1
28 root 1.7 casting_time 10
29 root 1.1 end
30 root 1.7