commit the spell into CVS.
MSW 2004-02-29 git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2658 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
4caf4a049f
commit
61f0c67c22
|
|
@ -0,0 +1,25 @@
|
||||||
|
# Basically same as the spell, but does a little less damage.
|
||||||
|
#
|
||||||
|
Object ability_dragonbreath
|
||||||
|
name dragonbreath
|
||||||
|
name_pl dragonbreath
|
||||||
|
level 12
|
||||||
|
sp 13
|
||||||
|
casting_time 5
|
||||||
|
path_attuned 2
|
||||||
|
other_arch firebreath
|
||||||
|
dam 4
|
||||||
|
dam_modifier 3
|
||||||
|
range 7
|
||||||
|
duration 2
|
||||||
|
range_modifier 5
|
||||||
|
maxsp 11
|
||||||
|
type 101
|
||||||
|
subtype 7
|
||||||
|
value 120
|
||||||
|
# Note this is not magical!
|
||||||
|
attacktype 4
|
||||||
|
no_drop 1
|
||||||
|
invisible 1
|
||||||
|
skill pyromancy
|
||||||
|
end
|
||||||
Loading…
Reference in New Issue