Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Slasher Costume PR #217

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
21 changes: 21 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Clothing/Masks/masks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- type: entity
parent: ClothingMaskPullableBase
id: ClothingMaskHockeyBase
description: It's a dirty-looking hockey mask, with some red markings on it, presumably painted. Whoever wore this was an aggressive player.
abstract: true
components:
- type: IngestionBlocker
- type: DiseaseProtection
protection: 0.05
- type: IdentityBlocker
- type: BreathMask
ps3moira marked this conversation as resolved.
Show resolved Hide resolved

- type: entity
parent: ClothingMaskHockeyBase
id: ClothingMaskHockeyMask
name: hockey mask
components:
- type: Sprite
sprite: DeltaV/Clothing/Mask/hockey_mask.rsi
- type: Clothing
sprite: DeltaV/Clothing/Mask/hockey_mask.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
- type: Clothing
sprite: DeltaV/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitBloodyClothes
name: blood-soaked clothes
description: It's soaked in blood, presumably of Space-Camp goers...
components:
- type: Sprite
sprite: DeltaV/Clothing/Uniforms/Jumpsuit/bloody_clothes.rsi
- type: Clothing
sprite: DeltaV/Clothing/Uniforms/Jumpsuit/bloody_clothes.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitBoatswain
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions Resources/Textures/DeltaV/Clothing/Mask/hockey_mask.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by @Adeinitas",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-MASK",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by @Adeinitas",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
}
]
}
Loading