ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Ability/ability_dragonbreath.arc
Revision: 1.1
Committed: Mon Feb 6 20:26:23 2006 UTC (18 years, 5 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

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