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

File Contents

# User Rev Content
1 elmex 1.1 object spell_party_protection_from_paralysis
2 root 1.3 inherit type_spell
3 elmex 1.1 name party protection from paralysis
4     name_pl party protection from paralysis
5     skill praying
6     msg
7 root 1.2 This prayer gives party members increased protection from paralysis attacks.
8 elmex 1.1 But it won't get you a perfect protection, be careful, you can still
9     be paralysed!
10     endmsg
11     other_arch spell_protection_from_paralysis
12     face spell_praying.x11
13     grace 30
14     maxgrace 40
15     level 23
16     subtype 48
17     resist_paralyze 50
18     path_attuned 1
19     value 80
20     invisible 1
21     duration 500
22     duration_modifier 4
23     dam_modifier 4
24     no_drop 1
25     casting_time 20
26     end
27