ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_immunity_to_poison.arc
Revision: 1.7
Committed: Sun Sep 28 15:12:03 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_90, rel-2_92, rel-2_93, rel-2_78
Changes since 1.6: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

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.1 name immunity to poison
4     name_pl immunity to poison
5 root 1.5 skill praying
6 root 1.6 msg
7     Grants a temporary, and total, immunity to poison attacks.
8     endmsg
9 root 1.5 grace 60
10     maxgrace 50
11 root 1.7 level 50
12 root 1.1 type 101
13     subtype 24
14 root 1.5 resist_poison 100
15     path_attuned 0
16 root 1.1 value 120
17     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