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

Comparing deliantra/arch/spell/MagicWall/spell_build_director.arc (file contents):
Revision 1.2 by pippijn, Tue Jan 2 21:58:33 2007 UTC vs.
Revision 1.11 by root, Fri Apr 2 21:34:29 2010 UTC

1Object spell_build_director 1object spell_build_director
2inherit type_spell
2name build director 3name build director
3name_pl build director 4name_pl build director
5race director_%d
6skill summoning
7msg
8Creates a director facing into the direction it was taregtted
9at. Directors can be used to change the course of certain spells - most
10notably bullets and bolts. Thus, it can be used to be able to fire a spell
11around a corner, or direct a spell back at the caster.
12endmsg
4face spell_summoner.x11 13face spell_summoner.x11
5type 101 14sp 30
15maxsp 10
16dam 80
17level 20
6subtype 15 18subtype 15
7level 10 19path_attuned 2048
8value 100 20value 100
9sp 30 21invisible 1
22duration 200
23range 0
24duration_modifier 1
25dam_modifier 1
26move_block all
27is_used_up 1
28no_drop 1
10casting_time 13 29casting_time 13
11skill summoning
12path_attuned 2048
13no_drop 1
14invisible 1
15race director_%d
16duration 200
17duration_modifier 1
18dam 80
19dam_modifier 1
20range 0
21maxsp 10
22is_used_up 1
23msg
24Build director creates a director facing the
25direction of the caster. Directors can be
26used to change the course of certain spells -
27most notably bullets and bolts. Thus, it can
28be used to be able to fire a spell around a
29corner, or direct a spell back at the caster.
30endmsg
31no_pass 1
32end 30end
31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines