Skip to content

Commit

Permalink
Arina (#3)
Browse files Browse the repository at this point in the history
* fix triggers

* fix practice

* implement last fomration feature. implement some of live result record

* implement last fomration feature. implement some of live result record

* add live record, live achievement record

* add after live bond gain display

* improved live/finish. added generics

* moved code around. UserID now use ctx. Improved style consistency

* add playlist feature

* update live record function to count clear / plays. Play history now show challenge songs. Add custom live show records functionality. Fix some bug

* added skip ticket function. Improved db access

* triggers system is stored in db and is sent at login. rework the bond awarding in live finish. bond level up now show proper animation

* Add gacha framework. Add basic gacha. Implemented db manip tools to insert account and gacha and stuff.

* improve gacha. card stat count in profile work correctly.

* update gacha stuff. add new cards guarantee.

* move cli to main
  • Loading branch information
arina999999997 authored Aug 20, 2023
1 parent 15fd683 commit 3474f2c
Show file tree
Hide file tree
Showing 67 changed files with 7,982 additions and 967 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ static
assets/userdata

config.json

serverdata.db
Binary file removed assets/db/serverdata.db
Binary file not shown.
16 changes: 15 additions & 1 deletion assets/preset/fetchBootstrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,21 @@
"user_tower_by_tower_id": [],
"user_recovery_tower_card_used_count_item_by_recovery_tower_card_used_count_item_master_id": [],
"user_story_linkage_by_id": [],
"user_subscription_status_by_id": [],
"user_subscription_status_by_id": [
13001,
{
"subscription_master_id": 13001,
"start_date": 1629494048,
"expire_date": 1893427200,
"platform_expire_date": 1893427200,
"renewal_count": 35,
"continue_count": 35,
"subscription_pass_id": 981837235997,
"attach_id": "791000478PP021220528180221000001",
"is_auto_renew": false,
"is_done_trial": true
}
],
"user_story_main_part_digest_movie_by_id": [],
"user_member_guild_by_id": [],
"user_member_guild_support_item_by_id": [],
Expand Down
Loading

0 comments on commit 3474f2c

Please sign in to comment.