ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/armour/cloak/oilskin.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:14 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 oilskin
2 root 1.1 name oilskin cloak
3     name_pl oilskin cloaks
4 pippijn 1.2 face oilskin.x11
5 root 1.3 dex -1
6 root 1.1 ac 1
7 root 1.3 nrof 1
8     type 87
9 root 1.1 resist_physical 3
10 root 1.3 resist_acid 70
11 root 1.4 materialname leather
12 root 1.3 value 120000
13 root 1.1 weight 1000
14     magic -4
15 root 1.3 client_type 280
16 root 1.1 damned 1
17 root 1.3 body_shoulder -1
18     editable 5120
19 root 1.1 magicmap grey
20     end
21 root 1.3