ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_party_defense.arc
Revision: 1.1
Committed: Sun Apr 5 20:23:26 2009 UTC (15 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_80, rel-2_79, rel-2_90, rel-2_82, rel-2_92, rel-2_93, rel-2_81
Log Message:
added party spells by 'Job Vranish'.

File Contents

# User Rev Content
1 elmex 1.1 # Obsolete spell - here for backward compatibility
2     object spell_party_defense
3     name party defense
4     name_pl party defense
5     skill praying
6     msg
7     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     endmsg
12     other_arch spell_defense
13     face spell_praying.x11
14     grace 112
15     maxgrace 50
16     level 45
17     type 101
18     subtype 48
19     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     path_attuned 1
37     value 250
38     invisible 1
39     duration 500
40     duration_modifier 4
41     no_drop 1
42     casting_time 60
43     end
44