Skip to content

Commit

Permalink
v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jirehlov committed Jul 27, 2022
1 parent c29d7ec commit 6ae5909
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 78 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# libgiwscli
A library for Genshin Impact Wish Simulators written in C++\
Current version: 2.8.1
Current version: 2.8.2

## Applications
(dead) CLI: https://github.com/Jirehlov/Genshin-Impact-Wish-Simulator-CLI \
Expand Down
12 changes: 7 additions & 5 deletions cn_item.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*Version 2.8.1*/
/*Version 2.8.2*/

#ifndef CN_ITEM_H
#define CN_ITEM_H 1 // mark it 0 if encoding error occurs
Expand Down Expand Up @@ -888,7 +888,7 @@
#define CN_CBI_31 "鬼门斗宴_20220621-20220712 (荒泷一斗, 久岐忍, 重云, 五郎)"
#define CN_CBI_32 \
"叶落风随_20220713-20220802 (枫原万叶, 鹿野院平藏, 凝光, 托马)"
#define CN_CBI_33 "焰色天河_20220802- (宵宫, , , )"
#define CN_CBI_33 "焰色天河_20220802-20220823 (宵宫, 班尼特, 辛焱, 云堇)"
#define CN_CBI_34 "Placeholder"
#define CN_CBI_35 "Placeholder"
#define CN_CBI_36 "Placeholder"
Expand Down Expand Up @@ -1046,7 +1046,9 @@
#define CN_WB_31 \
"神铸赋形_20220713-20220802 (苍古自由之誓, 四风原典, 暗巷闪光, 幽夜华尔兹, " \
"雨裁, 西风长枪, 流浪乐章)"
#define CN_WB_32 "Placeholder"
#define CN_WB_32 \
"神铸赋形_20220802-20220823 (飞雷之弦振, 斫峰之刃, 暗巷的酒与诗, 暗巷猎手, " \
"笛剑, 祭礼大剑, 匣里灭辰)"
#define CN_WB_33 "Placeholder"
#define CN_WB_34 "Placeholder"
#define CN_WB_35 "Placeholder"
Expand Down Expand Up @@ -1088,8 +1090,8 @@
#define CN_PB_7 "奔行世间_20211124-20220104 (新增托马)"
#define CN_PB_8 "奔行世间_20220105-20220215 (新增五郎)"
#define CN_PB_9 "奔行世间_20220216-20220712 (新增云堇)"
#define CN_PB_10 "奔行世间_20220713- (新增久岐忍)"
#define CN_PB_11 "Placeholder"
#define CN_PB_10 "奔行世间_20220713-20220823 (新增久岐忍)"
#define CN_PB_11 "奔行世间_20220824- (新增鹿野院平藏)"
#define CN_PB_12 "Placeholder"
#define CN_PB_13 "Placeholder"
#define CN_PB_14 "Placeholder"
Expand Down
15 changes: 10 additions & 5 deletions en_item.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*Version 2.8.1*/
/*Version 2.8.2*/

#ifndef EN_ITEM_H
#define EN_ITEM_H 1 // mark it 0 if encoding error occurs
Expand Down Expand Up @@ -1114,7 +1114,9 @@
#define EN_CBI_32 \
"Leaves in the Wind_20220713-20220802 (Kaedehara Kazuha, Shikanoin Heizou, " \
"Ningguang, Thoma)"
#define EN_CBI_33 "Tapestry of Golden Flames_20220802- (Yoimiya, , , )"
#define EN_CBI_33 \
"Tapestry of Golden Flames_20220802-20220823 (Yoimiya, Bennett, Xinyan, " \
"Yun Jin)"
#define EN_CBI_34 "Placeholder"
#define EN_CBI_35 "Placeholder"
#define EN_CBI_36 "Placeholder"
Expand Down Expand Up @@ -1306,7 +1308,10 @@
"Epitome Invocation_20220713-20220802 (Freedom-Sworn, Lost Prayer to the " \
"Sacred Winds, The Alley Flash, Mitternachts Waltz, Rainslasher, Favonius " \
"Lance, The Widsith)"
#define EN_WB_32 "Placeholder"
#define EN_WB_32 \
"Epitome Invocation_20220802-20220823 (Thundering Pulse, Summit Shaper, " \
"Wine and Song, Alley Hunter, The Flute, Sacrificial Greatsword, Dragon's " \
"Bane)"
#define EN_WB_33 "Placeholder"
#define EN_WB_34 "Placeholder"
#define EN_WB_35 "Placeholder"
Expand Down Expand Up @@ -1349,8 +1354,8 @@
#define EN_PB_7 "Wanderlust Invocation_20211124-20220104 (Added Thoma)"
#define EN_PB_8 "Wanderlust Invocation_20220105-20220215 (Added Gorou)"
#define EN_PB_9 "Wanderlust Invocation_20220216-20220712 (Added Yun Jin)"
#define EN_PB_10 "Wanderlust Invocation_20220713- (Added Kuki Shinobu)"
#define EN_PB_11 "Placeholder"
#define EN_PB_10 "Wanderlust Invocation_20220713-20220823 (Added Kuki Shinobu)"
#define EN_PB_11 "Wanderlust Invocation_20220824- (Added Shikanoin Heizou)"
#define EN_PB_12 "Placeholder"
#define EN_PB_13 "Placeholder"
#define EN_PB_14 "Placeholder"
Expand Down
Loading

0 comments on commit 6ae5909

Please sign in to comment.