Added 7 textures of winter boots for each department. (#21810)

This commit is contained in:
Kilk
2023-12-10 22:19:28 -05:00
committed by GitHub
parent 6b7f1d263f
commit 4dc0927920
48 changed files with 317 additions and 5 deletions

View File

@@ -15,4 +15,5 @@
ClothingOuterVest: 2
ClothingBeltBandolier: 2
ClothingEyesGlassesSunglasses: 2

View File

@@ -14,3 +14,4 @@
ClothingOuterWinterCargo: 2
ClothingOuterWinterMiner: 2
ClothingNeckScarfStripedBrown: 3
ClothingShoesBootsWinterCargo: 2

View File

@@ -15,3 +15,4 @@
ClothingHeadsetEngineering: 3
ClothingOuterWinterEngi: 2
ClothingNeckScarfStripedOrange: 3
ClothingShoesBootsWinterEngi: 2

View File

@@ -12,3 +12,4 @@
ClothingHeadBandBotany: 3
ClothingHeadsetService: 2
ClothingOuterWinterHydro: 2

View File

@@ -16,3 +16,4 @@
UniformScrubsColorGreen: 4
UniformScrubsColorBlue: 4
UniformScrubsColorPurple: 4
ClothingShoesBootsWinterMed: 2

View File

@@ -14,3 +14,4 @@
ClothingMaskGas: 3
ClothingOuterWinterSci: 2
ClothingNeckScarfStripedPurple: 3
ClothingShoesBootsWinterSci: 2

View File

@@ -22,3 +22,4 @@
ClothingOuterArmorBasicSlim: 2
ClothingEyesBlindfold: 1
ClothingShoesBootsCombat: 1
ClothingShoesBootsWinterSec: 2

View File

@@ -14,6 +14,8 @@
ClothingUniformJumpskirtOperative: 5
ClothingNeckScarfStripedSyndieGreen: 2
ClothingNeckScarfStripedSyndieRed: 2
ClothingShoesBootsWinterSyndicate: 2
emaggedInventory:
ClothingOuterCoatSyndieCapArmored: 1
ClothingOuterWinterSyndieCapArmored: 1

View File

@@ -50,3 +50,12 @@
tags:
- Knife
- 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

View File

@@ -78,14 +78,98 @@
sprite: Clothing/Shoes/Boots/laceups.rsi
- type: entity
parent: ClothingShoesBaseButcherable
parent: ClothingShoesBaseWinterBoots
id: ClothingShoesBootsWinter
name: winter boots
description: Fluffy boots to help survive even the coldest of winters.
components:
- type: Sprite
sprite: Clothing/Shoes/Boots/winterboots.rsi
- type: Clothing
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

View File

@@ -41,7 +41,13 @@
- material: WebSilk
amount: 12
doAfter: 6
- to: boots
steps:
- material: WebSilk
amount: 2
doAfter: 4
# Deconstruction
- node: tile
entity: FloorTileItemWeb
@@ -60,3 +66,6 @@
- node: shield
entity: WebShield
- node: boots
entity: ClothingShoesBootsWinterWeb

View File

@@ -93,3 +93,19 @@
sprite: Objects/Weapons/Melee/web-shield.rsi
state: icon
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

View File

@@ -1115,3 +1115,6 @@
- type: Tag
id: MindShield
- type: Tag
id: boots