ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MoodChange/spell_aggravation.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: +10 -9 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object spell_aggravation
2 root 1.1 name aggravation
3     name_pl aggravation
4 root 1.7 skill none
5     msg
6     This spell will make creatures more upset about the player so they will attack.
7     endmsg
8     sp 1
9 root 1.5 level 1
10 root 1.1 type 101
11     subtype 34
12 root 1.7 path_attuned 0
13 root 1.1 value 10
14     invisible 1
15     range 25
16 root 1.7 monster 1
17 root 1.5 undead 1
18 root 1.7 no_drop 1
19     casting_time 1
20 root 1.1 end
21 root 1.7