ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Ability/ability_dragonbreath.arc
Revision: 1.2
Committed: Tue Feb 6 22:41:19 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.1: +15 -14 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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