Update page for last few updates (#388)

* November Flash Gala
* Revans Mk II
* Draconic Weapons Providence (not completely implemented yet)
* More Ultimate Mastery skills
This commit is contained in:
Justin Edmund 2023-11-18 19:45:29 -08:00 committed by GitHub
parent 348277de9b
commit 5449297a48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 91 additions and 0 deletions

View file

@ -78,6 +78,77 @@ 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-11F"
dateString="2023/11/17"
event="events.flash"
newItems={{
weapon: ['1040117800', '1040516600', '1040025300'],
character: ['3040492000', '3040493000', '3040494000'],
}}
/>
<ContentUpdate
version="2023-11U2"
dateString="2023/11/14"
event="events.uncap"
uncappedItems={{
character: ['3040212000'],
}}
/>
<ContentUpdate
version="2023-11U"
dateString="2023/11/09"
event="events.content"
newItems={{
weapon: [
'1040025200',
'1040316800',
'1040316900',
'1040025100',
'1040712900',
'1040713000',
'1040915900',
'1040617900',
'1040618000',
'1040117700',
'1040316600',
'1040316700',
'1040422300',
'1040816000',
'1040816100',
'1040916000',
'1040117500',
'1040117600',
],
}}
numNotes={1}
/>
<ContentUpdate
version="2023-10L"
dateString="2023/10/31"
event="events.legfest"
newItems={{
weapon: ['1040915800', '1040117400', '1040915700', '1030804500'],
character: ['3040490000', '3040491000'],
summon: ['2040424000'],
}}
/>
<ContentUpdate
version="2023-10U"
dateString="2023/10/23"
event="events.content"
newItems={{
weapon: [
'1040422200',
'1040815900',
'1040316500',
'1040712800',
'1040516500',
'1040915600',
],
}}
numNotes={1}
/>
<ContentUpdate <ContentUpdate
version="2023-10F" version="2023-10F"
dateString="2023/10/18" dateString="2023/10/18"

View file

@ -19,6 +19,16 @@
"uncap": "Uncap" "uncap": "Uncap"
}, },
"versions": { "versions": {
"2023-11U": {
"features": [
"Added Ultimate Mastery skills for classes: Bandit Tycoon, Nighthound, Monk, and Rising Force"
]
},
"2023-10U": {
"features": [
"Draconic Weapons Providence are not properly implemented yet and cannot be placed into teams with Dark Opus Weapons"
]
},
"2023-09F": { "2023-09F": {
"features": [ "features": [
"Added Ultimate Mastery skills for classes: Warlock, Chrysaor, Lumberjack, Robin Hood, and Doctor" "Added Ultimate Mastery skills for classes: Warlock, Chrysaor, Lumberjack, Robin Hood, and Doctor"

View file

@ -19,6 +19,16 @@
"uncap": "上限解放" "uncap": "上限解放"
}, },
"versions": { "versions": {
"2023-11U": {
"features": [
"「義賊」「ハウンドドッグ」「モンク」「ライジングフォース」の極致の証スキルを追加"
]
},
"2023-10U": {
"features": [
"現在、ドラコニックウエポン・オリジンは終末武器と一緒に編成に組めることができません"
]
},
"2023-09F": { "2023-09F": {
"features": [ "features": [
"「ウォーロック」「クリュサオル」「ランバージャック」「ロビンフッド」「ドクター」の極致の証スキルを追加" "「ウォーロック」「クリュサオル」「ランバージャック」「ロビンフッド」「ドクター」の極致の証スキルを追加"