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

Comparing deliantra/arch/spell/MoodChange/spell_command_undead.arc (file contents):
Revision 1.3 by pippijn, Tue Jan 2 21:58:37 2007 UTC vs.
Revision 1.10 by root, Sun Sep 28 15:12:04 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines