2024/01 Legend Festival (#405)

Adds items from 2024/01 Legend Festival and final set of Ultimate
Mastery skills
This commit is contained in:
Justin Edmund 2024-01-30 22:40:48 -08:00 committed by GitHub
parent 5a5457f10d
commit 3ee2a1ac47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 24 additions and 2 deletions

View file

@ -78,6 +78,16 @@ 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="2024-01L"
dateString="2024/01/31"
event="events.legfest"
newItems={{
character: ['3040509000', '3040510000'],
weapon: ['1040025700', '1040422500', '1040317100', '1030406600'],
}}
numNotes={1}
/>
<ContentUpdate <ContentUpdate
version="2024-01U3" version="2024-01U3"
dateString="2024/01/18" dateString="2024/01/18"

View file

@ -162,7 +162,7 @@ const WeaponModal = ({
if ([2, 3, 17, 34].includes(gridWeapon.object.series) && weaponKey2) if ([2, 3, 17, 34].includes(gridWeapon.object.series) && weaponKey2)
object.weapon.weapon_key2_id = weaponKey2.id object.weapon.weapon_key2_id = weaponKey2.id
if ([17, 34].includes(gridWeapon.object.series) && weaponKey3) if ([17].includes(gridWeapon.object.series) && weaponKey3)
object.weapon.weapon_key3_id = weaponKey3.id object.weapon.weapon_key3_id = weaponKey3.id
if (gridWeapon.object.ax && gridWeapon.object.ax_type > 0) { if (gridWeapon.object.ax && gridWeapon.object.ax_type > 0) {
@ -381,7 +381,7 @@ const WeaponModal = ({
'' ''
)} )}
{[17, 34].includes(gridWeapon.object.series) ? ( {[17].includes(gridWeapon.object.series) ? (
<WeaponKeySelect <WeaponKeySelect
open={weaponKey3Open} open={weaponKey3Open}
weaponKey={weaponKey3} weaponKey={weaponKey3}

View file

@ -24,6 +24,12 @@
"uncap": "Uncap" "uncap": "Uncap"
}, },
"versions": { "versions": {
"2024-01L": {
"features": [
"Added Ultimate Mastery skills for classes: Cavalier, Relic Buster, Yamato, and Masquerade",
"Fixed a bug where Telumas could be set on the third slot of Draconic Providence weapons"
]
},
"2024-01U": { "2024-01U": {
"features": [ "features": [
"Fixed a bug that prevented logged out users from creating teams if they started from the Character or Summon tabs", "Fixed a bug that prevented logged out users from creating teams if they started from the Character or Summon tabs",

View file

@ -24,6 +24,12 @@
"uncap": "上限解放" "uncap": "上限解放"
}, },
"versions": { "versions": {
"2024-01L": {
"features": [
"「キャバルリー」「レリックバスター」「ヤマト」「マスカレード」の極致の証スキルを追加",
"テルマがドラコニックウエポン・オリジンの3番目のスロットに設定できる不具合を修正"
]
},
"2024-01U": { "2024-01U": {
"features": [ "features": [
"ログアウトしたままのユーザーがキャラクターまたは召喚石のタブから編成を作成できない不具合を修正", "ログアウトしたままのユーザーがキャラクターまたは召喚石のタブから編成を作成できない不具合を修正",