update user defaults

This commit is contained in:
Sky Johnson 2025-08-14 14:09:45 -05:00
parent 82ef4b31d4
commit 41ab6dff13

View File

@ -87,19 +87,19 @@ func New() *User {
ClassID: 1,
Currently: "In Town",
Fighting: 0,
HP: 15,
MP: 0,
HP: 10,
MP: 10,
TP: 10,
MaxHP: 15,
MaxMP: 0,
MaxHP: 10,
MaxMP: 10,
MaxTP: 10,
Level: 1,
Gold: 100,
Exp: 0,
Strength: 5,
Dexterity: 5,
Attack: 5,
Defense: 5,
Strength: 0,
Dexterity: 0,
Attack: 0,
Defense: 0,
Spells: "",
Towns: "",
}