ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Aura/spell_flaming_aura.arc
Revision: 1.5
Committed: Sat Mar 3 00:51:03 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.4: +16 -17 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

# User Rev Content
1 root 1.5 Object spell_flaming_aura
2 root 1.1 name flaming aura
3     name_pl flaming aura
4 root 1.5 type 101
5     subtype 46
6 root 1.4 face spell_praying.x11
7 root 1.5 level 1
8     value 10
9 root 1.4 grace 5
10 root 1.5 casting_time 10
11     skill praying
12 root 1.4 path_attuned 2
13 root 1.5 other_arch flaming_aura
14 root 1.1 duration 100
15     duration_modifier 4
16 root 1.5 dam 6
17 root 1.1 dam_modifier 25
18 root 1.5 maxgrace 20
19     attacktype 4
20 root 1.1 no_drop 1
21 root 1.5 invisible 1
22     msg
23     Flaming aura will create an aura of fire around you,
24     which will follow your movement.
25     endmsg
26 root 1.1 end