Add damageable component to some entities (#7362)
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
tags:
|
||||
- Sheet
|
||||
- DroneUsable
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Glass
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
|
||||
@@ -15,6 +15,9 @@
|
||||
- Sheet
|
||||
- Metal
|
||||
- DroneUsable
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Metallic
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
tags:
|
||||
- Sheet
|
||||
- DroneUsable
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
|
||||
@@ -13,6 +13,9 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Ingot
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Metallic
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- DroneUsable
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
|
||||
@@ -13,6 +13,9 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Ore
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Metallic
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
|
||||
@@ -13,6 +13,9 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- DroneUsable
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: FlimsyMetallic
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
|
||||
@@ -28,6 +28,9 @@
|
||||
- Recyclable
|
||||
- Trash
|
||||
- type: Recyclable
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Glass
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- DroneUsable
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
|
||||
@@ -91,6 +91,9 @@
|
||||
- type: Construction
|
||||
graph: LeverGraph
|
||||
node: lever
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Metallic
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
|
||||
@@ -33,6 +33,9 @@
|
||||
- type: Construction
|
||||
graph: Catwalk
|
||||
node: Catwalk
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Metallic
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
|
||||
@@ -28,6 +28,9 @@
|
||||
- type: Construction
|
||||
graph: ConveyorGraph
|
||||
node: entity
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Metallic
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
|
||||
Reference in New Issue
Block a user