From 8f6d835f44fcff20c7908be9ea7c1ff0cdc51a0b Mon Sep 17 00:00:00 2001 From: EchoDidAThing <154573455+EchoDidAThing@users.noreply.github.com> Date: Mon, 19 May 2025 05:07:43 -0400 Subject: [PATCH 1/3] Removed a line that was making godbert unhappy --- SaintCoinach/Definitions/TiltParam.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/SaintCoinach/Definitions/TiltParam.json b/SaintCoinach/Definitions/TiltParam.json index d9b43780..a1674dc8 100644 --- a/SaintCoinach/Definitions/TiltParam.json +++ b/SaintCoinach/Definitions/TiltParam.json @@ -1,9 +1,6 @@ { "sheet": "TiltParam", "definitions": [ - { - "name": "Unknown" - }, { "index": 0, "name": "RotationOriginOffset" From de72cc9e24066507d7e72be2e4550b78166ae0bf Mon Sep 17 00:00:00 2001 From: EchoDidAThing <154573455+EchoDidAThing@users.noreply.github.com> Date: Tue, 20 May 2025 04:02:54 -0400 Subject: [PATCH 2/3] A couple of Columns courtesy of Taco --- SaintCoinach/Definitions/Mount.json | 4 ++++ SaintCoinach/Definitions/TiltParam.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/SaintCoinach/Definitions/Mount.json b/SaintCoinach/Definitions/Mount.json index 8197712e..833ce4ab 100644 --- a/SaintCoinach/Definitions/Mount.json +++ b/SaintCoinach/Definitions/Mount.json @@ -128,6 +128,10 @@ "index": 34, "name": "BaseMotionSpeed_Walk" }, + { + "index": 36, + "name": "UnderwaterAnimationSpeed" + }, { "index": 37, "name": "ExtraSeats" diff --git a/SaintCoinach/Definitions/TiltParam.json b/SaintCoinach/Definitions/TiltParam.json index a1674dc8..c4e05b26 100644 --- a/SaintCoinach/Definitions/TiltParam.json +++ b/SaintCoinach/Definitions/TiltParam.json @@ -12,6 +12,10 @@ { "index": 3, "name": "TiltRate" + }, + { + "index": 3, + "name": "ReverseRotation" } ] } \ No newline at end of file From 9e455468244b0d604ca87da9ccb3eddc59624efe Mon Sep 17 00:00:00 2001 From: EchoDidAThing <154573455+EchoDidAThing@users.noreply.github.com> Date: Tue, 20 May 2025 04:07:25 -0400 Subject: [PATCH 3/3] Note to self: check changes by ropening godbert *before* pushing. --- SaintCoinach/Definitions/TiltParam.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SaintCoinach/Definitions/TiltParam.json b/SaintCoinach/Definitions/TiltParam.json index c4e05b26..14d4f9bb 100644 --- a/SaintCoinach/Definitions/TiltParam.json +++ b/SaintCoinach/Definitions/TiltParam.json @@ -14,7 +14,7 @@ "name": "TiltRate" }, { - "index": 3, + "index": 2, "name": "ReverseRotation" } ]