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-b93c2d0d6712master
parent
8fad45ea09
commit
787f55ec5e
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue