ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Ability/ability_dragonbreath.arc
Revision: 1.3
Committed: Sat Mar 3 00:51:03 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.2: +14 -15 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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