Skip to content

Commit

Permalink
фикс всякого 4
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyDarkFox committed Sep 7, 2024
1 parent c7bf425 commit 95796b4
Showing 1 changed file with 104 additions and 104 deletions.
Original file line number Diff line number Diff line change
@@ -1,107 +1,107 @@
- type: entity
id: LPPProtolatheENGMachineCircuitboard
parent: BaseMachineCircuitboard
name: инженерный протолат (машинная плата)
description: Плата для создания инженерного протолата.
components:
- type: MachineBoard
prototype: LPPprotolatheENG
requirements:
MatterBin: 2
Manipulator: 2
tagRequirements:
GlassBeaker:
Amount: 2
DefaultPrototype: Beaker
ExamineName: Glass Beaker

- type: entity
id: LPPProtolatheRnDMachineCircuitboard
parent: BaseMachineCircuitboard
name: научный протолат (машинная плата)
description: Плата для создания научного протолата.
components:
- type: MachineBoard
prototype: LPPprotolatheRnD
requirements:
MatterBin: 2
Manipulator: 2
tagRequirements:
GlassBeaker:
Amount: 2
DefaultPrototype: Beaker
ExamineName: Glass Beaker

- type: entity
id: LPPProtolatheSUPMachineCircuitboard
parent: BaseMachineCircuitboard
name: протолат снабжения (машинная плата)
description: Плата для создания протолата снабжения.
components:
- type: MachineBoard
prototype: LPPSupProtolathe
requirements:
MatterBin: 2
Manipulator: 2
tagRequirements:
GlassBeaker:
Amount: 2
DefaultPrototype: Beaker
ExamineName: Glass Beaker

- type: entity
id: LPPProtolatheServiceMachineCircuitboard
parent: BaseMachineCircuitboard
name: сервисный протолат (машинная плата)
description: Плата для создания сервисного протолата.
components:
- type: MachineBoard
prototype: LPPServiceProtolathe
requirements:
MatterBin: 2
Manipulator: 2
tagRequirements:
GlassBeaker:
Amount: 2
DefaultPrototype: Beaker
ExamineName: Glass Beaker

- type: entity
id: LPPSpaceForgeBoard
parent: BaseMachineCircuitboard
name: космическая кузница (машинная плата)
description: Плата для создания космической кузницы.
components:
- type: Tag
tags:
- HighRiskItem
- type: StealTarget
stealGroup: LPPSpaceForgeBoard
- type: MachineBoard
prototype: LPPthespaceforge
requirements:
MatterBin: 8
Manipulator: 6
materialRequirements:
Glass: 10
Steel: 5
tagRequirements:
GlassBeaker:
Amount: 2
DefaultPrototype: Beaker
ExamineName: Glass Beaker

- type: entity
id: LPPUniformPrinterMachineCircuitboard
parent: BaseMachineCircuitboard
name: принтер униформы 2.0 (машинная плата)
description: Плата для создания принтера униформы 2.0.
components:
- type: MachineBoard
prototype: LPPUniformPrinter
requirements:
MatterBin: 2
Manipulator: 2
# - type: entity
# id: LPPProtolatheENGMachineCircuitboard
# parent: BaseMachineCircuitboard
# name: инженерный протолат (машинная плата)
# description: Плата для создания инженерного протолата.
# components:
# - type: MachineBoard
# prototype: LPPprotolatheENG
# requirements:
# MatterBin: 2
# Manipulator: 2
# tagRequirements:
# GlassBeaker:
# Amount: 2
# DefaultPrototype: Beaker
# ExamineName: Glass Beaker
#
# - type: entity
# id: LPPProtolatheRnDMachineCircuitboard
# parent: BaseMachineCircuitboard
# name: научный протолат (машинная плата)
# description: Плата для создания научного протолата.
# components:
# - type: MachineBoard
# prototype: LPPprotolatheRnD
# requirements:
# MatterBin: 2
# Manipulator: 2
# tagRequirements:
# GlassBeaker:
# Amount: 2
# DefaultPrototype: Beaker
# ExamineName: Glass Beaker
#
# - type: entity
# id: LPPProtolatheSUPMachineCircuitboard
# parent: BaseMachineCircuitboard
# name: протолат снабжения (машинная плата)
# description: Плата для создания протолата снабжения.
# components:
# - type: MachineBoard
# prototype: LPPSupProtolathe
# requirements:
# MatterBin: 2
# Manipulator: 2
# tagRequirements:
# GlassBeaker:
# Amount: 2
# DefaultPrototype: Beaker
# ExamineName: Glass Beaker
#
# - type: entity
# id: LPPProtolatheServiceMachineCircuitboard
# parent: BaseMachineCircuitboard
# name: сервисный протолат (машинная плата)
# description: Плата для создания сервисного протолата.
# components:
# - type: MachineBoard
# prototype: LPPServiceProtolathe
# requirements:
# MatterBin: 2
# Manipulator: 2
# tagRequirements:
# GlassBeaker:
# Amount: 2
# DefaultPrototype: Beaker
# ExamineName: Glass Beaker
#
# - type: entity
# id: LPPSpaceForgeBoard
# parent: BaseMachineCircuitboard
# name: космическая кузница (машинная плата)
# description: Плата для создания космической кузницы.
# components:
# - type: Tag
# tags:
# - HighRiskItem
# - type: StealTarget
# stealGroup: LPPSpaceForgeBoard
# - type: MachineBoard
# prototype: LPPthespaceforge
# requirements:
# MatterBin: 8
# Manipulator: 6
# materialRequirements:
# Glass: 10
# Steel: 5
# tagRequirements:
# GlassBeaker:
# Amount: 2
# DefaultPrototype: Beaker
# ExamineName: Glass Beaker
#
# - type: entity
# id: LPPUniformPrinterMachineCircuitboard
# parent: BaseMachineCircuitboard
# name: принтер униформы 2.0 (машинная плата)
# description: Плата для создания принтера униформы 2.0.
# components:
# - type: MachineBoard
# prototype: LPPUniformPrinter
# requirements:
# MatterBin: 2
# Manipulator: 2

- type: entity
id: LPPCECommsComputerCircuitboard
Expand Down

0 comments on commit 95796b4

Please sign in to comment.