From 834567940137130cc7c1c17231e2866457a24178 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 02:10:33 +0000 Subject: [PATCH] Creating release 2025.05 --- AOZScore.yml | 2 +- Condition.yml | 10 +++++++--- ConfigKey.yml | 6 ++++-- ContentGaugeColor.yml | 3 +++ MJIRecipe.yml | 4 ++-- TomestonesItem.yml | 2 +- UIColor.yml | 4 ++++ 7 files changed, 22 insertions(+), 9 deletions(-) diff --git a/AOZScore.yml b/AOZScore.yml index dbd4606..509a875 100644 --- a/AOZScore.yml +++ b/AOZScore.yml @@ -4,4 +4,4 @@ fields: - name: Name - name: Description - name: Score - - name: IsHidden + - name: IsVisible \ No newline at end of file diff --git a/Condition.yml b/Condition.yml index d81f874..2c93a66 100644 --- a/Condition.yml +++ b/Condition.yml @@ -3,6 +3,10 @@ fields: - name: LogMessage type: link targets: [LogMessage] - - name: Unknown0 - - name: Unknown1 - - name: Unknown2 + - name: Permission + type: link + targets: [Permission] + - name: LogMessagePriority + comment: The lower this number is, the higher the priority. Used to determine which conditions LogMessage should be printed. + - name: IsNetworked + comment: Allows this Condition to be set by a packet received from the server. \ No newline at end of file diff --git a/ConfigKey.yml b/ConfigKey.yml index 1d490f0..6eced62 100644 --- a/ConfigKey.yml +++ b/ConfigKey.yml @@ -6,5 +6,7 @@ fields: - name: Param - name: Platform - name: Category - - name: Unknown1 - - name: Required + - name: BacklightColor + type: link + targets: [BacklightColor] + - name: Required \ No newline at end of file diff --git a/ContentGaugeColor.yml b/ContentGaugeColor.yml index 6eab4a8..4b1b119 100644 --- a/ContentGaugeColor.yml +++ b/ContentGaugeColor.yml @@ -1,5 +1,8 @@ name: ContentGaugeColor fields: - name: AndroidColor1 + type: color - name: AndroidColor2 + type: color - name: AndroidColor3 + type: color diff --git a/MJIRecipe.yml b/MJIRecipe.yml index 072b034..9fb28d5 100644 --- a/MJIRecipe.yml +++ b/MJIRecipe.yml @@ -10,7 +10,7 @@ fields: - name: ItemPouch type: link targets: [MJIItemPouch] - - name: Unknown0 + - name: Yield - name: Material type: array count: 5 @@ -20,4 +20,4 @@ fields: - name: Amount type: array count: 5 - - name: Order + - name: Order \ No newline at end of file diff --git a/TomestonesItem.yml b/TomestonesItem.yml index 705e340..a0dec1e 100644 --- a/TomestonesItem.yml +++ b/TomestonesItem.yml @@ -7,4 +7,4 @@ fields: - name: Tomestones type: link targets: [Tomestones] - - name: Unknown0 + - name: CurrencyInventorySlot \ No newline at end of file diff --git a/UIColor.yml b/UIColor.yml index 2509b06..b9d3d9d 100644 --- a/UIColor.yml +++ b/UIColor.yml @@ -2,6 +2,10 @@ name: UIColor displayField: Dark fields: - name: Dark + type: color - name: Light + type: color - name: ClassicFF + type: color - name: ClearBlue + type: color