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

add cold weather ponchos #2688

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 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
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
ClothingHeadsetPrison: 3 # DeltaV - prison headsets in secdrobe
ClothingOuterStasecSweater: 2 # DeltaV - add sweaters to secdrobe
ClothingOuterCoatStasec: 2 # DeltaV - replace ClothingOuterWinterSec
ClothingNeckCWPSec: 2 # DeltaV - add cold weather ponchos
## ClothingOuterArmorBasic: 2 # DeltaV - moved body armour from SecDrobe to SecTech
## ClothingOuterArmorBasicSlim: 2
ClothingNeckScarfStripedRed: 3
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1265,6 +1265,9 @@
- ClothingNeckScarfStripedOrange
- ClothingNeckScarfStripedBlack
- ClothingNeckScarfStripedPurple
# DeltaV Ponchos
- ClothingNeckCWPSec
- ClothingNeckCWPArctic
# Carpets
- Carpet
- CarpetBlack
Expand Down
30 changes: 30 additions & 0 deletions Resources/Prototypes/_DV/Entities/Clothing/Neck/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,33 @@
- type: TypingIndicatorClothing
proto: lawyer

- type: entity
parent: ClothingNeckBase
id: ClothingNeckCWPSec
name: security cold weather poncho
description: The Cold Weather Poncho, advertised as a masterpiece of elemental protection. The truth is that it's itchy, stuffy, and a little baggy - but at least it's not cold. This one is grey with Station Security markings.
components:
- type: Sprite
sprite: _DV/Clothing/Neck/Misc/cwpsec.rsi
- type: Clothing
sprite: _DV/Clothing/Neck/Misc/cwpsec.rsi
- type: Item
size: Normal
- type: TemperatureProtection
heatingCoefficient: 1.1
coolingCoefficient: 0.1
- type: Armor
modifiers:
coefficients:
Heat: 0.90

- type: entity
parent: ClothingNeckCWPSec
id: ClothingNeckCWPArctic
name: cold weather poncho
description: The Cold Weather Poncho, advertised as a masterpiece of elemental protection. The truth is that it's itchy, stuffy, and a little baggy - but at least it's not cold.
components:
- type: Sprite
sprite: _DV/Clothing/Neck/Misc/cwparctic.rsi
- type: Clothing
sprite: _DV/Clothing/Neck/Misc/cwparctic.rsi
12 changes: 12 additions & 0 deletions Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@
result: ClothingOuterStasecSweater
completetime: 4

# Ponchos

- type: latheRecipe
parent: BaseCommandCoatRecipe
id: ClothingNeckCWPArctic
result: ClothingNeckCWPArctic
TadJohnson00 marked this conversation as resolved.
Show resolved Hide resolved

- type: latheRecipe
parent: BaseCommandCoatRecipe
TadJohnson00 marked this conversation as resolved.
Show resolved Hide resolved
id: ClothingNeckCWPSec
result: ClothingNeckCWPSec

# Chief Justice Wardrobe

- type: latheRecipe
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.
TadJohnson00 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Original work by TJohnson.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"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.
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.
26 changes: 26 additions & 0 deletions Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/meta.json
TadJohnson00 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Original work by TJohnson.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading