Remove unecessary easy pry prototypes (#25893)

* Remove unecessary prototypes

* Put unecessary prototypes in migration.yml
This commit is contained in:
nikthechampiongr
2024-03-09 03:45:35 +02:00
committed by GitHub
parent 806c0d162f
commit dbc27b57c8
2 changed files with 10 additions and 63 deletions

View File

@@ -1,63 +0,0 @@
- type: entity
parent: AirlockExternal
id: AirlockExternalEasyPry
suffix: External, EasyPry
description: It opens, it closes, it might crush you, and there might be only space behind it. Has to be manually activated. Has a valve labelled "TURN TO OPEN"
components:
- type: PryUnpowered
- type: entity
parent: AirlockExternalGlass
id: AirlockExternalGlassEasyPry
suffix: External, Glass, EasyPry
description: It opens, it closes, it might crush you, and there might be only space behind it. Has to be manually activated. Has a valve labelled "TURN TO OPEN"
components:
- type: PryUnpowered
- type: entity
parent: AirlockGlassShuttle
id: AirlockGlassShuttleEasyPry
suffix: EasyPry, Docking
description: Necessary for connecting two space craft together. Has a valve labelled "TURN TO OPEN"
components:
- type: PryUnpowered
- type: entity
parent: AirlockShuttle
id: AirlockShuttleEasyPry
suffix: EasyPry, Docking
description: Necessary for connecting two space craft together. Has a valve labelled "TURN TO OPEN"
components:
- type: PryUnpowered
- type: entity
parent: AirlockExternalLocked
id: AirlockExternalEasyPryLocked
suffix: External, EasyPry, Locked
description: It opens, it closes, it might crush you, and there might be only space behind it. Has to be manually activated. Has a valve labelled "TURN TO OPEN"
components:
- type: PryUnpowered
- type: entity
parent: AirlockExternalGlassLocked
id: AirlockExternalGlassEasyPryLocked
suffix: External, Glass, EasyPry, Locked
description: It opens, it closes, it might crush you, and there might be only space behind it. Has to be manually activated. Has a valve labelled "TURN TO OPEN"
components:
- type: PryUnpowered
- type: entity
parent: AirlockExternalGlassShuttleLocked
id: AirlockGlassShuttleEasyPryLocked
suffix: EasyPry, Docking, Locked
description: Necessary for connecting two space craft together. Has a valve labelled "TURN TO OPEN"
components:
- type: PryUnpowered
- type: entity
parent: AirlockExternalShuttleLocked
id: AirlockShuttleEasyPryLocked
suffix: EasyPry, Docking, Locked
description: Necessary for connecting two space craft together. Has a valve labelled "TURN TO OPEN"
components:
- type: PryUnpowered

View File

@@ -226,3 +226,13 @@ Observationskit: null
# 2024-02-26
CrateBaseWeldable: CrateGenericSteel
# 2024-03-7
AirlockExternalEasyPry: AirlockExternal
AirlockExternalGlassEasyPry: AirlockExternalGlass
AirlockGlassShuttleEasyPry: AirlockGlassShuttle
AirlockShuttleEasyPry: AirlockShuttle
AirlockExternalEasyPryLocked: AirlockExternalLocked
AirlockExternalGlassEasyPryLocked: AirlockExternalGlassLocked
AirlockGlassShuttleEasyPryLocked: AirlockExternalGlassShuttleLocked
AirlockShuttleEasyPryLocked: AirlockExternalShuttleLocked