ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Ability/ability_dragonbreath.arc
Revision: 1.6
Committed: Fri Apr 2 21:26:21 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.5: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

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