diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Storage/Crates/chests.yml b/Resources/Prototypes/_CP14/Entities/Structures/Storage/Crates/chests.yml index 40f61f47b6..9050a1e787 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Storage/Crates/chests.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Storage/Crates/chests.yml @@ -55,3 +55,16 @@ node: CP14WoodenChest containers: - entity_storage + +- type: entity + parent: + - CP14WoodenChest + id: CP14BrassChest + name: brass chest + description: A simple brass chest for easy storage of junk. + components: + - type: Icon + sprite: _CP14/Structures/Storage/Crates/brasschest.rsi + state: icon + - type: Sprite + sprite: _CP14/Structures/Storage/Crates/brasschest.rsi diff --git a/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/base.png b/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/base.png new file mode 100644 index 0000000000..bb41020648 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/base.png differ diff --git a/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/closed.png b/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/closed.png new file mode 100644 index 0000000000..de6304c397 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/closed.png differ diff --git a/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/icon.png b/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/icon.png new file mode 100644 index 0000000000..9fdfc2a594 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/meta.json b/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/meta.json new file mode 100644 index 0000000000..350e1f6085 --- /dev/null +++ b/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/meta.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by Agoichi (Github) for CrystallPunk, modified by Jaraten", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "base" + }, + { + "name": "closed" + }, + { + "name": "open" + } + ] +} diff --git a/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/open.png b/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/open.png new file mode 100644 index 0000000000..7df69a26d4 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/open.png differ diff --git a/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/base.png b/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/base.png index 807e696fea..10ca6b3cb7 100644 Binary files a/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/base.png and b/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/base.png differ diff --git a/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/closed.png b/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/closed.png index 5097e5e763..2665d0164f 100644 Binary files a/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/closed.png and b/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/closed.png differ diff --git a/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/icon.png b/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/icon.png index 50e5b6e003..284c4a775f 100644 Binary files a/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/icon.png and b/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/meta.json b/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/meta.json index da6191aa43..350e1f6085 100644 --- a/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Created by Agoichi (Github) for CrystallPunk", + "copyright": "Created by Agoichi (Github) for CrystallPunk, modified by Jaraten", "size": { "x": 32, "y": 32 @@ -20,4 +20,4 @@ "name": "open" } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/open.png b/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/open.png index 872130da99..5950a5e795 100644 Binary files a/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/open.png and b/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/open.png differ