From: lapatison <100279397+lapatison@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:25:18 +0000 (+0300) Subject: Circuit floor tile print (#23467) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=b0a5e0f10ce51eba4800ce627a412b0903121c40;p=space-station-14.git Circuit floor tile print (#23467) stuff --- diff --git a/Resources/Prototypes/Entities/Objects/Misc/tiles.yml b/Resources/Prototypes/Entities/Objects/Misc/tiles.yml index 8d8102ef39..71bd2753fa 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/tiles.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/tiles.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity parent: BaseItem id: FloorTileItemBase description: These could work as a pretty decent throwing weapon. @@ -811,6 +811,24 @@ - type: Stack stackType: FloorTileBCircuit +# Circuits stacks + +- type: entity + parent: FloorTileItemGCircuit + id: FloorTileItemGCircuit4 + suffix: 4 + components: + - type: Stack + count: 4 + +- type: entity + parent: FloorTileItemBCircuit + id: FloorTileItemBCircuit4 + suffix: 4 + components: + - type: Stack + count: 4 + # Terrain - type: entity name: grass tile diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 321d3c9c07..65deb5a3a6 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -360,6 +360,8 @@ - CentrifugeMachineCircuitboard - CondenserMachineCircuitBoard - UniformPrinterMachineCircuitboard + - FloorGreenCircuit + - FloorBlueCircuit dynamicRecipes: - ThermomachineFreezerMachineCircuitBoard - PortableScrubberMachineCircuitBoard diff --git a/Resources/Prototypes/Recipes/Lathes/misc.yml b/Resources/Prototypes/Recipes/Lathes/misc.yml index 6bf3368cb3..96cd83a7fe 100644 --- a/Resources/Prototypes/Recipes/Lathes/misc.yml +++ b/Resources/Prototypes/Recipes/Lathes/misc.yml @@ -131,3 +131,17 @@ completetime: 1 materials: Plastic: 100 + +- type: latheRecipe + id: FloorGreenCircuit + result: FloorTileItemGCircuit4 + completetime: 2 + materials: + Steel: 100 + +- type: latheRecipe + id: FloorBlueCircuit + result: FloorTileItemBCircuit4 + completetime: 2 + materials: + Steel: 100