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.1.1.1 by root, Mon Feb 6 20:26:24 2006 UTC vs.
Revision 1.12 by elmex, Wed Apr 21 09:29:59 2010 UTC

1Object spell_build_bullet_wall 1object spell_build_bullet_wall
2inherit type_spell
2name build bullet wall 3name build bullet wall
3name_pl build bullet wall 4name_pl build bullet wall
4face spell_evocation.111 5race lbulletwall_%d
5type 101
6subtype 15
7level 12
8value 120
9sp 35
10casting_time 15
11skill evocation 6skill 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 7msg
25Build bullet wall creates a wall that fires 8Creates a wall that fires
26magic bullets, as per the magic bullet spell. 9magic bullets in the direction it was targetted,
10as per the magic bullet spell.
11
27The bullet wall itself can be torn down, and 12The bullet wall itself can be torn down, and
28will eventually expire on its own. 13will eventually expire on its own.
29endmsg 14endmsg
30no_pass 1 15face spell_evocation.x11
16sp 35
17maxsp 10
18dam 80
19level 35
20subtype 15
21path_attuned 2048
22value 1
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