ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_defense.arc
Revision: 1.10
Committed: Fri Apr 2 21:34:28 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

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