Skip to content
Open
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
1 change: 1 addition & 0 deletions Resources/Locale/en-US/_CS/misc.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
item-component-size-Humungous = humungous
6 changes: 3 additions & 3 deletions Resources/Prototypes/Entities/Clothing/Back/backpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
shader: unshaded # Frontier
# equippedPrefix: holding # Frontier
- type: Item
size: Ginormous
size: Humungous # Coyote: Ginormous -> Humungous
inhandVisuals: # Frontier
left: # Frontier
- state: inhand-left # Frontier
Expand All @@ -319,9 +319,9 @@
- state: inhand-right-unlit # Frontier
shader: unshaded # Frontier
- type: Storage
maxItemSize: Huge
maxItemSize: Ginormous # Coyote: Huge -> Humungous
grid:
- 0,0,7,7 # Frontier: Was 0,0,19,9
- 0,0,19,9 # Frontier: Was 0,0,19,9 ## Coyote: Revert this nerf

- type: entity
parent: NFClothingBackpack # Frontier: ClothingBackpack<NFClothingBackpackClown
Expand Down
18 changes: 9 additions & 9 deletions Resources/Prototypes/Entities/Clothing/Back/duffel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
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.
Expand All @@ -235,7 +235,7 @@
- state: icon-unlit
shader: unshaded
- type: Item
size: Ginormous
# size: Ginormous
inhandVisuals: # Frontier
left: # Frontier
- state: inhand-left # Frontier
Expand All @@ -245,13 +245,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
12 changes: 6 additions & 6 deletions Resources/Prototypes/Entities/Clothing/Back/satchel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
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.
Expand All @@ -182,7 +182,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 +192,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
6 changes: 6 additions & 0 deletions Resources/Prototypes/_CS/item_size.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- type: itemSize
id: Humungous
weight: 64
name: item-component-size-Humungous
defaultShape:
- 0,0,7,7
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
id: NFClothingBackpack
components:
- type: Storage
maxItemSize: Large
maxItemSize: Huge # Coyote: Large -> Huge
defaultStorageOrientation: Vertical
grid:
- 0,0,6,3
Expand Down
Loading