ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_invulnerability.arc
Revision: 1.2
Committed: Tue Feb 6 22:41:24 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.1: +12 -11 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.1 # Obsolete spell - here for backward compatibility
2 root 1.2 object spell_invulnerability
3 root 1.1 name invulnerability
4     name_pl invulnerability
5 root 1.2 skill praying
6     grace 225
7     maxgrace 50
8 root 1.1 level 80
9     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.2 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.2