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.4 by root, Sat Mar 3 01:16:41 2007 UTC vs.
Revision 1.6 by root, Fri Apr 2 21:26:21 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
8casting_time 5
9path_attuned 2
10other_arch firebreath
11dam 4
12dam_modifier 3
13range 7
14duration 2
15range_modifier 5
16maxsp 11
17type 101 13type 101
18subtype 7 14subtype 7
15attacktype 4
16path_attuned 2
19value 120 17value 120
18invisible 1
19duration 2
20range 7
21range_modifier 5
22dam_modifier 3
23no_drop 1
20# Note this is not magical! 24# Note this is not magical!
21attacktype 4 25casting_time 5
22no_drop 1
23invisible 1
24skill pyromancy
25end 26end
27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines