What this game-specific editor changes
Decrypt and rebuild a verified Terraria PC .plr header/stat subset locally: current/max health and current/max mana.
Verified input boundary
The file must decrypt under the standard UTF-16LE h3y_gUyZ AES-128-CBC key/IV, contain the relogic player header, file type 2, a bounded version/name/difficulty, and plausible health/mana values.
What is deliberately not claimed
This first profile does not claim alternate/community keys, tModLoader .tplr sidecars, inventory reconstruction, name-length-changing edits, Journey powers, cloud repair, or arbitrary version migration.
Output
A separately encrypted .plr copy with only the four exposed decrypted 32-bit stat values changed; all other decrypted bytes are preserved.
Instructions
Back up the player file, close Terraria, select the .plr, confirm the player/version evidence, edit health or mana within the displayed bounds, and download the separate copy.
Verification
Verified with independent AES-CBC vectors and deterministic Terraria-structure fixtures, strict PKCS7 handling, relation/bounds checks, preservation of trailing bytes, original immutability, and post-write decrypt/reopen.