Added 7 textures of winter boots for each department. (#21810)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user