Add trench coats (#23563)
@@ -9,11 +9,12 @@
|
|||||||
ClothingNeckScarfStripedLightBlue: 3
|
ClothingNeckScarfStripedLightBlue: 3
|
||||||
ClothingNeckScarfStripedOrange: 3
|
ClothingNeckScarfStripedOrange: 3
|
||||||
ClothingNeckScarfStripedPurple: 3
|
ClothingNeckScarfStripedPurple: 3
|
||||||
|
ClothingOuterCoatTrench: 6
|
||||||
ClothingOuterWinterCoat: 6
|
ClothingOuterWinterCoat: 6
|
||||||
|
ClothingShoesBootsWinter: 6
|
||||||
ClothingOuterFlannelRed: 2
|
ClothingOuterFlannelRed: 2
|
||||||
ClothingOuterFlannelBlue: 2
|
ClothingOuterFlannelBlue: 2
|
||||||
ClothingOuterFlannelGreen: 2
|
ClothingOuterFlannelGreen: 2
|
||||||
ClothingShoesBootsWinter: 6
|
|
||||||
ClothingOuterCoatBomber: 3
|
ClothingOuterCoatBomber: 3
|
||||||
ClothingHeadHatSantahat: 2
|
ClothingHeadHatSantahat: 2
|
||||||
ClothingHeadHatXmasCrown: 2
|
ClothingHeadHatXmasCrown: 2
|
||||||
|
|||||||
@@ -87,6 +87,32 @@
|
|||||||
- type: ToggleableClothing
|
- type: ToggleableClothing
|
||||||
clothingPrototype: ClothingHeadHatHoodChaplainHood
|
clothingPrototype: ClothingHeadHatHoodChaplainHood
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingOuterStorageBase
|
||||||
|
id: ClothingOuterCoatTrench
|
||||||
|
name: trench coat
|
||||||
|
description: A comfy trench coat.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/OuterClothing/Coats/trenchcoat.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/OuterClothing/Coats/trenchcoat.rsi
|
||||||
|
- type: TemperatureProtection
|
||||||
|
coefficient: 0.1
|
||||||
|
- type: Armor
|
||||||
|
modifiers:
|
||||||
|
coefficients:
|
||||||
|
Slash: 0.95
|
||||||
|
- type: Food
|
||||||
|
requiresSpecialDigestion: true
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
food:
|
||||||
|
maxVol: 20
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Fiber
|
||||||
|
Quantity: 20
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterStorageBase
|
parent: ClothingOuterStorageBase
|
||||||
id: ClothingOuterCoatLab
|
id: ClothingOuterCoatLab
|
||||||
|
|||||||
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 376 B |
|
After Width: | Height: | Size: 396 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,41 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from paradise at commit https://github.com/ParadiseSS13/Paradise/pull/19491/commits/e9a900022ca1cf0fed0e320c7a0cce500287ab99",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "icon-open"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-OUTERCLOTHING",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "open-equipped-OUTERCLOTHING",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "open-inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "open-inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |