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

Comparing deliantra/arch/spell/MagicWall/spell_build_lightning_wall.arc (file contents):
Revision 1.5 by root, Sat Mar 3 01:16:53 2007 UTC vs.
Revision 1.6 by root, Sat Mar 3 01:24:20 2007 UTC

1object spell_build_lightning_wall 1object spell_build_lightning_wall
2name build lightning wall 2name build lightning wall
3name_pl build lightning wall 3name_pl build lightning wall
4face spell_pyromancy.x11 4race lightningwall_%d
5type 101
6subtype 15
7level 14
8value 140
9sp 40
10casting_time 14
11skill pyromancy 5skill pyromancy
12path_attuned 2048
13no_drop 1
14invisible 1
15race lightningwall_%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 lightning wall creates a wall that 7Build lightning wall creates a wall that
26fires lightning bolts. The wall fires in the 8fires lightning bolts. The wall fires in the
27direction the spell is cast. The wall can be 9direction the spell is cast. The wall can be
28torn down by creatures, and will eventually 10torn down by creatures, and will eventually
29expire of its own accord. 11expire of its own accord.
30endmsg 12endmsg
31no_pass 1 13face spell_pyromancy.x11
14sp 40
15maxsp 10
16dam 80
17level 14
18type 101
19subtype 15
20path_attuned 2048
21value 140
22invisible 1
23duration 100
24range 0
25duration_modifier 1
26dam_modifier 1
27move_block all
28is_used_up 1
29tear_down 1
30no_drop 1
31casting_time 14
32end 32end
33

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines