ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/armour/shield/DShield.arc
Revision: 1.4
Committed: Tue Feb 6 22:39:41 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.3: +20 -19 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.4 object DShield
2 root 1.1 name Demonspawn Shield
3     name_pl Demonspawn Shields
4 root 1.4 msg
5     There is a evil spirit in the shield.
6     endmsg
7     face DShield.x11
8     cha -3
9     ac 3
10     speed 0.2
11 root 1.1 nrof 1
12     type 33
13 root 1.4 resist_physical 10
14     resist_fire 30
15     resist_drain 100
16     resist_ghosthit 70
17 root 1.1 material 256
18     materialname abyssium
19 root 1.4 value 50000
20     weight 25000
21     client_type 260
22     item_power 5
23     body_arm -1
24     color_fg black
25     editable 5120
26 root 1.1 anim
27 pippijn 1.3 DShield.x11
28     DShield.x12
29 root 1.2 mina
30 root 1.1 end
31 root 1.4