[entity] Animal masks (#15583)

* animal masks

Seven new animal masks. Let the masquerade be more diverse.

* maint fluff spawner
This commit is contained in:
Nim
2023-04-23 09:56:23 +03:00
committed by GitHub
parent 664fa4d123
commit f2ae5687cc
23 changed files with 217 additions and 0 deletions

View File

@@ -255,3 +255,87 @@
sprite: Clothing/Mask/swat.rsi
- type: Clothing
sprite: Clothing/Mask/swat.rsi
- type: entity
parent: ClothingMaskBase
id: ClothingMaskRat
name: rat mask
description: A mask of a rat that looks like a rat. Perhaps they will take you for a fellow rat.
components:
- type: Sprite
sprite: Clothing/Mask/rat.rsi
- type: Clothing
sprite: Clothing/Mask/rat.rsi
- type: BreathMask
- type: entity
parent: ClothingMaskBase
id: ClothingMaskFox
name: fox mask
description: What does the fox say?
components:
- type: Sprite
sprite: Clothing/Mask/fox.rsi
- type: Clothing
sprite: Clothing/Mask/fox.rsi
- type: BreathMask
- type: entity
parent: ClothingMaskBase
id: ClothingMaskBee
name: bee mask
description: For the queen!
components:
- type: Sprite
sprite: Clothing/Mask/bee.rsi
- type: Clothing
sprite: Clothing/Mask/bee.rsi
- type: BreathMask
- type: entity
parent: ClothingMaskBase
id: ClothingMaskBear
name: bear mask
description: I'm a cloudy, cloudy, cloudy, I'm not a bear at all.
components:
- type: Sprite
sprite: Clothing/Mask/bear.rsi
- type: Clothing
sprite: Clothing/Mask/bear.rsi
- type: BreathMask
- type: entity
parent: ClothingMaskBase
id: ClothingMaskRaven
name: raven mask
description: Where I am, death... or glitter.
components:
- type: Sprite
sprite: Clothing/Mask/raven.rsi
- type: Clothing
sprite: Clothing/Mask/raven.rsi
- type: BreathMask
- type: entity
parent: ClothingMaskBase
id: ClothingMaskJackal
name: jackal mask
description: It is better not to turn your back to the owner of the mask, it may bite.
components:
- type: Sprite
sprite: Clothing/Mask/jackal.rsi
- type: Clothing
sprite: Clothing/Mask/jackal.rsi
- type: BreathMask
- type: entity
parent: ClothingMaskBase
id: ClothingMaskBat
name: bat mask
description: A bloodsucker by night, and a cute, blinded beast by day.
components:
- type: Sprite
sprite: Clothing/Mask/bat.rsi
- type: Clothing
sprite: Clothing/Mask/bat.rsi
- type: BreathMask

View File

@@ -36,6 +36,7 @@
- ClothingNeckPansexualPin
- ClothingNeckTransPin
- CluwneHorn
- ClothingMaskRat
rareChance: 0.01
prototypes:
- Lighter
@@ -53,6 +54,12 @@
- ClothingUnderSocksBee
- ClothingUnderSocksCoder
- ClothingHeadHatSquid
- ClothingMaskFox
- ClothingMaskBee
- ClothingMaskBear
- ClothingMaskRaven
- ClothingMaskJackal
- ClothingMaskBat
chance: 0.6
offset: 0.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/dannno/-tg-station/blob/a51c5a85d327f562004cef2f36c081ad0d95fd9a/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: 697 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/dannno/-tg-station/blob/a51c5a85d327f562004cef2f36c081ad0d95fd9a/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: 720 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/dannno/-tg-station/blob/a51c5a85d327f562004cef2f36c081ad0d95fd9a/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: 609 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/dannno/-tg-station/blob/a51c5a85d327f562004cef2f36c081ad0d95fd9a/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: 633 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/dannno/-tg-station/blob/a51c5a85d327f562004cef2f36c081ad0d95fd9a/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: 529 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/dannno/-tg-station/blob/a51c5a85d327f562004cef2f36c081ad0d95fd9a/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: 604 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 B

View File

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