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

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/harmonyn/-tg-station/blob/11043a07f6136d3d196b0378c31deb3dc1a9532f/icons/obj/clothing/masks.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-MASK",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/harmonyn/-tg-station/blob/11043a07f6136d3d196b0378c31deb3dc1a9532f/icons/obj/clothing/masks.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-MASK",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 816 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/blob/ed466a4c67828b44ddb9d9550366be5c2d745955/icons/obj/clothing/masks.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-MASK",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/blob/ed466a4c67828b44ddb9d9550366be5c2d745955/icons/obj/clothing/masks.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-MASK",
"directions": 4
}
]
}