ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_party_armour.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: +1 -1 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_armour
2     name party armour
3     name_pl party armour
4     skill evocation
5     msg
6 root 1.3 Creates fields of force around party
7 root 1.2 members, reducing the amount of damage the
8     characters takes from physical attacks. It
9 elmex 1.1 does not provide any additional protection to
10     non-physical attacks, however.
11     endmsg
12     other_arch spell_armour
13     face spell_evocation.x11
14     sp 12
15     maxsp 8
16     ac 2
17     level 11
18     type 101
19     subtype 48
20     resist_physical 20
21     path_attuned 33
22     value 10
23     invisible 1
24     duration 500
25     duration_modifier 4
26     dam_modifier 5
27     no_drop 1
28     casting_time 20
29     end
30