ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/social/pirate_hat.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:25 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
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 pirate_hat
2 root 1.1 name pirate hat
3     name_pl pirate hats
4 root 1.3 face pirate_hat.x11
5     cha -5
6     ac 1
7 root 1.1 nrof 1
8     type 34
9     resist_poison 15
10     resist_fear 50
11 root 1.4 materialname cloth
12 root 1.1 value 140
13 root 1.3 weight 1000
14     client_type 271
15     gen_sp_armour 1
16     body_head -1
17     color_fg black
18 root 1.1 editable 1024
19     end
20 root 1.3