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.3 by root, Tue Feb 6 22:41:26 2007 UTC vs.
Revision 1.4 by root, Sat Mar 3 00:51:13 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
5type 101
6subtype 15
7level 14
8value 140
9sp 40
10casting_time 14
11skill pyromancy
12path_attuned 2048
13no_drop 1
14invisible 1
4race lightningwall_%d 15race lightningwall_%d
5skill pyromancy 16duration 100
17duration_modifier 1
18dam 80
19dam_modifier 1
20range 0
21maxsp 10
22is_used_up 1
23tear_down 1
6msg 24msg
7Build lightning wall creates a wall that 25Build lightning wall creates a wall that
8fires lightning bolts. The wall fires in the 26fires lightning bolts. The wall fires in the
9direction the spell is cast. The wall can be 27direction the spell is cast. The wall can be
10torn down by creatures, and will eventually 28torn down by creatures, and will eventually
11expire of its own accord. 29expire of its own accord.
12endmsg 30endmsg
13face spell_pyromancy.x11 31no_pass 1
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