ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Ability/ability_dragonbreath.arc
Revision: 1.4
Committed: Sat Mar 3 01:16:41 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.3: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

# Content
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