Added brass bar for use with future smithery recipes.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19493 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
ca1c7b0c46
commit
387fe7238a
|
@ -1,3 +1,6 @@
|
|||
2014-05-27 SilverNexus
|
||||
* jewel/bars/brassbar.*: Create brass bar, which can be smelted from copper and zinc.
|
||||
|
||||
2014-05-23 Kevin Zheng
|
||||
* jewel/: Rename ores and remove those that are redundant.
|
||||
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
Object brassbar
|
||||
name brass bar
|
||||
race gold and jewels
|
||||
face brassbar.111
|
||||
nrof 1
|
||||
type 73
|
||||
material 2
|
||||
materialname brass
|
||||
value 650
|
||||
weight 10000
|
||||
identified 1
|
||||
name_pl copper bars
|
||||
client_type 2005
|
||||
end
|
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
|
@ -0,0 +1,3 @@
|
|||
face brassbar.111
|
||||
magicmap orange
|
||||
end
|
Loading…
Reference in New Issue