diff --git a/Resources/Locale/en-US/_CS/misc.ftl b/Resources/Locale/en-US/_CS/misc.ftl new file mode 100644 index 00000000000..d269ebe7fe4 --- /dev/null +++ b/Resources/Locale/en-US/_CS/misc.ftl @@ -0,0 +1 @@ +item-component-size-Humungous = humungous diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index 046aafecc8f..9ace7905d04 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -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 @@ -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 ClothingBackpackHolding id: ClothingBackpackDuffelHolding name: duffelbag of holding description: A duffelbag that opens into a localized pocket of bluespace. @@ -235,7 +235,7 @@ - state: icon-unlit shader: unshaded - type: Item - size: Ginormous + # size: Ginormous inhandVisuals: # Frontier left: # Frontier - state: inhand-left # Frontier @@ -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 diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index a4b3f1e5d52..fbe21ffdd85 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml @@ -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. @@ -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 @@ -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 diff --git a/Resources/Prototypes/_CS/item_size.yml b/Resources/Prototypes/_CS/item_size.yml new file mode 100644 index 00000000000..e9eeba59549 --- /dev/null +++ b/Resources/Prototypes/_CS/item_size.yml @@ -0,0 +1,6 @@ +- type: itemSize + id: Humungous + weight: 64 + name: item-component-size-Humungous + defaultShape: + - 0,0,7,7 diff --git a/Resources/Prototypes/_NF/Entities/Clothing/Back/base_clothing_backpack.yml b/Resources/Prototypes/_NF/Entities/Clothing/Back/base_clothing_backpack.yml index b1ffd6674de..a6f0edd8bca 100644 --- a/Resources/Prototypes/_NF/Entities/Clothing/Back/base_clothing_backpack.yml +++ b/Resources/Prototypes/_NF/Entities/Clothing/Back/base_clothing_backpack.yml @@ -3,7 +3,7 @@ id: NFClothingBackpack components: - type: Storage - maxItemSize: Large + maxItemSize: Huge # Coyote: Large -> Huge defaultStorageOrientation: Vertical grid: - 0,0,6,3