diff --git a/misc/Container/chest_1.arc b/misc/Container/chest_1.arc index 07c2b5673..b58180475 100644 --- a/misc/Container/chest_1.arc +++ b/misc/Container/chest_1.arc @@ -11,6 +11,19 @@ randomitems chest name_pl chests client_type 51 end +Object chest_small +face chest_small_1.111 +nrof 0 +type 4 +hp 1 +material 18 +value 25 +weight 25000 +identified 1 +randomitems chest +name_pl chests +client_type 51 +end Object chest_green name chest face chest_green_1.111 diff --git a/misc/Container/chest_1.face b/misc/Container/chest_1.face index 6767eb23e..e195de6c5 100644 --- a/misc/Container/chest_1.face +++ b/misc/Container/chest_1.face @@ -1,6 +1,9 @@ face chest_1.111 magicmap khaki end +face chest_small_1.111 +magicmap khaki +end face chest_green_1.111 magicmap khaki end diff --git a/misc/Container/chest_2.arc b/misc/Container/chest_2.arc index f2f20feeb..f3cf3513f 100644 --- a/misc/Container/chest_2.arc +++ b/misc/Container/chest_2.arc @@ -19,3 +19,24 @@ no_pick 1 no_drop 1 identified 1 end +Object chest_2_small +name small chest +other_arch close_chest_small +face chest_small_1.111 +type 122 +material 18 +value 20 +container 75000 +weight 20000 +identified 1 +name_pl small chests +client_type 51 +end +Object close_chest_small +name close the small chest +face closechest_small.111 +type 121 +no_pick 1 +no_drop 1 +identified 1 +end diff --git a/misc/Container/chest_small_1.base.111.png b/misc/Container/chest_small_1.base.111.png new file mode 100644 index 000000000..7b4a64c60 Binary files /dev/null and b/misc/Container/chest_small_1.base.111.png differ diff --git a/misc/Container/closechest_small.base.111.png b/misc/Container/closechest_small.base.111.png new file mode 100644 index 000000000..b88d0f6ad Binary files /dev/null and b/misc/Container/closechest_small.base.111.png differ