Hyperconvection Circuit Imprinter (#27283)

* not done yet

* i may be stupid

* Update electronics.yml

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
Boaz1111
2024-04-28 07:49:03 +02:00
committed by GitHub
parent 47c5f0dba3
commit a8c297a374
9 changed files with 104 additions and 2 deletions

View File

@@ -152,6 +152,28 @@
DefaultPrototype: Beaker
ExamineName: Glass Beaker
- type: entity
parent: BaseMachineCircuitboard
id: CircuitImprinterHyperConvectionMachineCircuitboard
name: hyper convection circuit imprinter machine board
description: A machine printed circuit board for a hyper convection circuit imprinter.
components:
- type: Sprite
state: science
- type: MachineBoard
prototype: CircuitImprinterHyperConvection
requirements:
MatterBin: 2
tagRequirements:
GlassBeaker:
Amount: 2
DefaultPrototype: Beaker
ExamineName: Glass Beaker
Igniter:
Amount: 1
DefaultPrototype: Igniter
ExamineName: Igniter
- type: entity
id: ExosuitFabricatorMachineCircuitboard
parent: BaseMachineCircuitboard

View File

@@ -416,6 +416,7 @@
- PowerComputerCircuitboard
- AutolatheHyperConvectionMachineCircuitboard
- ProtolatheHyperConvectionMachineCircuitboard
- CircuitImprinterHyperConvectionMachineCircuitboard
- FatExtractorMachineCircuitboard
- FlatpackerMachineCircuitboard
- SheetifierMachineCircuitboard
@@ -467,6 +468,21 @@
- RawMaterial
- Ingot
- type: entity
id: CircuitImprinterHyperConvection
parent: CircuitImprinter
name: hyper convection circuit imprinter
description: A highly-experimental circuit imprinter that harnesses the power of extreme heat to slowly create objects more cost-effectively.
components:
- type: Sprite
sprite: Structures/Machines/circuit_imprinter_hypercon.rsi
- type: Lathe
materialUseMultiplier: 0.5
timeMultiplier: 1.5
- type: LatheHeatProducing
- type: Machine
board: CircuitImprinterHyperConvectionMachineCircuitboard
- type: entity
id: ExosuitFabricator
parent: BaseLathe

View File

@@ -277,8 +277,19 @@
category: Circuitry
completetime: 4
materials:
Steel: 100
Glass: 500
Steel: 100
Glass: 500
- type: latheRecipe
id: CircuitImprinterHyperConvectionMachineCircuitboard
result: CircuitImprinterHyperConvectionMachineCircuitboard
category: Circuitry
completetime: 4
materials:
Steel: 100
Glass: 900
Gold: 100
- type: latheRecipe
id: ExosuitFabricatorMachineCircuitboard

View File

@@ -53,6 +53,7 @@
recipeUnlocks:
- AutolatheHyperConvectionMachineCircuitboard
- ProtolatheHyperConvectionMachineCircuitboard
- CircuitImprinterHyperConvectionMachineCircuitboard
- SheetifierMachineCircuitboard
- type: technology

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 797 B

View File

@@ -0,0 +1,52 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Piksqu for ss14, based on the circuit imprinter sprite taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "panel"
},
{
"name": "unlit"
},
{
"name": "building",
"delays": [
[
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.16,
0.18
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB