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

Comparing deliantra/arch/spell/MagicWall/spell_build_bullet_wall.arc (file contents):
Revision 1.4 by root, Sat Mar 3 00:51:13 2007 UTC vs.
Revision 1.7 by root, Sun Sep 28 07:29:59 2008 UTC

1Object spell_build_bullet_wall 1object spell_build_bullet_wall
2name build bullet wall 2name build bullet wall
3name_pl build bullet wall 3name_pl build bullet wall
4face spell_evocation.x11 4race lbulletwall_%d
5type 101
6subtype 15
7level 12
8value 120
9sp 35
10casting_time 15
11skill evocation 5skill evocation
12path_attuned 2048
13no_drop 1
14invisible 1
15race lbulletwall_%d
16duration 100
17duration_modifier 1
18dam 80
19dam_modifier 1
20range 0
21maxsp 10
22is_used_up 1
23tear_down 1
24msg 6msg
25Build bullet wall creates a wall that fires 7Build bullet wall creates a wall that fires
26magic bullets, as per the magic bullet spell. 8magic bullets in the direction it was cast,
9as per the magic bullet spell.
10
27The bullet wall itself can be torn down, and 11The bullet wall itself can be torn down, and
28will eventually expire on its own. 12will eventually expire on its own.
29endmsg 13endmsg
30no_pass 1 14face spell_evocation.x11
15sp 35
16maxsp 10
17dam 80
18level 12
19type 101
20subtype 15
21path_attuned 2048
22value 120
23invisible 1
24duration 100
25range 0
26duration_modifier 1
27dam_modifier 1
28move_block all
29is_used_up 1
30tear_down 1
31no_drop 1
32casting_time 15
31end 33end
34

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines