From 7d9719e5d420e5f74c8fd2c8ce096b67e6f852ee Mon Sep 17 00:00:00 2001 From: Graham Forest Date: Mon, 22 Dec 2025 12:46:08 -0800 Subject: [PATCH] Capitalize brequelpassivesubtrees I know the dat files are lowercase now but given every other type is capitalized it seems good to stick with that. This impacts code generation for languages that have style or rules for variable names or struct member names. e.g. for python variables/methods or rust struct member names I can programmatically turn BrequelPassiveSubTrees into brequel_passive_sub_trees, but can't without the capitalization. I understand this is technically a breaking change but given upstream's clear case-insensitivity it seems like a relatively minor one. --- dat-schema/3_27_Keepers_of_the_Flame.gql | 2 +- dat-schema/_Core.gql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dat-schema/3_27_Keepers_of_the_Flame.gql b/dat-schema/3_27_Keepers_of_the_Flame.gql index bafd210..f46b4b7 100644 --- a/dat-schema/3_27_Keepers_of_the_Flame.gql +++ b/dat-schema/3_27_Keepers_of_the_Flame.gql @@ -11,7 +11,7 @@ type BreachElement { DuplicateBoss: Stats } -type brequelpassivesubtrees { +type BrequelPassiveSubTrees { Id: string @unique _: ClientStrings _: ClientStrings diff --git a/dat-schema/_Core.gql b/dat-schema/_Core.gql index 2e48414..cf45773 100644 --- a/dat-schema/_Core.gql +++ b/dat-schema/_Core.gql @@ -4114,7 +4114,7 @@ type PassiveSkills { _: bool DescendancyKey: Descendancy _: rid - BrequelSubTree: brequelpassivesubtrees + BrequelSubTree: BrequelPassiveSubTrees _: bool _: bool _: bool