update user defaults
This commit is contained in:
parent
82ef4b31d4
commit
41ab6dff13
@ -87,19 +87,19 @@ func New() *User {
|
|||||||
ClassID: 1,
|
ClassID: 1,
|
||||||
Currently: "In Town",
|
Currently: "In Town",
|
||||||
Fighting: 0,
|
Fighting: 0,
|
||||||
HP: 15,
|
HP: 10,
|
||||||
MP: 0,
|
MP: 10,
|
||||||
TP: 10,
|
TP: 10,
|
||||||
MaxHP: 15,
|
MaxHP: 10,
|
||||||
MaxMP: 0,
|
MaxMP: 10,
|
||||||
MaxTP: 10,
|
MaxTP: 10,
|
||||||
Level: 1,
|
Level: 1,
|
||||||
Gold: 100,
|
Gold: 100,
|
||||||
Exp: 0,
|
Exp: 0,
|
||||||
Strength: 5,
|
Strength: 0,
|
||||||
Dexterity: 5,
|
Dexterity: 0,
|
||||||
Attack: 5,
|
Attack: 0,
|
||||||
Defense: 5,
|
Defense: 0,
|
||||||
Spells: "",
|
Spells: "",
|
||||||
Towns: "",
|
Towns: "",
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user