From 300ad20b426487d4c8cf501457879bb118911000 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Fri, 18 Oct 2024 18:38:47 -0400 Subject: [PATCH] Content Migration - 58. Broadcasting Data Table Rows --- Core/AbilitySystem/GE_CrystalHeal.uasset | 4 ++-- Core/AbilitySystem/GE_CrystalMana.uasset | 4 ++-- Core/AbilitySystem/GE_PotionHealth.uasset | 4 ++-- Core/AbilitySystem/GE_PotionMana.uasset | 4 ++-- Core/CT_Potion.uasset | 3 --- Core/DT_PrimaryAttributes.uasset | 4 ++-- Core/DT_TaggedMessages.uasset | 3 +++ Core/Tables/CT_Potion.uasset | 3 +++ Core/Tables/DT_PrimaryAttributes.uasset | 3 +++ Core/Tables/DT_TaggedMessages.uasset | 3 +++ Levels/StartupMap.umap | 2 +- 11 files changed, 23 insertions(+), 14 deletions(-) delete mode 100644 Core/CT_Potion.uasset create mode 100644 Core/DT_TaggedMessages.uasset create mode 100644 Core/Tables/CT_Potion.uasset create mode 100644 Core/Tables/DT_PrimaryAttributes.uasset create mode 100644 Core/Tables/DT_TaggedMessages.uasset diff --git a/Core/AbilitySystem/GE_CrystalHeal.uasset b/Core/AbilitySystem/GE_CrystalHeal.uasset index 8166681..0334a23 100644 --- a/Core/AbilitySystem/GE_CrystalHeal.uasset +++ b/Core/AbilitySystem/GE_CrystalHeal.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:545297b5ea118f000b0d840e4d082a946d9c986fcdf37289cad44071057adb4f -size 14597 +oid sha256:8654b5491b6623f6baeb4c68ca347a063c37299c844d728e757ab5e675f374b9 +size 14584 diff --git a/Core/AbilitySystem/GE_CrystalMana.uasset b/Core/AbilitySystem/GE_CrystalMana.uasset index 3198882..99808ee 100644 --- a/Core/AbilitySystem/GE_CrystalMana.uasset +++ b/Core/AbilitySystem/GE_CrystalMana.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c332786805df3d861854085af15419b9d6e264557f034ccf3415d1dd620dc514 -size 13488 +oid sha256:ff4bef4e04b872cf713595a6d9c2735c9b1788cc97ebb936d68fb96e245c7b3f +size 14379 diff --git a/Core/AbilitySystem/GE_PotionHealth.uasset b/Core/AbilitySystem/GE_PotionHealth.uasset index 84cfa24..5acc4be 100644 --- a/Core/AbilitySystem/GE_PotionHealth.uasset +++ b/Core/AbilitySystem/GE_PotionHealth.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a088b1e8b1f64550e6feb2589f2a418d4536bcea52a806ecb2dc58bc70f95acf -size 13422 +oid sha256:01a8166ba9987fe32990e12f3cd0e06fa434241c881d7425cebdad01b84025e8 +size 14321 diff --git a/Core/AbilitySystem/GE_PotionMana.uasset b/Core/AbilitySystem/GE_PotionMana.uasset index 6c1e8e1..707a12d 100644 --- a/Core/AbilitySystem/GE_PotionMana.uasset +++ b/Core/AbilitySystem/GE_PotionMana.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:669466a6f78ce2841ac5abb2ed7b32fa01a8095934dc26a42ea9344af92502df -size 13387 +oid sha256:b4b87a4e8e293fffb86ccdf0a358ff3c7f1a047c59827aedb3febc0146d2c71d +size 14284 diff --git a/Core/CT_Potion.uasset b/Core/CT_Potion.uasset deleted file mode 100644 index 5beb555..0000000 --- a/Core/CT_Potion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af048bad73910bf6913ed75293f37a12381f1f46b33258b09aad47c1e60d27b7 -size 2603 diff --git a/Core/DT_PrimaryAttributes.uasset b/Core/DT_PrimaryAttributes.uasset index c72133b..9fa7479 100644 --- a/Core/DT_PrimaryAttributes.uasset +++ b/Core/DT_PrimaryAttributes.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18de865771242d2ad5aaa2d109411e14e284da5b640a1d768094faee4de8efe3 -size 2763 +oid sha256:3a2f54070cef01e4b79e98c5b6a9cf025bd20526f3b1aed3cb6be68f0efe2a4a +size 1495 diff --git a/Core/DT_TaggedMessages.uasset b/Core/DT_TaggedMessages.uasset new file mode 100644 index 0000000..11e4510 --- /dev/null +++ b/Core/DT_TaggedMessages.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71fd32b98dc6bca2a8abbfc99dec2e66bd309b0583cc28ddabface523bb114dd +size 1471 diff --git a/Core/Tables/CT_Potion.uasset b/Core/Tables/CT_Potion.uasset new file mode 100644 index 0000000..a37324a --- /dev/null +++ b/Core/Tables/CT_Potion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9786db3e6acb1ad98f9fa396bce4a47746c13d86c7679e729474dccf69426d3 +size 2617 diff --git a/Core/Tables/DT_PrimaryAttributes.uasset b/Core/Tables/DT_PrimaryAttributes.uasset new file mode 100644 index 0000000..8b593ef --- /dev/null +++ b/Core/Tables/DT_PrimaryAttributes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5755f644ee0fbddf3a910887dc582c3537b16fb55c469d33a72f20f32375a4d +size 2777 diff --git a/Core/Tables/DT_TaggedMessages.uasset b/Core/Tables/DT_TaggedMessages.uasset new file mode 100644 index 0000000..0c69130 --- /dev/null +++ b/Core/Tables/DT_TaggedMessages.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740bc6ded88cd0b8f38bb7ddf99dcada505374635fcdfdf4833c371f2f8bdd41 +size 4940 diff --git a/Levels/StartupMap.umap b/Levels/StartupMap.umap index a581783..ca1e71e 100644 --- a/Levels/StartupMap.umap +++ b/Levels/StartupMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c2864f918effd2977a374a78e6d1fdfaf7efe038b888b8bb35d1f1c25eca74f8 +oid sha256:25256d0c9e6a738f0a78bf585129c72238f2b85b0968dcd6b0433bc906de82ec size 97208