ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_party_defense.arc
Revision: 1.2
Committed: Fri Apr 2 21:26:26 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.1: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

# User Rev Content
1 elmex 1.1 # Obsolete spell - here for backward compatibility
2     object spell_party_defense
3 root 1.2 inherit type_spell
4 elmex 1.1 name party defense
5     name_pl party 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     other_arch spell_defense
14     face spell_praying.x11
15     grace 112
16     maxgrace 50
17     level 45
18     type 101
19     subtype 48
20     resist_physical 30
21     resist_magic 30
22     resist_fire 30
23     resist_electricity 30
24     resist_cold 30
25     resist_confusion 30
26     resist_acid 30
27     resist_drain 30
28     resist_ghosthit 30
29     resist_poison 30
30     resist_slow 30
31     resist_paralyze 30
32     resist_turn_undead 30
33     resist_fear 30
34     resist_deplete 30
35     resist_death 30
36     resist_blind 30
37     path_attuned 1
38     value 250
39     invisible 1
40     duration 500
41     duration_modifier 4
42     no_drop 1
43     casting_time 60
44     end
45