ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_armour.arc
(Generate patch)

Comparing deliantra/arch/spell/Change_Ability/spell_armour.arc (file contents):
Revision 1.1.1.1 by root, Mon Feb 6 20:26:23 2006 UTC vs.
Revision 1.12 by elmex, Wed Apr 21 09:29:57 2010 UTC

1Object spell_armour 1object spell_armour
2inherit type_spell
2name armour 3name armour
3name_pl armour 4name_pl armour
5skill evocation
6msg
7Creates fields of force around the
8player, reducing the amount of damage the
9character takes from physical attacks. It
10does not provide any additional protection to
11non-physical attacks, however.
12endmsg
4face spell_evocation.111 13face spell_evocation.x11
5level 1
6sp 8 14sp 8
15maxsp 8
16ac 2
17level 6
18subtype 24
19resist_physical 20
20path_attuned 33
21value 1
22invisible 1
23duration 500
24duration_modifier 4
25dam_modifier 5
26no_drop 1
7casting_time 10 27casting_time 10
8path_attuned 33
9skill evocation
10type 101
11subtype 24
12value 10
13no_drop 1
14invisible 1
15duration_modifier 4
16duration 500
17dam_modifier 5
18resist_physical 20
19ac 2
20maxsp 8
21msg
22Armour creates fields of force around the
23player, reducing the amount of damage the
24character takes from physical attacks. It
25does not provide any additional protection to
26non-physical attacks.
27endmsg
28end 28end
29

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines