ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/armour/shield/DShields.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.8 object DShields
2 root 1.6 anim
3     DShield.x11
4     DShield.x12
5     DShield.x11
6     DShield.x12
7     DShield.x11
8     DShield.x13
9     mina
10 root 1.9 name Demonspawn Shield
11     name_pl Demonspawn Shields
12 root 1.4 msg
13     There is a strong evil spirit in the shield
14     trying to dominate you.
15     endmsg
16 root 1.9 face DShield.x11
17 root 1.13 magicmap black
18 root 1.9 cha -3
19     ac 4
20     speed 0.2
21     nrof 1
22 root 1.11 type 33
23 root 1.9 resist_physical 10
24 root 1.4 resist_fire 30
25     resist_drain 100
26     resist_ghosthit 75
27 root 1.9 materialname abyssium
28     value 100000
29     weight 25000
30     client_type 260
31     item_power 8
32 root 1.7 reflect_spell 1
33 root 1.9 body_arm -1
34 root 1.14 body_shield -1
35 root 1.1 end
36 root 1.9