Updates the updates page
This commit is contained in:
parent
4c536955aa
commit
e3c91e0064
3 changed files with 54 additions and 0 deletions
|
|
@ -7,6 +7,46 @@ const ContentUpdate2024 = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
<ContentUpdate
|
||||||
|
version="2024-03U3"
|
||||||
|
dateString="2024/03/25"
|
||||||
|
event="events.content"
|
||||||
|
transcendedItems={{
|
||||||
|
summon: ['2040020000', '2040047000'],
|
||||||
|
}}
|
||||||
|
newItems={{
|
||||||
|
weapon: [
|
||||||
|
'1040119200',
|
||||||
|
'1040516800',
|
||||||
|
'1040713400',
|
||||||
|
'1040219100',
|
||||||
|
'1040516900',
|
||||||
|
'1040916200',
|
||||||
|
],
|
||||||
|
}}
|
||||||
|
numNotes={3}
|
||||||
|
/>
|
||||||
|
<ContentUpdate
|
||||||
|
version="2024-03F"
|
||||||
|
dateString="2024/03/19"
|
||||||
|
event="events.flash"
|
||||||
|
newItems={{
|
||||||
|
weapon: ['1040317200', '1040422600', '1040422700'],
|
||||||
|
character: ['3040517000', '3040518000', '3040519000'],
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<ContentUpdate
|
||||||
|
version="2024-03U2"
|
||||||
|
dateString="2024/03/15"
|
||||||
|
event="events.content"
|
||||||
|
newItems={{
|
||||||
|
weapon: ['1040713300'],
|
||||||
|
character: ['3040516000'],
|
||||||
|
}}
|
||||||
|
uncappedItems={{
|
||||||
|
weapon: ['1040614500'],
|
||||||
|
}}
|
||||||
|
/>
|
||||||
<ContentUpdate
|
<ContentUpdate
|
||||||
version="2024-03U"
|
version="2024-03U"
|
||||||
dateString="2024/03/10"
|
dateString="2024/03/10"
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,13 @@
|
||||||
"uncap": "Uncap"
|
"uncap": "Uncap"
|
||||||
},
|
},
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"2024-03U3": {
|
||||||
|
"features": [
|
||||||
|
"Added new raids: Tiamat Aura Omega (Impossible) and Luminiera Credo Omega (Impossible)",
|
||||||
|
"When searching for characters, weapons, and summons, results will now show the item can be transcended",
|
||||||
|
"When searching for summons, results will now show whether the summon has a subaura"
|
||||||
|
]
|
||||||
|
},
|
||||||
"2024-02U": {
|
"2024-02U": {
|
||||||
"features": [
|
"features": [
|
||||||
"Added new class: Onmyoji",
|
"Added new class: Onmyoji",
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,13 @@
|
||||||
"uncap": "上限解放"
|
"uncap": "上限解放"
|
||||||
},
|
},
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"2024-03U3": {
|
||||||
|
"features": [
|
||||||
|
"新マルチバトル追加「ティアマト・アウラマグナHL」「シュヴァリエ・クレドマグナHL」",
|
||||||
|
"う限界超越可能を表示",
|
||||||
|
"召喚石検索にサブ加護有を表示"
|
||||||
|
]
|
||||||
|
},
|
||||||
"2024-02U": {
|
"2024-02U": {
|
||||||
"features": [
|
"features": [
|
||||||
"新ジョブ「陰陽師」を追加",
|
"新ジョブ「陰陽師」を追加",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue