ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_defense.arc
Revision: 1.8
Committed: Sun Sep 28 07:29:59 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.7: +4 -1 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

File Contents

# User Rev Content
1 root 1.1 # Obsolete spell - here for backward compatibility
2 root 1.6 object spell_defense
3 root 1.1 name defense
4     name_pl defense
5 root 1.7 skill praying
6     msg
7 root 1.8 The defense prayer, a special prayer of Lythander,
8     protects the beseecher from many things all at once.
9    
10     Granted at medium level.
11 root 1.7 endmsg
12 pippijn 1.3 face spell_praying.x11
13 root 1.7 grace 75
14     maxgrace 50
15 root 1.5 level 40
16 root 1.1 type 101
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 root 1.7 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 root 1.1 end
43 root 1.7