ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/misc/item/bolt_silk.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 bolt_silk
2 root 1.1 name bolt of silk
3 root 1.3 face bolt_silk.x11
4 root 1.1 nrof 1
5 root 1.4 materialname cloth
6 root 1.3 value 3000
7     weight 5000
8 root 1.1 color_fg blue
9     editable 2048
10     end
11 root 1.3