ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Ability/ability_dragonbreath.arc
Revision: 1.7
Committed: Fri Apr 2 21:34:28 2010 UTC (14 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.6: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

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