From b6f6a78e20ec33cb6fbe9694e2af65af1c3a3f5a Mon Sep 17 00:00:00 2001 From: Haselnussbomber Date: Thu, 30 Jul 2026 03:45:54 +0200 Subject: [PATCH] Update 3 schemas --- ChocoboRaceCalculateParam.yml | 2 +- ChocoboRaceRanking.yml | 4 +++- ChocoboRaceStatus.yml | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChocoboRaceCalculateParam.yml b/ChocoboRaceCalculateParam.yml index fe0541e1..aecd1778 100644 --- a/ChocoboRaceCalculateParam.yml +++ b/ChocoboRaceCalculateParam.yml @@ -1,3 +1,3 @@ name: ChocoboRaceCalculateParam fields: - - name: Unknown0 + - name: Value diff --git a/ChocoboRaceRanking.yml b/ChocoboRaceRanking.yml index 4fcc088b..cd9cb012 100644 --- a/ChocoboRaceRanking.yml +++ b/ChocoboRaceRanking.yml @@ -1,3 +1,5 @@ name: ChocoboRaceRanking fields: - - name: Unknown0 + - name: BGM + type: link + targets: [BGM] diff --git a/ChocoboRaceStatus.yml b/ChocoboRaceStatus.yml index f88b3c1a..b5ce945a 100644 --- a/ChocoboRaceStatus.yml +++ b/ChocoboRaceStatus.yml @@ -4,4 +4,6 @@ fields: - name: Status type: link targets: [Status] - - name: Unknown0 + - name: VFX + type: link + targets: [VFX]