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.3 by pippijn, Tue Jan 2 21:58:16 2007 UTC vs.
Revision 1.11 by root, Fri Apr 2 21:26:21 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
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
4type 101 16type 101
5subtype 46 17subtype 46
6face spell_praying.x11 18attacktype 4
7level 1 19path_attuned 2
8value 10 20value 10
9grace 5 21invisible 1
10casting_time 10
11skill praying
12path_attuned 2
13other_arch flaming_aura
14duration 100 22duration 100
15duration_modifier 4 23duration_modifier 4
16dam 6
17dam_modifier 25 24dam_modifier 25
18maxgrace 20
19attacktype 4
20no_drop 1 25no_drop 1
21invisible 1 26casting_time 10
22msg
23Flaming aura will create an aura of fire around you,
24which will follow your movement.
25endmsg
26end 27end
28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines