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

Harmony Jacket #312

Merged
merged 2 commits into from
Jun 26, 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
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/Cargo/cargo_vending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockClothesFilled
cost: 3000
cost: 3100 #CD change from 3000 to 3100
category: cargoproduct-category-name-service
group: market

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
ClothingOuterCoatJensen: 3
ClothingOuterCoatCowboyDuster: 2
ClothingOuterCoatMilitaryCoat: 2
ClothingOuterCoatHarmony: 2
ClothingBeltHalfApron: 2
ClothingOuterVest: 2
ClothingShoesChef: 2
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/_CD/Entities/Clothing/OuterClothing/coats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,14 @@
- type: Clothing
sprite: _CD/Clothing/OuterClothing/Coats/miljacket.rsi

# Harmony Jacket
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatHarmony
name: harmony jacket
description: A black leather coat designed by the small Harmony company.
components:
- type: Sprite
sprite: _CD/Clothing/OuterClothing/Coats/harmonyjacket.rsi
- type: Clothing
sprite: _CD/Clothing/OuterClothing/Coats/harmonyjacket.rsi
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": "CC-BY-SA-3.0",
"copyright": "Taken from Wizard's Den at commit https://github.com/space-wizards/space-station-14/commit/de54934430c96d4c281aed3bd61aa32ce28f8366 , and modified by Nairod for Cosmatic Drift",
"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
}
]
}
Loading