From 49ff6a821e682cee7f38bd0c98a43be46da08cee Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT Date: Sat, 9 Mar 2024 22:31:17 -0800 Subject: [PATCH] tiny materials --- .../Entities/Objects/Materials/Sheets/glass.yml | 9 +++++---- .../Entities/Objects/Materials/Sheets/metal.yml | 1 + .../Entities/Objects/Materials/Sheets/other.yml | 1 + .../Entities/Objects/Materials/crystal_shard.yml | 1 + .../Prototypes/Entities/Objects/Materials/ingots.yml | 3 ++- .../Prototypes/Entities/Objects/Materials/materials.yml | 3 +++ .../Prototypes/Entities/Objects/Materials/parts.yml | 1 + .../Prototypes/Entities/Objects/Materials/shards.yml | 1 + .../Nyanotrasen/Entities/Objects/Materials/materials.yml | 2 ++ 9 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml index f99b9cf074..d7f88a6e6b 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml @@ -7,6 +7,7 @@ components: - type: Sprite sprite: Objects/Materials/Sheets/glass.rsi + scale: 0.65, 0.65 # Parkstation-SmallerMaterials - type: Item sprite: Objects/Materials/Sheets/glass.rsi size: Normal @@ -47,7 +48,7 @@ acts: [ "Destruction" ] - type: SolutionContainerManager solutions: - glass: + glass: canReact: false - type: entity @@ -197,7 +198,7 @@ - ReagentId: Carbon Quantity: 0.5 canReact: false - + - type: entity parent: SheetGlassBase id: SheetPGlass @@ -443,8 +444,8 @@ Quantity: 4.5 - ReagentId: Carbon Quantity: 0.5 - canReact: false - + canReact: false + - type: entity parent: SheetRUGlass id: SheetRUGlass1 diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml index 24b4544e56..db173ffc47 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml @@ -6,6 +6,7 @@ components: - type: Sprite sprite: Objects/Materials/Sheets/metal.rsi + scale: 0.65, 0.65 # Parkstation-SmallerMaterials - type: Item sprite: Objects/Materials/Sheets/metal.rsi size: Normal diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml index 18590e98df..94bc3daf9f 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml @@ -6,6 +6,7 @@ components: - type: Sprite sprite: Objects/Materials/Sheets/other.rsi + scale: 0.65, 0.65 # Parkstation-SmallerMaterials - type: Item sprite: Objects/Materials/Sheets/other.rsi size: Normal diff --git a/Resources/Prototypes/Entities/Objects/Materials/crystal_shard.yml b/Resources/Prototypes/Entities/Objects/Materials/crystal_shard.yml index 62468b4615..47e0a5f0f2 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/crystal_shard.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/crystal_shard.yml @@ -11,6 +11,7 @@ - sprite: Objects/Materials/Shards/crystal.rsi state: shard1 map: [ "enum.DamageStateVisualLayers.Base" ] + scale: 0.65, 0.65 # Parkstation-SmallerMaterials - type: RandomSprite available: - enum.DamageStateVisualLayers.Base: diff --git a/Resources/Prototypes/Entities/Objects/Materials/ingots.yml b/Resources/Prototypes/Entities/Objects/Materials/ingots.yml index 24e8ca649c..15761fce34 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/ingots.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/ingots.yml @@ -6,6 +6,7 @@ components: - type: Sprite sprite: Objects/Materials/ingots.rsi + scale: 0.65, 0.65 # Parkstation-SmallerMaterials - type: Item sprite: Objects/Materials/ingots.rsi size: Normal @@ -59,7 +60,7 @@ reagents: - ReagentId: Gold Quantity: 10 - + - type: entity parent: IngotGold id: IngotGold1 diff --git a/Resources/Prototypes/Entities/Objects/Materials/materials.yml b/Resources/Prototypes/Entities/Objects/Materials/materials.yml index 1573c07052..9cdea9ecfb 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/materials.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/materials.yml @@ -6,6 +6,7 @@ components: - type: Sprite sprite: Objects/Materials/materials.rsi + scale: 0.65, 0.65 # Parkstation-SmallerMaterials - type: Item sprite: Objects/Materials/materials.rsi size: Normal @@ -177,6 +178,7 @@ layers: - state: durathread_3 map: ["base"] + scale: 1, 1 # Parkstation-SmallerMaterials - Durathread looks fine normally - type: Appearance - type: Construction graph: Durathread @@ -285,6 +287,7 @@ sprite: /Textures/Objects/Misc/monkeycube.rsi state: cube color: "#8A9A5B" + scale: 1, 1 # Parkstation-SmallerMaterials - Biomass looks fine normally - type: GuideHelp guides: - Cloning diff --git a/Resources/Prototypes/Entities/Objects/Materials/parts.yml b/Resources/Prototypes/Entities/Objects/Materials/parts.yml index a15675995c..3da3fcb7da 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/parts.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/parts.yml @@ -6,6 +6,7 @@ - type: Sprite sprite: Objects/Materials/parts.rsi state: rods + scale: 0.65, 0.65 # Parkstation-SmallerMaterials - type: Item sprite: Objects/Materials/parts.rsi - type: Tag diff --git a/Resources/Prototypes/Entities/Objects/Materials/shards.yml b/Resources/Prototypes/Entities/Objects/Materials/shards.yml index dca5f2c5d3..1a89b2c1d6 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/shards.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/shards.yml @@ -10,6 +10,7 @@ - sprite: Objects/Materials/Shards/shard.rsi state: shard1 map: [ "enum.DamageStateVisualLayers.Base" ] + scale: 0.65, 0.65 # Parkstation-SmallerMaterials - type: RandomSprite available: - enum.DamageStateVisualLayers.Base: diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Materials/materials.yml b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Materials/materials.yml index 75bb4727da..7b9ebdcb14 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Materials/materials.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Materials/materials.yml @@ -9,6 +9,7 @@ layers: - state: bluespace_3 map: ["base"] + scale: 1, 1 # Parkstation-SmallerMaterials - Bluespace looks fine normally - type: Appearance - type: Material - type: PhysicalComposition @@ -51,6 +52,7 @@ - type: Sprite sprite: Nyanotrasen/Objects/Materials/mothroach.rsi state: mothroachhide + scale: 0.65, 0.65 # Parkstation-SmallerMaterials - type: Tag tags: - MothroachHide