forked from Simple-Station/Einstein-Engines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Cap Trenchcoat (Simple-Station#108)
<!-- 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 --> <!-- 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 a fashionable Captain's Armored Trenchcoat. --- <!-- 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: Rosycup - add: Added an armored trenchcoat for the Captain. Enjoy your swag!
- Loading branch information
1 parent
de66074
commit 3c63f68
Showing
8 changed files
with
52 additions
and
1 deletion.
There are no files selected for viewing
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
10 changes: 10 additions & 0 deletions
10
Resources/Prototypes/TheDen/Entities/Clothing/OuterClothing/coats.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: [ClothingOuterArmorCaptainCarapace, ClothingOuterStorageBase] | ||
id: ClothingOuterCoatCapTrench | ||
name: captain's armored trenchcoat | ||
description: A greatcoat enhanced with a special alloy for some extra protection and style for those with a commanding presence, outfitted with emblems and decor befitting its wearer. Issued only to the station's finest. | ||
components: | ||
- type: Sprite | ||
sprite: TheDen/Clothing/OuterClothing/Coats/cap_trenchcoat.rsi | ||
- type: Clothing | ||
sprite: TheDen/Clothing/OuterClothing/Coats/cap_trenchcoat.rsi |
14 changes: 14 additions & 0 deletions
14
Resources/Prototypes/TheDen/Loadouts/Jobs/Command/captain.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,14 @@ | ||
- type: loadout | ||
id: LoadoutCaptainOuterTrench | ||
category: JobsCommandCaptain | ||
cost: 0 | ||
exclusive: true | ||
canBeHeirloom: true | ||
requirements: | ||
- !type:CharacterItemGroupRequirement | ||
group: LoadoutCaptainOuter | ||
- !type:CharacterJobRequirement | ||
jobs: | ||
- Captain | ||
items: | ||
- ClothingOuterCoatCapTrench |
Binary file added
BIN
+1.29 KB
...eDen/Clothing/OuterClothing/Coats/cap_trenchcoat.rsi/equipped-OUTERCLOTHING.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
+535 Bytes
Resources/Textures/TheDen/Clothing/OuterClothing/Coats/cap_trenchcoat.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
+759 Bytes
...Textures/TheDen/Clothing/OuterClothing/Coats/cap_trenchcoat.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
+709 Bytes
...extures/TheDen/Clothing/OuterClothing/Coats/cap_trenchcoat.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/OuterClothing/Coats/cap_trenchcoat.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": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Modified by Rosycup.", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-OUTERCLOTHING", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |