ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_build_director.arc
Revision: 1.12
Committed: Wed Apr 21 09:29:59 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.11: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

File Contents

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