Combine generic hides and leathers into a single file

Also fix stacking for colored leathers


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19678 282e977c-c81d-0410-88c4-b93c2d0d6712
master
partmedia 2014-10-04 20:35:16 +00:00
parent 1a72a516f6
commit 7dac300e1b
10 changed files with 93 additions and 69 deletions

View File

@ -1,9 +0,0 @@
Object hide_black
name hide
nrof 1
face hide_black.111
material 32
type 72
weight 20
value 300
end

View File

@ -1,9 +0,0 @@
Object hide_brown
name hide
nrof 1
face hide_brown.111
material 32
type 72
weight 20
value 300
end

View File

@ -1,9 +0,0 @@
Object hide_grey
name hide
nrof 1
face hide_grey.111
material 32
type 72
weight 20
value 300
end

View File

@ -1,9 +0,0 @@
Object hide_white
name hide
nrof 1
face hide_white.111
material 32
type 72
weight 20
value 300
end

View File

@ -0,0 +1,47 @@
# ------------------
# Generic Hides
# ------------------
# Black
Object hide_black
name hide
nrof 1
face hide_black.111
material 32
type 72
weight 20
value 300
end
# Brown
Object hide_brown
name hide
nrof 1
face hide_brown.111
material 32
type 72
weight 20
value 300
end
# Gray
Object hide_grey
name hide
nrof 1
face hide_grey.111
material 32
type 72
weight 20
value 300
end
# White
Object hide_white
name hide
nrof 1
face hide_white.111
material 32
type 72
weight 20
value 300
end

View File

@ -1,8 +0,0 @@
Object leather
face leather.111
weight 25000
name_pl leathers
material 136
value 500
nrof 1
end

View File

@ -1,8 +0,0 @@
Object leather_black
name black leather
face leather_black.111
weight 25000
name_pl black leathers
material 136
value 1200
end

View File

@ -1,9 +0,0 @@
Object leather_strips
face leather_strips.111
weight 500
name leather strip
name_pl leather strips
material 136
value 10
nrof 1
end

View File

@ -1,8 +0,0 @@
Object leather_white
name white leather
face leather_white.111
weight 25000
material 136
name_pl white leathers
value 1300
end

46
misc/leathers.arc 100644
View File

@ -0,0 +1,46 @@
# ------------------
# Leather Items
# ------------------
# Regular
Object leather
face leather.111
weight 25000
name_pl leathers
material 136
value 500
nrof 1
end
# Black
Object leather_black
name black leather
face leather_black.111
weight 25000
name_pl black leathers
material 136
value 1200
nrof 1
end
# White
Object leather_white
name white leather
face leather_white.111
weight 25000
material 136
name_pl white leathers
value 1300
nrof 1
end
# Leather strips
Object leather_strips
face leather_strips.111
weight 500
name leather strip
name_pl leather strips
material 136
value 10
nrof 1
end