-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- This is a semi-strict format, you can add/remove sections as needed but the order/format should be kept the same Remove these comments before submitting --> # Description <!-- Explain this PR in as much detail as applicable Some example prompts to consider: How might this affect the game? The codebase? What might be some alternatives to this? How/Who does this benefit/hurt [the game/codebase]? --> Added in lederhosen at the request of Lore on the Discord. They can be found in the loadout menu. --- <!-- This is default collapsed, readers click to expand it and see all your media The PR media section can get very large at times, so this is a good way to keep it clean The title is written using HTML tags The title must be within the <summary> tags or you won't see it --> <details><summary><h1>Media</h1></summary> <p> ![lederhosen1](https://github.com/user-attachments/assets/ec516e6c-4525-402c-9b28-33ab632d8670) ![lederhosen2](https://github.com/user-attachments/assets/399b8b41-05ee-43ac-99ab-cf7815e32036) </p> </details> --- # Changelog <!-- You can add an author after the `:cl:` to change the name that appears in the changelog (ex: `:cl: Death`) Leaving it blank will default to your GitHub display name This includes all available types for the changelog --> :cl: - add: Added Lederhosen
- Loading branch information
Showing
7 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
Resources/Prototypes/TheDen/Entities/Clothing/Uniforms/jumpsuits.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- type: entity | ||
parent: ClothingUniformBase | ||
id: ClothingUniformJumpsuitLederhosen | ||
name: lederhosen | ||
description: A traditional type of leather breeches. | ||
components: | ||
- type: Sprite | ||
sprite: TheDen/Clothing/Uniforms/Jumpsuit/lederhosen.rsi | ||
- type: Clothing | ||
sprite: TheDen/Clothing/Uniforms/Jumpsuit/lederhosen.rsi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- type: loadout | ||
id: LoadoutUniformJumpsuitLederhosen | ||
category: Uniform | ||
cost: 0 | ||
exclusive: true | ||
items: | ||
- ClothingUniformJumpsuitLederhosen | ||
requirements: | ||
- !type:CharacterItemGroupRequirement | ||
group: LoadoutUniformsCivilian2 | ||
- !type:CharacterDepartmentRequirement | ||
inverted: true | ||
departments: | ||
- Security | ||
- Command |
Binary file added
BIN
+999 Bytes
...res/TheDen/Clothing/Uniforms/Jumpsuit/lederhosen.rsi/equipped-INNERCLOTHING.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+365 Bytes
Resources/Textures/TheDen/Clothing/Uniforms/Jumpsuit/lederhosen.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+250 Bytes
...urces/Textures/TheDen/Clothing/Uniforms/Jumpsuit/lederhosen.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+257 Bytes
...rces/Textures/TheDen/Clothing/Uniforms/Jumpsuit/lederhosen.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/TheDen/Clothing/Uniforms/Jumpsuit/lederhosen.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Lore5167, DiscordID: 292412571422687235", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-INNERCLOTHING", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |