diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Materials/bars.yml b/Resources/Prototypes/_CP14/Entities/Objects/Materials/bars.yml index 373692a526..9a9f1dc852 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Materials/bars.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Materials/bars.yml @@ -8,6 +8,8 @@ components: - type: Item size: Normal + shape: + - 0,0,1,0 # 2x1 - type: Sprite sprite: _CP14/Objects/Materials/copper_bar.rsi layers: @@ -55,6 +57,8 @@ components: - type: Item size: Normal + shape: + - 0,0,1,0 # 2x1 - type: Sprite sprite: _CP14/Objects/Materials/iron_bar.rsi layers: @@ -101,6 +105,8 @@ components: - type: Item size: Normal + shape: + - 0,0,1,0 # 2x1 - type: Sprite sprite: _CP14/Objects/Materials/gold_bar.rsi layers: @@ -146,6 +152,8 @@ components: - type: Item size: Normal + shape: + - 0,0,1,0 # 2x1 - type: Sprite sprite: _CP14/Objects/Materials/glass.rsi layers: @@ -190,6 +198,8 @@ components: - type: Item size: Normal + shape: + - 0,0,1,0 # 2x1 - type: Sprite sprite: _CP14/Objects/Materials/mithril_bar.rsi layers: diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Materials/ingredients.yml b/Resources/Prototypes/_CP14/Entities/Objects/Materials/ingredients.yml index 57962b4954..4c0dbad1b2 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Materials/ingredients.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Materials/ingredients.yml @@ -4,24 +4,32 @@ abstract: true categories: [ ForkFiltered ] +# Buckle - type: entity id: CP14IronBuckle parent: CP14IngredientBase name: Iron Buckle description: A sturdy metal buckle for fastening straps and belts. components: + - type: Item + size: Tiny - type: Sprite sprite: _CP14/Materials/Metal/iron_buckle.rsi # TODO state: icon - type: Item sprite: _CP14/Materials/Metal/iron_buckle.rsi # TODO +# Salt - type: entity id: CP14Salt parent: CP14IngredientBase name: Salt description: A crystalline mineral used to season and preserve food. components: + - type: Item + size: Small + shape: + - 0,0,1,1 # 2x2 - type: Sprite sprite: Resources/Textures/Objects/Materials/ore.rsi state: salt diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Materials/leather.yml b/Resources/Prototypes/_CP14/Entities/Objects/Materials/leather.yml index 9c57948f4a..5f3bf75cf7 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Materials/leather.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Materials/leather.yml @@ -3,6 +3,11 @@ parent: BaseItem abstract: true categories: [ ForkFiltered ] + components: + - type: Item + size: Normal + shape: + - 0,0,1,1 # 2x2 # ================ # Hide Types @@ -12,6 +17,10 @@ name: thin animal hide description: Untreated thin animal hide. It seems you can push it with your finger! components: + - type: Item + size: Normal + shape: + - 0,0,1,0 # 2x1 - type: Sprite sprite: _CP14/Materials/Hide/thin_hide.rsi state: icon @@ -24,6 +33,10 @@ name: animal hide description: Untreated animal hide. It would make a great pouch. components: + - type: Item + size: Big + shape: + - 0,0,1,1 # 2x2 - type: Sprite sprite: _CP14/Materials/Hide/normal_hide.rsi state: icon @@ -36,6 +49,10 @@ name: rough hide description: Durable animal hide. It would make great expensive boots or even protect against cuts. components: + - type: Item + size: Big + shape: + - 0,0,2,1 # 3x2 - type: Sprite sprite: _CP14/Materials/Hide/rough_hide.rsi state: icon @@ -48,6 +65,10 @@ name: scraps of hide description: Scraps of skin, someone cut it off carelessly! components: + - type: Item + size: Small + shape: + - 0,0,1,0 # 2x1 - type: Sprite sprite: _CP14/Materials/Hide/animal_hide.rsi state: icon @@ -100,6 +121,10 @@ name: leather strap description: A flexible strap made of leather, used in various crafts. components: + - type: Item + size: Normal + shape: + - 0,0,1,0 # 2x1 - type: Sprite sprite: _CP14/Materials/Hide/leather_strap.rsi state: icon @@ -112,6 +137,10 @@ name: reinforced strap description: A sturdy strap reinforced with additional layers. components: + - type: Item + size: Normal + shape: + - 0,0,1,0 # 2x1 - type: Sprite sprite: _CP14/Materials/Hide/reinforced_strap.rsi state: icon diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Materials/ores.yml b/Resources/Prototypes/_CP14/Entities/Objects/Materials/ores.yml index e8bcccd2ec..ebcc08d3ac 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Materials/ores.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Materials/ores.yml @@ -7,6 +7,8 @@ components: - type: Item size: Normal + shape: + - 0,0,1,1 # 2x2 - type: Sprite sprite: _CP14/Objects/Materials/copper_ore.rsi layers: @@ -53,6 +55,8 @@ components: - type: Item size: Normal + shape: + - 0,0,1,1 # 2x2 - type: Sprite sprite: _CP14/Objects/Materials/iron_ore.rsi layers: @@ -99,6 +103,8 @@ components: - type: Item size: Normal + shape: + - 0,0,1,1 # 2x2 - type: Sprite sprite: _CP14/Objects/Materials/gold_ore.rsi layers: @@ -145,6 +151,8 @@ components: - type: Item size: Normal + shape: + - 0,0,1,1 # 2x2 - type: Sprite sprite: _CP14/Objects/Materials/mithril_ore.rsi layers: diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Materials/rocks.yml b/Resources/Prototypes/_CP14/Entities/Objects/Materials/rocks.yml index 3af19db647..c0ba153a71 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Materials/rocks.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Materials/rocks.yml @@ -7,6 +7,8 @@ components: - type: Item size: Normal + shape: + - 0,0,1,1 # 2x2 - type: Sprite noRot: true sprite: _CP14/Objects/Materials/dirt_block.rsi @@ -55,6 +57,8 @@ components: - type: Item size: Normal + shape: + - 0,0,1,1 # 2x2 - type: Sprite noRot: true sprite: _CP14/Objects/Materials/stone_block.rsi @@ -103,6 +107,8 @@ components: - type: Item size: Normal + shape: + - 0,0,1,1 # 2x2 - type: Sprite noRot: true sprite: _CP14/Objects/Materials/marble_block.rsi diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Materials/simple.yml b/Resources/Prototypes/_CP14/Entities/Objects/Materials/simple.yml index 03a2fad0d1..214708013f 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Materials/simple.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Materials/simple.yml @@ -51,6 +51,8 @@ components: - type: Item size: Normal + shape: + - 0,0,1,0 # 2x1 - type: Sprite sprite: _CP14/Objects/Materials/cloth.rsi layers: diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Materials/wood.yml b/Resources/Prototypes/_CP14/Entities/Objects/Materials/wood.yml index b667819b98..7bf1563ef3 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Materials/wood.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Materials/wood.yml @@ -8,7 +8,7 @@ - type: Item size: Normal shape: - - 0,0,1,0 + - 0,0,2,1 # 3x2 - type: Sprite sprite: _CP14/Objects/Materials/wood.rsi layers: @@ -65,6 +65,8 @@ components: - type: Item size: Normal + shape: + - 0,0,1,1 # 2x2 - type: Sprite sprite: _CP14/Objects/Materials/wood.rsi layers: