Skip to content

Commit

Permalink
bandolier rework (#2277)
Browse files Browse the repository at this point in the history
* i guess thats it

* reduced capacity to 20
  • Loading branch information
lexaSvarshik authored Nov 28, 2024
1 parent 04d3269 commit 39bbd41
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions Resources/Prototypes/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@
# Belts without visualizers

- type: entity
parent: [ClothingBeltAmmoProviderBase]
parent: [ClothingBeltStorageBase] #ss220 Bandolier rework
id: ClothingBeltBandolier
name: bandolier
description: A bandolier for holding shotgun ammunition.
Expand All @@ -559,11 +559,25 @@
sprite: Clothing/Belt/bandolier.rsi
- type: Item
size: Huge
- type: BallisticAmmoProvider
#ss220 Bandolier rework begin
#- type: BallisticAmmoProvider
# mayTransfer: true
# whitelist:
# tags:
# - ShellShotgun
# capacity: 14
- type: Dumpable
- type: Storage
grid:
- 0,0,4,3
quickInsert: true
areaInsert: true
whitelist:
tags:
- ShellShotgun
capacity: 14
- ShellShotgun
- CartridgeLightRifle
- CartridgeAntiMateriel
#ss220 Bandolier rework end

- type: entity
parent: ClothingBeltBase
Expand Down

0 comments on commit 39bbd41

Please sign in to comment.