Skip to content

Commit

Permalink
Hanbok
Browse files Browse the repository at this point in the history
This reverts commit 6449fe9.

# Description

Description.

---

# TODO

- [ ] Task
- [x] Completed Task

---

<details><summary><h1>Media</h1></summary>
<p>

<!-- ![Example Media Embed](https://example.com/thisimageisntreal.png) -->

</p>
</details>

---

# Changelog

<!-- You can add an author after the `:cl:` to change the name that appears in the changelog, ex: `:cl: Death`, it will default to your GitHub display name -->

:cl:
- add: Added fun!
- tweak: Tweaked fun!
- fix: Fixed fun!
- remove: Removed fun!
  • Loading branch information
toasterpm87 committed Feb 14, 2024
1 parent 402b6b0 commit 2c2213e
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Resources/Prototypes/Caldera/Clothing/Outfits
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingHanbok
description: A traditional Korean dress
components:
- type: Sprite
sprite: Caldera\Clothing\Hanbok.rsi
- type: Clothing
sprite: Caldera\Clothing\Hanbok.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
ClothingHandsGlovesColorGreen: 2
ClothingHandsGlovesColorOrange: 2
ClothingHandsGlovesColorPurple: 2
ClothingHanbok: 2
contrabandInventory:
ClothingMaskNeckGaiter: 2
ClothingUniformJumpsuitTacticool: 1
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/Caldera/Clothing/Hanbok.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": "Plyush/katayusha",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
}
]
}

0 comments on commit 2c2213e

Please sign in to comment.