From 787f55ec5e6bf46227d52db8832f841f10c067a8 Mon Sep 17 00:00:00 2001 From: garbled Date: Mon, 11 Nov 2002 08:53:58 +0000 Subject: [PATCH] prototypes for the forge and workbench items (for new alchemy). To do these I simply reused the fireplace and table_4 graphics. It would be really nice if someone would do real graphics for a forge and bowyer's workbench. A room hanging off the armory and bowyer shop like the one in the alchemy shop would be nice too. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@1803 282e977c-c81d-0410-88c4-b93c2d0d6712 --- misc/Container/forge.arc | 22 ++++++++++++++++++++++ misc/Container/workbench.arc | 15 +++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 misc/Container/forge.arc create mode 100644 misc/Container/workbench.arc diff --git a/misc/Container/forge.arc b/misc/Container/forge.arc new file mode 100644 index 000000000..b307490fd --- /dev/null +++ b/misc/Container/forge.arc @@ -0,0 +1,22 @@ +Object forge +face fireplace.111 +anim +fireplace.111 +fireplace.112 +fireplace.113 +mina +speed -0.2 +glow_radius 1 +no_pick 1 +type 122 +material 16 +weight 80000 +container 800000 +is_cauldron 1 +Str 0 +value 18000 +editable 128 +color_fg black +name_pl forges +client_type 51 +end diff --git a/misc/Container/workbench.arc b/misc/Container/workbench.arc new file mode 100644 index 000000000..ee60c5f3e --- /dev/null +++ b/misc/Container/workbench.arc @@ -0,0 +1,15 @@ +Object workbench +face table_4.111 +no_pick 1 +type 122 +material 16 +weight 80000 +container 800000 +is_cauldron 1 +Str 0 +value 18000 +editable 128 +color_fg black +name_pl workbenches +client_type 51 +end