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

Comparing deliantra/arch/spell/Cone/spell_dragonbreath.arc (file contents):
Revision 1.3 by root, Tue Feb 6 22:41:25 2007 UTC vs.
Revision 1.4 by root, Sat Mar 3 00:51:09 2007 UTC

1object spell_dragonbreath 1Object spell_dragonbreath
2name dragonbreath 2name dragonbreath
3name_pl dragonbreath 3name_pl dragonbreath
4face spell_pyromancy.x11
5level 12
6sp 13
7casting_time 5
8path_attuned 2
9other_arch firebreath
10dam 25
11dam_modifier 3
12range 7
13duration 2
14range_modifier 5
15maxsp 11
16type 101
17subtype 7
18value 120
19# Note this is not magical!
20attacktype 4
21no_drop 1
22invisible 1
4skill pyromancy 23skill pyromancy
5msg 24msg
6Dragonbreath is a cone effect that fires 25Dragonbreath is a cone effect that fires
7sheets of fire. Since this fire is not 26sheets of fire. Since this fire is not
8magical, it affects many creatures that are 27magical, it affects many creatures that are
9immune to magic. Target creatures still have 28immune to magic. Target creatures still have
10to be vulnerable to the effects of fire for 29to be vulnerable to the effects of fire for
11this to do any damage, of course. 30this to do any damage, of course.
12endmsg 31endmsg
13other_arch firebreath
14face spell_pyromancy.x11
15sp 13
16maxsp 11
17dam 25
18level 12
19type 101
20subtype 7
21attacktype 4
22path_attuned 2
23value 120
24invisible 1
25duration 2
26range 7
27range_modifier 5
28dam_modifier 3
29no_drop 1
30# Note this is not magical!
31casting_time 5
32end 32end
33

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines