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