Skip to content

Commit

Permalink
🚀 v3.6.0 data migrate + @ (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
HU-Lee authored Mar 21, 2024
1 parent d43a4f7 commit b17bd17
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 9 deletions.
Binary file added public/image/data/360.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/360.webp
Binary file not shown.
Binary file added public/image/data/361.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/361.webp
Binary file not shown.
Binary file added public/image/data/361_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/361_awaken.webp
Binary file not shown.
12 changes: 6 additions & 6 deletions src/constant/updates.tsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
export const pickups = [359];
export const pickups = [361];
export const new_manifests = [108];
export const new_buddies = [2011];
export const new_aligns = [359];
export const version = "3.5.70";
export const new_aligns = [361];
export const version = "3.6.0";

export const announceDate = "20240312";
export const announceDate = "20240321";

export const announceTitleKo = announceDate + " 업데이트";
export const announceContentKo = (
<div className="announce">
<p>Version : {version}</p>
<br />
<p>* 3/12 티라미수의 현현 데이터를 추가했습니다.</p>
<p>+ 일부 표기 수정</p>
<br />
<a href="https://aecheck.tistory.com/" target="_blank" rel="noreferrer">
사이트 안내용 블로그
Expand All @@ -30,7 +30,7 @@ export const announceContentEN = (
<div className="announce">
<p>Version : {version}</p>
<br />
<p>* 3/12 Added Tiramisu's manifest data.</p>
<p>+ Fixed some expressions</p>
<br />
<a
href="https://github.com/BeaverHouse/aecheck-v3/wiki"
Expand Down
52 changes: 50 additions & 2 deletions src/data/character.json
Original file line number Diff line number Diff line change
Expand Up @@ -7368,7 +7368,7 @@
],
"year": "2022/05/12",
"seesaa": "https://anothereden.game-info.wiki/d/%CB%CF%C0%F7%A4%CE%B7%B3%BB%D5",
"aewiki": "https://anothereden.wiki/w/Shion (Alter)"
"aewiki": "https://anothereden.wiki/w/Shion_(Alter)"
},
{
"id": 270,
Expand Down Expand Up @@ -9615,7 +9615,7 @@
"personality.p047",
"personality.p086",
"personality.p104",
"staralign.false",
"staralign.true",
"style.normal",
"type.light"
],
Expand Down Expand Up @@ -9739,6 +9739,54 @@
"seesaa": null,
"aewiki": null
},
{
"id": 360,
"code": 101000371,
"tags": [
"alter.false",
"get.notfree",
"manifest.step0",
"personality.p004",
"personality.p010",
"personality.p104",
"staralign.false",
"style.four",
"type.shadow"
],
"from": [],
"change": [
361
],
"dungeon_drop": [],
"year": "2024/03/21",
"seesaa": null,
"aewiki": null
},
{
"id": 361,
"code": 101000371,
"tags": [
"alter.false",
"get.notfree",
"manifest.step0",
"personality.p004",
"personality.p010",
"personality.p104",
"staralign.true",
"style.normal",
"type.shadow"
],
"from": [
360
],
"change": [],
"dungeon_drop": [
3
],
"year": "2024/03/21",
"seesaa": null,
"aewiki": null
},
{
"id": 1000,
"code": 101060061,
Expand Down
4 changes: 3 additions & 1 deletion src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
"book.char357": "Sukunahikona",
"book.char358": "Oberon",
"book.char359": "Prthivi",
"book.char361": "Hermes",
"book.char37": "Ice Flower",
"book.char39": "Judgment",
"book.char40": "Remittetur",
Expand Down Expand Up @@ -263,13 +264,14 @@
"c101000271": "Flammelapis",
"c101000281": "Eva",
"c101000291": "Mayu",
"c101000301": "Shion (Alter)",
"c101000301": "Shion (Alter)",
"c101000311": "Aisha",
"c101000321": "Iphi",
"c101000331": "Yakumo",
"c101000341": "Kamlanage",
"c101000351": "Dunarith (Alter)",
"c101000361": "Myunfa (Alter)",
"c101000371": "Kuchinawa",
"c101010011": "Anabel",
"c101010021": "Breeno",
"c101010031": "Ruina",
Expand Down
2 changes: 2 additions & 0 deletions src/i18n/jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
"book.char357": "スクナヒコナ",
"book.char358": "オーベロン",
"book.char359": "プリティヴィー",
"book.char361": "ヘルメース",
"book.char37": "氷の華",
"book.char39": "ジャッジメント",
"book.char40": "レミテーター",
Expand Down Expand Up @@ -270,6 +271,7 @@
"c101000341": "カムラナージュ",
"c101000351": "夢吟の詩人 デュナリス",
"c101000361": "白磁の魔人 ミュンファ",
"c101000371": "クチナワ",
"c101010011": "アナベル",
"c101010021": "ブリーノ",
"c101010031": "ルイナ",
Expand Down
2 changes: 2 additions & 0 deletions src/i18n/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
"book.char357": "스쿠나히코나",
"book.char358": "오베론",
"book.char359": "프리티비",
"book.char361": "헤르메스",
"book.char37": "얼음의 꽃",
"book.char39": "저지먼트",
"book.char40": "리미타토르",
Expand Down Expand Up @@ -270,6 +271,7 @@
"c101000341": "캄라녜쥬",
"c101000351": "꿈의 음유 시인 듀나리스",
"c101000361": "백자의 마인 밍화",
"c101000371": "쿠치나와",
"c101010011": "아나벨",
"c101010021": "브리노",
"c101010031": "루이나",
Expand Down

0 comments on commit b17bd17

Please sign in to comment.