Add updates for 2023-09 Flash Gala

This commit is contained in:
Justin Edmund 2023-09-15 07:42:43 -07:00
parent 9a9e6a12f3
commit 27079a5a72
3 changed files with 23 additions and 0 deletions

View file

@ -78,6 +78,19 @@ 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-09F"
dateString="2023/09/15"
event="events.flash"
newItems={{
weapon: ['1040117200', '1040024900'],
character: ['3040486000', '3040483000'],
}}
uncappedItems={{
character: ['3040064000'],
}}
numNotes={1}
/>
<ContentUpdate <ContentUpdate
version="2023-09U" version="2023-09U"
dateString="2023/09/07" dateString="2023/09/07"

View file

@ -19,6 +19,11 @@
"uncap": "Uncap" "uncap": "Uncap"
}, },
"versions": { "versions": {
"2023-09F": {
"features": [
"Added Ultimate Mastery skills for classes: Warlock, Chrysaor, Lumberjack, Robin Hood, and Doctor"
]
},
"2023-09U": { "2023-09U": {
"features": ["Added new Manatura \"Ouroboros Mino\""] "features": ["Added new Manatura \"Ouroboros Mino\""]
}, },

View file

@ -19,6 +19,11 @@
"uncap": "上限解放" "uncap": "上限解放"
}, },
"versions": { "versions": {
"2023-09F": {
"features": [
"「ウォーロック」「クリュサオル」「ランバージャック」「ロビンフッド」「ドクター」の極致の証スキルを追加"
]
},
"2023-09U": { "2023-09U": {
"features": ["マナベリー「ウロボロス・ミニステル」を追加"] "features": ["マナベリー「ウロボロス・ミニステル」を追加"]
}, },