From 7c6d217550eb9c2457c6ab4e533f1a7aaa3fe887 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Thu, 15 Jun 2023 01:45:07 +0000 Subject: [PATCH] wallmount gen board cheaper (#17316) Co-authored-by: deltanedas <@deltanedas:kde.org> --- .../Devices/Electronics/power_electronics.yml | 19 +++++++++++-------- .../Prototypes/Recipes/Lathes/electronics.yml | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml index 6c0eae8a74..80c728aca7 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml @@ -34,18 +34,21 @@ # Wallmount Generator - type: entity - id: WallmountGeneratorElectronics parent: BaseElectronics + id: WallmountGeneratorElectronics name: wallmount generator electronics description: Circuit used to construct a wallmount generator. components: - - type: Sprite - sprite: Objects/Misc/module.rsi - state: charger_APC - - type: Tag - tags: - - DroneUsable - - WallmountGeneratorElectronics + - type: Sprite + sprite: Objects/Misc/module.rsi + state: charger_APC + - type: PhysicalComposition + materialComposition: + Glass: 90 + - type: Tag + tags: + - DroneUsable + - WallmountGeneratorElectronics # APU - type: entity diff --git a/Resources/Prototypes/Recipes/Lathes/electronics.yml b/Resources/Prototypes/Recipes/Lathes/electronics.yml index a7badb03e5..9dd8b0d999 100644 --- a/Resources/Prototypes/Recipes/Lathes/electronics.yml +++ b/Resources/Prototypes/Recipes/Lathes/electronics.yml @@ -451,7 +451,7 @@ completetime: 4 materials: Steel: 50 - Glass: 350 + Glass: 150 - type: latheRecipe id: WallmountGeneratorAPUElectronics