ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_invulnerability.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: +11 -10 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_invulnerability
3 root 1.1 name invulnerability
4     name_pl invulnerability
5 root 1.5 skill praying
6     grace 225
7     maxgrace 50
8 root 1.3 level 80
9 root 1.1 type 101
10     subtype 24
11     resist_physical 100
12     resist_magic 100
13     resist_fire 100
14     resist_electricity 100
15     resist_cold 100
16     resist_confusion 100
17     resist_acid 100
18     resist_drain 100
19     resist_ghosthit 100
20     resist_poison 100
21     resist_slow 100
22     resist_paralyze 100
23     resist_turn_undead 100
24     resist_fear 100
25     resist_deplete 100
26     resist_death 100
27     resist_blind 100
28 root 1.5 path_attuned 0
29     value 250
30     invisible 1
31     duration 500
32     duration_modifier 4
33     no_drop 1
34     casting_time 30
35 root 1.1 end
36 root 1.5