interfaces:
- key: enum.StorageUiKey.Key
type: StorageBoundUserInterface
+
+- type: entity
+ abstract: true
+ parent: ClothingBeltBase
+ id: ClothingBeltAmmoProviderBase
+ components:
+ - type: BallisticAmmoProvider
+ mayTransfer: true
+ - type: Item
+ size: Ginormous
+ - type: ContainerContainer
+ containers:
+ ballistic-ammo: !type:Container
+
# Belts without visualizers
- type: entity
- parent: ClothingBeltStorageBase
+ parent: ClothingBeltAmmoProviderBase
id: ClothingBeltBandolier
name: bandolier
description: A bandolier for holding shotgun ammunition.
sprite: Clothing/Belt/bandolier.rsi
- type: Item
size: Huge
- - type: Storage
+ - type: BallisticAmmoProvider
whitelist:
tags:
- ShellShotgun
+ capacity: 14
- type: entity
parent: ClothingBeltBase