Skip to content

Commit

Permalink
fix(banners): alt names for weapons
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzefiru authored Sep 29, 2024
1 parent 7e6b373 commit 431bded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions banners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export const rawBanners: BannerInfo[] = [
bannerId: 200008,
cardPoolType: 2,
name: "Featured Weapon",
alt: "Stellar Symphony",
alt: "Absolute Pulsation",
rateUp5Names: ["Stellar Symphony"],
rateUp4Names: ["Endless Collapse", "Discord", "Comet Flare"],
startDate: "2024-09-29 05:00",
Expand All @@ -252,7 +252,7 @@ export const rawBanners: BannerInfo[] = [
bannerId: 200009,
cardPoolType: 2,
name: "Featured Weapon",
alt: "Verdant Summit",
alt: "Absolute Pulsation",
rateUp5Names: ["Verdant Summit"],
rateUp4Names: ["Celestial Spiral", "Variation", "Helios Cleaver"],
startDate: "2024-10-24 10:00",
Expand Down

0 comments on commit 431bded

Please sign in to comment.