ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Aura/spell_flaming_aura.arc
(Generate patch)

Comparing deliantra/arch/spell/Aura/spell_flaming_aura.arc (file contents):
Revision 1.5 by root, Sat Mar 3 00:51:03 2007 UTC vs.
Revision 1.13 by elmex, Wed Apr 21 09:29:55 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines