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

Comparing deliantra/arch/spell/Swarm/spell_bullet_swarm.arc (file contents):
Revision 1.7 by root, Sat Mar 3 01:16:57 2007 UTC vs.
Revision 1.12 by root, Fri Apr 2 21:26:35 2010 UTC

1object spell_bullet_swarm 1object spell_bullet_swarm
2inherit type_spell
2name bullet swarm 3name bullet swarm
3name_pl bullet swarm 4name_pl bullet swarm
5skill evocation
6msg
7Sends multiple bullets in the targetted direction,
8hurting anything that gets hit by the bullets.
9endmsg
10other_arch spell_small_bullet
4face spell_evocation.x11 11face spell_evocation.x11
5skill evocation 12sp 6
13maxsp 12
14level 16
6type 101 15type 101
7subtype 36 16subtype 36
8level 7 17path_attuned 16
9value 70 18value 70
10sp 6 19invisible 1
11casting_time 5
12path_attuned 16
13other_arch spell_small_bullet
14duration 3 20duration 3
15duration_modifier 4 21duration_modifier 4
16maxsp 12
17no_drop 1 22no_drop 1
18invisible 1 23casting_time 5
19msg
20Bullet swarm sends multiple bullets in the firing direction
21that hurts anything that are hit by the bullets.
22endmsg
23end 24end
25

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines