Skip to content

Commit

Permalink
feat(data/stories): story episode update
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Jul 3, 2024
1 parent ccc7aaa commit ce53442
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions data/stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ export type SeriesName = (typeof Series)[number]

export const Episodes: Record<SeriesName, number[]> = {
// adv_main_01_
Hoshimi: [28, 45, 25, 24],
Hoshimi: [28, 45, 25, 24], // FIN
// adv_main_02_
Tokyo: [25, 44],
Tokyo: [25, 44], // FIN
// adv_main_03_
Big4: [55],
Big4: [66], // FIN
// adv_group_tri_
TRINITYAiLE: [30],
TRINITYAiLE: [30], // FIN
// adv_group_liz_
LizNoir: [30],
LizNoir: [30], // FIN
// adv_group_mna_
Mana: [15],
Mana: [15], // FIN
// adv_group_thrx_
ThreeX: [20],
// adv_group_moon_
Tsuki: [5, 5, 5],
Tsuki: [5, 5, 5, 5, 5], // FIN
// adv_group_sun
Sunny: [5, 5, 5],
}

0 comments on commit ce53442

Please sign in to comment.