ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_poison_cloud.arc
Revision: 1.5
Committed: Sat Mar 3 00:51:07 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.4: +17 -18 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

# User Rev Content
1 root 1.5 Object spell_poison_cloud
2 root 1.1 name poison cloud
3     name_pl poison cloud
4 pippijn 1.3 face spell_sorcery.x11
5 root 1.5 level 2
6 root 1.1 sp 5
7 root 1.5 casting_time 10
8     path_attuned 16
9     other_arch poisonbullet
10     dam 0
11     dam_modifier 3
12     range 4
13     duration 4
14 root 1.4 maxsp 8
15 root 1.1 type 101
16     subtype 5
17 root 1.5 value 20
18 root 1.4 attacktype 1026
19 root 1.5 no_drop 1
20 root 1.4 invisible 1
21 root 1.5 skill sorcery
22     food 5
23     msg
24     This spell produces a ball which flies foward and explodes into
25     a poisonous gas cloud. Monsters within it are slowed, weakened, and possibly killed.
26     endmsg
27 root 1.1 end