Skip to content

Commit

Permalink
Resprites the HoS Trenchcoat and Changes the HoS Mantle (#215)
Browse files Browse the repository at this point in the history
Co-authored-by: BoskiYourk <175783845+BoskiYourk@users.noreply.guthub.com>
  • Loading branch information
BoskiYourk and BoskiYourk authored Nov 29, 2024
1 parent dc362ab commit fd4c42e
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Resources/Prototypes/Entities/Clothing/Neck/mantles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
id: ClothingNeckMantleHOS
name: head of security's mantle
description: Shootouts with nukies are just another Tuesday for this HoS. This mantle is a symbol of commitment to the station.
components:
components: #Harmony Update:Updating pathing for HoS mantle spriting fix
- type: Sprite
sprite: Clothing/Neck/mantles/hosmantle.rsi
sprite: _Harmony/Clothing/Neck/mantles/hosmantle.rsi
- type: Clothing
sprite: Clothing/Neck/mantles/hosmantle.rsi
sprite: _Harmony/Clothing/Neck/mantles/hosmantle.rsi

- type: entity
parent: [ClothingNeckBase, BaseCommandContraband]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@
id: ClothingOuterCoatHoSTrench
name: head of security's armored trenchcoat
description: A greatcoat enhanced with a special alloy for some extra protection and style for those with a commanding presence.
components:
components: #Harmony Update:Updating pathing for the new HoS coat
- type: Sprite
sprite: Clothing/OuterClothing/Coats/hos_trenchcoat.rsi
sprite: _Harmony/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/hos_trenchcoat.rsi
sprite: _Harmony/Clothing/OuterClothing/Coats/hos_trenchcoat.rsi

- type: entity
parent: ClothingOuterStorageToggleableBase
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.
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: https://github.com/space-wizards/space-station-14/pull/7233 and updated by BoskiYourk for use in Harmony",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}
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.
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,30 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Made by BoskiYourk for use in Harmony",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit fd4c42e

Please sign in to comment.