Arch: Adding some new bullion options
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4106 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
2750c68b39
commit
d78dc17a2e
|
@ -0,0 +1,16 @@
|
|||
Object goldround
|
||||
name gold coin
|
||||
name_pl gold coins
|
||||
race gold and jewels
|
||||
face goldround.111
|
||||
color_fg orange
|
||||
nrof 1
|
||||
type 60
|
||||
material 2
|
||||
materialname gold
|
||||
value 1000
|
||||
weight 1000
|
||||
identified 1
|
||||
editable 2048
|
||||
client_type 2005
|
||||
end
|
Binary file not shown.
|
@ -0,0 +1,16 @@
|
|||
Object platround
|
||||
name platinum coin
|
||||
name_pl platinum coins
|
||||
race gold and jewels
|
||||
face platround.111
|
||||
color_fg grey
|
||||
nrof 1
|
||||
type 60
|
||||
material 2
|
||||
materialname platinum
|
||||
value 5000
|
||||
weight 1000
|
||||
identified 1
|
||||
editable 2048
|
||||
client_type 2005
|
||||
end
|
Binary file not shown.
|
@ -0,0 +1,16 @@
|
|||
Object silverround
|
||||
name silver coin
|
||||
name_pl silver coins
|
||||
race gold and jewels
|
||||
face silverround.111
|
||||
color_fg grey
|
||||
nrof 1
|
||||
type 60
|
||||
material 2
|
||||
materialname silver
|
||||
value 100
|
||||
weight 1000
|
||||
identified 1
|
||||
editable 2048
|
||||
client_type 2005
|
||||
end
|
Binary file not shown.
Loading…
Reference in New Issue