fix: Atmos dP Window Inheritance (#40192)

This commit is contained in:
ArtisticRoomba
2025-09-07 02:13:29 -07:00
committed by GitHub
parent 8f8db391d8
commit ae9f56b234
9 changed files with 22 additions and 22 deletions

View File

@@ -107,7 +107,7 @@
- type: entity - type: entity
id: ShuttersNormal id: ShuttersNormal
parent: [BaseShutter, BaseDeltaPressureGlass] parent: [BaseDeltaPressureGlass, BaseShutter]
components: components:
- type: Occluder - type: Occluder
- type: Construction - type: Construction
@@ -134,7 +134,7 @@
- type: entity - type: entity
id: ShuttersRadiation id: ShuttersRadiation
parent: [BaseShutter, BaseDeltaPressureGlass] parent: [BaseDeltaPressureGlass, BaseShutter]
name: radiation shutters name: radiation shutters
description: Why did they make these shutters radioactive? description: Why did they make these shutters radioactive?
components: components:
@@ -172,7 +172,7 @@
- type: entity - type: entity
id: ShuttersWindow id: ShuttersWindow
parent: [BaseShutter, BaseDeltaPressureGlass] parent: [BaseDeltaPressureGlass, BaseShutter]
name: window shutters name: window shutters
description: The Best (TM) place to see your friends explode! description: The Best (TM) place to see your friends explode!
components: components:

View File

@@ -1,7 +1,7 @@
#Normal windoors #Normal windoors
- type: entity - type: entity
id: BaseWindoor id: BaseWindoor
parent: [BaseStructure, BaseDeltaPressureGlassQuarter] parent: [BaseDeltaPressureGlassQuarter, BaseStructure]
abstract: true abstract: true
placement: placement:
mode: SnapgridCenter mode: SnapgridCenter
@@ -174,7 +174,7 @@
- type: entity - type: entity
id: BaseSecureWindoor id: BaseSecureWindoor
parent: [BaseWindoor, BaseDeltaPressureReinforcedGlassQuarter] parent: [BaseDeltaPressureReinforcedGlassQuarter, BaseWindoor]
abstract: true abstract: true
components: components:
- type: Sprite - type: Sprite
@@ -246,7 +246,7 @@
#Plasma Windoors #Plasma Windoors
- type: entity - type: entity
id: BasePlasmaWindoor id: BasePlasmaWindoor
parent: [BaseWindoor, BaseDeltaPressurePlasmaQuarter] parent: [BaseDeltaPressurePlasmaQuarter, BaseWindoor]
abstract: true abstract: true
components: components:
- type: Sprite - type: Sprite
@@ -311,7 +311,7 @@
- type: entity - type: entity
id: BaseSecurePlasmaWindoor id: BaseSecurePlasmaWindoor
parent: [BaseSecureWindoor, BaseDeltaPressureReinforcedPlasmaQuarter] parent: [BaseDeltaPressureReinforcedPlasmaQuarter, BaseSecureWindoor]
abstract: true abstract: true
components: components:
- type: Sprite - type: Sprite
@@ -383,7 +383,7 @@
#Uranium Windoors #Uranium Windoors
- type: entity - type: entity
id: BaseUraniumWindoor id: BaseUraniumWindoor
parent: [BaseWindoor, BaseDeltaPressurePlasmaQuarter] parent: [BaseDeltaPressurePlasmaQuarter, BaseWindoor]
abstract: true abstract: true
components: components:
- type: Sprite - type: Sprite
@@ -448,7 +448,7 @@
- type: entity - type: entity
id: BaseSecureUraniumWindoor id: BaseSecureUraniumWindoor
parent: [BaseSecureWindoor, BaseDeltaPressureReinforcedPlasmaQuarter] parent: [BaseDeltaPressureReinforcedPlasmaQuarter, BaseSecureWindoor]
abstract: true abstract: true
components: components:
- type: Sprite - type: Sprite

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
id: PlasmaWindow id: PlasmaWindow
name: plasma window name: plasma window
parent: [WindowRCDResistant, BaseDeltaPressurePlasma] parent: [BaseDeltaPressurePlasma, WindowRCDResistant]
components: components:
- type: Sprite - type: Sprite
drawdepth: WallTops drawdepth: WallTops
@@ -55,7 +55,7 @@
- type: entity - type: entity
id: PlasmaWindowDirectional id: PlasmaWindowDirectional
parent: [WindowDirectionalRCDResistant, BaseDeltaPressurePlasmaQuarter] parent: [BaseDeltaPressurePlasmaQuarter, WindowDirectionalRCDResistant]
name: directional plasma window name: directional plasma window
description: Don't smudge up the glass down there. description: Don't smudge up the glass down there.
placement: placement:

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
id: ReinforcedWindow id: ReinforcedWindow
name: reinforced window name: reinforced window
parent: [Window, BaseDeltaPressureReinforcedGlass] parent: [BaseDeltaPressureReinforcedGlass, Window]
components: components:
- type: Sprite - type: Sprite
drawdepth: WallTops drawdepth: WallTops
@@ -58,7 +58,7 @@
- type: entity - type: entity
id: WindowReinforcedDirectional id: WindowReinforcedDirectional
parent: [WindowDirectional, BaseDeltaPressureReinforcedGlassQuarter] parent: [BaseDeltaPressureReinforcedGlassQuarter, WindowDirectional]
name: directional reinforced window name: directional reinforced window
description: Don't smudge up the glass down there. description: Don't smudge up the glass down there.
placement: placement:

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
id: ReinforcedPlasmaWindow id: ReinforcedPlasmaWindow
name: reinforced plasma window name: reinforced plasma window
parent: [WindowRCDResistant, BaseDeltaPressureReinforcedPlasma] parent: [BaseDeltaPressureReinforcedPlasma, WindowRCDResistant]
components: components:
- type: Sprite - type: Sprite
drawdepth: WallTops drawdepth: WallTops
@@ -58,7 +58,7 @@
- type: entity - type: entity
id: PlasmaReinforcedWindowDirectional id: PlasmaReinforcedWindowDirectional
parent: [WindowDirectionalRCDResistant, BaseDeltaPressureReinforcedPlasmaQuarter] parent: [BaseDeltaPressureReinforcedPlasmaQuarter, WindowDirectionalRCDResistant]
name: directional reinforced plasma window name: directional reinforced plasma window
description: Don't smudge up the glass down there. description: Don't smudge up the glass down there.
placement: placement:

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
id: ReinforcedUraniumWindow id: ReinforcedUraniumWindow
name: reinforced uranium window name: reinforced uranium window
parent: [WindowRCDResistant, BaseDeltaPressureReinforcedPlasma] parent: [BaseDeltaPressureReinforcedPlasma, WindowRCDResistant]
components: components:
- type: Sprite - type: Sprite
drawdepth: WallTops drawdepth: WallTops
@@ -55,7 +55,7 @@
- type: entity - type: entity
id: UraniumReinforcedWindowDirectional id: UraniumReinforcedWindowDirectional
parent: [WindowDirectionalRCDResistant, BaseDeltaPressureReinforcedPlasmaQuarter] parent: [BaseDeltaPressureReinforcedPlasmaQuarter, WindowDirectionalRCDResistant]
name: directional reinforced uranium window name: directional reinforced uranium window
description: Don't smudge up the glass down there. description: Don't smudge up the glass down there.
placement: placement:

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
id: ShuttleWindow id: ShuttleWindow
name: shuttle window name: shuttle window
parent: [WindowRCDResistant, BaseDeltaPressureReinforcedGlass] parent: [BaseDeltaPressureReinforcedGlass, WindowRCDResistant]
components: components:
- type: Sprite - type: Sprite
drawdepth: WallTops drawdepth: WallTops

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
id: UraniumWindow id: UraniumWindow
name: uranium window name: uranium window
parent: [WindowRCDResistant, BaseDeltaPressurePlasma] parent: [BaseDeltaPressurePlasma, WindowRCDResistant]
components: components:
- type: Sprite - type: Sprite
drawdepth: WallTops drawdepth: WallTops
@@ -53,7 +53,7 @@
- type: entity - type: entity
id: UraniumWindowDirectional id: UraniumWindowDirectional
parent: [WindowDirectionalRCDResistant, BaseDeltaPressurePlasmaQuarter] parent: [BaseDeltaPressurePlasmaQuarter, WindowDirectionalRCDResistant]
name: directional uranium window name: directional uranium window
description: Don't smudge up the glass down there. description: Don't smudge up the glass down there.
placement: placement:

View File

@@ -1,6 +1,6 @@
- type: entity - type: entity
id: Window id: Window
parent: [BaseStructure, BaseDeltaPressureGlass] parent: [BaseDeltaPressureGlass, BaseStructure]
name: window name: window
description: Don't smudge up the glass down there. description: Don't smudge up the glass down there.
placement: placement:
@@ -126,7 +126,7 @@
- type: entity - type: entity
id: WindowDirectional id: WindowDirectional
parent: [BaseStructure, BaseDeltaPressureGlassQuarter] parent: [BaseDeltaPressureGlassQuarter, BaseStructure]
name: directional window name: directional window
description: Don't smudge up the glass down there. description: Don't smudge up the glass down there.
placement: placement: