Skip to content

Commit

Permalink
Add additional HoS Winter Coat matching Warden's (space-wizards#38)
Browse files Browse the repository at this point in the history
* Initial Resprite, Copyright v1

* Give it armor, description, rename

* Move New HoS Coat to own files

* Bring back old coat

* Add coats to Lockers + Printers

* Remove really poorly done hoodie string
  • Loading branch information
PursuitInAshes authored and LankLTE committed Feb 18, 2024
1 parent 6028a97 commit b6b0a15
Show file tree
Hide file tree
Showing 9 changed files with 75 additions and 26 deletions.
2 changes: 2 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@
- id: BoxEncryptionKeySecurity
- id: HoloprojectorSecurity
- id: BookSecretDocuments
- id: ClothingOuterWinterArmoredHoS

- type: entity
id: LockerHeadOfSecurityFilled
Expand All @@ -299,6 +300,7 @@
- id: BoxEncryptionKeySecurity
- id: HoloprojectorSecurity
- id: BookSecretDocuments
- id: ClothingOuterWinterArmoredHoS

- type: entity
id: LockerFreezerVaultFilled
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,31 @@
- type: ToggleableClothing
clothingPrototype: ClothingHeadHatHoodWinterHOP

- type: entity
parent: ClothingOuterWinterCoatToggleable
id: ClothingOuterWinterArmoredHoS
name: head of security's armored winter coat
description: A sturdy, winter coat designed for the lonely and cold shifts.
components:
- type: Sprite
sprite: Clothing/OuterClothing/WinterCoats/coatarmoredhos.rsi
- type: Clothing
sprite: Clothing/OuterClothing/WinterCoats/coatarmoredhos.rsi
- type: Armor
modifiers:
coefficients:
Blunt: 0.70
Slash: 0.70
Piercing: 0.8 #slightly less bulletproof then warden's normal coat
Heat: 0.70
- type: ToggleableClothing
clothingPrototype: ClothingHeadHatHoodWinterHOS

- type: entity
parent: ClothingOuterWinterCoatToggleable
id: ClothingOuterWinterHoS
name: head of security's winter coat
name: head of security's winter coat
description: A sturdy, winter coat designed for the lonely and cold shifts.
components:
- type: Sprite
sprite: Clothing/OuterClothing/WinterCoats/coathos.rsi
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.
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": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd, recolored by PursuitinAshes",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
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
@@ -1,26 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62 - Minor Sprite Issue Fixed By PursuitinAshes",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit b6b0a15

Please sign in to comment.