Combat boots, but cool. (#11652)

This commit is contained in:
ninruB
2022-10-04 03:01:43 +02:00
committed by GitHub
parent aba2462a97
commit 5a4d2fb064
13 changed files with 65 additions and 11 deletions

View File

@@ -19,3 +19,19 @@
spawned:
- id: MaterialCloth1
amount: 1
- type: entity
abstract: true
parent: ClothingShoesBase
id: ClothingShoesStorageBase
components:
- type: Storage
capacity: 10
- type: ContainerContainer
containers:
storagebase: !type:Container
ents: []
- type: UserInterface
interfaces:
- key: enum.StorageUiKey.Key
type: StorageBoundUserInterface

View File

@@ -43,15 +43,19 @@
sprite: Clothing/Shoes/Boots/performer.rsi
- type: entity
parent: ClothingShoesBaseButcherable
parent: ClothingShoesStorageBase
id: ClothingShoesBootsCombat
name: combat boots
description: Robust combat boots for combat scenarios or combat situations. All combat, all the time.
components:
- type: Sprite
sprite: Clothing/Shoes/Boots/jackboots.rsi
sprite: Clothing/Shoes/Boots/combatboots.rsi
- type: Clothing
sprite: Clothing/Shoes/Boots/jackboots.rsi
sprite: Clothing/Shoes/Boots/combatboots.rsi
- type: Storage
whitelist:
tags:
- Knife
- type: entity
parent: ClothingShoesBaseButcherable