Add units from the July 2023 Legfest
Characters: * Fediel (Summer) * Aliza (Summer) * Claudia and Dorothy (Summer) * Yurius (Summer) Weapons * Fediel Float * Sunset Blaze * Shine and Silence * Tentacular Javelin * King's Thruster * Konbu Dashi Summons: * Cerberus (Summer)
This commit is contained in:
parent
7c1adf819c
commit
42e5cae22d
1 changed files with 17 additions and 0 deletions
|
|
@ -57,6 +57,23 @@ const UpdatesPage = () => {
|
||||||
return (
|
return (
|
||||||
<div className={classes}>
|
<div className={classes}>
|
||||||
<h1>{common('about.segmented_control.updates')}</h1>
|
<h1>{common('about.segmented_control.updates')}</h1>
|
||||||
|
<ContentUpdate
|
||||||
|
version="2023-07L"
|
||||||
|
dateString="2023/07/31"
|
||||||
|
event="events.legfest"
|
||||||
|
newItems={{
|
||||||
|
character: ['3040472000', '3040474000', '3040475000', '3040473000'],
|
||||||
|
weapon: [
|
||||||
|
'1040815800',
|
||||||
|
'1040024700',
|
||||||
|
'1040516200',
|
||||||
|
'1040218600',
|
||||||
|
'1040617600',
|
||||||
|
'1030305800',
|
||||||
|
],
|
||||||
|
summon: ['2040420000'],
|
||||||
|
}}
|
||||||
|
/>
|
||||||
<ContentUpdate
|
<ContentUpdate
|
||||||
version="2023-07F"
|
version="2023-07F"
|
||||||
dateString="2023/07/15"
|
dateString="2023/07/15"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue