Satchel and Duffelbag of Holding. (#2866)

* Duffel of Holding

* Satchel of Holding

* Added equipped sprites for both syn duffel variants

* Moved syndie stuff to another PR
This commit is contained in:
Swept
2021-01-01 13:16:08 +00:00
committed by GitHub
parent 8f1c4b79c6
commit 9af508e0b5
26 changed files with 472 additions and 5 deletions

View File

@@ -130,4 +130,5 @@
shader: unshaded
- type: Clothing
sprite: Clothing/Back/Backpacks/holding.rsi
HeldPrefix: holding
- type: Storage
capacity: 10000

View File

@@ -81,3 +81,21 @@
sprite: Clothing/Back/Duffels/syndicate.rsi
- type: Clothing
sprite: Clothing/Back/Duffels/syndicate.rsi
- type: entity
parent: ClothingBackpackDuffel
id: ClothingBackpackDuffelHolding
name: duffelbag of holding
description: A duffelbag that opens into a localized pocket of bluespace.
components:
- type: Sprite
sprite: Clothing/Back/Duffels/holding.rsi
state: icon
layers:
- state: icon
- state: icon-unlit
shader: unshaded
- type: Clothing
sprite: Clothing/Back/Duffels/holding.rsi
- type: Storage
capacity: 10000

View File

@@ -92,3 +92,21 @@
sprite: Clothing/Back/Satchels/hydroponics.rsi
- type: Clothing
sprite: Clothing/Back/Satchels/hydroponics.rsi
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelHolding
name: satchel of holding
description: A satchel that opens into a localized pocket of bluespace.
components:
- type: Sprite
sprite: Clothing/Back/Satchels/holding.rsi
state: icon
layers:
- state: icon
- state: icon-unlit
shader: unshaded
- type: Clothing
sprite: Clothing/Back/Satchels/holding.rsi
- type: Storage
capacity: 10000