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

Religious Headgear For Character Customization #1297

Merged
merged 1 commit into from
Nov 30, 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
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,9 @@
id: LoadoutHeadCowboyGrey
- type: loadout
id: LoadoutHeadCowboyRed
- type: loadout
id: LoadoutHeadHijabColorable
- type: loadout
id: LoadoutHeadTurbanColorable
- type: loadout
id: LoadoutHeadKippahColorable
32 changes: 32 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Head/religious.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatHijabColorable
name: hijab
description: Encompassing cloth headwear worn by some human cultures and religions.
components:
- type: Sprite
sprite: Clothing/Head/ReligiousHeadgear/hijab.rsi
- type: Clothing
sprite: Clothing/Head/ReligiousHeadgear/hijab.rsi

- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatTurbanColorable
name: turban
description: A sturdy cloth, worn around the head.
components:
- type: Sprite
sprite: Clothing/Head/ReligiousHeadgear/turban.rsi
- type: Clothing
sprite: Clothing/Head/ReligiousHeadgear/turban.rsi

- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatKippahColorable
name: kippah
description: A head covering commonly worn by those of Jewish faith.
components:
- type: Sprite
sprite: Clothing/Head/ReligiousHeadgear/kippah.rsi
- type: Clothing
sprite: Clothing/Head/ReligiousHeadgear/kippah.rsi
36 changes: 36 additions & 0 deletions Resources/Prototypes/Loadouts/Generic/head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -746,3 +746,39 @@
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutHead

- type: loadout
id: LoadoutHeadHijabColorable
category: Head
cost: 0
exclusive: true
customColorTint: true
items:
- ClothingHeadHatHijabColorable
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutHead

- type: loadout
id: LoadoutHeadTurbanColorable
category: Head
cost: 0
exclusive: true
customColorTint: true
items:
- ClothingHeadHatTurbanColorable
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutHead

- type: loadout
id: LoadoutHeadKippahColorable
category: Head
cost: 0
exclusive: true
customColorTint: true
items:
- ClothingHeadHatKippahColorable
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutHead
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": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/b807d2f481400d0ea970643a2a345a4a04279605",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "icon"
}
]
}
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": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/310e688d876c027e87ea35312111bc6eb1f06660",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "icon"
}
]
}
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": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/b807d2f481400d0ea970643a2a345a4a04279605",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "icon"
}
]
}
Loading