
	<ChangedFile name="\METADATA\GAMESTATE\DEFAULTINVENTORYBALANCESURVIVAL.MBIN">
	
		<ChangedLines begin="4" end="4" comment="Increased default substance stack size from 250 to 1000. Cargo inventory stack size increased from 500 to 2000 (4x).">
			<Original>
				  <Property name="DefaultSubstanceMaxAmount" value="250" />
			</Original>
			<Edited>
				  <Property name="DefaultSubstanceMaxAmount" value="1000" />
			</Edited>
		</ChangedLines>
		
		<ChangedLines begin="8" end="8" comment="Increased ship substance stack size multiplier from 2 to 5. In essence, stack size increased from 500 to 5000 (10x).">
			<Original>
				  <Property name="ShipSubstanceStorageMultiplier" value="2" />
			</Original>
			<Edited>
				  <Property name="ShipSubstanceStorageMultiplier" value="5" />
			</Edited>
		</ChangedLines>
		
		<ChangedLines begin="9" end="9" comment="Increased ship product stack size multiplier from 5 to 10, because why would a backpack store products more effectively than a spaceship?">
			<Original>
				  <Property name="ShipProductStorageMultiplier" value="5" />
			</Original>
			<Edited>
				  <Property name="ShipProductStorageMultiplier" value="10" />
			</Edited>
		</ChangedLines>
		
		<ChangedLines begin="10" end="10" comment="Increased freighter substance stack size multiplier from 4 to 10. In essence, stack size increased from 1000 to 10000 (10x).">
			<Original>
				  <Property name="FreighterSubstanceStorageMultiplier" value="4" />
			</Original>
			<Edited>
				  <Property name="FreighterSubstanceStorageMultiplier" value="10" />
			</Edited>
		</ChangedLines>
		
		<ChangedLines begin="12" end="12" comment="Increased storage container substance stack size multiplier from 4 to 10. In essence, stack size increased from 1000 to 10000 (10x).">
			<Original>
				  <Property name="ChestSubstanceStorageMultiplier" value="4" />
			</Original>
			<Edited>
				  <Property name="ChestSubstanceStorageMultiplier" value="10" />
			</Edited>
		</ChangedLines>
		
		<ChangedLines begin="18" end="19" comment="Zeros are pretty.">
			<Original>
				<Property name="SubstanceMaxAmountLimit" value="9999" />
				<Property name="ProductMaxAmountLimit" value="9999" />
			</Original>
			<Edited>
				<Property name="SubstanceMaxAmountLimit" value="10000" />
				<Property name="ProductMaxAmountLimit" value="10000" />
			</Edited>
		</ChangedLines>

	</ChangedFile>