Small improvements to belts

This commit is contained in:
SweptWasTaken
2021-05-13 12:47:44 -07:00
parent 155220d73d
commit d24ded8c7b
2 changed files with 9 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
- type: entity - type: entity
parent: ClothingBeltBase parent: ClothingBeltBase
id: ClothingBeltBandolier id: ClothingBeltBandolier
name: assault belt name: bandolier
description: "A bandolier for holding shotgun ammunition." description: "A bandolier for holding shotgun ammunition."
components: components:
- type: Sprite - type: Sprite
@@ -47,6 +47,7 @@
sprite: Clothing/Belt/champion.rsi sprite: Clothing/Belt/champion.rsi
- type: Clothing - type: Clothing
sprite: Clothing/Belt/champion.rsi sprite: Clothing/Belt/champion.rsi
QuickEquip: true
- type: entity - type: entity
parent: ClothingBeltBase parent: ClothingBeltBase
@@ -138,7 +139,10 @@
- type: Clothing - type: Clothing
sprite: Clothing/Belt/sheath.rsi sprite: Clothing/Belt/sheath.rsi
- type: Storage - type: Storage
capacity: 40 capacity: 15
- type: StorageFill
contents:
- name: CaptainSabre
- type: entity - type: entity
parent: ClothingBeltBase parent: ClothingBeltBase
@@ -151,6 +155,7 @@
state: icon state: icon
- type: Clothing - type: Clothing
sprite: Clothing/Belt/suspenders.rsi sprite: Clothing/Belt/suspenders.rsi
QuickEquip: true
- type: entity - type: entity
parent: ClothingBeltBase parent: ClothingBeltBase
@@ -163,4 +168,4 @@
- type: Clothing - type: Clothing
sprite: Clothing/Belt/utility.rsi sprite: Clothing/Belt/utility.rsi
- type: Storage - type: Storage
capacity: 40 # Full tool loadout is 35, plus an extra capacity: 40

View File

@@ -90,7 +90,7 @@
state: icon state: icon
- type: Item - type: Item
sprite: Objects/Tools/crowbar.rsi sprite: Objects/Tools/crowbar.rsi
size: 15 size: 10
- type: ItemCooldown - type: ItemCooldown
- type: MeleeWeapon - type: MeleeWeapon
- type: Tool - type: Tool