ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MoodChange/spell_aggravation.arc
Revision: 1.9
Committed: Sun Sep 28 07:30:00 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.8: +1 -1 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

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 root 1.9 This spell will make creatures around you more upset so they will attack.
7 root 1.7 endmsg
8 root 1.8 sound ss/wah1
9 root 1.7 sp 1
10 root 1.5 level 1
11 root 1.1 type 101
12     subtype 34
13 root 1.7 path_attuned 0
14 root 1.1 value 10
15     invisible 1
16     range 25
17 root 1.7 monster 1
18 root 1.5 undead 1
19 root 1.7 no_drop 1
20     casting_time 1
21 root 1.1 end
22 root 1.7