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

Comparing deliantra/arch/spell/Cone/spell_burning_hands.arc (file contents):
Revision 1.5 by root, Sat Mar 3 00:51:09 2007 UTC vs.
Revision 1.13 by root, Fri Apr 2 21:26:27 2010 UTC

1Object spell_burning_hands 1object spell_burning_hands
2inherit type_spell
2name burning hands 3name burning hands
3name_pl burning hands 4name_pl burning hands
5skill pyromancy
6msg
7Project a cone of fire in front of you.
8The gains strength as the caster grows in level,
9so it remains one of the best spells even at high level.
10endmsg
11other_arch firebreath
12sound wn/fire
4face spell_pyromancy.x11 13face spell_pyromancy.x11
5level 1 14sp 10
6sp 5 15maxsp 9
7casting_time 5
8path_attuned 2
9other_arch firebreath
10dam 4 16dam 4
11dam_modifier 4 17level 11
12range 5
13duration 2
14range_modifier 4
15maxsp 9
16type 101 18type 101
17subtype 7 19subtype 7
20attacktype 6
21path_attuned 2
18value 10 22value 10
19attacktype 6 23invisible 1
24duration 2
25range 5
26range_modifier 4
27dam_modifier 4
20no_drop 1 28no_drop 1
21invisible 1 29casting_time 5
22skill pyromancy
23msg
24A cone of fire you project in front of you. The spell gains strength as you grow in level, so it remains one of your best spells even at high level.
25endmsg
26end 30end
31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines