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

Comparing deliantra/arch/spell/Ability/ability_dragonbreath.arc (file contents):
Revision 1.1.1.1 by root, Mon Feb 6 20:26:23 2006 UTC vs.
Revision 1.7 by root, Fri Apr 2 21:34:28 2010 UTC

1# Basically same as the spell, but does a little less damage. 1# Basically same as the spell, but does a little less damage.
2# 2#
3Object ability_dragonbreath 3object ability_dragonbreath
4inherit type_spell
4name dragonbreath ability 5name dragonbreath ability
5name_pl dragonbreath ability 6name_pl dragonbreath ability
7skill pyromancy
8other_arch firebreath
9sp 13
10maxsp 11
11dam 4
6level 12 12level 12
7sp 13 13subtype 7
14attacktype 4
15path_attuned 2
16value 120
17invisible 1
18duration 2
19range 7
20range_modifier 5
21dam_modifier 3
22no_drop 1
23# Note this is not magical!
8casting_time 5 24casting_time 5
9path_attuned 2
10other_arch firebreath
11dam 4
12dam_modifier 3
13range 7
14duration 2
15range_modifier 5
16maxsp 11
17type 101
18subtype 7
19value 120
20# Note this is not magical!
21attacktype 4
22no_drop 1
23invisible 1
24skill pyromancy
25end 25end
26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines