Skip to content

Commit

Permalink
🚀 v3.8.20 data migrate (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
HU-Lee authored Jul 27, 2024
1 parent d0f9855 commit 572d648
Show file tree
Hide file tree
Showing 12 changed files with 65 additions and 5 deletions.
Binary file added public/image/data/376.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/image/data/376.webp
Binary file not shown.
Binary file added public/image/data/377.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/image/data/377.webp
Binary file not shown.
Binary file added public/image/data/377_awaken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/image/data/377_awaken.webp
Binary file not shown.
8 changes: 4 additions & 4 deletions src/constant/updates.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export const pickups = [375];
export const pickups = [376,377];
export const new_manifests = [149];
export const new_buddies = [2016];
export const new_aligns = [373,375];
export const version = "3.8.15";
export const new_aligns = [377];
export const version = "3.8.20";

export const announceDate = "20240706";
export const announceDate = "20240727";

export const announceTitleKo = announceDate + " 업데이트";
export const announceContentKo = (
Expand Down
2 changes: 1 addition & 1 deletion src/data/buddy.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"code": 2000000014,
"link": [],
"get": "get.buddy2015",
"seesaa": null,
"seesaa": "https://anothereden.game-info.wiki/d/%A5%C6%A5%E5%A5%B7%A5%A2",
"aewiki": "https://anothereden.wiki/w/Thysía"
},
{
Expand Down
54 changes: 54 additions & 0 deletions src/data/character.json
Original file line number Diff line number Diff line change
Expand Up @@ -10202,6 +10202,60 @@
"seesaa": null,
"aewiki": null
},
{
"id": 376,
"code": 101030211,
"tags": [
"alter.false",
"get.notfree",
"manifest.step0",
"personality.p006",
"personality.p013",
"personality.p037",
"personality.p086",
"personality.p087",
"personality.p104",
"staralign.false",
"style.four",
"type.light"
],
"from": [],
"change": [
377
],
"dungeon_drop": [],
"year": "2024/07/25",
"seesaa": null,
"aewiki": null
},
{
"id": 377,
"code": 101030211,
"tags": [
"alter.false",
"get.notfree",
"manifest.step0",
"personality.p006",
"personality.p013",
"personality.p037",
"personality.p086",
"personality.p087",
"personality.p104",
"staralign.true",
"style.normal",
"type.light"
],
"from": [
376
],
"change": [],
"dungeon_drop": [
2
],
"year": "2024/07/25",
"seesaa": null,
"aewiki": null
},
{
"id": 1000,
"code": 101060061,
Expand Down
2 changes: 2 additions & 0 deletions src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@
"book.char373": "The Renewed",
"book.char374": "Eris",
"book.char375": "Enforcer",
"book.char377": "Dragon Reaper",
"book.char39": "Judgment",
"book.char40": "Remittetur",
"book.char42": "Soul Bringer",
Expand Down Expand Up @@ -341,6 +342,7 @@
"c101030181": "Ilulu (Alter)",
"c101030191": "Sazanca",
"c101030201": "Mazrika",
"c101030211": "Utpalaka",
"c101040011": "Komachi",
"c101040021": "Soira",
"c101040031": "Suzette",
Expand Down
2 changes: 2 additions & 0 deletions src/i18n/jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@
"book.char373": "戻りし乙女",
"book.char374": "エリス",
"book.char375": "エンフォーサー",
"book.char377": "ドラゴンリーパー",
"book.char39": "ジャッジメント",
"book.char40": "レミテーター",
"book.char42": "ソウルブリンガー",
Expand Down Expand Up @@ -341,6 +342,7 @@
"c101030181": "深緋の刈人 イルルゥ",
"c101030191": "サザンカ",
"c101030201": "マツリカ",
"c101030211": "ウツハラ",
"c101040011": "コマチ",
"c101040021": "ソイラ",
"c101040031": "シュゼット",
Expand Down
2 changes: 2 additions & 0 deletions src/i18n/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@
"book.char373": "돌아온 소녀",
"book.char374": "에리스",
"book.char375": "엔포서",
"book.char377": "드래곤 리퍼",
"book.char39": "저지먼트",
"book.char40": "리미타토르",
"book.char42": "소울 브링거",
Expand Down Expand Up @@ -341,6 +342,7 @@
"c101030181": "심홍의 사자 이루루",
"c101030191": "사잔카",
"c101030201": "마츠리카",
"c101030211": "우츠하라",
"c101040011": "코마치",
"c101040021": "소이라",
"c101040031": "수제트",
Expand Down

0 comments on commit 572d648

Please sign in to comment.