Skip to content

Commit

Permalink
machines become contraband
Browse files Browse the repository at this point in the history
  • Loading branch information
iaada committed Dec 30, 2024
1 parent 6dd0bd9 commit 9877b46
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

- type: entity
id: SecurityTechFabCircuitboard
parent: BaseMachineCircuitboard
parent: [ BaseMachineCircuitboard, BaseSecurityContraband ]
name: security techfab machine board
description: A machine printed circuit board for a security techfab.
components:
Expand All @@ -97,7 +97,7 @@

- type: entity
id: AmmoTechFabCircuitboard
parent: BaseMachineCircuitboard
parent: [ BaseMachineCircuitboard, BaseSecurityContraband ]
name: ammo techfab circuit board
description: A machine printed circuit board for an ammo techfab.
components:
Expand All @@ -111,7 +111,7 @@

- type: entity
id: MedicalTechFabCircuitboard
parent: BaseMachineCircuitboard
parent: [ BaseMachineCircuitboard, BaseMedicalContraband ]
name: medical techfab machine board
description: A machine printed circuit board for a medical techfab.
components:
Expand All @@ -131,7 +131,7 @@

- type: entity
id: CircuitImprinterMachineCircuitboard
parent: BaseMachineCircuitboard
parent: [ BaseMachineCircuitboard, BaseScienceContraband ]
name: circuit imprinter machine board
components:
- type: Sprite
Expand All @@ -147,7 +147,7 @@
defaultPrototype: Beaker

- type: entity
parent: BaseMachineCircuitboard
parent: [ BaseMachineCircuitboard, BaseScienceContraband ]
id: CircuitImprinterHyperConvectionMachineCircuitboard
name: hyper convection circuit imprinter machine board
description: A machine printed circuit board for a hyper convection circuit imprinter.
Expand All @@ -168,7 +168,7 @@

- type: entity
id: ExosuitFabricatorMachineCircuitboard
parent: BaseMachineCircuitboard
parent: [ BaseMachineCircuitboard, BaseScienceContraband ]
name: exosuit fabricator machine board
components:
- type: Sprite
Expand All @@ -186,7 +186,7 @@
# yes i know this prototype name is long i'm just following conventions
- type: entity
id: ResearchAndDevelopmentServerMachineCircuitboard
parent: BaseMachineCircuitboard
parent: [ BaseMachineCircuitboard, BaseScienceContraband ]
name: R&D server machine board
description: A machine printed circuit board for the R&D server.
components:
Expand Down Expand Up @@ -280,7 +280,7 @@

- type: entity
id: ArtifactCrusherMachineCircuitboard
parent: BaseMachineCircuitboard
parent: [ BaseMachineCircuitboard, BaseScienceContraband ]
name: artifact crusher machine board
description: A machine printed circuit board for an artifact crusher.
components:
Expand Down Expand Up @@ -309,7 +309,7 @@
PlasmaGlass: 10

- type: entity
parent: BaseMachineCircuitboard
parent: [ BaseMachineCircuitboard, BaseScienceContraband ]
id: AnomalyVesselExperimentalCircuitboard
name: experimental anomaly vessel machine board
description: A machine printed circuit board for an experimental anomaly vessel.
Expand Down Expand Up @@ -341,7 +341,7 @@
Cable: 5

- type: entity
parent: BaseMachineCircuitboard
parent: [ BaseMachineCircuitboard, BaseScienceContraband ]
id: APECircuitboard
name: A.P.E. machine board
description: A machine printed circuit board for an A.P.E.
Expand Down Expand Up @@ -1049,7 +1049,7 @@

- type: entity
id: SyndicateMicrowaveMachineCircuitboard
parent: BaseMachineCircuitboard
parent: [ BaseMachineCircuitboard, BaseSyndicateContraband ]
name: donk co. microwave machine board
components:
- type: Sprite
Expand Down Expand Up @@ -1184,7 +1184,7 @@

- type: entity
id: CargoTelepadMachineCircuitboard
parent: BaseMachineCircuitboard
parent: [ BaseMachineCircuitboard, BaseCargoContraband ]
name: cargo telepad machine board
description: A machine printed circuit board for a cargo telepad.
components:
Expand Down Expand Up @@ -1226,7 +1226,7 @@
Cable: 2

- type: entity
parent: BaseMachineCircuitboard
parent: [ BaseMachineCircuitboard, BaseCargoContraband ]
id: SalvageMagnetMachineCircuitboard
name: salvage magnet machine board
description: A machine printed circuit board for a salvage magnet.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

- type: entity
id: MachineAnomalyVesselExperimental
parent: MachineAnomalyVessel
parent: [ MachineAnomalyVessel, BaseScienceContraband ]
name: experimental anomaly vessel
description: An advanced anomaly vessel capable of greater research potential at the cost of increased volatility and low-level radioactive decay into the environment.
components:
Expand All @@ -116,7 +116,7 @@

- type: entity
id: MachineAPE
parent: [ BaseMachinePowered, ConstructibleMachine ]
parent: [ BaseMachinePowered, ConstructibleMachine, BaseScienceContraband ]
name: A.P.E.
description: An Anomalous Particle Emitter, capable of shooting out unstable particles which can interface with anomalies.
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

- type: entity
id: MachineArtifactCrusher
parent: [ ConstructibleMachine, BaseMachinePowered ]
parent: [ ConstructibleMachine, BaseMachinePowered, BaseScienceContraband ]
name: artifact crusher
description: Best not to let your fingers get stuck...
components:
Expand Down
10 changes: 5 additions & 5 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@

- type: entity
id: CircuitImprinter
parent: BaseLatheLube
parent: [ BaseLatheLube, BaseScienceContraband ]
name: circuit imprinter
description: Prints circuit boards for machines.
components:
Expand Down Expand Up @@ -568,7 +568,7 @@

- type: entity
id: ExosuitFabricator
parent: BaseLatheLube
parent: [ BaseLatheLube, BaseScienceContraband ]
name: exosuit fabricator
description: Creates parts for robotics and other mechanical needs.
components:
Expand Down Expand Up @@ -693,7 +693,7 @@

- type: entity
id: SecurityTechFab
parent: BaseLatheLube
parent: [ BaseLatheLube, BaseSecurityContraband ]
name: security techfab
description: Prints equipment for use by security crew.
components:
Expand Down Expand Up @@ -835,7 +835,7 @@

- type: entity
id: AmmoTechFab
parent: BaseLatheLube
parent: [ BaseLatheLube, BaseSecurityContraband ]
name: ammo techfab
description: Prints the bare minimum of bullets that any budget military or armory could need. Nothing fancy.
components:
Expand Down Expand Up @@ -891,7 +891,7 @@

- type: entity
id: MedicalTechFab
parent: BaseLatheLube
parent: [ BaseLatheLube, BaseMedicalContraband ]
name: medical techfab
description: Prints equipment for use by the medbay.
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

- type: entity
id: SyndicateMicrowave
parent: KitchenMicrowave
parent: [ KitchenMicrowave, BaseSyndicateContraband ]
name: donk co. microwave
description: So advanced, it can cook donk-pockets in a mere 2.5 seconds!
components:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
id: ResearchAndDevelopmentServer
parent: [ BaseMachinePowered, ConstructibleMachine ]
parent: [ BaseMachinePowered, ConstructibleMachine, BaseScienceContraband ]
name: R&D server
description: Contains the collective knowledge of the station's scientists. Destroying it would send them back to the stone age. You don't want that do you?
components:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: entity
parent: [ BaseMachinePowered, ConstructibleMachine ]
parent: [ BaseMachinePowered, ConstructibleMachine, BaseCargoContraband ]
id: SalvageMagnet
name: salvage magnet
description: Pulls in salvage.
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Structures/cargo_telepad.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
id: CargoTelepad
parent: [ BaseMachinePowered, ConstructibleMachine ]
parent: [ BaseMachinePowered, ConstructibleMachine, BaseCargoContraband ]
name: cargo telepad
description: Beam in the pizzas and dig in.
components:
Expand Down

0 comments on commit 9877b46

Please sign in to comment.