Structural fix part 2 (#230)

* Revert "- fix: Structural damage fix. (#215)"

This reverts commit 4a06c1509a.

* - fix: Fix structural damage part 2.

* - fix: Fix cult barrier not taking structural damage.

* - tweak: Doors are harder to break.

* - tweak: Blast doors are harder to break.

* - tweak: Secret doors are harder to break.
This commit is contained in:
Aviu00
2024-03-29 21:05:24 +09:00
committed by GitHub
parent d5acb523f5
commit 62a00000bf
86 changed files with 116 additions and 116 deletions

View File

@@ -149,7 +149,7 @@
anchored: true anchored: true
- type: Airtight - type: Airtight
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:

View File

@@ -21,7 +21,7 @@
mask: mask:
- MobMask - MobMask
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:

View File

@@ -36,7 +36,7 @@
color: "#FF6F00" color: "#FF6F00"
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -8,7 +8,7 @@
- type: Anchorable - type: Anchorable
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -36,7 +36,7 @@
- type: Pullable - type: Pullable
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -29,7 +29,7 @@
noRot: true noRot: true
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -111,7 +111,7 @@
- type: Occluder - type: Occluder
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallicStrong damageModifierSet: StrongMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -18,7 +18,7 @@
- type: InteractionOutline - type: InteractionOutline
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -1,4 +1,4 @@
- type: entity - type: entity
id: FirelockFrame id: FirelockFrame
parent: BaseStructureDynamic parent: BaseStructureDynamic
name: firelock frame name: firelock frame
@@ -24,7 +24,7 @@
- type: InteractionOutline - type: InteractionOutline
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -96,7 +96,7 @@
- type: Rotatable - type: Rotatable
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -66,7 +66,7 @@
- type: InteractionOutline - type: InteractionOutline
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -66,7 +66,7 @@
resistance: 2 resistance: 2
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallicStrong damageModifierSet: StrongMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -209,7 +209,7 @@
- type: InteractionOutline - type: InteractionOutline
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -1,4 +1,4 @@
- type: entity - type: entity
id: WindoorAssembly id: WindoorAssembly
name: windoor assembly name: windoor assembly
description: It opens, it closes, and you can see through it! description: It opens, it closes, and you can see through it!
@@ -25,7 +25,7 @@
- type: Rotatable - type: Rotatable
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -1,4 +1,4 @@
- type: entity - type: entity
id: BaseWindoor id: BaseWindoor
parent: BaseStructure parent: BaseStructure
abstract: true abstract: true

View File

@@ -1,4 +1,4 @@
- type: entity - type: entity
id: Windoor id: Windoor
parent: BaseWindoor parent: BaseWindoor
name: windoor name: windoor

View File

@@ -7,7 +7,7 @@
components: components:
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: PlaceableSurface - type: PlaceableSurface
- type: Fixtures - type: Fixtures
fixtures: fixtures:

View File

@@ -23,7 +23,7 @@
- TableLayer - TableLayer
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: IconSmooth - type: IconSmooth
key: state key: state
base: state_ base: state_
@@ -123,7 +123,7 @@
state: full state: full
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: IconSmooth - type: IconSmooth
key: state key: state
base: state_ base: state_
@@ -167,7 +167,7 @@
sprite: Structures/Furniture/Tables/generic.rsi sprite: Structures/Furniture/Tables/generic.rsi
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -640,7 +640,7 @@
state: full state: full
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -10,7 +10,7 @@
- type: Prayable - type: Prayable
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: PlaceableSurface - type: PlaceableSurface
- type: Fixtures - type: Fixtures
fixtures: fixtures:

View File

@@ -37,7 +37,7 @@
placeCentered: true placeCentered: true
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -35,7 +35,7 @@
- type: Pullable - type: Pullable
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -41,7 +41,7 @@
solution: drainBuffer solution: drainBuffer
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -36,7 +36,7 @@
offset: "0, -0.5" offset: "0, -0.5"
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -18,7 +18,7 @@
- LowImpassable - LowImpassable
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -557,7 +557,7 @@
type: BodyScannerConsoleBoundUserInterface type: BodyScannerConsoleBoundUserInterface
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallicStrong damageModifierSet: StrongMetallic
# WD end # WD end
- type: entity - type: entity
@@ -596,7 +596,7 @@
color: "#3c5eb5" color: "#3c5eb5"
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallicStrong damageModifierSet: StrongMetallic
- type: entity - type: entity
parent: ComputerComms parent: ComputerComms
@@ -848,7 +848,7 @@
speechSounds: Pai speechSounds: Pai
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallicStrong damageModifierSet: StrongMetallic
- type: GuideHelp - type: GuideHelp
guides: guides:
- Cloning - Cloning

View File

@@ -55,7 +55,7 @@
layoutId: CryoPod layoutId: CryoPod
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -23,7 +23,7 @@
- MachineLayer - MachineLayer
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -32,7 +32,7 @@
- clonepod-bodyContainer - clonepod-bodyContainer
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallicStrong damageModifierSet: StrongMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -81,7 +81,7 @@
- entity_storage - entity_storage
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallicStrong damageModifierSet: StrongMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -38,7 +38,7 @@
machine_parts: !type:Container machine_parts: !type:Container
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -93,7 +93,7 @@
- machine_parts - machine_parts
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -142,7 +142,7 @@
node: destroyedMachineFrame node: destroyedMachineFrame
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -52,7 +52,7 @@
machine_parts: !type:Container machine_parts: !type:Container
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallicStrong damageModifierSet: StrongMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -85,7 +85,7 @@
collection: MetalBreak collection: MetalBreak
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: DamageOnHighSpeedImpact - type: DamageOnHighSpeedImpact
damage: damage:
types: types:

View File

@@ -22,7 +22,7 @@
- type: ExtensionCableReceiver - type: ExtensionCableReceiver
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -11,7 +11,7 @@
range: 200 range: 200
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Rotatable - type: Rotatable
rotateWhileAnchored: true rotateWhileAnchored: true
- type: Fixtures - type: Fixtures

View File

@@ -15,7 +15,7 @@
anchored: true anchored: true
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -13,7 +13,7 @@
anchored: true anchored: true
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: SubFloorHide - type: SubFloorHide
- type: CollideOnAnchor - type: CollideOnAnchor
- type: PipeAppearance - type: PipeAppearance

View File

@@ -72,7 +72,7 @@
board: PortableScrubberMachineCircuitBoard board: PortableScrubberMachineCircuitBoard
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -30,7 +30,7 @@
node: frame node: frame
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -37,7 +37,7 @@
- type: Anchorable - type: Anchorable
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -54,7 +54,7 @@
nodeGroupID: MVPower nodeGroupID: MVPower
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallicStrong damageModifierSet: StrongMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -30,7 +30,7 @@
- WallLayer - WallLayer
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -146,7 +146,7 @@
- WallLayer - WallLayer
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -53,7 +53,7 @@
- type: Pullable - type: Pullable
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: PacifismDangerousAttack - type: PacifismDangerousAttack
- type: Destructible - type: Destructible
thresholds: thresholds:

View File

@@ -62,7 +62,7 @@
- type: SolarPanel - type: SolarPanel
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -91,7 +91,7 @@
state: broken state: broken
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -142,7 +142,7 @@
noRot: true noRot: true
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -187,7 +187,7 @@
noRot: true noRot: true
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -103,7 +103,7 @@
- type: WiresVisuals - type: WiresVisuals
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallicStrong damageModifierSet: StrongMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -172,7 +172,7 @@
- type: WallMount - type: WallMount
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -16,7 +16,7 @@
anchored: true anchored: true
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -28,7 +28,7 @@
# WD edit sounds start # WD edit sounds start
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -1,4 +1,4 @@
- type: entity - type: entity
id: DebugGenerator id: DebugGenerator
parent: BaseGenerator parent: BaseGenerator
suffix: DEBUG suffix: DEBUG
@@ -45,7 +45,7 @@
drawRate: 50 drawRate: 50
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -82,7 +82,7 @@
mediumVoltageNode: output mediumVoltageNode: output
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallicStrong damageModifierSet: StrongMetallic
- type: BatterySensor - type: BatterySensor
- type: DeviceNetwork - type: DeviceNetwork
deviceNetId: AtmosDevices deviceNetId: AtmosDevices

View File

@@ -53,7 +53,7 @@
supplyRampRate: 1000 supplyRampRate: 1000
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallicStrong damageModifierSet: StrongMetallic
- type: PacifismDangerousAttack - type: PacifismDangerousAttack
- type: Destructible - type: Destructible
thresholds: thresholds:
@@ -186,7 +186,7 @@
supplyRampRate: 1000 supplyRampRate: 1000
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: PacifismDangerousAttack - type: PacifismDangerousAttack
- type: Destructible - type: Destructible
thresholds: thresholds:

View File

@@ -288,7 +288,7 @@
ballistic-ammo: !type:Container ballistic-ammo: !type:Container
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -9,7 +9,7 @@
anchored: true anchored: true
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -33,7 +33,7 @@
enabled: false enabled: false
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -27,7 +27,7 @@
shader: unshaded shader: unshaded
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Physics - type: Physics
bodyType: Static bodyType: Static
- type: Fixtures - type: Fixtures

View File

@@ -63,7 +63,7 @@
- !type:DumpCanisterBehavior - !type:DumpCanisterBehavior
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Physics - type: Physics
bodyType: Dynamic bodyType: Dynamic
- type: Fixtures - type: Fixtures
@@ -1275,7 +1275,7 @@
acts: [ "Destruction" ] acts: [ "Destruction" ]
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: InteractionOutline - type: InteractionOutline
- type: Sprite - type: Sprite
sprite: Structures/Storage/canister.rsi sprite: Structures/Storage/canister.rsi

View File

@@ -146,7 +146,7 @@
ents: [] ents: []
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -255,7 +255,7 @@
isPlaceable: false isPlaceable: false
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -39,7 +39,7 @@
isPlaceable: false # defaults to closed. isPlaceable: false # defaults to closed.
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -22,7 +22,7 @@
- WallLayer - WallLayer
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -45,7 +45,7 @@
storagebase: !type:Container storagebase: !type:Container
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -134,7 +134,7 @@
storagebase: !type:Container storagebase: !type:Container
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -72,7 +72,7 @@
price: 200 price: 200
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -162,7 +162,7 @@
anchored: true anchored: true
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -32,7 +32,7 @@
- MachineLayer - MachineLayer
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -27,7 +27,7 @@
!type:PhysShapeAabb {} !type:PhysShapeAabb {}
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -96,7 +96,7 @@
# WD edit sounds end # WD edit sounds end
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -1,4 +1,4 @@
- type: entity - type: entity
id: DefibrillatorCabinet id: DefibrillatorCabinet
name: defibrillator cabinet name: defibrillator cabinet
description: A small wall mounted cabinet designed to hold a defibrillator. description: A small wall mounted cabinet designed to hold a defibrillator.
@@ -36,7 +36,7 @@
ItemCabinet: !type:ContainerSlot ItemCabinet: !type:ContainerSlot
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -36,7 +36,7 @@
ItemCabinet: !type:ContainerSlot ItemCabinet: !type:ContainerSlot
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -82,7 +82,7 @@
node: fire_alarm node: fire_alarm
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -74,7 +74,7 @@
node: intercom node: intercom
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -60,7 +60,7 @@
- type: WallMount - type: WallMount
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -1,4 +1,4 @@
- type: entity - type: entity
id: NoticeBoard id: NoticeBoard
name: notice board name: notice board
description: Is there a job for a witcher? description: Is there a job for a witcher?

View File

@@ -26,7 +26,7 @@
layoutId: SurveillanceCamera layoutId: SurveillanceCamera
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Sprite - type: Sprite
drawdepth: WallMountedItems drawdepth: WallMountedItems
sprite: Structures/Wallmounts/camera.rsi sprite: Structures/Wallmounts/camera.rsi
@@ -211,7 +211,7 @@
anchored: true anchored: true
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Sprite - type: Sprite
drawdepth: WallMountedItems drawdepth: WallMountedItems
sprite: Structures/Wallmounts/camera.rsi sprite: Structures/Wallmounts/camera.rsi

View File

@@ -12,7 +12,7 @@
"/Audio/Weapons/smash.ogg" "/Audio/Weapons/smash.ogg"
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -105,7 +105,7 @@
- Pressed - Pressed
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -19,7 +19,7 @@
anchored: true anchored: true
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -365,7 +365,7 @@
- Pickaxe - Pickaxe
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -29,7 +29,7 @@
state: wall_girder state: wall_girder
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -1,4 +1,4 @@
- type: entity - type: entity
id: CargoTelepad id: CargoTelepad
parent: [ BaseMachinePowered, ConstructibleMachine ] parent: [ BaseMachinePowered, ConstructibleMachine ]
name: cargo telepad name: cargo telepad
@@ -31,7 +31,7 @@
shader: unshaded shader: unshaded
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: DeviceNetwork - type: DeviceNetwork
deviceNetId: Wireless deviceNetId: Wireless
receiveFrequencyId: BasicDevice receiveFrequencyId: BasicDevice

View File

@@ -31,7 +31,7 @@
node: Catwalk node: Catwalk
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -60,7 +60,7 @@
node: entity node: entity
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -14,7 +14,7 @@
map: ["base"] map: ["base"]
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -28,7 +28,7 @@
- MidImpassable - MidImpassable
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -22,7 +22,7 @@
- FullTileMask - FullTileMask
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -14,7 +14,7 @@
anchored: true anchored: true
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -23,7 +23,7 @@
node: BananiumFloor node: BananiumFloor
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -102,7 +102,7 @@
- type: InteractionOutline - type: InteractionOutline
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -162,7 +162,7 @@
- type: InteractionOutline - type: InteractionOutline
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -221,7 +221,7 @@
- type: InteractionOutline - type: InteractionOutline
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -26,7 +26,7 @@
- WallLayer - WallLayer
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -93,7 +93,7 @@
state: cultgirder state: cultgirder
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -30,7 +30,7 @@
drawdepth: Objects drawdepth: Objects
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -47,7 +47,7 @@
path: /Audio/Ambience/Objects/vending_machine_hum.ogg path: /Audio/Ambience/Objects/vending_machine_hum.ogg
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger: