ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MoodChange/spell_command_undead.arc
Revision: 1.11
Committed: Thu Sep 17 08:14:49 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +1 -1 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

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 root 1.9 Turns undead creatures in the area into pets. This area it affects depends
8     on the praying level.
9    
10     You can think of it as a B<charm monsters> for undead creatures.
11 root 1.11 It is very useful (of course)!
12 root 1.7 endmsg
13     other_arch detect_magic
14 root 1.9 sound ss/wah1
15 pippijn 1.3 face spell_praying.x11
16 root 1.7 grace 12
17     maxgrace 25
18 root 1.10 level 15
19 root 1.1 type 101
20     subtype 34
21 root 1.7 path_attuned 1024
22 root 1.1 value 50
23     invisible 1
24     range 1
25     range_modifier 3
26 root 1.7 undead 1
27     no_drop 1
28 root 1.5 no_attack 1
29 root 1.7 casting_time 10
30 root 1.1 end
31 root 1.7