Rework AI and add more stats
This commit is contained in:
parent
29832dfce3
commit
c8de53bfc7
14 changed files with 197 additions and 169 deletions
|
|
@ -6,7 +6,11 @@ interface IUser {
|
|||
id: string;
|
||||
role: TRole;
|
||||
experience: number;
|
||||
money: number;
|
||||
aiCost: number;
|
||||
lastMessageTimestamp: number;
|
||||
lastExperienceGainTimestamp: number;
|
||||
lastMoneyGainTimestamp: number;
|
||||
}
|
||||
|
||||
type TRole = "NONE" | "USER" | "MODERATOR" | "ADMIN";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue