ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_rage.arc
Revision: 1.12
Committed: Wed Apr 21 09:29:57 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.6 object spell_rage
2 root 1.10 inherit type_spell
3 root 1.1 name rage
4     name_pl rage
5 root 1.7 skill praying
6     msg
7 root 1.8 The rage prayer is a special prayer of Gorokh and of Ruggilli.
8     The beseecher is possessed by the rage of his god,
9     which enhances his strength, speed, endurance, and regeneration.
10    
11     Granted at medium level.
12 root 1.7 endmsg
13 pippijn 1.3 face spell_praying.x11
14 root 1.7 str 1
15     dex 1
16     con 1
17     hp 1
18     grace 5
19     maxgrace 4
20     exp 3
21     wc 2
22     ac 2
23 root 1.9 level 8
24 root 1.1 subtype 24
25 root 1.7 resist_physical 20
26     path_attuned 131072
27 elmex 1.12 value 1
28 root 1.1 invisible 1
29 root 1.7 duration 500
30 root 1.5 duration_modifier 4
31 root 1.1 dam_modifier 5
32 root 1.7 no_drop 1
33     casting_time 10
34 root 1.1 end
35 root 1.7