More Storage Rebalancing (#21373)

* the changes...

* eek
This commit is contained in:
Nemanja
2023-11-01 19:19:41 -04:00
committed by GitHub
parent 9e7cac2ac9
commit 85f09cae86
66 changed files with 189 additions and 202 deletions

View File

@@ -89,15 +89,15 @@ public enum ItemSize
/// <summary>
/// Items that are too large to fit inside of standard bags, but can worn in exterior slots or placed in custom containers.
/// </summary>
Large = 16,
Large = 8,
/// <summary>
/// Items that are too large to place inside of any kind of container.
/// </summary>
Huge = 24,
Huge = 16,
/// <summary>
/// Picture furry gf
/// </summary>
Ginormous = 48
Ginormous = 32
}