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.1.1.1 by root, Mon Feb 6 20:26:25 2006 UTC vs.
Revision 1.14 by elmex, Wed Apr 21 09:30:02 2010 UTC

1Object spell_command_undead 1object spell_command_undead
2inherit type_spell
2name command undead 3name command undead
3name_pl command undead 4name_pl command undead
5race undead
6skill praying
7msg
8Turns undead creatures in the area into pets. This area it affects depends
9on the praying level.
10
11You can think of it as a B<charm monsters> for undead creatures.
12It is very useful (of course)!
13endmsg
14other_arch detect_magic
15sound ss/wah1
4face spell_praying.111 16face spell_praying.x11
5level 5
6grace 12 17grace 12
7casting_time 10 18maxgrace 25
19level 15
20subtype 34
8path_attuned 1024 21path_attuned 1024
9skill praying
10type 101
11subtype 34
12value 50 22value 1
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
22end 30end
31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines