Last active
January 3, 2025 04:15
-
-
Save BETLOG/38918e4f96635ee7a749dd1dea9770bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# betlog - 2024-12-29--19-05-15 | |
# valheim - custom backpack definition for Smoothbrain-Backpacks | |
# | |
# LICENSE : public domain | |
# NOTE: filename must start with `Backpacks` | |
# NOTE: NO END OF LINE COMMENTS | |
# | |
# size: 8x4 #32 - plains | |
# size: 7x4 #28 - mountain | |
# size: 6x4 #24 - swamp | |
# size: 6x3 #18 - ocean | |
# size: 6x2 #12 - black forest | |
# size: 3x2 #6 - meadows | |
# | |
# --------------------------------- | |
"BetPack Meadows": | |
description: "3x2 Meadows pack. A hunter/gatherer bag" | |
size: 3x2 | |
unique: none | |
appearance: | |
BackpackBody: ffcc00 | |
BackpackFlap: ffcc00 | |
BackpackStrapBottom: hidden | |
BackpackStrapTop: hidden | |
MetalclipFrontRight: hidden | |
MetalclipFrontLeft: hidden | |
RingBottomLeft: hidden | |
PouchLeft: hidden | |
PouchFront: hidden | |
MetalclipLeft: hidden | |
ToolstrapTop: hidden | |
ToolstrapBottom: hidden | |
Sleepbag: hidden | |
Pickaxe: hidden | |
Pot: hidden | |
Teapot: hidden | |
Knife: hidden | |
Knifesheath: hidden | |
crafting: | |
station: Workbench | |
level: 1 | |
costs: | |
LeatherScraps: 1 | |
DeerHide: 1 | |
BoneFragments: 1 | |
weight factor: 1.00 | |
teleport: true | |
# --------------------------------- | |
"BetPack Forest": | |
description: "6x2 Forest pack. 10% weight reduction" | |
size: 6x2 | |
unique: none | |
appearance: | |
BackpackBody: BBee88 | |
BackpackFlap: DDee88 | |
BackpackStrapBottom: bbee88 | |
BackpackStrapTop: hidden | |
MetalclipFrontRight: 888800 | |
MetalclipFrontLeft: 888800 | |
RingBottomLeft: 888800 | |
PouchLeft: hidden | |
PouchFront: hidden | |
MetalclipLeft: hidden | |
ToolstrapTop: hidden | |
ToolstrapBottom: hidden | |
Sleepbag: hidden | |
Pickaxe: hidden | |
Pot: hidden | |
Teapot: hidden | |
Knife: hidden | |
Knifesheath: hidden | |
crafting: | |
station: Workbench | |
level: 2 | |
costs: | |
LeatherScraps: 1 | |
DeerHide: 1 | |
TrollHide: 1 | |
BoneFragments: 1 | |
SurtlingCore: 1 | |
weight factor: 0.90 | |
teleport: true | |
# --------------------------------- | |
"BetPack Ocean": | |
description: "6x3 Ocean pack. 20% weight reduction" | |
size: 6x3 | |
unique: none | |
appearance: | |
BackpackBody: 99ffff | |
BackpackFlap: aaffff | |
BackpackStrapBottom: aaffff | |
BackpackStrapTop: hidden | |
MetalclipFrontRight: 886600 | |
MetalclipFrontLeft: 886600 | |
RingBottomLeft: 886600 | |
PouchLeft: aaffff | |
PouchFront: hidden | |
MetalclipLeft: hidden | |
ToolstrapTop: hidden | |
ToolstrapBottom: hidden | |
Sleepbag: hidden | |
Pickaxe: hidden | |
Pot: hidden | |
Teapot: hidden | |
Knife: hidden | |
Knifesheath: hidden | |
crafting: | |
station: Workbench | |
level: 3 | |
costs: | |
LeatherScraps: 1 | |
DeerHide: 1 | |
TrollHide: 1 | |
BoneFragments: 1 | |
Chitin: 1 | |
SurtlingCore: 2 | |
weight factor: 0.80 | |
teleport: true | |
# --------------------------------- | |
"BetPack Swamp": | |
description: "6x4 Swamp pack. 30% weight reduction" | |
size: 6x4 | |
unique: none | |
appearance: | |
BackpackBody: 88CC66 | |
BackpackFlap: AACC66 | |
BackpackStrapBottom: AACC66 | |
BackpackStrapTop: hidden | |
MetalclipFrontRight: 886600 | |
MetalclipFrontLeft: 886600 | |
RingBottomLeft: 886600 | |
PouchLeft: AACC66 | |
PouchFront: hidden | |
MetalclipLeft: hidden | |
ToolstrapTop: hidden | |
ToolstrapBottom: hidden | |
Sleepbag: hidden | |
Pickaxe: hidden | |
Pot: hidden | |
Teapot: hidden | |
Knife: hidden | |
Knifesheath: hidden | |
crafting: | |
station: Workbench | |
level: 4 | |
costs: | |
LeatherScraps: 1 | |
DeerHide: 1 | |
BoneFragments: 1 | |
Entrails: 1 | |
Bloodbag: 1 | |
SurtlingCore: 3 | |
weight factor: 0.70 | |
teleport: true | |
# --------------------------------- | |
"BetPack Mountain": | |
description: "7x4 Mountain pack. 40% weight reduction" | |
size: 7x4 | |
unique: none | |
appearance: | |
BackpackBody: ddffff | |
BackpackFlap: eeffff | |
BackpackStrapBottom: eeffff | |
BackpackStrapTop: hidden | |
MetalclipFrontRight: ffffff | |
MetalclipFrontLeft: ffffff | |
RingBottomLeft: ffffff | |
PouchLeft: ffffff | |
PouchFront: ffffff | |
MetalclipLeft: hidden | |
ToolstrapTop: hidden | |
ToolstrapBottom: hidden | |
Sleepbag: hidden | |
Pickaxe: hidden | |
Pot: hidden | |
Teapot: hidden | |
Knife: hidden | |
Knifesheath: hidden | |
crafting: | |
station: Forge | |
level: 1 | |
costs: | |
LeatherScraps: 1 | |
WolfPelt: 1 | |
Silver: 1 | |
BoneFragments: 1 | |
TrophySurtling: 1 | |
SurtlingCore: 4 | |
weight factor: 0.60 | |
teleport: true | |
# --------------------------------- | |
"BetPack Plains": | |
description: "8x4 Plains pack. 50% weight reduction" | |
size: 8x4 | |
unique: none | |
appearance: | |
BackpackBody: 993333 | |
BackpackFlap: 883333 | |
BackpackStrapBottom: 883333 | |
BackpackStrapTop: hidden | |
MetalclipFrontRight: 446622 | |
MetalclipFrontLeft: 446622 | |
RingBottomLeft: 004488 | |
PouchLeft: 663333 | |
PouchFront: 663333 | |
MetalclipLeft: hidden | |
ToolstrapTop: hidden | |
ToolstrapBottom: hidden | |
Sleepbag: hidden | |
Pickaxe: hidden | |
Pot: hidden | |
Teapot: hidden | |
Knife: hidden | |
Knifesheath: hidden | |
crafting: | |
station: Blackforge | |
level: 1 | |
costs: | |
LeatherScraps: 1 | |
BlackMetal: 1 | |
LoxHide: 1 | |
BoneFragments: 1 | |
SurtlingCore: 5 | |
weight factor: 0.50 | |
teleport: true | |
# --------------------------------- | |
# --------------------------------- | |
# --------------------------------- | |
"BetPouch RED": | |
description: "Inventory Separator Pouch. For grouping inventory, NOT for wearing" | |
size: 5x2 | |
unique: none | |
appearance: | |
BackpackBody: hidden | |
BackpackFlap: hidden | |
BackpackStrapBottom: hidden | |
BackpackStrapTop: hidden | |
PouchLeft: hidden | |
PouchFront: 990000 | |
MetalclipFrontRight: hidden | |
MetalclipFrontLeft: hidden | |
MetalclipLeft: hidden | |
RingBottomLeft: hidden | |
ToolstrapTop: hidden | |
ToolstrapBottom: hidden | |
Sleepbag: hidden | |
Pickaxe: hidden | |
Pot: hidden | |
Teapot: hidden | |
Knife: hidden | |
Knifesheath: hidden | |
crafting: | |
station: Workbench | |
level: 1 | |
costs: | |
LeatherScraps: 1 | |
weight factor: 0.5 | |
teleport: true | |
# --------------------------------- | |
"BetPouch GREEN": | |
description: "Inventory Separator Pouch. For grouping inventory, NOT for wearing" | |
size: 5x2 | |
unique: none | |
appearance: | |
BackpackBody: hidden | |
BackpackFlap: hidden | |
BackpackStrapBottom: hidden | |
BackpackStrapTop: hidden | |
PouchLeft: hidden | |
PouchFront: 22aa22 | |
MetalclipFrontRight: hidden | |
MetalclipFrontLeft: hidden | |
MetalclipLeft: hidden | |
RingBottomLeft: hidden | |
ToolstrapTop: hidden | |
ToolstrapBottom: hidden | |
Sleepbag: hidden | |
Pickaxe: hidden | |
Pot: hidden | |
Teapot: hidden | |
Knife: hidden | |
Knifesheath: hidden | |
crafting: | |
station: Workbench | |
level: 1 | |
costs: | |
LeatherScraps: 1 | |
weight factor: 0.5 | |
teleport: true | |
# --------------------------------- | |
"BetPouch BLUE": | |
description: "Inventory Separator Pouch. For grouping inventory, NOT for wearing" | |
size: 5x2 | |
unique: none | |
appearance: | |
BackpackBody: hidden | |
BackpackFlap: hidden | |
BackpackStrapBottom: hidden | |
BackpackStrapTop: hidden | |
PouchLeft: hidden | |
PouchFront: 0088FF | |
MetalclipFrontRight: hidden | |
MetalclipFrontLeft: hidden | |
MetalclipLeft: hidden | |
RingBottomLeft: hidden | |
ToolstrapTop: hidden | |
ToolstrapBottom: hidden | |
Sleepbag: hidden | |
Pickaxe: hidden | |
Pot: hidden | |
Teapot: hidden | |
Knife: hidden | |
Knifesheath: hidden | |
crafting: | |
station: Workbench | |
level: 1 | |
costs: | |
LeatherScraps: 1 | |
weight factor: 0.5 | |
teleport: true | |
# --------------------------------- | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment