Added 7 textures of winter boots for each department. (#21810)
@@ -16,3 +16,4 @@
|
|||||||
ClothingBeltBandolier: 2
|
ClothingBeltBandolier: 2
|
||||||
ClothingEyesGlassesSunglasses: 2
|
ClothingEyesGlassesSunglasses: 2
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -14,3 +14,4 @@
|
|||||||
ClothingOuterWinterCargo: 2
|
ClothingOuterWinterCargo: 2
|
||||||
ClothingOuterWinterMiner: 2
|
ClothingOuterWinterMiner: 2
|
||||||
ClothingNeckScarfStripedBrown: 3
|
ClothingNeckScarfStripedBrown: 3
|
||||||
|
ClothingShoesBootsWinterCargo: 2
|
||||||
|
|||||||
@@ -15,3 +15,4 @@
|
|||||||
ClothingHeadsetEngineering: 3
|
ClothingHeadsetEngineering: 3
|
||||||
ClothingOuterWinterEngi: 2
|
ClothingOuterWinterEngi: 2
|
||||||
ClothingNeckScarfStripedOrange: 3
|
ClothingNeckScarfStripedOrange: 3
|
||||||
|
ClothingShoesBootsWinterEngi: 2
|
||||||
|
|||||||
@@ -12,3 +12,4 @@
|
|||||||
ClothingHeadBandBotany: 3
|
ClothingHeadBandBotany: 3
|
||||||
ClothingHeadsetService: 2
|
ClothingHeadsetService: 2
|
||||||
ClothingOuterWinterHydro: 2
|
ClothingOuterWinterHydro: 2
|
||||||
|
|
||||||
|
|||||||
@@ -16,3 +16,4 @@
|
|||||||
UniformScrubsColorGreen: 4
|
UniformScrubsColorGreen: 4
|
||||||
UniformScrubsColorBlue: 4
|
UniformScrubsColorBlue: 4
|
||||||
UniformScrubsColorPurple: 4
|
UniformScrubsColorPurple: 4
|
||||||
|
ClothingShoesBootsWinterMed: 2
|
||||||
|
|||||||
@@ -14,3 +14,4 @@
|
|||||||
ClothingMaskGas: 3
|
ClothingMaskGas: 3
|
||||||
ClothingOuterWinterSci: 2
|
ClothingOuterWinterSci: 2
|
||||||
ClothingNeckScarfStripedPurple: 3
|
ClothingNeckScarfStripedPurple: 3
|
||||||
|
ClothingShoesBootsWinterSci: 2
|
||||||
|
|||||||
@@ -22,3 +22,4 @@
|
|||||||
ClothingOuterArmorBasicSlim: 2
|
ClothingOuterArmorBasicSlim: 2
|
||||||
ClothingEyesBlindfold: 1
|
ClothingEyesBlindfold: 1
|
||||||
ClothingShoesBootsCombat: 1
|
ClothingShoesBootsCombat: 1
|
||||||
|
ClothingShoesBootsWinterSec: 2
|
||||||
|
|||||||
@@ -14,6 +14,8 @@
|
|||||||
ClothingUniformJumpskirtOperative: 5
|
ClothingUniformJumpskirtOperative: 5
|
||||||
ClothingNeckScarfStripedSyndieGreen: 2
|
ClothingNeckScarfStripedSyndieGreen: 2
|
||||||
ClothingNeckScarfStripedSyndieRed: 2
|
ClothingNeckScarfStripedSyndieRed: 2
|
||||||
|
ClothingShoesBootsWinterSyndicate: 2
|
||||||
|
|
||||||
emaggedInventory:
|
emaggedInventory:
|
||||||
ClothingOuterCoatSyndieCapArmored: 1
|
ClothingOuterCoatSyndieCapArmored: 1
|
||||||
ClothingOuterWinterSyndieCapArmored: 1
|
ClothingOuterWinterSyndieCapArmored: 1
|
||||||
|
|||||||
@@ -50,3 +50,12 @@
|
|||||||
tags:
|
tags:
|
||||||
- Knife
|
- Knife
|
||||||
- Sidearm
|
- Sidearm
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
abstract: true
|
||||||
|
parent: ClothingShoesBaseButcherable
|
||||||
|
id: ClothingShoesBaseWinterBoots
|
||||||
|
description: Fluffy boots to help survive even the coldest of winters.
|
||||||
|
components:
|
||||||
|
- type: TemperatureProtection
|
||||||
|
coefficient: 0.2
|
||||||
|
|||||||
@@ -78,14 +78,98 @@
|
|||||||
sprite: Clothing/Shoes/Boots/laceups.rsi
|
sprite: Clothing/Shoes/Boots/laceups.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingShoesBaseButcherable
|
parent: ClothingShoesBaseWinterBoots
|
||||||
id: ClothingShoesBootsWinter
|
id: ClothingShoesBootsWinter
|
||||||
name: winter boots
|
name: winter boots
|
||||||
description: Fluffy boots to help survive even the coldest of winters.
|
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Shoes/Boots/winterboots.rsi
|
sprite: Clothing/Shoes/Boots/winterboots.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Shoes/Boots/winterboots.rsi
|
sprite: Clothing/Shoes/Boots/winterboots.rsi
|
||||||
- type: TemperatureProtection
|
|
||||||
coefficient: 0.2
|
- type: entity
|
||||||
|
parent: ClothingShoesBaseWinterBoots
|
||||||
|
id: ClothingShoesBootsWinterCargo
|
||||||
|
name: cargo winter boots
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Shoes/Boots/winterbootscargo.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Shoes/Boots/winterbootscargo.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingShoesBaseWinterBoots
|
||||||
|
id: ClothingShoesBootsWinterEngi
|
||||||
|
name: engineering winter boots
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Shoes/Boots/winterbootsengi.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Shoes/Boots/winterbootsengi.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingShoesBaseWinterBoots
|
||||||
|
id: ClothingShoesBootsWinterMed
|
||||||
|
name: medical winter boots
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Shoes/Boots/winterbootsmed.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Shoes/Boots/winterbootsmed.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingShoesBaseWinterBoots
|
||||||
|
id: ClothingShoesBootsWinterSci
|
||||||
|
name: science winter boots
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Shoes/Boots/winterbootssci.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Shoes/Boots/winterbootssci.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingShoesBaseWinterBoots
|
||||||
|
id: ClothingShoesBootsWinterSec
|
||||||
|
name: security winter boots
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Shoes/Boots/winterbootssec.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Shoes/Boots/winterbootssec.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingShoesBaseWinterBoots
|
||||||
|
id: ClothingShoesBootsWinterSyndicate
|
||||||
|
name: syndicate's winter boots
|
||||||
|
description: Durable heavy boots, looks like merch from "Syndieland"
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Shoes/Boots/winterbootssyndicate.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Shoes/Boots/winterbootssyndicate.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingShoesBaseWinterBoots
|
||||||
|
id: ClothingShoesBootsWinterWeb
|
||||||
|
name: web winter boots
|
||||||
|
description: Boots made out of dense webbing to help survive even the coldest of winters.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Shoes/Boots/winterbootsweb.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Shoes/Boots/winterbootsweb.rsi
|
||||||
|
- type: FlavorProfile
|
||||||
|
flavors:
|
||||||
|
- cobwebs
|
||||||
|
ignoreReagents:
|
||||||
|
- Fiber
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions: # 6 (3 (fiber count of web) * 2 (to craft)) + 4 (magical crafting bonus)
|
||||||
|
food:
|
||||||
|
maxVol: 10
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Fiber
|
||||||
|
Quantity: 10
|
||||||
|
- type: Construction
|
||||||
|
graph: WebObjects
|
||||||
|
node: boots
|
||||||
|
|||||||
@@ -42,6 +42,12 @@
|
|||||||
amount: 12
|
amount: 12
|
||||||
doAfter: 6
|
doAfter: 6
|
||||||
|
|
||||||
|
- to: boots
|
||||||
|
steps:
|
||||||
|
- material: WebSilk
|
||||||
|
amount: 2
|
||||||
|
doAfter: 4
|
||||||
|
|
||||||
# Deconstruction
|
# Deconstruction
|
||||||
- node: tile
|
- node: tile
|
||||||
entity: FloorTileItemWeb
|
entity: FloorTileItemWeb
|
||||||
@@ -60,3 +66,6 @@
|
|||||||
|
|
||||||
- node: shield
|
- node: shield
|
||||||
entity: WebShield
|
entity: WebShield
|
||||||
|
|
||||||
|
- node: boots
|
||||||
|
entity: ClothingShoesBootsWinterWeb
|
||||||
|
|||||||
@@ -93,3 +93,19 @@
|
|||||||
sprite: Objects/Weapons/Melee/web-shield.rsi
|
sprite: Objects/Weapons/Melee/web-shield.rsi
|
||||||
state: icon
|
state: icon
|
||||||
objectType: Item
|
objectType: Item
|
||||||
|
|
||||||
|
- type: construction
|
||||||
|
name: web winter boots
|
||||||
|
id: ClothingShoesBootsWinterWeb
|
||||||
|
graph: WebObjects
|
||||||
|
startNode: start
|
||||||
|
targetNode: boots
|
||||||
|
category: construction-category-clothing
|
||||||
|
description: "Tightly woven web should protect against the cold"
|
||||||
|
entityWhitelist:
|
||||||
|
tags:
|
||||||
|
- SpiderCraft
|
||||||
|
icon:
|
||||||
|
sprite: Clothing/Shoes/Boots/winterbootsweb.rsi
|
||||||
|
state: icon
|
||||||
|
objectType: Item
|
||||||
|
|||||||
@@ -1115,3 +1115,6 @@
|
|||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: MindShield
|
id: MindShield
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: boots
|
||||||
|
|||||||
|
After Width: | Height: | Size: 495 B |
|
After Width: | Height: | Size: 649 B |
|
After Width: | Height: | Size: 406 B |
|
After Width: | Height: | Size: 409 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Made by UbaserB and edited by Kilk for SS14" ,
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-FEET",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 480 B |
|
After Width: | Height: | Size: 542 B |
|
After Width: | Height: | Size: 406 B |
|
After Width: | Height: | Size: 408 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Made by UbaserB and edited by Kilk for SS14" ,
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-FEET",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 492 B |
|
After Width: | Height: | Size: 556 B |
|
After Width: | Height: | Size: 403 B |
|
After Width: | Height: | Size: 406 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Made by UbaserB and edited by Kilk for SS14" ,
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-FEET",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 514 B |
|
After Width: | Height: | Size: 542 B |
|
After Width: | Height: | Size: 415 B |
|
After Width: | Height: | Size: 418 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Made by UbaserB and edited by Kilk for SS14" ,
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-FEET",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 491 B |
|
After Width: | Height: | Size: 599 B |
|
After Width: | Height: | Size: 395 B |
|
After Width: | Height: | Size: 397 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Made by UbaserB and edited by Kilk for SS14" ,
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-FEET",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 456 B |
|
After Width: | Height: | Size: 489 B |
|
After Width: | Height: | Size: 398 B |
|
After Width: | Height: | Size: 396 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Made by UbaserB and edited by Kilk for SS14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-FEET",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 481 B |
|
After Width: | Height: | Size: 574 B |
|
After Width: | Height: | Size: 396 B |
|
After Width: | Height: | Size: 397 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Made by UbaserB and edited by Kilk for SS14" ,
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-FEET",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||