Skip to content

Commit 5db4cba

Browse files
committed
Add: Event entrance of Spring Fashion Festa (raid_20250116)
1 parent c711584 commit 5db4cba

6 files changed

Lines changed: 17 additions & 10 deletions

File tree

campaign/Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,3 +228,4 @@ To add a new event, add a new row in here, and run `python -m module.config.conf
228228
| 20241219 | event 20231221 cn | Light-Chasing Sea of Stars | - | - | - | 星海逐光 |
229229
| 20250102 | raid 20240130 | Spring Festive Fiasco | - | - | - | 寰昌宇定家事忙 |
230230
| 20250109 | event 20221222 cn | Parallel Superimposition Rerun | 复刻定向折叠 | Parallel Superimposition Rerun | 積重なる事象の幻界(復刻) | - |
231+
| 20250116 | raid 20250116 | Spring Fashion Festa | 华裳巧展喜事长 | Spring Fashion Festa | 新春華裳協奏曲 | - |

module/config/argument/args.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2922,15 +2922,16 @@
29222922
"raid_20230118",
29232923
"raid_20230629",
29242924
"raid_20240130",
2925-
"raid_20240328"
2925+
"raid_20240328",
2926+
"raid_20250116"
29262927
],
29272928
"option_bold": [
29282929
"raid_20240130",
2929-
"raid_20240328"
2930+
"raid_20250116"
29302931
],
2931-
"cn": "raid_20240328",
2932-
"en": "raid_20240328",
2933-
"jp": "raid_20240328",
2932+
"cn": "raid_20250116",
2933+
"en": "raid_20250116",
2934+
"jp": "raid_20250116",
29342935
"tw": "raid_20240130"
29352936
},
29362937
"Mode": {
@@ -6226,15 +6227,16 @@
62266227
"raid_20230118",
62276228
"raid_20230629",
62286229
"raid_20240130",
6229-
"raid_20240328"
6230+
"raid_20240328",
6231+
"raid_20250116"
62306232
],
62316233
"option_bold": [
62326234
"raid_20240130",
6233-
"raid_20240328"
6235+
"raid_20250116"
62346236
],
6235-
"cn": "raid_20240328",
6236-
"en": "raid_20240328",
6237-
"jp": "raid_20240328",
6237+
"cn": "raid_20250116",
6238+
"en": "raid_20250116",
6239+
"jp": "raid_20250116",
62386240
"tw": "raid_20240130"
62396241
},
62406242
"Mode": {

module/config/i18n/en-US.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@
748748
"raid_20230629": "Reflections of the Oasis",
749749
"raid_20240130": "Spring Festive Fiasco",
750750
"raid_20240328": "From Zero to Hero",
751+
"raid_20250116": "Spring Fashion Festa",
751752
"war_archives_20180607_cn": "archives Ink Stained Steel Sakura",
752753
"war_archives_20180726_cn": "archives Iris of Light and Dark",
753754
"war_archives_20181020_en": "archives Strive Wish and Strategize",

module/config/i18n/ja-JP.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@
748748
"raid_20230629": "緑地伽話",
749749
"raid_20240130": "新春宴会狂騒曲",
750750
"raid_20240328": "ゼロから頑張る魔王討伐",
751+
"raid_20250116": "新春華裳協奏曲",
751752
"war_archives_20180607_cn": "檔案 墨染まりし鋼の桜",
752753
"war_archives_20180726_cn": "檔案 光と影のアイリス",
753754
"war_archives_20181020_en": "檔案 努力希望と計画",

module/config/i18n/zh-CN.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@
748748
"raid_20230629": "绿洲往事",
749749
"raid_20240130": "寰昌宇定家事忙",
750750
"raid_20240328": "从零开始的魔王讨伐之旅",
751+
"raid_20250116": "华裳巧展喜事长",
751752
"war_archives_20180607_cn": "档案 墨染的钢铁之花",
752753
"war_archives_20180726_cn": "档案 光与影的鸢尾之华",
753754
"war_archives_20181020_en": "档案 努力希望和计划",

module/config/i18n/zh-TW.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@
748748
"raid_20230629": "綠洲往事",
749749
"raid_20240130": "寰昌宇定家事忙",
750750
"raid_20240328": "從零開始的魔王討伐之旅",
751+
"raid_20250116": "Spring Fashion Festa",
751752
"war_archives_20180607_cn": "檔案 墨染的鋼鐵之花",
752753
"war_archives_20180726_cn": "檔案 光與影的鳶尾之華",
753754
"war_archives_20181020_en": "檔案 努力希望和計劃",

0 commit comments

Comments
 (0)