Push 2023/03 updates to main (#292)
* Added avatars * Added content from the 2023/03/22 update (#287) * Added avatars (#286) * Added localizations * Added update, changed CSS * Add logic for showing Lucifer uncap and 250 art * Added items from 2023/03 Legfest and 2023/03/30 update (#290) * Added avatars (#286) * Deploy #287 (#288) * Added avatars * Added content from the 2023/03/22 update (#287) * Added avatars (#286) * Added localizations * Added update, changed CSS * Add logic for showing Lucifer uncap and 250 art * Added new weapon series * Added updates * Missed items (#291) * Added avatars (#286) * Deploy #287 (#288) * Added avatars * Added content from the 2023/03/22 update (#287) * Added avatars (#286) * Added localizations * Added update, changed CSS * Add logic for showing Lucifer uncap and 250 art * Added new weapon series * Added updates * Add more items
This commit is contained in:
parent
43287a692c
commit
e9b29e5840
6 changed files with 54 additions and 2 deletions
|
|
@ -56,6 +56,46 @@ const UpdatesPage = () => {
|
|||
return (
|
||||
<div className="Updates PageContent">
|
||||
<h1>{common('about.segmented_control.updates')}</h1>
|
||||
<ContentUpdate
|
||||
version="2023-04U"
|
||||
dateString="2023/04/01"
|
||||
event="events.content"
|
||||
newItems={{
|
||||
character: ['3040457000'],
|
||||
summon: ['2040419000'],
|
||||
}}
|
||||
numNotes={0}
|
||||
/>
|
||||
<ContentUpdate
|
||||
version="2023-03L"
|
||||
dateString="2023/03/31"
|
||||
event="events.legfest"
|
||||
newItems={{
|
||||
character: ['3040456000', '3040455000'],
|
||||
weapon: ['1040316100', '1040617500'],
|
||||
}}
|
||||
numNotes={0}
|
||||
/>
|
||||
<ContentUpdate
|
||||
version="2023-03U2"
|
||||
dateString="2023/03/30"
|
||||
event="events.content"
|
||||
uncappedItems={{
|
||||
character: ['3040164000', '3040160000'],
|
||||
}}
|
||||
newItems={{
|
||||
weapon: [
|
||||
'1040815100',
|
||||
'1040815200',
|
||||
'1040815300',
|
||||
'1040815400',
|
||||
'1040815000',
|
||||
'1040024400',
|
||||
'1030609400',
|
||||
],
|
||||
}}
|
||||
numNotes={1}
|
||||
/>
|
||||
<ContentUpdate
|
||||
version="2023-03U"
|
||||
dateString="2023/03/22"
|
||||
|
|
|
|||
|
|
@ -120,4 +120,8 @@ export const weaponSeries: WeaponSeries[] = [
|
|||
id: 31,
|
||||
slug: 'illustrious',
|
||||
},
|
||||
{
|
||||
id: 32,
|
||||
slug: 'world',
|
||||
},
|
||||
]
|
||||
|
|
|
|||
|
|
@ -145,7 +145,8 @@
|
|||
"revenant": "Revenant",
|
||||
"proving": "Proven",
|
||||
"disaster": "Revans",
|
||||
"illustrious": "Illustrious"
|
||||
"illustrious": "Illustrious",
|
||||
"world": "World"
|
||||
},
|
||||
"recency": {
|
||||
"all_time": "All time",
|
||||
|
|
|
|||
|
|
@ -19,6 +19,9 @@
|
|||
"uncap": "Uncap"
|
||||
},
|
||||
"versions": {
|
||||
"2023-03U2": {
|
||||
"features": ["Added new weapon series, World Series"]
|
||||
},
|
||||
"2023-03U": {
|
||||
"features": [
|
||||
"Added Siete HL (raid)",
|
||||
|
|
|
|||
|
|
@ -145,7 +145,8 @@
|
|||
"revenant": "天星器",
|
||||
"proving": "ブレイブウェポン",
|
||||
"disaster": "レヴァンスウェポン",
|
||||
"luminous": "ルミナス"
|
||||
"illustrious": "ルミナスシリーズ",
|
||||
"world": "ワールドシリーズ"
|
||||
},
|
||||
"recency": {
|
||||
"all_time": "全ての期間",
|
||||
|
|
|
|||
|
|
@ -19,6 +19,9 @@
|
|||
"uncap": "上限解放"
|
||||
},
|
||||
"versions": {
|
||||
"2023-03U2": {
|
||||
"features": ["武器シリーズ「ワールドシリーズ」を追加"]
|
||||
},
|
||||
"2023-03F": {
|
||||
"features": [
|
||||
"新ジョブ「ヤマト」を追加",
|
||||
|
|
|
|||
Loading…
Reference in a new issue