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

File Contents

# Content
1 object spell_protection_from_paralysis
2 inherit type_spell
3 name protection from paralysis
4 name_pl protection from paralysis
5 skill praying
6 msg
7 This prayer gives you increased protection from paralysis attacks.
8 But it won't get you a perfect protection, be careful, you can still
9 be paralysed!
10 endmsg
11 face spell_praying.x11
12 grace 20
13 maxgrace 40
14 level 18
15 type 101
16 subtype 24
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 10
26 end
27