Makes sabre sheathe use ItemSlots (#22792)
* added item slot * fixed filled * localized verbs * github check was acting up
This commit is contained in:
2
Resources/Locale/en-US/clothing/belts.ftl
Normal file
2
Resources/Locale/en-US/clothing/belts.ftl
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
sheath-insert-verb = Sheathe
|
||||||
|
sheath-eject-verb = Unsheathe
|
||||||
@@ -114,9 +114,10 @@
|
|||||||
parent: ClothingBeltSheath
|
parent: ClothingBeltSheath
|
||||||
suffix: Filled
|
suffix: Filled
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: ContainerFill
|
||||||
contents:
|
containers:
|
||||||
- id: CaptainSabre
|
item:
|
||||||
|
- CaptainSabre
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ClothingBeltMilitaryWebbingGrenadeFilled
|
id: ClothingBeltMilitaryWebbingGrenadeFilled
|
||||||
|
|||||||
@@ -399,7 +399,7 @@
|
|||||||
- type: Appearance
|
- type: Appearance
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBeltStorageBase
|
parent: [ClothingBeltBase, ClothingSlotBase]
|
||||||
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.
|
||||||
@@ -409,12 +409,17 @@
|
|||||||
state: sheath
|
state: sheath
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Belt/sheath.rsi
|
sprite: Clothing/Belt/sheath.rsi
|
||||||
- type: Storage
|
- type: Item
|
||||||
grid:
|
size: Ginormous
|
||||||
- 0,0,1,1
|
- type: ItemSlots
|
||||||
whitelist:
|
slots:
|
||||||
tags:
|
item:
|
||||||
- CaptainSabre
|
name: Sabre
|
||||||
|
insertVerbText: sheath-insert-verb
|
||||||
|
ejectVerbText: sheath-eject-verb
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- CaptainSabre
|
||||||
- type: ItemMapper
|
- type: ItemMapper
|
||||||
mapLayers:
|
mapLayers:
|
||||||
sheath-sabre:
|
sheath-sabre:
|
||||||
@@ -422,7 +427,7 @@
|
|||||||
tags:
|
tags:
|
||||||
- CaptainSabre
|
- CaptainSabre
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
|
|
||||||
# Belts without visualizers
|
# Belts without visualizers
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
Reference in New Issue
Block a user