From fbaff3beaf464c2150bb1bbe0af2c21658209559 Mon Sep 17 00:00:00 2001 From: Lily Wilson Date: Tue, 23 Sep 2025 17:02:41 -0600 Subject: [PATCH] Magick System UI Base + Other Shtuff --- Elistria_Calling/Config/DefaultEngine.ini | 17 +++++++++++++++++ .../Blueprints/BPC_PlayerStats.uasset | 4 ++-- .../Blueprints/BP_PlayerController.uasset | 4 ++-- .../Blueprints/BP_PlayerState.uasset | 4 ++-- .../Crafting_System/UI/WB_CraftMenuUI.uasset | 4 ++-- .../Crafting_System/UI/WB_RecipeSlot.uasset | 4 ++-- .../BPC_EquipmentSystem.uasset | 4 ++-- .../Equipment_System/UI/WB_Equipment.uasset | 4 ++-- .../Levels/L_German_Building_01.umap | 4 ++-- .../Magick_System/BPC_MagickSystem.uasset | 3 +++ .../Magick_System/DT_SpellList.uasset | 3 +++ .../Magick_System/DT_Spells.uasset | 3 +++ .../MAIN_CONTENT/Magick_System/Magick.uasset | 3 +++ .../Magick_System/S_MagickSpell.uasset | 3 +++ .../Magick_System/Spells/BP_.uasset | 3 +++ .../Magick_System/Spells/GBP_.uasset | 3 +++ .../Spells/GBP_PhenixFlame.uasset | 3 +++ .../Spells/NewGameplayAbilityBlueprint.uasset | 3 +++ .../Magick_System/UI/WB_Magick.uasset | 3 +++ .../Blueprints/BP_ThirdPersonCharacter.uasset | 4 ++-- .../Input/Actions/IA_MagickMenu.uasset | 3 +++ .../ThirdPerson/Input/IMC_Default.uasset | 4 ++-- .../9/U7/H8YL2PPHZPBTI74SUD0RNL.uasset | Bin 4083 -> 129 bytes 23 files changed, 70 insertions(+), 20 deletions(-) create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Magick_System/BPC_MagickSystem.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Magick_System/DT_SpellList.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Magick_System/DT_Spells.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Magick.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Magick_System/S_MagickSpell.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Spells/BP_.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Spells/GBP_.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Spells/GBP_PhenixFlame.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Spells/NewGameplayAbilityBlueprint.uasset create mode 100644 Elistria_Calling/Content/MAIN_CONTENT/Magick_System/UI/WB_Magick.uasset create mode 100644 Elistria_Calling/Content/ThirdPerson/Input/Actions/IA_MagickMenu.uasset diff --git a/Elistria_Calling/Config/DefaultEngine.ini b/Elistria_Calling/Config/DefaultEngine.ini index 72733b4..99be106 100644 --- a/Elistria_Calling/Config/DefaultEngine.ini +++ b/Elistria_Calling/Config/DefaultEngine.ini @@ -147,3 +147,20 @@ ManualIPAddress= [/Script/Water.WaterRuntimeSettings] CollisionChannelForWaterTraces=ECC_WorldDynamic +[/Script/ConcertClient.ConcertClientConfig] +bIsHeadless=False +bInstallEditorToolbarButton=True +bAutoConnect=False +bRetryAutoConnectOnError=False +ServerType=Slate +DefaultServerURL= +DefaultSessionName= +DefaultSessionToRestore= +DefaultSaveSessionAs= +ReadOnlyAssignment=(GameplayTags=) +SendOnlyAssignment=(GameplayTags=) +bShouldPromptForHotReloadOnLevel=False +ClientSettings=(DisplayName="",AvatarColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),DesktopAvatarActorClass="/ConcertSyncClient/DesktopPresence.DesktopPresence_C",VRAvatarActorClass="/ConcertSyncClient/VRPresence.VRPresence_C",ServerPort=0,DiscoveryTimeoutSeconds=5,SessionTickFrequencySeconds=1,LatencyCompensationMs=0.000000,bReflectLevelEditorInGame=False,bSupportMixedBuildTypes=False,Tags=,ClientAuthenticationKey="") +SourceControlSettings=(ValidationMode=Soft) +EndpointSettings=(bEnableLogging=False,PurgeProcessedMessageDelaySeconds=30,RemoteEndpointTimeoutSeconds=60) + diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPC_PlayerStats.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPC_PlayerStats.uasset index c2c8e9d..4bdb328 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPC_PlayerStats.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BPC_PlayerStats.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b08a87918f47e08831794dd6d5eaacf8d98472e05a23994cb5735446b63f22e -size 524140 +oid sha256:b705ff69ba0538245d7490a5ebc51f3c343aeaac811166db53f320f47192407c +size 522628 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerController.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerController.uasset index 9e56530..751d93f 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerController.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:feba551fd077937c51aaf9215ed5885933b8658662db0c710cf4ba924c662175 -size 399441 +oid sha256:5267d1283afc8c24d984d7aa7b4fc9ba9876fdf92a86b2af774e7aea53523cef +size 628427 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerState.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerState.uasset index ebcbf6c..b61ce3d 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerState.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Blueprints/BP_PlayerState.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ac891075bcd07258fa49672b5b0c107c19c4fe98b2ebf94f8d57d4b688bacf7 -size 25350 +oid sha256:307183ef9f7856224a958811282425954f15c24b756afaa000c6d228f39835c6 +size 26295 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset index ea9f9a2..0f9f3a4 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_CraftMenuUI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:780c412f922b58cc72728a92dd394d90169b91636b3824149e7f144ce69f62c0 -size 352198 +oid sha256:ef1198d12ae12a44ae330d19d6c681c07ac61c37d1d4e32ae5643cfd061f6540 +size 344882 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_RecipeSlot.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_RecipeSlot.uasset index 24a82be..5849f6a 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_RecipeSlot.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Crafting_System/UI/WB_RecipeSlot.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6e661218759e644ab853d2b95b2e8ccb9984ac842151d2eb6d57abf9ee1aba47 -size 103570 +oid sha256:64b5c5e03e249bdea4e62d4f18dc97070f397ffaed90e6084556267f8d8e1572 +size 102512 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/BPC_EquipmentSystem.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/BPC_EquipmentSystem.uasset index 1f9bbbc..5988291 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/BPC_EquipmentSystem.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/BPC_EquipmentSystem.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:15f0d83bcb53f6674ec3613ce10c9fce449de5d321e88934caed0b25f106d335 -size 205854 +oid sha256:f0c76d16fc3bb6f18f4a286541031cac202cfcf0700eb2280c164566d6005d77 +size 126883 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset index 54ae610..5343d9e 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:22dfcbb926d826d25214bd154cc54787519717ef4bcebfe88d7256957af603ef -size 262156 +oid sha256:b25d672147fabde7b600b9a3f17861de67a1276b7314149ba13d50e36aaf8f4b +size 261649 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Levels/L_German_Building_01.umap b/Elistria_Calling/Content/MAIN_CONTENT/Levels/L_German_Building_01.umap index 0228767..1b72f92 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Levels/L_German_Building_01.umap +++ b/Elistria_Calling/Content/MAIN_CONTENT/Levels/L_German_Building_01.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b5c610f61b134a8292ca20bfce63d2327f12604f519a4a4d54bf334d2676b353 -size 94506 +oid sha256:7f7c5edcf5caafcd670191c9b91495505d1d9b163dfbec2a1634455217958483 +size 148184 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/BPC_MagickSystem.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/BPC_MagickSystem.uasset new file mode 100644 index 0000000..d5591fc --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/BPC_MagickSystem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c631b2a108ca80e41a1d62382c5d4c51ddc3fa0bcae525a8502f70f2dec61ce +size 6019 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/DT_SpellList.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/DT_SpellList.uasset new file mode 100644 index 0000000..c13fedf --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/DT_SpellList.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4929df5f19dc86e42aa15abeabc12da45a1262d75e1ffc950073e87d9b792d +size 1550 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/DT_Spells.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/DT_Spells.uasset new file mode 100644 index 0000000..ec63bbe --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/DT_Spells.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818b35ef4da177168a4f086dcae74d2a890c674f2749a90e252d525ef0b1d8e5 +size 40880 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Magick.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Magick.uasset new file mode 100644 index 0000000..7e4653a --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Magick.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef9f44cad6ccc26e0f3d9b54f120ef717b86619d7ca2cc9899ffd0761b4d3d1 +size 1552 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/S_MagickSpell.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/S_MagickSpell.uasset new file mode 100644 index 0000000..7df7cfe --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/S_MagickSpell.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d473fb2ffe404f4aed648150d53844be95c8b0ea52388f4000b38e74463deaf +size 7959 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Spells/BP_.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Spells/BP_.uasset new file mode 100644 index 0000000..b45e53f --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Spells/BP_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b52a6c03360a0e2806b03c4ac1328cf14d36868beaef06aabb629db8f1893f +size 2603 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Spells/GBP_.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Spells/GBP_.uasset new file mode 100644 index 0000000..1f9d5e4 --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Spells/GBP_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8944532960cea73a970759d55aacfa8127673bb27ba465dcc95490de27178cf +size 2665 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Spells/GBP_PhenixFlame.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Spells/GBP_PhenixFlame.uasset new file mode 100644 index 0000000..9c63385 --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Spells/GBP_PhenixFlame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62027a5f6fe2d23fa6a9d5ddea05ee1e3768ac9283d9883b31b60205efd182d9 +size 16302 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Spells/NewGameplayAbilityBlueprint.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Spells/NewGameplayAbilityBlueprint.uasset new file mode 100644 index 0000000..9af4157 --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/Spells/NewGameplayAbilityBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9759c5c172e8e0b85df672bbfa4ef36e9696c497ad396e61393d03ac9d3707 +size 2786 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/UI/WB_Magick.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/UI/WB_Magick.uasset new file mode 100644 index 0000000..a474998 --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Magick_System/UI/WB_Magick.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1879e3e8c86ea88d214e221acd03d2e01d87575c309fed5969932ffffb7e14a1 +size 375174 diff --git a/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset b/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset index b8bcfc0..eb2b95b 100644 --- a/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset +++ b/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b67b2301c2e058c32fe366dafc0ec81425634d49fdbb1b7d503e3f5504dbffe -size 1466763 +oid sha256:9c036e104dc65138ad0a395489484330c38ad21be9b7887303f936cf212bbaf7 +size 1436103 diff --git a/Elistria_Calling/Content/ThirdPerson/Input/Actions/IA_MagickMenu.uasset b/Elistria_Calling/Content/ThirdPerson/Input/Actions/IA_MagickMenu.uasset new file mode 100644 index 0000000..45c4b8c --- /dev/null +++ b/Elistria_Calling/Content/ThirdPerson/Input/Actions/IA_MagickMenu.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea27c35b205fb5751b6ac4e744d529bd6a1629071a342c6da918c39e2eead7e +size 1418 diff --git a/Elistria_Calling/Content/ThirdPerson/Input/IMC_Default.uasset b/Elistria_Calling/Content/ThirdPerson/Input/IMC_Default.uasset index d4c9129..56c6748 100644 --- a/Elistria_Calling/Content/ThirdPerson/Input/IMC_Default.uasset +++ b/Elistria_Calling/Content/ThirdPerson/Input/IMC_Default.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd1f92d777e7f72a6ee126c5423c68db6a76d71f8a3ee23553e98ab1f71f6397 -size 20993 +oid sha256:b5794727327d13effcf440efe752e7146f84bd499a9c2a2b213d4a256b14cc04 +size 21670 diff --git a/Elistria_Calling/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/9/U7/H8YL2PPHZPBTI74SUD0RNL.uasset b/Elistria_Calling/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/9/U7/H8YL2PPHZPBTI74SUD0RNL.uasset index 83a913f0881ce02d8b92f525f6c5a03c2e19e2da..46dc8a4f5ae44c1a0d65ebb24e70e4c7a746511a 100644 GIT binary patch literal 129 zcmWN?OA^8$3;@u5Pr(H&pN6FLHjscYqtX%V!qe;9yeq#)>n~O3JjbE+z0KRBjP-y0 zq?P+qk2ABr?9!X4QKR#CY)O3BV-U80*&`<7N{GZ@$PhXXj>Q=$g-Y27cb{1RB?b$U MB`l+TvjQMme!+w%g8%>k literal 4083 zcmb6cZEPG@@ue{k+9ptwFG|ujsnez;@$Kz>t^?G2dwb`#@6PA@OpL;IeY=UzKHna@ zYsU_al9mz~wf$i=v5sIKyQ&p`{KT=wX3!xay%o?wYU$1)V!uho)|M=^7SMCJbJue?D zKg0L_j?Q2;FMm~NM|P@NIbKQ5S-v+;3u+vKP&hH zUXFGYdr6pZN=RdeRHYfs*aUf7C+^e2PY!$7K9^*N894|dlB zKfU~yE782(fg!ClC&Rz`+`AZn-Z9NE%Bq%BEX^n@6_dPi=G9+p1WsBh4J-S!gkDlA z^4&ydQniH@7P2Bv&dAukXJ*KHq#Zr2-38MXB z_~+~A2}rP%VHGsPMC;bR%^k*QWi6u~t)1tLHVhEZMjHaekRQ$9i7G(Ubb~yxp+(KZ z&=ZFkcw|`|hj>+$ioK<#EPHZ;WkXHFI(pTURBC1;0mdHAlMi{i!n+e}I^ETuj^w0} zKbwy-nN)&stJv>%)RiZ+F|7jTS-Le*D_8e{I(Kh8NlB&*Ee_iz=k!`sF@{Ox_@U*u zT}1;#Rx>@>q%4dMXhb>9{B%xw5z9%-S3(`QBc5!@DAz2Hpc`7=Nhfki+VM3E9_5ME zePuZ9M>@YFeHzF@MKMic?H`}QZHsDqmC=eN%X52chmRcUym<)4ZO_Tj_Nk*NPTiKO zrlnL%nxNYqi?r-)eHKrCQnM7?dGglb=O40XTq!&o9?z_S8bWiLnDNOqn5Axx*A*Sx zenPY9m@lRUDe9PX@S4rP#rZUV4^Ou}k8%qgxqJDZ->jKOuO}}vxv|rhap7R;2`o5 z=-ce}o5^97K==gYZg#r!^ilh6ae0U^ItY#Wn#rwo#1@rXw?sL*#$xNz7&OXJ+Ddn= ze}TWZHd&X-(LKQZ_|jG6=pIai+?K1z-R|=6(!Z^V9FS*SvW@V5MS!;f;q9Jt8M|GA z*CDpWV4+@=|8K)uGtft0F)nyIK7xku9+vbaK%*Va*7{GwTIdUn(F)Q+THQy_Ygo>g z0FC}OTMJd7O3Zom3;Qk5aBuz&?PF;Fh6W^Z-1QH2?tYQs@?@F!=)I(VFIzU_74lYxKee?FW{vmChtyaFE}} z^Ssnm*jpSi`tqKUP%PH-&2pKwLjDkN_`XVTfED{wW7({3M0!LmqYnEfM4N@5ye~7T z#w$a)V&Q-y#)i~5H^HZOnf?80Wq)B%GHbiM3jAT^8 z(d8gX9(~m6?#ULU;e4`JRhd%np#D`mj1X)a8jA=LFk##$>(U;F1NC%6I}nz< z%)NI$_MUXdmaZvb)#z&*I&NGTBD&0FPT>KhPT=Dfq3#SCi&rZGHF%nO@F8@vIX))| zNio|cvwkk@i;7{!=ZpB^KSwwc3Wi%LfISWy3xn8{tKUW&P18%lSnX#^F#j z?Bo35Sl_6k8qRAqqp9#_gqNjUVB1)Yk^LOw_4@yRf&j=L33GsWmPcYB9At$U z?`4EYSQdIy*<6N~Qesq26a|@M=0SMg2nPa~9A!hI!1Ka`hQi+Z z1lpsRGU%9MN~f68UF@fHiYXt)5Wg6buY~O>0sG7N#b7Kb25}@f6rY1Go9&VT`5V?^ z7@qO7_>U2O3qVd}nPe(^zy(Im78CvUb%e=)*9HP!PY5)v?4yYF9RHRf&;+LM1gxW1 ihV;=+o0&f0U>MLl@BdRowz>*dP(_^!PsBO+yZ=AlqHoCn