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