Make masks & some helmets block eating/drinkling (#5656)

This commit is contained in:
Leon Friedrich
2021-12-03 03:51:05 +13:00
committed by GitHub
parent 44871eb95e
commit a9c3153a55
8 changed files with 143 additions and 4 deletions

View File

@@ -7,6 +7,8 @@ food-you-need-to-hold-utensil = You need to be holding a {$utensil} to eat that!
food-nom = Nom
food-swallow = You swallow the {$food}.
food-system-remove-mask = You need to take off the {$entity} first.
## System
food-system-you-cannot-eat-any-more = You can't eat any more!

View File

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

View File

@@ -8,6 +8,9 @@
sprite: Clothing/Head/Helmets/bombsuit.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/bombsuit.rsi
- type: Tag
tags:
- ConcealsFace
- type: entity
parent: ClothingHeadBase
@@ -19,6 +22,9 @@
sprite: Clothing/Head/Helmets/cosmonaut.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/cosmonaut.rsi
- type: Tag
tags:
- ConcealsFace
- type: entity
parent: ClothingHeadBase
@@ -30,6 +36,9 @@
sprite: Clothing/Head/Helmets/cult.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/cult.rsi
- type: Tag
tags:
- ConcealsFace
- type: entity
parent: ClothingHeadBase
@@ -70,6 +79,9 @@
sprite: Clothing/Head/Helmets/light_riot.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/light_riot.rsi
- type: Tag
tags:
- ConcealsFace
- type: entity
parent: ClothingHeadBase
@@ -81,6 +93,9 @@
sprite: Clothing/Head/Helmets/scaf.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/scaf.rsi
- type: Tag
tags:
- ConcealsFace
- type: entity
parent: ClothingHeadBase
@@ -92,6 +107,9 @@
sprite: Clothing/Head/Helmets/spaceninja.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/spaceninja.rsi
- type: Tag
tags:
- ConcealsFace # well only partially?
- type: entity
parent: ClothingHeadBase
@@ -103,6 +121,9 @@
sprite: Clothing/Head/Helmets/syndicate.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/syndicate.rsi
- type: Tag
tags:
- ConcealsFace
- type: entity
parent: ClothingHeadBase
@@ -114,6 +135,9 @@
sprite: Clothing/Head/Helmets/templar.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/templar.rsi
- type: Tag
tags:
- ConcealsFace
- type: entity
parent: ClothingHeadBase
@@ -136,3 +160,6 @@
sprite: Clothing/Head/Helmets/wizardhelm.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/wizardhelm.rsi
- type: Tag
tags:
- ConcealsFace

View File

@@ -30,6 +30,9 @@
sprite: Clothing/Head/Misc/chickenhead.rsi
- type: Clothing
sprite: Clothing/Head/Misc/chickenhead.rsi
- type: Tag
tags:
- ConcealsFace
- type: entity
parent: ClothingHeadBase
@@ -52,6 +55,9 @@
sprite: Clothing/Head/Misc/pumpkin.rsi
- type: Clothing
sprite: Clothing/Head/Misc/pumpkin.rsi
- type: Tag
tags:
- ConcealsFace
- type: entity
parent: ClothingHeadBase
@@ -74,6 +80,9 @@
sprite: Clothing/Head/Misc/richard.rsi
- type: Clothing
sprite: Clothing/Head/Misc/richard.rsi
- type: Tag
tags:
- ConcealsFace
- type: entity
parent: ClothingHeadBase
@@ -85,6 +94,9 @@
sprite: Clothing/Head/Misc/skubhead.rsi
- type: Clothing
sprite: Clothing/Head/Misc/skubhead.rsi
- type: Tag
tags:
- ConcealsFace
- type: entity
parent: ClothingHeadBase
@@ -96,6 +108,9 @@
sprite: Clothing/Head/Misc/xenom.rsi
- type: Clothing
sprite: Clothing/Head/Misc/xenom.rsi
- type: Tag
tags:
- ConcealsFace
- type: entity
parent: ClothingHeadBase
@@ -107,6 +122,9 @@
sprite: Clothing/Head/Misc/xenos.rsi
- type: Clothing
sprite: Clothing/Head/Misc/xenos.rsi
- type: Tag
tags:
- ConcealsFace
- type: entity
parent: ClothingHeadBase

View File

@@ -1,5 +1,15 @@
- type: entity
parent: ClothingHeadBase
id: WeldingMaskBase
name: welding mask
abstract: true
components:
- type: Tag
tags:
- ConcealsFace
- type: entity
parent: WeldingMaskBase
id: ClothingHeadHatWelding
name: welding mask
description: A head-mounted face cover designed to protect the wearer completely from space-arc eye.
@@ -10,7 +20,7 @@
sprite: Clothing/Head/Welding/welding.rsi
- type: entity
parent: ClothingHeadBase
parent: WeldingMaskBase
id: ClothingHeadHatWeldingMaskFlame
name: flame welding mask
description: A painted welding helmet, this one has flames on it.
@@ -21,7 +31,7 @@
sprite: Clothing/Head/Welding/flame_welding_mask.rsi
- type: entity
parent: ClothingHeadBase
parent: WeldingMaskBase
id: ClothingHeadHatWeldingMaskFlameBlue
name: blue-flame welding mask
description: A painted welding helmet, this one has blue flames on it.
@@ -32,7 +42,7 @@
sprite: Clothing/Head/Welding/blue_flame_welding_mask.rsi
- type: entity
parent: ClothingHeadBase
parent: WeldingMaskBase
id: ClothingHeadHatWeldingMaskPainted
name: painted welding mask
description: A welding helmet, painted in crimson.

View File

@@ -242,3 +242,7 @@
- type: Tag
id: Write
# for head wear & masks that cover the face.
- type: Tag
id: ConcealsFace