ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/armour/shield/DShield.arc
Revision: 1.6
Committed: Fri Feb 9 01:51:23 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.5: +4 -4 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

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