[Enhance] BYD boost & BYD chain maps

- Add support for beyond gauge boost
- Add support for beyond chain maps
- Add support skills of uncapped ilith and mika
- Unlock four chars and uncapped ilith
- Some changes in some values' algorithms
This commit is contained in:
Lost-MSth
2023-03-02 23:25:38 +08:00
parent a84ec560dd
commit ed8d0aa73c
11 changed files with 221 additions and 59 deletions

View File

@@ -33,7 +33,8 @@ ban_flag text,
next_fragstam_ts int,
max_stamina_ts int,
stamina int,
world_mode_locked_end_ts int
world_mode_locked_end_ts int,
beyond_boost_gauge real default 0
);
create table if not exists login(access_token text,
user_id int,
@@ -182,7 +183,8 @@ course_score int,
course_clear_type int,
stamina_multiply int,
fragment_multiply int,
prog_boost_multiply int
prog_boost_multiply int,
beyond_boost_gauge_usage int
);
create table if not exists item(item_id text,
type text,