Remove unecessary easy pry prototypes (#25893)
* Remove unecessary prototypes * Put unecessary prototypes in migration.yml
This commit is contained in:
@@ -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
|
|
||||||
@@ -226,3 +226,13 @@ Observationskit: null
|
|||||||
|
|
||||||
# 2024-02-26
|
# 2024-02-26
|
||||||
CrateBaseWeldable: CrateGenericSteel
|
CrateBaseWeldable: CrateGenericSteel
|
||||||
|
|
||||||
|
# 2024-03-7
|
||||||
|
AirlockExternalEasyPry: AirlockExternal
|
||||||
|
AirlockExternalGlassEasyPry: AirlockExternalGlass
|
||||||
|
AirlockGlassShuttleEasyPry: AirlockGlassShuttle
|
||||||
|
AirlockShuttleEasyPry: AirlockShuttle
|
||||||
|
AirlockExternalEasyPryLocked: AirlockExternalLocked
|
||||||
|
AirlockExternalGlassEasyPryLocked: AirlockExternalGlassLocked
|
||||||
|
AirlockGlassShuttleEasyPryLocked: AirlockExternalGlassShuttleLocked
|
||||||
|
AirlockShuttleEasyPryLocked: AirlockExternalShuttleLocked
|
||||||
|
|||||||
Reference in New Issue
Block a user