lchmagKekse / TOTK-SaveGame-Editor

Savegame Editor for The Legend of Zelda: Tears of the Kingdom
318 stars 34 forks source link

Durability #49

Open Ahmadkorhani opened 1 year ago

Ahmadkorhani commented 1 year ago

Durability is limited to 1000, the game uses 32bit integer for durability so a -1 is unbreakable weapon in the numericeupdown you can't put -1, so instead of using int you can use uint and set the max for numericupdown to 4294967295