ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Smite/spell_retributive_strike.arc
Revision: 1.12
Committed: Wed Apr 21 09:30:06 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

# User Rev Content
1 root 1.5 object spell_retributive_strike
2 root 1.10 inherit type_spell
3 root 1.1 name retributive strike
4     name_pl retributive strike
5 root 1.6 skill praying
6     msg
7 root 1.9 Damages the targeted creature with
8 root 1.7 power directly from the god. Very few
9 root 1.6 creatures have any form of protection from
10     godly magic.
11 root 1.7
12 root 1.9 It is usually reserved for the gods themselves, but beings who can cast this
13     usually consider themselves demigods.
14 root 1.6 endmsg
15     other_arch god_power
16 root 1.4 face spell_praying.x11
17 root 1.6 grace 100
18     maxgrace 75
19     dam 55
20 root 1.8 level 50
21 root 1.4 subtype 10
22 root 1.6 attacktype 1048576
23 root 1.4 path_attuned 131072
24 elmex 1.12 value 1
25 root 1.6 invisible 1
26     duration 2
27 root 1.4 range 8
28     range_modifier 12
29 root 1.6 dam_modifier 1
30 root 1.4 no_drop 1
31 root 1.6 casting_time 8
32 root 1.1 end
33 root 1.6