ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_poison_cloud.arc
(Generate patch)

Comparing deliantra/arch/spell/Bullet/spell_poison_cloud.arc (file contents):
Revision 1.5 by root, Sat Mar 3 00:51:07 2007 UTC vs.
Revision 1.12 by root, Fri Apr 2 21:26:24 2010 UTC

1Object spell_poison_cloud 1object spell_poison_cloud
2inherit type_spell
2name poison cloud 3name poison cloud
3name_pl poison cloud 4name_pl poison cloud
5skill sorcery
6msg
7Produces a ball which flies forward and explodes into
8a poisonous gas cloud. Monsters within it are slowed, weakened, and possibly killed.
9endmsg
10other_arch poisonbullet
11sound wn/bow-puny-miss
4face spell_sorcery.x11 12face spell_sorcery.x11
5level 2
6sp 5 13sp 5
7casting_time 10 14maxsp 8
8path_attuned 16 15food 5
9other_arch poisonbullet
10dam 0 16dam 0
11dam_modifier 3 17level 10
12range 4
13duration 4
14maxsp 8
15type 101 18type 101
16subtype 5 19subtype 5
20attacktype 1026
21path_attuned 16
17value 20 22value 20
18attacktype 1026 23invisible 1
24duration 25
25range 4
26dam_modifier 2
19no_drop 1 27no_drop 1
20invisible 1 28casting_time 10
21skill sorcery
22food 5
23msg
24This spell produces a ball which flies foward and explodes into
25a poisonous gas cloud. Monsters within it are slowed, weakened, and possibly killed.
26endmsg
27end 29end
30

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines