Skip to content

Commit

Permalink
Re-implemented the warden's unarmored coat, with sprites from Dutch-V…
Browse files Browse the repository at this point in the history
…anDerLinde
  • Loading branch information
Krunklehorn committed Mar 2, 2024
1 parent 147ff53 commit 6fad900
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -454,9 +454,9 @@
description: A sturdy, utilitarian winter coat designed to protect a warden from any brig-bound threats and hypothermic events.
components:
- type: Sprite
sprite: Clothing/OuterClothing/WinterCoats/coatwarden.rsi
sprite: Clothing/OuterClothing/WinterCoats/coatwardenarmored.rsi
- type: Clothing
sprite: Clothing/OuterClothing/WinterCoats/coatwarden.rsi
sprite: Clothing/OuterClothing/WinterCoats/coatwardenarmored.rsi
- type: Armor
modifiers:
coefficients:
Expand All @@ -469,6 +469,19 @@
- type: ToggleableClothing
clothingPrototype: ClothingHeadHatHoodWinterWarden

- type: entity
parent: ClothingOuterWinterCoatToggleable
id: ClothingOuterWinterWardenUnarmored
name: warden's winter coat
description: A sturdy coat, a warm coat, but not an armored coat.
components:
- type: Sprite
sprite: Clothing/OuterClothing/WinterCoats/coatwarden.rsi
- type: Clothing
sprite: Clothing/OuterClothing/WinterCoats/coatwarden.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHatHoodWinterWarden

- type: entity
parent: ClothingOuterWinterCoatToggleable
id: ClothingOuterWinterSyndieCap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,7 @@
- ClothingOuterWinterCMO
- ClothingOuterWinterHoP
- ClothingOuterWinterHoSUnarmored
- ClothingOuterWinterWardenUnarmored
- ClothingOuterWinterQM
- ClothingOuterWinterRD
- ClothingNeckMantleCap
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,14 @@
Cloth: 500
Durathread: 300

- type: latheRecipe
id: ClothingOuterWinterWardenUnarmored
result: ClothingOuterWinterWardenUnarmored
completetime: 3.2
materials:
Cloth: 500
Durathread: 300

- type: latheRecipe
id: ClothingOuterWinterQM
result: ClothingOuterWinterQM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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",
"copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd, recolored by Github user PursuitinAshes",
"size": {
"x": 32,
"y": 32
Expand All @@ -23,4 +23,4 @@
"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.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62, recolored by Github user Dutch-VanDerLinde.",
"size": {
"x": 32,
"y": 32
Expand All @@ -23,4 +23,4 @@
"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.
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",
"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 6fad900

Please sign in to comment.