ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MoodChange/spell_conflict.arc
Revision: 1.7
Committed: Sat Mar 3 01:24:22 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0, rel-2_1
Changes since 1.6: +11 -10 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object spell_conflict
2 root 1.1 name conflict
3     name_pl conflict
4 root 1.7 skill praying
5     msg
6     This special prayer of Lythander will confuse and distract any monsters nearby, setting them to attack whatever is nearest, be it friend or foe. Granted at medium level.
7     endmsg
8     other_arch detect_magic
9 pippijn 1.3 face spell_praying.x11
10 root 1.7 grace 50
11     maxgrace 10
12 root 1.5 level 10
13 root 1.1 type 101
14     subtype 34
15 root 1.7 path_attuned 1024
16 root 1.1 value 100
17     invisible 1
18     range 5
19     range_modifier 10
20 root 1.7 no_drop 1
21 root 1.1 berserk 1
22 root 1.7 casting_time 10
23 root 1.1 end
24 root 1.7