Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added void cloak hood #31061

Merged
merged 5 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Head/hoods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -745,3 +745,20 @@
- state: coatybits-equipped-HELMET
color: "#EBE216"
- state: winterbits-equipped-HELMET

- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatHoodVoidCloak
name: void cloak hood
description: The hood of a void cloak. For those who have gone to the dark side of the force.
components:
- type: Sprite
sprite: Clothing/Head/Hoods/voidcloak.rsi
- type: Clothing
sprite: Clothing/Head/Hoods/voidcloak.rsi
- type: Tag
tags:
- WhitelistChameleon
- type: HideLayerClothing
slots:
- Hair
8 changes: 8 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,14 @@
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/void.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHatHoodVoidCloak
requiredSlot:
- neck
slot: head
- type: ContainerContainer
containers:
toggleable-clothing: !type:ContainerSlot {}
- type: TypingIndicatorClothing
proto: alien

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/Clothing/Head/Hoods/voidcloak.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Made by Dezzzix; Discord: dezzzix",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}
Loading