upped the bandolier slots to 14 and made it function like an ammo box (#21903)
This commit is contained in:
@@ -34,3 +34,17 @@
|
|||||||
interfaces:
|
interfaces:
|
||||||
- key: enum.StorageUiKey.Key
|
- key: enum.StorageUiKey.Key
|
||||||
type: StorageBoundUserInterface
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -406,7 +406,7 @@
|
|||||||
# Belts without visualizers
|
# Belts without visualizers
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBeltStorageBase
|
parent: ClothingBeltAmmoProviderBase
|
||||||
id: ClothingBeltBandolier
|
id: ClothingBeltBandolier
|
||||||
name: bandolier
|
name: bandolier
|
||||||
description: A bandolier for holding shotgun ammunition.
|
description: A bandolier for holding shotgun ammunition.
|
||||||
@@ -417,10 +417,11 @@
|
|||||||
sprite: Clothing/Belt/bandolier.rsi
|
sprite: Clothing/Belt/bandolier.rsi
|
||||||
- type: Item
|
- type: Item
|
||||||
size: Huge
|
size: Huge
|
||||||
- type: Storage
|
- type: BallisticAmmoProvider
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- ShellShotgun
|
- ShellShotgun
|
||||||
|
capacity: 14
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltBase
|
||||||
|
|||||||
Reference in New Issue
Block a user