Add damageable component to some entities (#7362)

This commit is contained in:
Leon Friedrich
2022-04-09 13:51:09 +12:00
committed by GitHub
parent 91a70bdaac
commit 524eedb26e
12 changed files with 33 additions and 0 deletions

View File

@@ -14,6 +14,9 @@
tags: tags:
- Sheet - Sheet
- DroneUsable - DroneUsable
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Glass
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -15,6 +15,9 @@
- Sheet - Sheet
- Metal - Metal
- DroneUsable - DroneUsable
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -14,6 +14,8 @@
tags: tags:
- Sheet - Sheet
- DroneUsable - DroneUsable
- type: Damageable
damageContainer: Inorganic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -13,6 +13,9 @@
- type: Tag - type: Tag
tags: tags:
- Ingot - Ingot
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -13,6 +13,8 @@
- type: Tag - type: Tag
tags: tags:
- DroneUsable - DroneUsable
- type: Damageable
damageContainer: Inorganic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -13,6 +13,9 @@
- type: Tag - type: Tag
tags: tags:
- Ore - Ore
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -13,6 +13,9 @@
- type: Tag - type: Tag
tags: tags:
- DroneUsable - DroneUsable
- type: Damageable
damageContainer: Inorganic
damageModifierSet: FlimsyMetallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -28,6 +28,9 @@
- Recyclable - Recyclable
- Trash - Trash
- type: Recyclable - type: Recyclable
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Glass
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -18,6 +18,8 @@
- type: Tag - type: Tag
tags: tags:
- DroneUsable - DroneUsable
- type: Damageable
damageContainer: Inorganic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -91,6 +91,9 @@
- type: Construction - type: Construction
graph: LeverGraph graph: LeverGraph
node: lever node: lever
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -33,6 +33,9 @@
- type: Construction - type: Construction
graph: Catwalk graph: Catwalk
node: Catwalk node: Catwalk
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger:

View File

@@ -28,6 +28,9 @@
- type: Construction - type: Construction
graph: ConveyorGraph graph: ConveyorGraph
node: entity node: entity
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: Destructible - type: Destructible
thresholds: thresholds:
- trigger: - trigger: