Add IngestionBlocker component (#5692)

This commit is contained in:
Leon Friedrich
2021-12-05 07:56:27 +13:00
committed by GitHub
parent e9e9a6871d
commit bfff21ea73
11 changed files with 169 additions and 152 deletions

View File

@@ -41,9 +41,7 @@
Piercing: 0.95
Heat: 0.90
Radiation: 0.25
- type: Tag
tags:
- ConcealsFace
- type: IngestionBlocker
- type: entity
abstract: true

View File

@@ -8,9 +8,7 @@
sprite: Clothing/Head/Helmets/bombsuit.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/bombsuit.rsi
- type: Tag
tags:
- ConcealsFace
- type: IngestionBlocker
- type: entity
parent: ClothingHeadBase
@@ -22,9 +20,7 @@
sprite: Clothing/Head/Helmets/cosmonaut.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/cosmonaut.rsi
- type: Tag
tags:
- ConcealsFace
- type: IngestionBlocker
- type: entity
parent: ClothingHeadBase
@@ -36,9 +32,7 @@
sprite: Clothing/Head/Helmets/cult.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/cult.rsi
- type: Tag
tags:
- ConcealsFace
- type: IngestionBlocker
- type: entity
parent: ClothingHeadBase
@@ -79,9 +73,7 @@
sprite: Clothing/Head/Helmets/light_riot.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/light_riot.rsi
- type: Tag
tags:
- ConcealsFace
- type: IngestionBlocker
- type: entity
parent: ClothingHeadBase
@@ -93,9 +85,7 @@
sprite: Clothing/Head/Helmets/scaf.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/scaf.rsi
- type: Tag
tags:
- ConcealsFace
- type: IngestionBlocker
- type: entity
parent: ClothingHeadBase
@@ -107,9 +97,7 @@
sprite: Clothing/Head/Helmets/spaceninja.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/spaceninja.rsi
- type: Tag
tags:
- ConcealsFace # well only partially?
- type: IngestionBlocker
- type: entity
parent: ClothingHeadBase
@@ -121,9 +109,7 @@
sprite: Clothing/Head/Helmets/syndicate.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/syndicate.rsi
- type: Tag
tags:
- ConcealsFace
- type: IngestionBlocker
- type: entity
parent: ClothingHeadBase
@@ -135,9 +121,7 @@
sprite: Clothing/Head/Helmets/templar.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/templar.rsi
- type: Tag
tags:
- ConcealsFace
- type: IngestionBlocker
- type: entity
parent: ClothingHeadBase
@@ -160,6 +144,4 @@
sprite: Clothing/Head/Helmets/wizardhelm.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/wizardhelm.rsi
- type: Tag
tags:
- ConcealsFace
- type: IngestionBlocker

View File

@@ -30,9 +30,7 @@
sprite: Clothing/Head/Misc/chickenhead.rsi
- type: Clothing
sprite: Clothing/Head/Misc/chickenhead.rsi
- type: Tag
tags:
- ConcealsFace
- type: IngestionBlocker
- type: entity
parent: ClothingHeadBase
@@ -55,9 +53,7 @@
sprite: Clothing/Head/Misc/pumpkin.rsi
- type: Clothing
sprite: Clothing/Head/Misc/pumpkin.rsi
- type: Tag
tags:
- ConcealsFace
- type: IngestionBlocker
- type: entity
parent: ClothingHeadBase
@@ -80,9 +76,7 @@
sprite: Clothing/Head/Misc/richard.rsi
- type: Clothing
sprite: Clothing/Head/Misc/richard.rsi
- type: Tag
tags:
- ConcealsFace
- type: IngestionBlocker
- type: entity
parent: ClothingHeadBase
@@ -94,9 +88,7 @@
sprite: Clothing/Head/Misc/skubhead.rsi
- type: Clothing
sprite: Clothing/Head/Misc/skubhead.rsi
- type: Tag
tags:
- ConcealsFace
- type: IngestionBlocker
- type: entity
parent: ClothingHeadBase
@@ -108,9 +100,7 @@
sprite: Clothing/Head/Misc/xenom.rsi
- type: Clothing
sprite: Clothing/Head/Misc/xenom.rsi
- type: Tag
tags:
- ConcealsFace
- type: IngestionBlocker
- type: entity
parent: ClothingHeadBase
@@ -122,9 +112,7 @@
sprite: Clothing/Head/Misc/xenos.rsi
- type: Clothing
sprite: Clothing/Head/Misc/xenos.rsi
- type: Tag
tags:
- ConcealsFace
- type: IngestionBlocker
- type: entity
parent: ClothingHeadBase

View File

@@ -4,9 +4,7 @@
name: welding mask
abstract: true
components:
- type: Tag
tags:
- ConcealsFace
- type: IngestionBlocker
- type: entity
parent: WeldingMaskBase

View File

@@ -9,6 +9,7 @@
- type: Clothing
sprite: Clothing/Mask/gas.rsi
- type: BreathMask
- type: IngestionBlocker
- type: entity
parent: ClothingMaskBase
@@ -21,6 +22,7 @@
- type: Clothing
sprite: Clothing/Mask/breath.rsi
- type: BreathMask
- type: IngestionBlocker
- type: entity
parent: ClothingMaskBase
@@ -69,3 +71,4 @@
- type: Clothing
sprite: Clothing/Mask/sterile.rsi
- type: BreathMask
- type: IngestionBlocker