ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_immunity_to_poison.arc
Revision: 1.10
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.9: +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.1 # Obsolete spell - here for backward compatibility
2 root 1.4 object spell_immunity_to_poison
3 root 1.8 inherit type_spell
4 root 1.1 name immunity to poison
5     name_pl immunity to poison
6 root 1.5 skill praying
7 root 1.6 msg
8     Grants a temporary, and total, immunity to poison attacks.
9     endmsg
10 root 1.5 grace 60
11     maxgrace 50
12 root 1.7 level 50
13 root 1.1 subtype 24
14 root 1.5 resist_poison 100
15     path_attuned 0
16 elmex 1.10 value 1
17 root 1.1 invisible 1
18 root 1.5 duration 500
19 root 1.3 duration_modifier 4
20 root 1.5 no_drop 1
21     casting_time 10
22 root 1.1 end
23 root 1.5