Skip to content

Commit

Permalink
1e
Browse files Browse the repository at this point in the history
  • Loading branch information
justdie12 committed Feb 25, 2025
1 parent 1e43582 commit e065e21
Show file tree
Hide file tree
Showing 34 changed files with 1,641 additions and 294 deletions.
4 changes: 3 additions & 1 deletion Resources/Locale/en-US/research/technologies.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ research-discipline-none = None
research-discipline-industrial = Industrial
research-discipline-arsenal = Arsenal
research-discipline-experimental = Experimental
research-discipline-civilian-services = Civilian Services
research-discipline-civilian-services = Civilian
research-discipline-transport-and-mining = Transport and mining
research-discipline-biochemical = Biochemical
research-technology-fulton = Fultons
research-technology-salvage-equipment = Salvage Equipment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,64 @@
defaultPrototype: Beaker

- type: entity
id: AmmoTechFabCircuitboard
id: ServiceTechFabCircuitboard
parent: BaseMachineCircuitboard
name: ammo techfab circuit board
description: A machine printed circuit board for an ammo techfab.
name: service techfab circuit board
description: A machine printed circuit board for a service techfab.
components:
- type: Sprite
state: security
state: service
- type: MachineBoard
prototype: AmmoTechFab
prototype: ServiceTechFab
stackRequirements:
MatterBin: 1
Manipulator: 2
Glass: 5

- type: entity
id: CargoTechFabCircuitboard
parent: BaseMachineCircuitboard
name: cargo techfab circuit board
description: A machine printed circuit board for a cargo techfab.
components:
- type: Sprite
state: supply
- type: MachineBoard
prototype: CargoTechFab
stackRequirements:
MatterBin: 2
Manipulator: 1

- type: entity
id: ScienceTechFabCircuitboard
parent: BaseMachineCircuitboard
name: science techfab circuit board
description: A machine printed circuit board for a science techfab.
components:
- type: Sprite
state: science
- type: MachineBoard
prototype: ScienceTechFab
stackRequirements:
MatterBin: 2
Manipulator: 3

- type: entity
id: EngineeringTechFabCircuitboard
parent: BaseMachineCircuitboard
name: engineering techfab circuit board
description: A machine printed circuit board for an engineering techfab.
components:
- type: Sprite
state: engineering
- type: MachineBoard
prototype: EngineeringTechFab
stackRequirements:
MatterBin: 1
Manipulator: 2
Steel: 5
Capacitor: 1

- type: entity
id: MedicalTechFabCircuitboard
parent: BaseMachineCircuitboard
Expand All @@ -125,6 +170,42 @@
- type: StealTarget
stealGroup: MedicalTechFabCircuitboard

- type: entity
id: GenericTechFabCircuitboard
parent: BaseMachineCircuitboard
name: generic techfab circuit board
description: A machine printed circuit board for a generic techfab.
components:
- type: Sprite
state: generic
- type: MachineBoard
prototype: GenericTechFab
stackRequirements:
MatterBin: 1
Manipulator: 1
Steel: 5

- type: entity
id: UniversalTechFabCircuitboard
parent: BaseMachineCircuitboard
name: universal techfab circuit board
description: A machine printed circuit board for an universal techfab.
components:
- type: Sprite
state: universal
- type: MachineBoard
prototype: UniversalTechFab
stackRequirements:
MatterBin: 3
Manipulator: 2
Steel: 10
Capacitor: 1
Plasma: 10
tagRequirements:
GlassBeaker:
amount: 2
defaultPrototype: Beaker

- type: entity
id: CircuitImprinterMachineCircuitboard
parent: BaseMachineCircuitboard
Expand Down
Loading

0 comments on commit e065e21

Please sign in to comment.