ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_defense.arc
Revision: 1.5
Committed: Sat Mar 3 00:51:08 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.4: +14 -15 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

# User Rev Content
1 root 1.1 # Obsolete spell - here for backward compatibility
2 root 1.5 Object spell_defense
3 root 1.1 name defense
4     name_pl defense
5 pippijn 1.3 face spell_praying.x11
6 root 1.5 level 40
7 root 1.4 grace 75
8 root 1.5 casting_time 30
9     path_attuned 1
10     skill praying
11 root 1.1 type 101
12     subtype 24
13 root 1.5 value 250
14     no_drop 1
15     invisible 1
16     duration_modifier 4
17     duration 500
18     maxgrace 50
19 root 1.1 resist_physical 30
20     resist_magic 30
21     resist_fire 30
22     resist_electricity 30
23     resist_cold 30
24     resist_confusion 30
25     resist_acid 30
26     resist_drain 30
27     resist_ghosthit 30
28     resist_poison 30
29     resist_slow 30
30     resist_paralyze 30
31     resist_turn_undead 30
32     resist_fear 30
33     resist_deplete 30
34     resist_death 30
35     resist_blind 30
36 root 1.5 msg
37     The defense prayer, a special prayer of Lythander, protects the beseecher from many things all at once. Granted at medium level.
38     endmsg
39 root 1.1 end