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.4 by root, Sat Mar 3 00:51:13 2007 UTC vs.
Revision 1.12 by elmex, Wed Apr 21 09:30:00 2010 UTC

1Object spell_build_lightning_wall 1object spell_build_lightning_wall
2inherit type_spell
2name build lightning wall 3name build lightning wall
3name_pl build lightning wall 4name_pl build lightning wall
4face spell_pyromancy.x11 5race lightningwall_%d
5type 101
6subtype 15
7level 14
8value 140
9sp 40
10casting_time 14
11skill pyromancy 6skill 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 7msg
25Build lightning wall creates a wall that 8Creates a wall that
26fires lightning bolts. The wall fires in the 9fires lightning bolts. The wall fires in the
27direction the spell is cast. The wall can be 10direction it was targetted at. The wall can be
28torn down by creatures, and will eventually 11torn down by creatures, and will eventually
29expire of its own accord. 12expire of its own accord.
30endmsg 13endmsg
31no_pass 1 14face spell_pyromancy.x11
15sp 40
16maxsp 10
17dam 80
18level 28
19subtype 15
20path_attuned 2048
21value 1
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