Missing Storage UI hot fix (#7835)
Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
@@ -11,3 +11,15 @@
|
|||||||
quickEquip: false
|
quickEquip: false
|
||||||
equipSound:
|
equipSound:
|
||||||
path: /Audio/Items/belt_equip.ogg
|
path: /Audio/Items/belt_equip.ogg
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
abstract: true
|
||||||
|
parent: ClothingBeltBase
|
||||||
|
id: ClothingBeltStorageBase
|
||||||
|
components:
|
||||||
|
- type: Storage
|
||||||
|
capacity: 40
|
||||||
|
- type: UserInterface
|
||||||
|
interfaces:
|
||||||
|
- key: enum.StorageUiKey.Key
|
||||||
|
type: StorageBoundUserInterface
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Belts that need/have visualizers
|
# Belts that need/have visualizers
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltStorageBase
|
||||||
id: ClothingBeltUtility
|
id: ClothingBeltUtility
|
||||||
name: utility belt
|
name: utility belt
|
||||||
description: Can hold various things.
|
description: Can hold various things.
|
||||||
@@ -11,7 +11,6 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Belt/utility.rsi
|
sprite: Clothing/Belt/utility.rsi
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 40
|
|
||||||
# TODO: Fill this out more.
|
# TODO: Fill this out more.
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
@@ -62,13 +61,9 @@
|
|||||||
visuals:
|
visuals:
|
||||||
- type: MappedItemVisualizer
|
- type: MappedItemVisualizer
|
||||||
sprite: Clothing/Belt/belt_overlay.rsi
|
sprite: Clothing/Belt/belt_overlay.rsi
|
||||||
- type: UserInterface
|
|
||||||
interfaces:
|
|
||||||
- key: enum.StorageUiKey.Key
|
|
||||||
type: StorageBoundUserInterface
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltStorageBase
|
||||||
id: ClothingBeltChiefEngineer
|
id: ClothingBeltChiefEngineer
|
||||||
name: chief engineer's toolbelt
|
name: chief engineer's toolbelt
|
||||||
description: Holds tools, looks snazzy.
|
description: Holds tools, looks snazzy.
|
||||||
@@ -143,7 +138,7 @@
|
|||||||
sprite: Clothing/Belt/belt_overlay.rsi
|
sprite: Clothing/Belt/belt_overlay.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltStorageBase
|
||||||
id: ClothingBeltAssault
|
id: ClothingBeltAssault
|
||||||
name: assault belt
|
name: assault belt
|
||||||
description: A tactical assault belt.
|
description: A tactical assault belt.
|
||||||
@@ -153,7 +148,6 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Belt/assault.rsi
|
sprite: Clothing/Belt/assault.rsi
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 40
|
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- CigPack
|
- CigPack
|
||||||
@@ -181,7 +175,7 @@
|
|||||||
sprite: Clothing/Belt/belt_overlay.rsi
|
sprite: Clothing/Belt/belt_overlay.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltStorageBase
|
||||||
id: ClothingBeltJanitor
|
id: ClothingBeltJanitor
|
||||||
name: janibelt
|
name: janibelt
|
||||||
description: A belt used to hold most janitorial supplies.
|
description: A belt used to hold most janitorial supplies.
|
||||||
@@ -191,7 +185,6 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Belt/janitor.rsi
|
sprite: Clothing/Belt/janitor.rsi
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 40
|
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- Wrench
|
- Wrench
|
||||||
@@ -220,7 +213,7 @@
|
|||||||
sprite: Clothing/Belt/belt_overlay.rsi
|
sprite: Clothing/Belt/belt_overlay.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltStorageBase
|
||||||
id: ClothingBeltMedical
|
id: ClothingBeltMedical
|
||||||
name: medical belt
|
name: medical belt
|
||||||
description: Can hold various medical equipment.
|
description: Can hold various medical equipment.
|
||||||
@@ -230,7 +223,6 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Belt/medical.rsi
|
sprite: Clothing/Belt/medical.rsi
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 40
|
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- Wrench
|
- Wrench
|
||||||
@@ -282,7 +274,7 @@
|
|||||||
sprite: Clothing/Belt/belt_overlay.rsi
|
sprite: Clothing/Belt/belt_overlay.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltStorageBase
|
||||||
id: ClothingBeltPlant
|
id: ClothingBeltPlant
|
||||||
name: botanical belt
|
name: botanical belt
|
||||||
description: A belt used to hold most hydroponics supplies. Suprisingly, not green.
|
description: A belt used to hold most hydroponics supplies. Suprisingly, not green.
|
||||||
@@ -292,7 +284,6 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Belt/plant.rsi
|
sprite: Clothing/Belt/plant.rsi
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 40
|
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- BotanyHoe
|
- BotanyHoe
|
||||||
@@ -337,7 +328,7 @@
|
|||||||
sprite: Clothing/Belt/belt_overlay.rsi
|
sprite: Clothing/Belt/belt_overlay.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltStorageBase
|
||||||
id: ClothingBeltSecurity
|
id: ClothingBeltSecurity
|
||||||
name: security belt
|
name: security belt
|
||||||
description: Can hold security gear like handcuffs and flashes.
|
description: Can hold security gear like handcuffs and flashes.
|
||||||
@@ -347,7 +338,6 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Belt/security.rsi
|
sprite: Clothing/Belt/security.rsi
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 40
|
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- CigPack
|
- CigPack
|
||||||
@@ -373,7 +363,7 @@
|
|||||||
sprite: Clothing/Belt/belt_overlay.rsi
|
sprite: Clothing/Belt/belt_overlay.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltStorageBase
|
||||||
id: ClothingBeltSheath
|
id: ClothingBeltSheath
|
||||||
name: sabre sheath
|
name: sabre sheath
|
||||||
description: An ornate sheath designed to hold an officer's blade.
|
description: An ornate sheath designed to hold an officer's blade.
|
||||||
@@ -401,7 +391,7 @@
|
|||||||
# Belts without visualizers
|
# Belts without visualizers
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltStorageBase
|
||||||
id: ClothingBeltBandolier
|
id: ClothingBeltBandolier
|
||||||
name: bandolier
|
name: bandolier
|
||||||
description: A bandolier for holding shotgun ammunition.
|
description: A bandolier for holding shotgun ammunition.
|
||||||
@@ -429,7 +419,7 @@
|
|||||||
quickEquip: true
|
quickEquip: true
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltStorageBase
|
||||||
id: ClothingBeltHolster
|
id: ClothingBeltHolster
|
||||||
name: shoulder holster
|
name: shoulder holster
|
||||||
description: 'A holster to carry a handgun and ammo. WARNING: Badasses only.'
|
description: 'A holster to carry a handgun and ammo. WARNING: Badasses only.'
|
||||||
@@ -442,7 +432,7 @@
|
|||||||
capacity: 20
|
capacity: 20
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltStorageBase
|
||||||
id: ClothingBeltSecurityWebbing
|
id: ClothingBeltSecurityWebbing
|
||||||
name: security webbing
|
name: security webbing
|
||||||
description: Unique and versatile chest rig, can hold security gear.
|
description: Unique and versatile chest rig, can hold security gear.
|
||||||
@@ -451,11 +441,9 @@
|
|||||||
sprite: Clothing/Belt/securitywebbing.rsi
|
sprite: Clothing/Belt/securitywebbing.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Belt/securitywebbing.rsi
|
sprite: Clothing/Belt/securitywebbing.rsi
|
||||||
- type: Storage
|
|
||||||
capacity: 40
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltStorageBase
|
||||||
id: ClothingBeltMilitaryWebbing
|
id: ClothingBeltMilitaryWebbing
|
||||||
name: chest rig
|
name: chest rig
|
||||||
description: A set of tactical webbing worn by Syndicate boarding parties.
|
description: A set of tactical webbing worn by Syndicate boarding parties.
|
||||||
@@ -464,8 +452,6 @@
|
|||||||
sprite: Clothing/Belt/militarywebbing.rsi
|
sprite: Clothing/Belt/militarywebbing.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Belt/militarywebbing.rsi
|
sprite: Clothing/Belt/militarywebbing.rsi
|
||||||
- type: Storage
|
|
||||||
capacity: 40
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltBase
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterBase
|
parent: ClothingOuterStorageBase
|
||||||
id: ClothingOuterWinterCoat
|
id: ClothingOuterWinterCoat
|
||||||
name: winter coat
|
name: winter coat
|
||||||
description: A heavy jacket made from 'synthetic' animal furs.
|
description: A heavy jacket made from 'synthetic' animal furs.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coat.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coat.rsi
|
||||||
@@ -15,8 +15,6 @@
|
|||||||
coefficients:
|
coefficients:
|
||||||
Slash: 0.95
|
Slash: 0.95
|
||||||
Heat: 0.75
|
Heat: 0.75
|
||||||
- type: Storage
|
|
||||||
capacity: 10
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoat
|
||||||
@@ -71,7 +69,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoat
|
||||||
id: ClothingOuterWinterChem
|
id: ClothingOuterWinterChem
|
||||||
name: chemistry winter coat
|
name: chemistry winter coat
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coatchem.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatchem.rsi
|
||||||
@@ -151,7 +149,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoat
|
||||||
id: ClothingOuterWinterMed
|
id: ClothingOuterWinterMed
|
||||||
name: medical winter coat
|
name: medical winter coat
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coatmed.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatmed.rsi
|
||||||
@@ -201,7 +199,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoat
|
||||||
id: ClothingOuterWinterRobo
|
id: ClothingOuterWinterRobo
|
||||||
name: robotics winter coat
|
name: robotics winter coat
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coatrobo.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatrobo.rsi
|
||||||
|
|||||||
Reference in New Issue
Block a user