Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Back/backpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,15 @@
name: bag of holding
description: A backpack that opens into a localized pocket of bluespace.
components:
- type: ChameleonClothing # Coyote start
slot: [back]
default: ClothingBackpackHolding
- type: UserInterface
interfaces:
enum.StorageUiKey.Key:
type: StorageBoundUserInterface
enum.ChameleonUiKey.Key:
type: ChameleonBoundUserInterface # Coyote end
- type: Sprite
sprite: _NF/Clothing/Back/Backpacks/holding.rsi # Frontier
state: holding
Expand Down
21 changes: 12 additions & 9 deletions Resources/Prototypes/Entities/Clothing/Back/duffel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,14 @@
tags: [] # ignore "WhitelistChameleon" tag

- type: entity
parent: NFClothingDuffel # Frontier: ClothingBackpackDuffelNFClothingDuffel
parent: ClothingBackpackHolding # Frontier: ClothingBackpackDuffelNFClothingDuffel ## Coyote: NFClothingDuffel -> ClothingBackpackHolding
id: ClothingBackpackDuffelHolding
name: duffelbag of holding
description: A duffelbag that opens into a localized pocket of bluespace.
components:
- type: ChameleonClothing # Coyote start
slot: [back]
default: ClothingBackpackDuffelHolding # Coyote end
- type: Sprite
sprite: _NF/Clothing/Back/Duffels/holding.rsi # Frontier
state: icon
Expand All @@ -235,7 +238,7 @@
- state: icon-unlit
shader: unshaded
- type: Item
size: Ginormous
# size: Ginormous
inhandVisuals: # Frontier
left: # Frontier
- state: inhand-left # Frontier
Expand All @@ -245,13 +248,13 @@
- state: inhand-right # Frontier
- state: inhand-right-unlit # Frontier
shader: unshaded # Frontier
- type: Storage
maxItemSize: Huge
grid:
- 0,0,7,7 # Frontier: Was 0,0,19,9
- type: ClothingSpeedModifier
sprintModifier: 1 # makes its stats identical to other variants of bag of holding
- type: HeldSpeedModifier
# - type: Storage # Coyote: Reparenting [
# maxItemSize: Huge
# grid:
# - 0,0,7,7 # Frontier: Was 0,0,19,9
# - type: ClothingSpeedModifier
# sprintModifier: 1 # makes its stats identical to other variants of bag of holding
# - type: HeldSpeedModifier ## Coyote ]
- type: Clothing # Frontier
sprite: _NF/Clothing/Back/Duffels/holding.rsi # Frontier
clothingVisuals: # Frontier
Expand Down
15 changes: 9 additions & 6 deletions Resources/Prototypes/Entities/Clothing/Back/satchel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,14 @@
sprite: Clothing/Back/Satchels/satchel-red.rsi

- type: entity
parent: ClothingBackpackSatchel
parent: ClothingBackpackHolding # Coyote: ClothingBackpackSatchel -> ClothingBackpackHolding
id: ClothingBackpackSatchelHolding
name: satchel of holding
description: A satchel that opens into a localized pocket of bluespace.
components:
- type: ChameleonClothing # Coyote start
slot: [back]
default: ClothingBackpackSatchelHolding # Coyote end
- type: Sprite
sprite: _NF/Clothing/Back/Satchels/holding.rsi # Frontier
state: icon
Expand All @@ -182,7 +185,7 @@
- state: icon-unlit
shader: unshaded
- type: Item
size: Ginormous
# size: Ginormous # Coyote: Reparenting
inhandVisuals: # Frontier
left: # Frontier
- state: inhand-left # Frontier
Expand All @@ -192,10 +195,10 @@
- state: inhand-right # Frontier
- state: inhand-right-unlit # Frontier
shader: unshaded # Frontier
- type: Storage
maxItemSize: Huge
grid:
- 0,0,7,7 # Frontier: Was 0,0,19,9
# - type: Storage # Coyote: Reparenting [
# maxItemSize: Huge
# grid:
# - 0,0,7,7 # Frontier: Was 0,0,19,9 ## Coyote: ]
- type: Clothing # Frontier
sprite: _NF/Clothing/Back/Satchels/holding.rsi # Frontier
clothingVisuals: # Frontier
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Recipes/Lathes/Packs/science.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
- NFClothingShoesBootsMoon # Frontier: use NF variant
- ClothingShoesBootsSpeed
- ClothingBackpackHolding
- ClothingBackpackSatchelHolding
- ClothingBackpackDuffelHolding
# - ClothingBackpackSatchelHolding # Coyote: Unify into chameleon
# - ClothingBackpackDuffelHolding # Coyote: Unify into chameleon

- type: latheRecipePack
id: PowerCells
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/_NF/Entities/Clothing/Back/messenger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,9 @@
name: messenger bag of holding
description: A messenger bag that opens into a localized pocket of bluespace.
components:
- type: ChameleonClothing # Coyote start
slot: [back]
default: ClothingBackpackMessengerHolding # Coyote end
- type: Sprite
sprite: _NF/Clothing/Back/Messenger/holding.rsi
state: icon
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/_NF/Recipes/Lathes/Packs/blueprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -544,10 +544,10 @@
- PowerCellHigh
- TurboItemRechargerCircuitboard
# BluespaceStorage
- ClothingBackpackHolding
- ClothingBackpackSatchelHolding
- ClothingBackpackDuffelHolding
- ClothingBackpackMessengerHolding
- ClothingBackpackHolding # Coyote: Unify into single chameleon item
# - ClothingBackpackSatchelHolding
# - ClothingBackpackDuffelHolding
# - ClothingBackpackMessengerHolding
# PortableFission
- PowerCellMicroreactor
# HardsuitsBasic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Bluespace Storange

- ClothingBackpackMessengerHolding
# - ClothingBackpackMessengerHolding # Coyote: Unify into chameleon

# Engineering

Expand Down
Loading