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

# 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 type 101
14 subtype 7
15 attacktype 4
16 path_attuned 2
17 value 120
18 invisible 1
19 duration 2
20 range 7
21 range_modifier 5
22 dam_modifier 3
23 no_drop 1
24 # Note this is not magical!
25 casting_time 5
26 end
27