Skip to content

Commit

Permalink
_Nyano to Nyanotrasen so we can fork DeltaV code later without pain
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Feb 6, 2024
1 parent d5a4115 commit 680e1d7
Show file tree
Hide file tree
Showing 142 changed files with 63 additions and 62 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,66 @@
- type: entity
id: EngineeringTechFabCircuitboard
parent: BaseMachineCircuitboard
name: engineering techfab machine board
description: A machine printed circuit board for a engineering techfab
components:
- type: Sprite
state: engineering
- type: MachineBoard
prototype: EngineeringTechFab
requirements:
MatterBin: 2
Manipulator: 2
tagRequirements:
GlassBeaker:
Amount: 2
DefaultPrototype: Beaker
ExamineName: Glass Beaker
- type: StaticPrice
price: 200

- type: entity
id: ServiceTechFabCircuitboard
parent: BaseMachineCircuitboard
name: service techfab machine board
description: A machine printed circuit board for a service techfab
components:
- type: Sprite
state: service
- type: MachineBoard
prototype: ServiceTechFab
requirements:
MatterBin: 2
Manipulator: 2
tagRequirements:
GlassBeaker:
Amount: 2
DefaultPrototype: Beaker
ExamineName: Glass Beaker
- type: StaticPrice
price: 200

- type: entity
id: ScienceTechFabCircuitboard
parent: BaseMachineCircuitboard
name: science techfab machine board
description: A machine printed circuit board for a science techfab
components:
- type: Sprite
state: science
- type: MachineBoard
prototype: ScienceTechFab
requirements:
MatterBin: 2
Manipulator: 2
tagRequirements:
GlassBeaker:
Amount: 2
DefaultPrototype: Beaker
ExamineName: Glass Beaker
- type: StaticPrice
price: 200

- type: entity
id: DeepFryerMachineCircuitboard
parent: BaseMachineCircuitboard
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

This file was deleted.

0 comments on commit 680e1d7

Please sign in to comment.