Combat boots, but cool. (#11652)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user