game, feat: 턴 시간 지정 방식을 30단계 중 선택하도록 변경

- 1분서버인 경우 120초 단위로
- 유산포인트 3000 -> 2500
This commit is contained in:
2024-02-24 11:21:04 +00:00
parent faff3f4e6a
commit a96c2312d0
4 changed files with 62 additions and 75 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export type JoinArgs = {
pic: boolean;
character: string;
inheritSpecial?: string;
inheritTurntime?: number;
inheritTurntimeZone?: number;
inheritCity?: number;
inheritBonusStat?: [number, number, number];
};