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.9 by root, Thu Sep 17 08:14:49 2009 UTC

1Object spell_build_director 1object spell_build_director
2name build director 2name build director
3name_pl build director 3name_pl build director
4race director_%d
5skill summoning
6msg
7Creates a director facing into the direction it was taregtted
8at. Directors can be used to change the course of certain spells - most
9notably bullets and bolts. Thus, it can be used to be able to fire a spell
10around a corner, or direct a spell back at the caster.
11endmsg
4face spell_summoner.x11 12face spell_summoner.x11
13sp 30
14maxsp 10
15dam 80
16level 20
5type 101 17type 101
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