diff --git a/misc/Container/chest_1.arc b/misc/Container/chest_1.arc index 25e192419..07c2b5673 100644 --- a/misc/Container/chest_1.arc +++ b/misc/Container/chest_1.arc @@ -25,3 +25,59 @@ randomitems chest name_pl chests client_type 51 end +Object chest_blue +name chest +face chest_blue_1.111 +nrof 0 +type 4 +hp 1 +material 18 +value 50 +weight 50000 +identified 1 +randomitems chest +name_pl chests +client_type 51 +end +Object chest_pink +name chest +face chest_pink_1.111 +nrof 0 +type 4 +hp 1 +material 18 +value 50 +weight 50000 +identified 1 +randomitems chest +name_pl chests +client_type 51 +end +Object chest_red +name chest +face chest_red_1.111 +nrof 0 +type 4 +hp 1 +material 18 +value 50 +weight 50000 +identified 1 +randomitems chest +name_pl chests +client_type 51 +end +Object chest_yellow +name chest +face chest_yellow_1.111 +nrof 0 +type 4 +hp 1 +material 18 +value 50 +weight 50000 +identified 1 +randomitems chest +name_pl chests +client_type 51 +end diff --git a/misc/Container/chest_1.face b/misc/Container/chest_1.face index 214b666f0..6767eb23e 100644 --- a/misc/Container/chest_1.face +++ b/misc/Container/chest_1.face @@ -4,3 +4,15 @@ end face chest_green_1.111 magicmap khaki end +face chest_red_1.111 +magicmap khaki +end +face chest_blue_1.111 +magicmap khaki +end +face chest_yellow_1.111 +magicmap khaki +end +face chest_pink_1.111 +magicmap khaki +end diff --git a/misc/Container/chest_blue_1.base.111.png b/misc/Container/chest_blue_1.base.111.png new file mode 100644 index 000000000..41ebf7db8 Binary files /dev/null and b/misc/Container/chest_blue_1.base.111.png differ diff --git a/misc/Container/chest_pink_1.base.111.png b/misc/Container/chest_pink_1.base.111.png new file mode 100644 index 000000000..c78baf8cb Binary files /dev/null and b/misc/Container/chest_pink_1.base.111.png differ diff --git a/misc/Container/chest_red_1.base.111.png b/misc/Container/chest_red_1.base.111.png new file mode 100644 index 000000000..73911ec74 Binary files /dev/null and b/misc/Container/chest_red_1.base.111.png differ diff --git a/misc/Container/chest_yellow_1.base.111.png b/misc/Container/chest_yellow_1.base.111.png new file mode 100644 index 000000000..ed9fa4697 Binary files /dev/null and b/misc/Container/chest_yellow_1.base.111.png differ