Skip to content

Commit

Permalink
блюпринты
Browse files Browse the repository at this point in the history
  • Loading branch information
Farrellka-dev committed Dec 18, 2024
1 parent 33d79ec commit 8d54e1c
Showing 1 changed file with 6 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
- type: entity
id: BlueprintReceiverBase
abstract: true
components:
- type: BlueprintReceiver
whitelist:
tags:
- BlueprintAutolathe
- type: ContainerContainer
containers:
machine_board: !type:Container
machine_parts: !type:Container
blueprint: !type:Container
- type: EmptyOnMachineDeconstruct
containers:
- blueprint

- type: entity
parent: [ BlueprintReceiverBase, BaseLatheLube ]
parent: BaseLatheLube
id: ScienceTechFab
name: science techfab
description: Prints equipment for use by the epistemics department.
Expand Down Expand Up @@ -108,7 +91,7 @@
- ClothingOuterHardsuitRd

- type: entity
parent: [ BlueprintReceiverBase, BaseLatheLube ]
parent: BaseLatheLube
id: ServiceTechFab
name: service techfab
description: Prints equipment for service staff.
Expand Down Expand Up @@ -274,7 +257,7 @@
- NFHappyHonkCluwneEmpty

- type: entity
parent: [ BlueprintReceiverBase, BaseLatheLube ]
parent: BaseLatheLube
id: EngineeringTechFab
name: engineering techfab
description: Prints equipment for engineers.
Expand Down Expand Up @@ -430,7 +413,7 @@
- ConstructionBagOfHolding

- type: entity
parent: [ BlueprintReceiverBase, BaseLatheLube ]
parent: BaseLatheLube
id: SalvageTechfabNF
name: salvage techfab
description: Prints equipment for salvagers.
Expand Down Expand Up @@ -552,7 +535,7 @@

- type: entity
id: NfsdTechFab
parent: [ BlueprintReceiverBase, SecurityTechFab ]
parent: SecurityTechFab
name: nfsd techfab
description: Prints equipment for use by nfsd.
components:
Expand Down Expand Up @@ -683,7 +666,7 @@

- type: entity
id: MercenaryTechFab
parent: [ BlueprintReceiverBase, BaseLatheLube ]
parent: BaseLatheLube
name: mercenary techfab
description: Prints the bare minimum of tools of the trade that any budget mercenary or private security could need. Nothing fancy.
components:
Expand Down

0 comments on commit 8d54e1c

Please sign in to comment.