ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_party_protection_from_attack.arc
Revision: 1.3
Committed: Thu Sep 17 08:14:48 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_90, rel-2_82, rel-2_92, rel-2_93, rel-2_81
Changes since 1.2: +5 -4 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

# User Rev Content
1 elmex 1.1 object spell_party_protection_from_attack
2     name party protection from attack
3     name_pl party protection from attack
4     skill praying
5     msg
6 root 1.3 Creates a powerful
7 root 1.2 force that protects your party members from
8 root 1.3 physical damage.
9    
10     While the effect stacks with armour the characters are wearing, it will be
11     weaker in that case.
12 elmex 1.1 endmsg
13     other_arch spell_protection_from_attack
14     face spell_praying.x11
15     grace 75
16     maxgrace 40
17     level 24
18     type 101
19     subtype 48
20     resist_physical 40
21     path_attuned 1
22     value 130
23     invisible 1
24     duration 500
25     duration_modifier 4
26     dam_modifier 3
27     no_drop 1
28     casting_time 30
29     end
30