Skip to content

Commit

Permalink
Lederhosen (#106)
Browse files Browse the repository at this point in the history
<!--
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
sleepyyapril authored Dec 31, 2024
2 parents f9174f9 + 10da8f1 commit 2dd1687
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 0 deletions.
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
15 changes: 15 additions & 0 deletions Resources/Prototypes/TheDen/Loadouts/Generic/uniform.yml
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
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.
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,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
}
]
}

0 comments on commit 2dd1687

Please sign in to comment.