ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/dragon_ability/spelldirect_ball_lightning.arc
(Generate patch)

Comparing deliantra/arch/player/dragon_ability/spelldirect_ball_lightning.arc (file contents):
Revision 1.6 by root, Sat Mar 3 01:16:20 2007 UTC vs.
Revision 1.8 by root, Fri Apr 2 21:26:19 2010 UTC

1# This archetype was used for dragon players' abilities. It has been replaced 1# This archetype was used for dragon players' abilities. It has been replaced
2# by spell_ball_lightning. Nevertheless it cannot be deleted because existing 2# by spell_ball_lightning. Nevertheless it cannot be deleted because existing
3# players may contain such an object. 3# players may contain such an object.
4object spelldirect_ball_lightning 4object spelldirect_ball_lightning
5inherit type_spell
5name ball lightning 6name ball lightning
6name_pl ball lightning 7name_pl ball lightning
8skill evocation
9other_arch ball_lightning
7face spell_evocation.x11 10face spell_evocation.x11
11sp 10
12maxsp 15
13dam 8
14level 9
8type 101 15type 101
9subtype 35 16subtype 35
10level 9 17attacktype 10
18path_attuned 8
11value 90 19value 90
12sp 10 20invisible 1
13casting_time 30
14skill evocation
15path_attuned 8
16other_arch ball_lightning
17dam 8
18dam_modifier 3
19duration 40 21duration 40
20duration_modifier 1 22duration_modifier 1
21maxsp 15 23dam_modifier 3
22attacktype 10
23no_drop 1 24no_drop 1
24invisible 1 25casting_time 30
25end 26end
27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines