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
- PowerComputerCircuitboard
- AutolatheHyperConvectionMachineCircuitboard
- ProtolatheHyperConvectionMachineCircuitboard
+ - CircuitImprinterHyperConvectionMachineCircuitboard
- FatExtractorMachineCircuitboard
- FlatpackerMachineCircuitboard
- SheetifierMachineCircuitboard
- 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
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
recipeUnlocks:
- AutolatheHyperConvectionMachineCircuitboard
- ProtolatheHyperConvectionMachineCircuitboard
+ - CircuitImprinterHyperConvectionMachineCircuitboard
- SheetifierMachineCircuitboard
- type: technology
--- /dev/null
+{
+ "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
+ ]
+ ]
+ }
+ ]
+}