- fix: Structural damage fix. (#215)

This commit is contained in:
Aviu00
2024-03-21 04:54:26 +09:00
committed by GitHub
parent bbbfca161b
commit 4a06c1509a
109 changed files with 264 additions and 264 deletions

View File

@@ -1,7 +1,7 @@
- type: entity - type: entity
id: WoodenSign id: WoodenSign
name: wooden sign name: wooden sign
description: He's pointing somewhere. description: He's pointing somewhere.
components: components:
- type: Clickable - type: Clickable
- type: InteractionOutline - type: InteractionOutline
@@ -18,7 +18,7 @@
bounds: "-0.35,-0.4,0.35,0.4" bounds: "-0.35,-0.4,0.35,0.4"
density: 100 density: 100
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Wood damageModifierSet: Wood
- type: MeleeSound - type: MeleeSound
soundGroups: soundGroups:
@@ -60,7 +60,7 @@
sprite: Objects/Decoration/mines.rsi sprite: Objects/Decoration/mines.rsi
state: support state: support
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Wood damageModifierSet: Wood
- type: Physics - type: Physics
bodyType: Static bodyType: Static
@@ -128,7 +128,7 @@
sprite: Objects/Decoration/mines.rsi sprite: Objects/Decoration/mines.rsi
state: support_wall state: support_wall
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Wood damageModifierSet: Wood
- type: Physics - type: Physics
bodyType: Static bodyType: Static
@@ -176,4 +176,4 @@
spawn: spawn:
Log: Log:
min: 1 min: 1
max: 3 max: 3

View File

@@ -20,7 +20,7 @@
layer: layer:
- WallLayer - WallLayer
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Inflatable damageModifierSet: Inflatable
- type: Destructible - type: Destructible
thresholds: thresholds:
@@ -68,7 +68,7 @@
closeSound: closeSound:
path: /Audio/Misc/zip.ogg path: /Audio/Misc/zip.ogg
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Inflatable damageModifierSet: Inflatable
- type: Destructible - type: Destructible
thresholds: thresholds:

View File

@@ -14,7 +14,7 @@
energy: 3 energy: 3
color: "#FFC90C" color: "#FFC90C"
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Wood damageModifierSet: Wood
- type: Destructible - type: Destructible
thresholds: thresholds:

View File

@@ -18,7 +18,7 @@
- type: Transform - type: Transform
anchored: true anchored: true
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Wood damageModifierSet: Wood
- type: Destructible - type: Destructible
thresholds: thresholds:

View File

@@ -38,7 +38,7 @@
energy: 3 energy: 3
color: "#52ff39" color: "#52ff39"
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Glass damageModifierSet: Glass
- type: Destructible - type: Destructible
thresholds: thresholds:

View File

@@ -38,7 +38,7 @@
path: /Audio/Effects/curtain_openclose.ogg path: /Audio/Effects/curtain_openclose.ogg
- type: Appearance - type: Appearance
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Wood damageModifierSet: Wood
- type: Construction - type: Construction
graph: Curtains graph: Curtains

View File

@@ -19,7 +19,7 @@
autoRot: true autoRot: true
offset: "0, 0.6" offset: "0, 0.6"
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Wood damageModifierSet: Wood
- type: Destructible - type: Destructible
thresholds: thresholds:

View File

@@ -35,8 +35,8 @@
energy: 3 energy: 3
color: "#FF6F00" color: "#FF6F00"
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

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

View File

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

View File

@@ -28,8 +28,8 @@
anchored: true anchored: true
noRot: true noRot: true
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -42,4 +42,4 @@
graph: Airlock graph: Airlock
node: assembly node: assembly
placement: placement:
mode: SnapgridCenter mode: SnapgridCenter

View File

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

View File

@@ -17,8 +17,8 @@
- type: DeviceNetworkRequiresPower - type: DeviceNetworkRequiresPower
- type: InteractionOutline - type: InteractionOutline
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -108,7 +108,7 @@
- type: AccessReader - type: AccessReader
access: [ [ "Engineering" ] ] access: [ [ "Engineering" ] ]
- type: ReflectAspectMark - type: ReflectAspectMark
- type: entity - type: entity
id: Firelock id: Firelock
parent: BaseFirelock parent: BaseFirelock

View File

@@ -1,4 +1,4 @@
- type: entity - type: entity
id: FirelockFrame id: FirelockFrame
parent: BaseStructureDynamic parent: BaseStructureDynamic
name: firelock frame name: firelock frame
@@ -23,8 +23,8 @@
node: frame1 node: frame1
- type: InteractionOutline - type: InteractionOutline
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -42,8 +42,8 @@
- type: Airtight - type: Airtight
fixVacuum: true fixVacuum: true
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -95,7 +95,7 @@
closeSound: closeSound:
path: /Audio/Effects/door_close.ogg path: /Audio/Effects/door_close.ogg
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Wood damageModifierSet: Wood
- type: Destructible - type: Destructible
thresholds: thresholds:
@@ -144,8 +144,8 @@
- state: closed - state: closed
map: ["enum.DoorVisualLayers.Base"] map: ["enum.DoorVisualLayers.Base"]
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: StrongMetallic damageModifierSet: StructuralMetallicStrong
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -40,8 +40,8 @@
- type: Airtight - type: Airtight
fixVacuum: true fixVacuum: true
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -95,8 +95,8 @@
noRot: false noRot: false
- type: Rotatable - type: Rotatable
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -1,4 +1,4 @@
- type: entity - type: entity
id: BlastDoor id: BlastDoor
parent: BaseShutter parent: BaseShutter
name: blast door name: blast door
@@ -26,7 +26,7 @@
resistance: 8 resistance: 8
- type: Damageable - type: Damageable
damageContainer: StructuralInorganic damageContainer: StructuralInorganic
damageModifierSet: StrongMetallic damageModifierSet: StructuralMetallicStrong
- type: ContainerFill - type: ContainerFill
containers: containers:
board: [ DoorElectronics ] board: [ DoorElectronics ]
@@ -65,8 +65,8 @@
state: assembly state: assembly
- type: InteractionOutline - type: InteractionOutline
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- 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: StrongMetallic damageModifierSet: StructuralMetallicStrong
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -208,8 +208,8 @@
- board - board
- type: InteractionOutline - type: InteractionOutline
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- 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!
@@ -24,8 +24,8 @@
- type: Pullable - type: Pullable
- type: Rotatable - type: Rotatable
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- 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

@@ -6,8 +6,8 @@
abstract: true abstract: true
components: components:
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: PlaceableSurface - type: PlaceableSurface
- type: Fixtures - type: Fixtures
fixtures: fixtures:

View File

@@ -22,8 +22,8 @@
layer: layer:
- TableLayer - TableLayer
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: IconSmooth - type: IconSmooth
key: state key: state
base: state_ base: state_
@@ -79,7 +79,7 @@
layer: layer:
- TableLayer - TableLayer
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Wood damageModifierSet: Wood
- type: IconSmooth - type: IconSmooth
key: state key: state
@@ -122,8 +122,8 @@
sprite: Structures/Furniture/Tables/frame.rsi sprite: Structures/Furniture/Tables/frame.rsi
state: full state: full
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: IconSmooth - type: IconSmooth
key: state key: state
base: state_ base: state_
@@ -166,8 +166,8 @@
- type: Icon - type: Icon
sprite: Structures/Furniture/Tables/generic.rsi sprite: Structures/Furniture/Tables/generic.rsi
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -596,7 +596,7 @@
sprite: Structures/Furniture/Tables/counterwood.rsi sprite: Structures/Furniture/Tables/counterwood.rsi
state: full state: full
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Wood damageModifierSet: Wood
- type: Destructible - type: Destructible
thresholds: thresholds:
@@ -639,8 +639,8 @@
sprite: Structures/Furniture/Tables/countermetal.rsi sprite: Structures/Furniture/Tables/countermetal.rsi
state: full state: full
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -9,8 +9,8 @@
- type: Transform - type: Transform
- type: Prayable - type: Prayable
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: PlaceableSurface - type: PlaceableSurface
- type: Fixtures - type: Fixtures
fixtures: fixtures:

View File

@@ -36,8 +36,8 @@
- type: PlaceableSurface - type: PlaceableSurface
placeCentered: true placeCentered: true
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -17,7 +17,7 @@
fillBaseName: book fillBaseName: book
- type: Damageable - type: Damageable
damageModifierSet: Wood damageModifierSet: Wood
damageContainer: Inorganic damageContainer: StructuralInorganic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -18,7 +18,7 @@
canCollide: false canCollide: false
- type: Fixtures - type: Fixtures
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -134,7 +134,7 @@
canCollide: false canCollide: false
- type: Fixtures - type: Fixtures
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -34,8 +34,8 @@
buckleOffset: "0,-0.05" buckleOffset: "0,-0.05"
- type: Pullable - type: Pullable
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -9,7 +9,7 @@
state: dresser state: dresser
- type: Damageable - type: Damageable
damageModifierSet: Wood damageModifierSet: Wood
damageContainer: Inorganic damageContainer: StructuralInorganic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -32,7 +32,7 @@
stash: !type:ContainerSlot {} stash: !type:ContainerSlot {}
- type: Pullable - type: Pullable
- type: Damageable - type: Damageable
damageContainer: Inorganic # The pot. Not the plant. Or is it plastic? damageContainer: StructuralInorganic # The pot. Not the plant. Or is it plastic?
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -40,8 +40,8 @@
- type: DumpableSolution - type: DumpableSolution
solution: drainBuffer solution: drainBuffer
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -16,7 +16,7 @@
- type: TimedDespawn - type: TimedDespawn
lifetime: 90 lifetime: 90
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -35,8 +35,8 @@
softness: 1 softness: 1
offset: "0, -0.5" offset: "0, -0.5"
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -235,7 +235,7 @@
softness: 1.1 softness: 1.1
enabled: true enabled: true
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -17,8 +17,8 @@
- MidImpassable - MidImpassable
- LowImpassable - LowImpassable
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -556,8 +556,8 @@
- key: enum.BodyScannerConsoleUIKey.Key - key: enum.BodyScannerConsoleUIKey.Key
type: BodyScannerConsoleBoundUserInterface type: BodyScannerConsoleBoundUserInterface
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: StrongMetallic damageModifierSet: StructuralMetallicStrong
# WD end # WD end
- type: entity - type: entity
@@ -595,8 +595,8 @@
energy: 1.6 energy: 1.6
color: "#3c5eb5" color: "#3c5eb5"
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: StrongMetallic damageModifierSet: StructuralMetallicStrong
- type: entity - type: entity
parent: ComputerComms parent: ComputerComms
@@ -847,8 +847,8 @@
speechVerb: Robotic speechVerb: Robotic
speechSounds: Pai speechSounds: Pai
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: StrongMetallic damageModifierSet: StructuralMetallicStrong
- type: GuideHelp - type: GuideHelp
guides: guides:
- Cloning - Cloning

View File

@@ -25,7 +25,7 @@
- type: Sprite - type: Sprite
drawdepth: Objects drawdepth: Objects
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Electronic damageModifierSet: Electronic
- type: Destructible - type: Destructible
thresholds: thresholds:

View File

@@ -54,8 +54,8 @@
boardName: wires-board-name-cryopod boardName: wires-board-name-cryopod
layoutId: CryoPod layoutId: CryoPod
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -22,8 +22,8 @@
layer: layer:
- MachineLayer - MachineLayer
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -31,8 +31,8 @@
containers: containers:
- clonepod-bodyContainer - clonepod-bodyContainer
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: StrongMetallic damageModifierSet: StructuralMetallicStrong
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -80,8 +80,8 @@
containers: containers:
- entity_storage - entity_storage
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: StrongMetallic damageModifierSet: StructuralMetallicStrong
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -37,8 +37,8 @@
machine_board: !type:Container machine_board: !type:Container
machine_parts: !type:Container machine_parts: !type:Container
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -92,8 +92,8 @@
- machine_board - machine_board
- machine_parts - machine_parts
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -141,8 +141,8 @@
graph: Machine graph: Machine
node: destroyedMachineFrame node: destroyedMachineFrame
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -51,8 +51,8 @@
machine_board: !type:Container machine_board: !type:Container
machine_parts: !type:Container machine_parts: !type:Container
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: StrongMetallic damageModifierSet: StructuralMetallicStrong
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -84,8 +84,8 @@
sound: sound:
collection: MetalBreak collection: MetalBreak
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: DamageOnHighSpeedImpact - type: DamageOnHighSpeedImpact
damage: damage:
types: types:

View File

@@ -21,8 +21,8 @@
powerLoad: 1000 powerLoad: 1000
- type: ExtensionCableReceiver - type: ExtensionCableReceiver
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -10,8 +10,8 @@
- type: WirelessNetworkConnection - type: WirelessNetworkConnection
range: 200 range: 200
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Rotatable - type: Rotatable
rotateWhileAnchored: true rotateWhileAnchored: true
- type: Fixtures - type: Fixtures

View File

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

View File

@@ -12,8 +12,8 @@
- type: Transform - type: Transform
anchored: true anchored: true
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: SubFloorHide - type: SubFloorHide
- type: CollideOnAnchor - type: CollideOnAnchor
- type: PipeAppearance - type: PipeAppearance

View File

@@ -71,8 +71,8 @@
- type: Machine - type: Machine
board: PortableScrubberMachineCircuitBoard board: PortableScrubberMachineCircuitBoard
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -29,8 +29,8 @@
graph: DisposalMachine graph: DisposalMachine
node: frame node: frame
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -36,8 +36,8 @@
anchored: true anchored: true
- type: Anchorable - type: Anchorable
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -53,8 +53,8 @@
!type:CableDeviceNode !type:CableDeviceNode
nodeGroupID: MVPower nodeGroupID: MVPower
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: StrongMetallic damageModifierSet: StructuralMetallicStrong
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -29,8 +29,8 @@
layer: layer:
- WallLayer - WallLayer
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -145,8 +145,8 @@
layer: layer:
- WallLayer - WallLayer
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -52,8 +52,8 @@
- type: Anchorable - type: Anchorable
- type: Pullable - type: Pullable
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: PacifismDangerousAttack - type: PacifismDangerousAttack
- type: Destructible - type: Destructible
thresholds: thresholds:

View File

@@ -61,8 +61,8 @@
supplyRampRate: 500 supplyRampRate: 500
- type: SolarPanel - type: SolarPanel
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -90,8 +90,8 @@
- type: Sprite - type: Sprite
state: broken state: broken
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -141,8 +141,8 @@
anchored: true anchored: true
noRot: true noRot: true
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -186,8 +186,8 @@
anchored: true anchored: true
noRot: true noRot: true
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -102,8 +102,8 @@
layoutId: APC layoutId: APC
- type: WiresVisuals - type: WiresVisuals
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: StrongMetallic damageModifierSet: StructuralMetallicStrong
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -171,8 +171,8 @@
node: apcFrame node: apcFrame
- type: WallMount - type: WallMount
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

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

View File

@@ -27,8 +27,8 @@
"/Audio/Weapons/smash.ogg" "/Audio/Weapons/smash.ogg"
# WD edit sounds start # WD edit sounds start
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- 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
@@ -44,8 +44,8 @@
- type: PowerConsumer - type: PowerConsumer
drawRate: 50 drawRate: 50
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -81,8 +81,8 @@
highVoltageNode: input highVoltageNode: input
mediumVoltageNode: output mediumVoltageNode: output
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: StrongMetallic damageModifierSet: StructuralMetallicStrong
- type: BatterySensor - type: BatterySensor
- type: DeviceNetwork - type: DeviceNetwork
deviceNetId: AtmosDevices deviceNetId: AtmosDevices

View File

@@ -52,8 +52,8 @@
supplyRampTolerance: 5000 supplyRampTolerance: 5000
supplyRampRate: 1000 supplyRampRate: 1000
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: StrongMetallic damageModifierSet: StructuralMetallicStrong
- type: PacifismDangerousAttack - type: PacifismDangerousAttack
- type: Destructible - type: Destructible
thresholds: thresholds:
@@ -185,8 +185,8 @@
supplyRampTolerance: 5000 supplyRampTolerance: 5000
supplyRampRate: 1000 supplyRampRate: 1000
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: PacifismDangerousAttack - type: PacifismDangerousAttack
- type: Destructible - type: Destructible
thresholds: thresholds:

View File

@@ -30,7 +30,7 @@
layer: layer:
- MachineLayer - MachineLayer
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Electronic damageModifierSet: Electronic
- type: Transform - type: Transform
anchored: true anchored: true
@@ -287,8 +287,8 @@
containers: containers:
ballistic-ammo: !type:Container ballistic-ammo: !type:Container
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -40,7 +40,7 @@
powerLoad: 1500 powerLoad: 1500
- type: ExtensionCableReceiver - type: ExtensionCableReceiver
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Electronic damageModifierSet: Electronic
- type: Destructible - type: Destructible
thresholds: thresholds:
@@ -193,7 +193,7 @@
- !type:ChangeConstructionNodeBehavior - !type:ChangeConstructionNodeBehavior
node: machineFrame node: machineFrame
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Electronic damageModifierSet: Electronic
- type: StaticPrice - type: StaticPrice
price: 2000 price: 2000

View File

@@ -8,8 +8,8 @@
- type: Transform - type: Transform
anchored: true anchored: true
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -32,8 +32,8 @@
# only show after making the announcement at 50% # only show after making the announcement at 50%
enabled: false enabled: false
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -26,8 +26,8 @@
- state: wardingtower-unshaded - state: wardingtower-unshaded
shader: unshaded shader: unshaded
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Physics - type: Physics
bodyType: Static bodyType: Static
- type: Fixtures - type: Fixtures

View File

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

View File

@@ -145,8 +145,8 @@
entity_storage: !type:Container entity_storage: !type:Container
ents: [] ents: []
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -254,8 +254,8 @@
placeCentered: true placeCentered: true
isPlaceable: false isPlaceable: false
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- 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: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -21,8 +21,8 @@
layer: layer:
- WallLayer - WallLayer
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -44,8 +44,8 @@
containers: containers:
storagebase: !type:Container storagebase: !type:Container
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -133,8 +133,8 @@
containers: containers:
storagebase: !type:Container storagebase: !type:Container
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -11,7 +11,7 @@
- type: Transform - type: Transform
anchored: true anchored: true
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Glass damageModifierSet: Glass
- type: MeleeSound - type: MeleeSound
soundGroups: soundGroups:

View File

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

View File

@@ -9,7 +9,7 @@
- type: Anchorable - type: Anchorable
- type: InteractionOutline - type: InteractionOutline
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Wood damageModifierSet: Wood
- type: Destructible - type: Destructible
thresholds: thresholds:

View File

@@ -31,8 +31,8 @@
layer: layer:
- MachineLayer - MachineLayer
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -26,8 +26,8 @@
shape: shape:
!type:PhysShapeAabb {} !type:PhysShapeAabb {}
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -95,8 +95,8 @@
"/Audio/Weapons/smash.ogg" "/Audio/Weapons/smash.ogg"
# WD edit sounds end # WD edit sounds end
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -33,7 +33,7 @@
bodyType: Static bodyType: Static
- type: Fixtures - type: Fixtures
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
- 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.
@@ -35,8 +35,8 @@
containers: containers:
ItemCabinet: !type:ContainerSlot ItemCabinet: !type:ContainerSlot
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -35,8 +35,8 @@
containers: containers:
ItemCabinet: !type:ContainerSlot ItemCabinet: !type:ContainerSlot
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -81,8 +81,8 @@
graph: FireAlarm graph: FireAlarm
node: fire_alarm node: fire_alarm
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -4,7 +4,7 @@
description: There is a small label that reads "For Emergency use only" along with details for safe use of the axe. As if. description: There is a small label that reads "For Emergency use only" along with details for safe use of the axe. As if.
components: components:
- type: Damageable # adding destructible causes the entity inside to be deleted when the cabinet is destroyed :( - type: Damageable # adding destructible causes the entity inside to be deleted when the cabinet is destroyed :(
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Glass damageModifierSet: Glass
- type: MeleeSound - type: MeleeSound
soundGroups: soundGroups:

View File

@@ -73,8 +73,8 @@
graph: Intercom graph: Intercom
node: intercom node: intercom
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -59,8 +59,8 @@
- WallLayer - WallLayer
- type: WallMount - type: WallMount
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- 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?
@@ -20,7 +20,7 @@
anchored: true anchored: true
- type: Damageable - type: Damageable
damageModifierSet: Wood damageModifierSet: Wood
damageContainer: Inorganic damageContainer: StructuralInorganic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -16,7 +16,7 @@
layers: layers:
- state: station_map_broken - state: station_map_broken
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -25,8 +25,8 @@
alwaysRandomize: true alwaysRandomize: true
layoutId: SurveillanceCamera layoutId: SurveillanceCamera
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Sprite - type: Sprite
drawdepth: WallMountedItems drawdepth: WallMountedItems
sprite: Structures/Wallmounts/camera.rsi sprite: Structures/Wallmounts/camera.rsi
@@ -210,8 +210,8 @@
- type: Transform - type: Transform
anchored: true anchored: true
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Sprite - type: Sprite
drawdepth: WallMountedItems drawdepth: WallMountedItems
sprite: Structures/Wallmounts/camera.rsi sprite: Structures/Wallmounts/camera.rsi

View File

@@ -11,8 +11,8 @@
path: path:
"/Audio/Weapons/smash.ogg" "/Audio/Weapons/smash.ogg"
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:
@@ -104,8 +104,8 @@
ports: ports:
- Pressed - Pressed
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -18,8 +18,8 @@
- type: Transform - type: Transform
anchored: true anchored: true
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -364,8 +364,8 @@
tags: tags:
- Pickaxe - Pickaxe
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -21,7 +21,7 @@
- type: Transform - type: Transform
anchored: true anchored: true
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: FlimsyMetallic damageModifierSet: FlimsyMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:

View File

@@ -28,8 +28,8 @@
sprite: Structures/Walls/solid.rsi sprite: Structures/Walls/solid.rsi
state: wall_girder state: wall_girder
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -32,7 +32,7 @@
node: grille node: grille
deconstructionTarget: start deconstructionTarget: start
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: PerforatedMetallic damageModifierSet: PerforatedMetallic
- type: PowerConsumer - type: PowerConsumer
showInMonitor: false showInMonitor: false
@@ -114,7 +114,7 @@
bodyType: Static bodyType: Static
canCollide: false canCollide: false
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: FlimsyMetallic damageModifierSet: FlimsyMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
@@ -160,4 +160,4 @@
- WallLayer - WallLayer
- type: Construction - type: Construction
graph: GrilleDiagonal graph: GrilleDiagonal
node: grilleDiagonal node: grilleDiagonal

View File

@@ -27,7 +27,7 @@
- type: InteractionOutline - type: InteractionOutline
- type: Repairable - type: Repairable
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: FlimsyMetallic damageModifierSet: FlimsyMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
@@ -96,7 +96,7 @@
- type: InteractionOutline - type: InteractionOutline
- type: Repairable - type: Repairable
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: FlimsyMetallic damageModifierSet: FlimsyMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
@@ -156,7 +156,7 @@
- type: InteractionOutline - type: InteractionOutline
- type: Repairable - type: Repairable
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: FlimsyMetallic damageModifierSet: FlimsyMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
@@ -231,7 +231,7 @@
- type: InteractionOutline - type: InteractionOutline
- type: Repairable - type: Repairable
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: FlimsyMetallic damageModifierSet: FlimsyMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:

View File

@@ -747,7 +747,7 @@
sprite: Structures/Walls/shuttle_diagonal.rsi sprite: Structures/Walls/shuttle_diagonal.rsi
state: state0 state: state0
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic damageModifierSet: StructuralMetallic
- type: Physics - type: Physics
bodyType: Static bodyType: Static

View File

@@ -133,7 +133,7 @@
- GlassLayer - GlassLayer
- type: Repairable - type: Repairable
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Glass damageModifierSet: Glass
- type: ExaminableDamage - type: ExaminableDamage
messages: WindowMessages messages: WindowMessages

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
@@ -30,8 +30,8 @@
map: [ "enum.CargoTelepadLayers.Beam" ] map: [ "enum.CargoTelepadLayers.Beam" ]
shader: unshaded shader: unshaded
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: DeviceNetwork - type: DeviceNetwork
deviceNetId: Wireless deviceNetId: Wireless
receiveFrequencyId: BasicDevice receiveFrequencyId: BasicDevice

View File

@@ -30,8 +30,8 @@
graph: Catwalk graph: Catwalk
node: Catwalk node: Catwalk
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -59,8 +59,8 @@
graph: ConveyorGraph graph: ConveyorGraph
node: entity node: entity
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -13,8 +13,8 @@
- state: spike - state: spike
map: ["base"] map: ["base"]
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: StructuralInorganic
damageModifierSet: Metallic damageModifierSet: StructuralMetallic
- 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: Metallic damageModifierSet: StructuralMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

Some files were not shown because too many files have changed in this diff Show More