ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/armour/shield/frostshield.arc
Revision: 1.14
Committed: Thu Apr 29 08:28:39 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.13: +1 -0 lines
Log Message:
make all shields use the shield slot

File Contents

# User Rev Content
1 root 1.7 object frostshield
2 root 1.2 name Frost Shield
3     name_pl Frost Shields
4 pippijn 1.3 face frostshield.x11
5 root 1.13 magicmap blue
6 root 1.2 dam 1
7     ac -1
8 root 1.8 nrof 1
9 root 1.10 type 33
10 root 1.8 resist_physical 3
11 root 1.6 resist_fire 10
12 root 1.1 resist_cold 15
13 root 1.8 materialname bronze
14     value 100
15 root 1.6 weight 2000
16 root 1.8 client_type 261
17 elmex 1.11 body_arm -1
18 root 1.14 body_shield -1
19 root 1.1 end
20 root 1.8