You can now unanchor and destroy the robot showcase (#9668)
This commit is contained in:
@@ -1,6 +1,39 @@
|
|||||||
|
- type: entity
|
||||||
|
id: BaseShowcaseRobot
|
||||||
|
parent: BaseStructure
|
||||||
|
name: security robot showcase
|
||||||
|
description: A non-functional replica of an old security robot.
|
||||||
|
components:
|
||||||
|
- type: Anchorable
|
||||||
|
- type: Damageable
|
||||||
|
damageContainer: Inorganic
|
||||||
|
damageModifierSet: Metallic
|
||||||
|
- type: Destructible
|
||||||
|
thresholds:
|
||||||
|
- trigger:
|
||||||
|
!type:DamageTrigger
|
||||||
|
damage: 150
|
||||||
|
behaviors:
|
||||||
|
- !type:DoActsBehavior
|
||||||
|
acts: [ "Destruction" ]
|
||||||
|
- trigger:
|
||||||
|
!type:DamageTrigger
|
||||||
|
damage: 75
|
||||||
|
behaviors:
|
||||||
|
- !type:PlaySoundBehavior
|
||||||
|
sound:
|
||||||
|
path: /Audio/Effects/metalbreak.ogg
|
||||||
|
- !type:SpawnEntitiesBehavior
|
||||||
|
spawn:
|
||||||
|
PartRodMetal1:
|
||||||
|
min: 5
|
||||||
|
max: 10
|
||||||
|
- !type:DoActsBehavior
|
||||||
|
acts: [ "Destruction" ]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ShowcaseRobot
|
id: ShowcaseRobot
|
||||||
parent: BaseStructure
|
parent: BaseShowcaseRobot
|
||||||
name: security robot showcase
|
name: security robot showcase
|
||||||
description: A non-functional replica of an old security robot.
|
description: A non-functional replica of an old security robot.
|
||||||
components:
|
components:
|
||||||
@@ -10,7 +43,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ShowcaseRobotWhite
|
id: ShowcaseRobotWhite
|
||||||
parent: BaseStructure
|
parent: BaseShowcaseRobot
|
||||||
name: white robot showcase
|
name: white robot showcase
|
||||||
description: A non-functional replica of an old robot.
|
description: A non-functional replica of an old robot.
|
||||||
components:
|
components:
|
||||||
@@ -20,7 +53,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ShowcaseRobotAntique
|
id: ShowcaseRobotAntique
|
||||||
parent: BaseStructure
|
parent: BaseShowcaseRobot
|
||||||
name: cargo robot showcase
|
name: cargo robot showcase
|
||||||
description: A non-functional replica of an old cargo robot.
|
description: A non-functional replica of an old cargo robot.
|
||||||
components:
|
components:
|
||||||
@@ -30,7 +63,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ShowcaseRobotMarauder
|
id: ShowcaseRobotMarauder
|
||||||
parent: BaseStructure
|
parent: BaseShowcaseRobot
|
||||||
name: marauder showcase
|
name: marauder showcase
|
||||||
description: A non-functional replica of a marauder, painted green.
|
description: A non-functional replica of a marauder, painted green.
|
||||||
components:
|
components:
|
||||||
|
|||||||
Reference in New Issue
Block a user