Mime and clown masks (#16350)

This commit is contained in:
Nim
2023-05-13 17:41:35 +03:00
committed by GitHub
parent 3ea15439b3
commit 4843ba9a5e
14 changed files with 120 additions and 0 deletions

View File

@@ -36,6 +36,10 @@
ClothingShoesDameDane: 2
ClothingOuterDameDane: 2
ClothingOuterClownPriest: 1
ClothingMaskSadMime: 1
ClothingMaskScaredMime: 1
emaggedInventory:
ClothingShoesBling: 1
ClothingOuterDogi: 1
ClothingMaskSexyClown: 1
ClothingMaskSexyMime: 1

View File

@@ -345,3 +345,47 @@
- type: Clothing
sprite: Clothing/Mask/bat.rsi
- type: BreathMask
- type: entity
parent: ClothingMaskClown
id: ClothingMaskSexyClown
name: sexy clown mask
description: Some naughty clowns think this is what the Honkmother looks like.
components:
- type: Sprite
sprite: Clothing/Mask/sexyclown.rsi
- type: Clothing
sprite: Clothing/Mask/sexyclown.rsi
- type: entity
parent: ClothingMaskMime
id: ClothingMaskSexyMime
name: sexy mime mask
description: Those ruddy cheeks just want to be rubbed.
components:
- type: Sprite
sprite: Clothing/Mask/sexymime.rsi
- type: Clothing
sprite: Clothing/Mask/sexymime.rsi
- type: entity
parent: ClothingMaskMime
id: ClothingMaskSadMime
name: sad mime mask
description: Many people think this is what a real mime mask looks like.
components:
- type: Sprite
sprite: Clothing/Mask/sadmime.rsi
- type: Clothing
sprite: Clothing/Mask/sadmime.rsi
- type: entity
parent: ClothingMaskMime
id: ClothingMaskScaredMime
name: scared mime mask
description: Looks like it would scream if it wasn't a mask
components:
- type: Sprite
sprite: Clothing/Mask/scaredmime.rsi
- type: Clothing
sprite: Clothing/Mask/scaredmime.rsi