ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/armour/helmet/wiz_hat.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:15 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

File Contents

# User Rev Content
1 root 1.3 object wiz_hat
2 root 1.1 name Wizard Hat
3     name_pl Wizard Hats
4 root 1.3 face wiz_hat.x11
5     int 2
6     sp 4
7     ac 1
8     speed 0.1
9 root 1.1 nrof 1
10     type 34
11     resist_fire 15
12     resist_cold 15
13     resist_drain 30
14     resist_slow 30
15     resist_paralyze 30
16 root 1.4 materialname cloth
17 root 1.3 value 50000
18 root 1.1 weight 1000
19 root 1.3 last_sp 12
20     client_type 270
21     item_power 10
22     body_head -1
23 root 1.1 editable 5120
24 root 1.3 magicmap black
25     anim
26     wiz_hat.x11
27     wiz_hat.x12
28     wiz_hat.x13
29     mina
30 root 1.1 end
31 root 1.3