Add updates for 2023-09 Flash Gala
This commit is contained in:
parent
9a9e6a12f3
commit
27079a5a72
3 changed files with 23 additions and 0 deletions
|
|
@ -78,6 +78,19 @@ const UpdatesPage = () => {
|
|||
return (
|
||||
<div className={classes}>
|
||||
<h1>{common('about.segmented_control.updates')}</h1>
|
||||
<ContentUpdate
|
||||
version="2023-09F"
|
||||
dateString="2023/09/15"
|
||||
event="events.flash"
|
||||
newItems={{
|
||||
weapon: ['1040117200', '1040024900'],
|
||||
character: ['3040486000', '3040483000'],
|
||||
}}
|
||||
uncappedItems={{
|
||||
character: ['3040064000'],
|
||||
}}
|
||||
numNotes={1}
|
||||
/>
|
||||
<ContentUpdate
|
||||
version="2023-09U"
|
||||
dateString="2023/09/07"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,11 @@
|
|||
"uncap": "Uncap"
|
||||
},
|
||||
"versions": {
|
||||
"2023-09F": {
|
||||
"features": [
|
||||
"Added Ultimate Mastery skills for classes: Warlock, Chrysaor, Lumberjack, Robin Hood, and Doctor"
|
||||
]
|
||||
},
|
||||
"2023-09U": {
|
||||
"features": ["Added new Manatura \"Ouroboros Mino\""]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -19,6 +19,11 @@
|
|||
"uncap": "上限解放"
|
||||
},
|
||||
"versions": {
|
||||
"2023-09F": {
|
||||
"features": [
|
||||
"「ウォーロック」「クリュサオル」「ランバージャック」「ロビンフッド」「ドクター」の極致の証スキルを追加"
|
||||
]
|
||||
},
|
||||
"2023-09U": {
|
||||
"features": ["マナベリー「ウロボロス・ミニステル」を追加"]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue