Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 60 additions & 1 deletion Resources/Prototypes/_Scp/Entities/Structures/catwalk.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,65 @@
- type: entity
id: BaseScpCatwalk
categories: [ HideSpawnMenu ]
name: catwalk
description: A catwalk for easier EVA maneuvering and cable placement.
placement:
mode: SnapgridCenter
components:
- type: Clickable
- type: Sprite
sprite: Structures/catwalk.rsi
drawdepth: FloorTiles
- type: Icon
sprite: Structures/catwalk.rsi
state: catwalk_preview
- type: Transform
anchored: true
- type: IconSmooth
key: catwalk
base: catwalk_
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepCatwalk
params:
volume: 8
- type: Tag
tags:
- Catwalk
- type: Construction
graph: Catwalk
node: Catwalk
- type: Damageable
damageContainer: StructuralInorganic
damageModifierSet: Metallic
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 500
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- trigger:
!type:DamageTrigger
damage: 200
behaviors:
- !type:SpawnEntitiesBehavior
spawn:
PartRodMetal: # takes two to construct, so drop less than that
min: 0
max: 1
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: TrayScanReveal
- type: RCDDeconstructable
cost: 2
delay: 2
fx: EffectRCDDeconstruct2

- type: entity
id: ScpCatwalkSteel
parent: Catwalk
parent: BaseScpCatwalk
placement:
mode: SnapgridCenter
components:
Expand Down
Loading