ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_immunity_to_poison.arc
Revision: 1.5
Committed: Sat Mar 3 01:24:17 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_71, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.4: +9 -8 lines
Log Message:
second normaliser run - dude

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     grace 60
7     maxgrace 50
8 root 1.3 level 12
9 root 1.1 type 101
10     subtype 24
11 root 1.5 resist_poison 100
12     path_attuned 0
13 root 1.1 value 120
14     invisible 1
15 root 1.5 duration 500
16 root 1.3 duration_modifier 4
17 root 1.5 no_drop 1
18     casting_time 10
19 root 1.1 end
20 root 1.5