ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/BlessCurse/spell_curse.arc
Revision: 1.12
Committed: Wed Apr 21 09:29:55 2010 UTC (14 years, 3 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.6 object spell_curse
2 root 1.10 inherit type_spell
3 root 1.1 name curse
4     name_pl curse
5 root 1.7 skill praying
6     msg
7     Your god will cast a curse on your target.
8 root 1.8 The curse will alter some of its stats in a negative way.
9 root 1.7 endmsg
10 pippijn 1.3 face spell_praying.x11
11 root 1.7 grace 8
12     maxgrace 30
13     wc -1
14     ac -1
15 root 1.9 level 4
16 root 1.1 subtype 26
17 root 1.7 resist_godpower 35
18     path_attuned 128
19 elmex 1.12 value 1
20 root 1.1 invisible 1
21     duration 500
22     range 30
23 root 1.7 duration_modifier 4
24     no_drop 1
25     casting_time 5
26 root 1.1 end
27 root 1.7