Added the leather arches I missed in r19607.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19609 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
abe595e849
commit
c08429d4fb
|
|
@ -2,6 +2,15 @@
|
|||
Finally add my leather developments from earlier.
|
||||
Adjusted tanning bench to be able to hold behemoth's hide
|
||||
misc/Container/tanbench.arc
|
||||
misc/leather.arc
|
||||
misc/leather.base.111.png
|
||||
misc/leather.face
|
||||
misc/leather_black.arc
|
||||
misc/leather_black.base.111.png
|
||||
misc/leather_white.arc
|
||||
misc/leather_white.base.111.png
|
||||
misc/leather_strips.arc
|
||||
misc/leather_strips.base.111.png
|
||||
monster/troll/Troll/troll.arc
|
||||
monster/troll/Troll/troll.trs
|
||||
SilverNexus 2014-08-26
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
Object leather
|
||||
face leather.111
|
||||
weight 25000
|
||||
name_pl leathers
|
||||
material 136
|
||||
value 500
|
||||
nrof 1
|
||||
end
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 463 B |
|
|
@ -0,0 +1,3 @@
|
|||
face leather.111
|
||||
magicmap orange
|
||||
end
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Object leather_black
|
||||
name black leather
|
||||
face leather_black.111
|
||||
weight 25000
|
||||
name_pl black leathers
|
||||
material 136
|
||||
value 1200
|
||||
end
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 443 B |
|
|
@ -0,0 +1,9 @@
|
|||
Object leather_strips
|
||||
face leather_strips.111
|
||||
weight 500
|
||||
name leather strip
|
||||
name_pl leather strips
|
||||
material 136
|
||||
value 10
|
||||
nrof 1
|
||||
end
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 236 B |
|
|
@ -0,0 +1,8 @@
|
|||
Object leather_white
|
||||
name white leather
|
||||
face leather_white.111
|
||||
weight 25000
|
||||
material 136
|
||||
name_pl white leathers
|
||||
value 1300
|
||||
end
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 443 B |
Loading…
Reference in New Issue