Table of Contents Show
Modifying Health, Hunger and Currency.
Editing Health, Currency and Hunger
This shows you how to edit certain in-game items if you’re too lazy to go for them.
Editing
Go to : %USERPROFILE%AppDataLocalLowMandragoraI Am FutureSaveData
Find your NEWEST save, as there is an auto save system make sure its the newest otherwise it won’t work. Make sure you’re in the main menu or not in-game at all, if you’re on the Roof then the changes won’t take affect.
Open the json file in a file editor (vscode, notepad++, notepad (not the best for it, massive file))
Ctrl+F, replace the value with the value you want.
Search Terms
Health: Character Parameter – HP
Food/Hunger: Character Parameter – Satiety
Note: Higher is better
Inventory: IAmFuture.Data.Character.CharacterInventory
Note: Unsure of what you can and cannot change here, so be careful.
Currency: CurrentCurrency
Note: Higher is better
Example
To change how much currency you currently have, CTRL+F for “CurrentCurrency” and change the int value to whatever you want.
"IAmFuture.Gameplay.Cryptocurrency.CryptocurrencyService": { "CurrentCurrency": 70, // Change 70 to 9999 for instance "$type": "IAmFuture.Data.SaveLoad.Containers.CryptocurrencySaveData" },
To change your current food level to 100 (so your belly is full)
CTRL+F for “Character Parameter – Satiety” and replace the “Value” int with 100.
{"Key":{"ItemObjectID":"Character Parameter - Satiety"},"Value":100}