diff --git a/jewel/goldround.arc b/jewel/goldround.arc new file mode 100644 index 000000000..761ef0752 --- /dev/null +++ b/jewel/goldround.arc @@ -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 diff --git a/jewel/goldround.base.111.png b/jewel/goldround.base.111.png new file mode 100644 index 000000000..618724bcb Binary files /dev/null and b/jewel/goldround.base.111.png differ diff --git a/jewel/platround.arc b/jewel/platround.arc new file mode 100644 index 000000000..a9137c90f --- /dev/null +++ b/jewel/platround.arc @@ -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 diff --git a/jewel/platround.base.111.png b/jewel/platround.base.111.png new file mode 100644 index 000000000..91f9b9466 Binary files /dev/null and b/jewel/platround.base.111.png differ diff --git a/jewel/silverround.arc b/jewel/silverround.arc new file mode 100644 index 000000000..4f1e474d4 --- /dev/null +++ b/jewel/silverround.arc @@ -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 diff --git a/jewel/silverround.base.111.png b/jewel/silverround.base.111.png new file mode 100644 index 000000000..00ebb5a8f Binary files /dev/null and b/jewel/silverround.base.111.png differ