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

Comparing deliantra/arch/player/dragon_ability/spelldirect_poison_cloud.arc (file contents):
Revision 1.2 by root, Mon Sep 4 09:57:06 2006 UTC vs.
Revision 1.9 by root, Fri Apr 2 21:34:28 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_poison_cloud. Nevertheless it cannot be deleted because existing 2# by spell_poison_cloud. Nevertheless it cannot be deleted because existing
3# players may contain such an object. 3# players may contain such an object.
4Object spelldirect_poison_cloud 4object spelldirect_poison_cloud
5inherit type_spell
5name poison cloud 6name poison cloud
6name_pl poison cloud 7name_pl poison cloud
8skill sorcery
9other_arch poisonbullet
7face spell_sorcery.111 10face spell_sorcery.x11
11sp 5
12maxsp 8
13food 5
14dam 0
8level 2 15level 2
9sp 5 16subtype 5
17attacktype 1026
18path_attuned 16
19value 20
20invisible 1
21duration 4
22range 4
23dam_modifier 3
24no_drop 1
10casting_time 10 25casting_time 10
11path_attuned 16
12other_arch poisonbullet
13dam 0
14dam_modifier 3
15range 4
16duration 4
17maxsp 8
18type 101
19subtype 5
20value 20
21attacktype 1026
22no_drop 1
23invisible 1
24skill sorcery
25food 5
26end 26end
27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines