Removed Interior Shuttle Walls (#34261)
* Removed Interior Shuttle Walls * Update migration.yml * Update walls.yml * Update girder.yml * Fix Migration --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
This commit is contained in:
@@ -900,7 +900,6 @@
|
||||
parent: BaseWall
|
||||
id: WallShuttle
|
||||
name: shuttle wall
|
||||
suffix: Reinforced, Exterior
|
||||
components:
|
||||
- type: Damageable
|
||||
damageContainer: StructuralInorganic
|
||||
@@ -957,51 +956,6 @@
|
||||
- type: Reflect
|
||||
reflectProb: 1
|
||||
|
||||
- type: entity
|
||||
parent: BaseWall
|
||||
id: WallShuttleInterior
|
||||
name: shuttle wall
|
||||
suffix: Interior
|
||||
components:
|
||||
- type: RCDDeconstructable
|
||||
cost: 6
|
||||
delay: 8
|
||||
fx: EffectRCDDeconstruct8
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 400
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
collection: MetalSlam
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 200
|
||||
behaviors:
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
collection: MetalSlam
|
||||
- !type:ChangeConstructionNodeBehavior
|
||||
node: girder
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- type: Sprite
|
||||
sprite: Structures/Walls/shuttleinterior.rsi
|
||||
- type: Icon
|
||||
sprite: Structures/Walls/shuttleinterior.rsi
|
||||
- type: Construction
|
||||
graph: Girder
|
||||
node: shuttleInteriorWall
|
||||
- type: IconSmooth
|
||||
key: walls
|
||||
base: state
|
||||
- type: Reflect
|
||||
reflectProb: 1
|
||||
|
||||
- type: entity
|
||||
parent: BaseWall
|
||||
id: WallSolid
|
||||
|
||||
Reference in New Issue
Block a user