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

File Contents

# User Rev Content
1 elmex 1.1 object spell_party_protection_from_slow
2 root 1.3 inherit type_spell
3 elmex 1.1 name party protection from slow
4     name_pl party protection from slow
5     skill praying
6     msg
7 root 1.2 This prayer gives party members increased protection from slow attacks.
8 elmex 1.1 endmsg
9     other_arch spell_protection_from_slow
10     face spell_praying.x11
11     grace 30
12     maxgrace 40
13     level 22
14     type 101
15     subtype 48
16     resist_slow 50
17     path_attuned 1
18     value 70
19     invisible 1
20     duration 500
21     duration_modifier 4
22     dam_modifier 4
23     no_drop 1
24     casting_time 20
25     end
26