From 90a5f8c3bdd133f1feb029da4161b957514b9dad Mon Sep 17 00:00:00 2001 From: partmedia Date: Sun, 4 Aug 2013 12:42:14 +0000 Subject: [PATCH] Improve checkbook and add new check type. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18884 282e977c-c81d-0410-88c4-b93c2d0d6712 --- misc/Container/checkbook.arc | 13 +++++++++++++ .../Container}/checkbook.base.111.png | Bin {readable => misc/Container}/checkbook.face | 0 readable/check.arc | 13 +++++++++++++ readable/checkbook.arc | 13 ------------- 5 files changed, 26 insertions(+), 13 deletions(-) create mode 100644 misc/Container/checkbook.arc rename {readable => misc/Container}/checkbook.base.111.png (100%) rename {readable => misc/Container}/checkbook.face (100%) create mode 100644 readable/check.arc delete mode 100644 readable/checkbook.arc diff --git a/misc/Container/checkbook.arc b/misc/Container/checkbook.arc new file mode 100644 index 000000000..9eb5c9579 --- /dev/null +++ b/misc/Container/checkbook.arc @@ -0,0 +1,13 @@ +Object checkbook +name check book +face checkbook.111 +type 122 +material 1 +weight 10 +container 100 +Str 10 +value 10 +identified 1 +name_pl checkbooks +client_type 51 +end diff --git a/readable/checkbook.base.111.png b/misc/Container/checkbook.base.111.png similarity index 100% rename from readable/checkbook.base.111.png rename to misc/Container/checkbook.base.111.png diff --git a/readable/checkbook.face b/misc/Container/checkbook.face similarity index 100% rename from readable/checkbook.face rename to misc/Container/checkbook.face diff --git a/readable/check.arc b/readable/check.arc new file mode 100644 index 000000000..e0d378deb --- /dev/null +++ b/readable/check.arc @@ -0,0 +1,13 @@ +Object check +name check +face bankcard.111 +type 8 +subtype 12 +material 1 +skill literacy +value 8 +identified 1 +weight 1 +name_pl checks +client_type 1041 +end diff --git a/readable/checkbook.arc b/readable/checkbook.arc deleted file mode 100644 index 15e2ee832..000000000 --- a/readable/checkbook.arc +++ /dev/null @@ -1,13 +0,0 @@ -Object checkbook -name cheque book -nrof 1 -face checkbook.111 -type 8 -subtype 5 -skill literacy -material 1 -value 10 -weight 1000 -name_pl cheque books -client_type 1041 -end