ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MoodChange/spell_command_undead.arc
Revision: 1.4
Committed: Tue Feb 6 22:41:30 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.3: +17 -16 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.4 object spell_command_undead
2 root 1.1 name command undead
3     name_pl command undead
4 root 1.4 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.4 grace 12
15     maxgrace 25
16 root 1.1 level 5
17     type 101
18     subtype 34
19 root 1.4 path_attuned 1024
20 root 1.1 value 50
21     invisible 1
22     range 1
23     range_modifier 3
24 root 1.4 undead 1
25     no_drop 1
26 root 1.1 no_attack 1
27 root 1.4 casting_time 10
28 root 1.1 end
29 root 1.4