Compare commits

...

7 commits

Author SHA1 Message Date
6698af1177
Merge branch 'staging' into legfest-202303 2023-03-31 11:55:05 -07:00
8eb7d535d7 Add more items 2023-03-31 11:54:08 -07:00
ca0d14b5d6
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
2023-03-31 11:41:04 -07:00
fce8773106 Added updates 2023-03-31 11:39:10 -07:00
f793ba02db Added new weapon series 2023-03-31 11:39:05 -07:00
b1236a1f97
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
2023-03-21 17:45:41 -07:00
3690bcf2a5 Added avatars 2023-03-20 15:05:13 -07:00
6 changed files with 54 additions and 2 deletions

View file

@ -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"

View file

@ -120,4 +120,8 @@ export const weaponSeries: WeaponSeries[] = [
id: 31,
slug: 'illustrious',
},
{
id: 32,
slug: 'world',
},
]

View file

@ -145,7 +145,8 @@
"revenant": "Revenant",
"proving": "Proven",
"disaster": "Revans",
"illustrious": "Illustrious"
"illustrious": "Illustrious",
"world": "World"
},
"recency": {
"all_time": "All time",

View file

@ -19,6 +19,9 @@
"uncap": "Uncap"
},
"versions": {
"2023-03U2": {
"features": ["Added new weapon series, World Series"]
},
"2023-03U": {
"features": [
"Added Siete HL (raid)",

View file

@ -145,7 +145,8 @@
"revenant": "天星器",
"proving": "ブレイブウェポン",
"disaster": "レヴァンスウェポン",
"luminous": "ルミナス"
"illustrious": "ルミナスシリーズ",
"world": "ワールドシリーズ"
},
"recency": {
"all_time": "全ての期間",

View file

@ -19,6 +19,9 @@
"uncap": "上限解放"
},
"versions": {
"2023-03U2": {
"features": ["武器シリーズ「ワールドシリーズ」を追加"]
},
"2023-03F": {
"features": [
"新ジョブ「ヤマト」を追加",