Create or patch a fresh offline Last Epoch character save at a requested level with a requested name, base class, and mastery. Use when Codex needs to bootstrap a brand-new offline character, unlock campaign progress through chapter 3, unlock the story plus arena and dungeon waypoint network, and grant 1 million gold in the stash for that character.
Use this skill to bootstrap a fresh offline Last Epoch character from the local save files.
Ask for:
Default behavior is to create a brand-new offline character slot. If the user does not specify a slot, detect the next unused 1CHARACTERSLOT_BETA_* index and write there. Only reuse or overwrite an existing offline slot when the user explicitly asks for that.
1CHARACTERSLOT_BETA_* index and clone from a compatible offline template save without modifying the source slot.AppData/LocalLow/Eleventh Hour Games/Last Epoch/Saves/1CHARACTERSLOT_BETA_*.STASH_CYCLE_7_0characterNamelevelcharacterClasschosenMasterycurrentExp = 0portalUnlocked = truereachedTown = true1000000 gold.Read references/save-notes.md before patching.
Use scripts/bootstrap_character.py to perform the patch.
During development, add --dry-run to inspect the resulting summary without writing the target files.
Example:
python3 scripts/bootstrap_character.py \
--save "/mnt/c/Users/<user>/AppData/LocalLow/Eleventh Hour Games/Last Epoch/Saves/1CHARACTERSLOT_BETA_0" \
--stash "/mnt/c/Users/<user>/AppData/LocalLow/Eleventh Hour Games/Last Epoch/Saves/STASH_CYCLE_7_0" \
--name "MyCharacter" \
--level 75 \
--class primalist \
--mastery shaman