From 13929d60ccb02f4306d4c504a9f819bea7e988ff Mon Sep 17 00:00:00 2001 From: ividyon <1077140+ividyon@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:35:12 +0200 Subject: [PATCH] v2.14.4.3 --- Directory.Build.props | 2 +- NOTES.md | 4 +- README.md | 5 + SoulsFormats | 2 +- WitchyBND/Assets/Paramdex/DES/Enums.json | 16 +- .../Assets/Paramdex/DES/Meta/AtkParam.xml | 174 ++++++++++-------- .../Paramdex/DES/Meta/BehaviorParam.xml | 72 +++++--- .../Assets/Paramdex/ER/Upgrader/version.txt | 2 +- WitchyBND/packages.lock.json | 8 +- WitchyLib/packages.lock.json | 4 +- 10 files changed, 184 insertions(+), 105 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index f80dfdfa..d9d0164a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ ividyon ividyon - 2.14.4.2 + 2.14.4.3 $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))=./ \ No newline at end of file diff --git a/NOTES.md b/NOTES.md index f9828156..84f1b33c 100644 --- a/NOTES.md +++ b/NOTES.md @@ -1,2 +1,2 @@ -* Updated SoulsFormatsNEXT. -* Updated Paramdex. +* Hotfix for supporting 1.16 PARAMs. +* Updated SoulsFormatsNEXT to fix a MQB bug. diff --git a/README.md b/README.md index 45464658..1399da8d 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,11 @@ WitchyBND is built using the following licensed works: # Changelog ## WitchyBND +### 2.14.4.3 + +* Hotfix for supporting 1.16 PARAMs. +* Updated SoulsFormatsNEXT to fix a MQB bug. + ### 2.14.4.2 * Updated SoulsFormatsNEXT. diff --git a/SoulsFormats b/SoulsFormats index 207b3b27..83dfdd9c 160000 --- a/SoulsFormats +++ b/SoulsFormats @@ -1 +1 @@ -Subproject commit 207b3b2759255951e20badbd9147ffd525d75f13 +Subproject commit 83dfdd9cba785908bbc387798f29207ac94c0fc7 diff --git a/WitchyBND/Assets/Paramdex/DES/Enums.json b/WitchyBND/Assets/Paramdex/DES/Enums.json index 68634f7e..0182d5ea 100644 --- a/WitchyBND/Assets/Paramdex/DES/Enums.json +++ b/WitchyBND/Assets/Paramdex/DES/Enums.json @@ -1,5 +1,19 @@ { "List": [ - + { + "DisplayName": "ATKPARAM_DMGTYPE_NEW", + "Name": "ATKPARAM_DMGTYPE_NEW", + "Description": "These are categories used to determine the type of stagger the player or enemy takes. (AtkParam version)", + "Options": [ + { "ID": "0", "Name": "No Stagger [0: NONE]", "Description": "" }, + { "ID": "1", "Name": "Short Stagger [1: SMALL]", "Description": "" }, + { "ID": "2", "Name": "Medium Stagger [2: MIDDLE]", "Description": "" }, + { "ID": "3", "Name": "Long Stagger [3: LARGE]", "Description": "" }, + { "ID": "4", "Name": "Big Launch Back [4: EXLARGE]", "Description": "" }, + { "ID": "5", "Name": "Push [5: PUSH]", "Description": "" }, + { "ID": "6", "Name": "Pancake [6: FLING]", "Description": "" }, + { "ID": "7", "Name": "Launch Back [7: SMALL_BLOW]", "Description": "" } + ] + } ] } \ No newline at end of file diff --git a/WitchyBND/Assets/Paramdex/DES/Meta/AtkParam.xml b/WitchyBND/Assets/Paramdex/DES/Meta/AtkParam.xml index 87707866..077ca2af 100644 --- a/WitchyBND/Assets/Paramdex/DES/Meta/AtkParam.xml +++ b/WitchyBND/Assets/Paramdex/DES/Meta/AtkParam.xml @@ -1,78 +1,108 @@  + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WitchyBND/Assets/Paramdex/DES/Meta/BehaviorParam.xml b/WitchyBND/Assets/Paramdex/DES/Meta/BehaviorParam.xml index f724d8b4..bc86abf9 100644 --- a/WitchyBND/Assets/Paramdex/DES/Meta/BehaviorParam.xml +++ b/WitchyBND/Assets/Paramdex/DES/Meta/BehaviorParam.xml @@ -6,29 +6,59 @@