ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MoodChange/spell_pacify.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_pacify
2 root 1.1 name pacify
3     name_pl pacify
4 root 1.7 skill praying
5     msg
6     Target starts to be peaceful and stops attacking caster.
7     endmsg
8     other_arch detect_magic
9 pippijn 1.3 face spell_praying.x11
10 root 1.7 grace 10
11     maxgrace 25
12 root 1.5 level 4
13 root 1.1 type 101
14     subtype 34
15 root 1.7 path_attuned 1024
16 root 1.1 value 40
17     invisible 1
18     range 1
19     range_modifier 5
20     unaggressive 1
21 root 1.7 no_drop 1
22     casting_time 2
23 root 1.1 end
24 root 1.7