ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_defense.arc
Revision: 1.7
Committed: Sat Mar 3 01:24:17 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_71, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.6: +14 -13 lines
Log Message:
second normaliser run - dude

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     The defense prayer, a special prayer of Lythander, protects the beseecher from many things all at once. Granted at medium level.
8     endmsg
9 pippijn 1.3 face spell_praying.x11
10 root 1.7 grace 75
11     maxgrace 50
12 root 1.5 level 40
13 root 1.1 type 101
14     subtype 24
15     resist_physical 30
16     resist_magic 30
17     resist_fire 30
18     resist_electricity 30
19     resist_cold 30
20     resist_confusion 30
21     resist_acid 30
22     resist_drain 30
23     resist_ghosthit 30
24     resist_poison 30
25     resist_slow 30
26     resist_paralyze 30
27     resist_turn_undead 30
28     resist_fear 30
29     resist_deplete 30
30     resist_death 30
31     resist_blind 30
32 root 1.7 path_attuned 1
33     value 250
34     invisible 1
35     duration 500
36     duration_modifier 4
37     no_drop 1
38     casting_time 30
39 root 1.1 end
40 root 1.7