From efbc2ff20c7b90546beba0a476c49ca0a7a10179 Mon Sep 17 00:00:00 2001 From: Dekkonot Date: Tue, 3 Oct 2023 13:49:35 -0700 Subject: [PATCH] Update database to v596 --- rbx_dom_lua/src/allValues.json | 6 - rbx_dom_lua/src/database.json | 760 +++++++++++++++++++---- rbx_reflection_database/CHANGELOG.md | 1 + rbx_reflection_database/database.msgpack | Bin 440516 -> 443899 bytes 4 files changed, 650 insertions(+), 117 deletions(-) diff --git a/rbx_dom_lua/src/allValues.json b/rbx_dom_lua/src/allValues.json index bb42d6a83..b233ab25b 100644 --- a/rbx_dom_lua/src/allValues.json +++ b/rbx_dom_lua/src/allValues.json @@ -437,12 +437,6 @@ }, "ty": "Region3int16" }, - "SecurityCapabilities": { - "value": { - "SecurityCapabilities": 256 - }, - "ty": "SecurityCapabilities" - }, "String": { "value": { "String": "Hello, world!" diff --git a/rbx_dom_lua/src/database.json b/rbx_dom_lua/src/database.json index 0477efad7..720fb5ff7 100644 --- a/rbx_dom_lua/src/database.json +++ b/rbx_dom_lua/src/database.json @@ -1,9 +1,9 @@ { "Version": [ 0, - 594, - 0, - 5940525 + 596, + 1, + 5960685 ], "Classes": { "Accessory": { @@ -72,6 +72,125 @@ } } }, + "AccessoryDescription": { + "Name": "AccessoryDescription", + "Tags": [ + "NotBrowsable" + ], + "Superclass": "Instance", + "Properties": { + "AccessoryType": { + "Name": "AccessoryType", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "AccessoryType" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "AssetId": { + "Name": "AssetId", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Instance": { + "Name": "Instance", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "IsLayered": { + "Name": "IsLayered", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Order": { + "Name": "Order", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Puffiness": { + "Name": "Puffiness", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "AccessoryType": { + "Enum": 0 + }, + "AssetId": { + "Int64": 0 + }, + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "DefinesCapabilities": { + "Bool": false + }, + "IsLayered": { + "Bool": false + }, + "Order": { + "Int32": 0 + }, + "Puffiness": { + "Float32": 1.0 + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + } + } + }, "Accoutrement": { "Name": "Accoutrement", "Tags": [], @@ -436,9 +555,7 @@ }, "AirController": { "Name": "AirController", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "ControllerBase", "Properties": { "BalanceMaxTorque": { @@ -2141,6 +2258,40 @@ "Serialization": "Serializes" } } + }, + "RootMotion": { + "Name": "RootMotion", + "Scriptability": "Read", + "DataType": { + "Value": "CFrame" + }, + "Tags": [ + "NotBrowsable", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RootMotionWeight": { + "Name": "RootMotionWeight", + "Scriptability": "Read", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotBrowsable", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -7679,6 +7830,97 @@ "Properties": {}, "DefaultProperties": {} }, + "BodyPartDescription": { + "Name": "BodyPartDescription", + "Tags": [ + "NotBrowsable" + ], + "Superclass": "Instance", + "Properties": { + "AssetId": { + "Name": "AssetId", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "BodyPart": { + "Name": "BodyPart", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "BodyPart" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Color": { + "Name": "Color", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Instance": { + "Name": "Instance", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "AssetId": { + "Int64": 0 + }, + "Attributes": { + "Attributes": {} + }, + "BodyPart": { + "Enum": 0 + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "Color": { + "Color3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "DefinesCapabilities": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + } + } + }, "BodyPosition": { "Name": "BodyPosition", "Tags": [ @@ -8920,9 +9162,7 @@ }, "BuoyancySensor": { "Name": "BuoyancySensor", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "SensorBase", "Properties": { "FullySubmerged": { @@ -10597,9 +10837,7 @@ }, "ClimbController": { "Name": "ClimbController", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "ControllerBase", "Properties": { "AccelerationTime": { @@ -11792,9 +12030,7 @@ }, "ControllerManager": { "Name": "ControllerManager", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "Instance", "Properties": { "ActiveController": { @@ -11942,9 +12178,7 @@ }, "ControllerPartSensor": { "Name": "ControllerPartSensor", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "ControllerSensor", "Properties": { "HitFrame": { @@ -12425,6 +12659,17 @@ } } }, + "CreationDBService": { + "Name": "CreationDBService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "CrossDMScriptChangeListener": { "Name": "CrossDMScriptChangeListener", "Tags": [ @@ -19597,9 +19842,7 @@ }, "GroundController": { "Name": "GroundController", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "ControllerBase", "Properties": { "AccelerationLean": { @@ -22463,9 +22706,7 @@ "DataType": { "Value": "Bool" }, - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -27391,7 +27632,24 @@ "Service" ], "Superclass": "Instance", - "Properties": {}, + "Properties": { + "ServerLiveEditingMode": { + "Name": "ServerLiveEditingMode", + "Scriptability": "None", + "DataType": { + "Enum": "ServerLiveEditingMode" + }, + "Tags": [ + "Hidden", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, "DefaultProperties": {} }, "LocalDebuggerConnection": { @@ -32348,6 +32606,29 @@ } } }, + "OperationTree": { + "Name": "OperationTree", + "Tags": [], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Attributes": { + "Attributes": {} + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "DefinesCapabilities": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + } + } + }, "OrderedDataStore": { "Name": "OrderedDataStore", "Tags": [ @@ -35121,6 +35402,19 @@ } } }, + "FluidForceDrawScale": { + "Name": "FluidForceDrawScale", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "ForceCSGv2": { "Name": "ForceCSGv2", "Scriptability": "ReadWrite", @@ -35215,6 +35509,19 @@ } } }, + "ShowFluidForcesForSelectedOrHoveredAssemblies": { + "Name": "ShowFluidForcesForSelectedOrHoveredAssemblies", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "SolverConvergenceMetricType": { "Name": "SolverConvergenceMetricType", "Scriptability": "None", @@ -36476,6 +36783,17 @@ "Properties": {}, "DefaultProperties": {} }, + "PlayerViewService": { + "Name": "PlayerViewService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "Players": { "Name": "Players", "Tags": [ @@ -38832,6 +39150,17 @@ } } }, + "ReflectionService": { + "Name": "ReflectionService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "RemoteCursorService": { "Name": "RemoteCursorService", "Tags": [ @@ -40238,6 +40567,19 @@ } } }, + "ValidateUgcBody": { + "Name": "ValidateUgcBody", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "WorldForward": { "Name": "WorldForward", "Scriptability": "ReadWrite", @@ -40745,7 +41087,7 @@ "Tags": [] }, "ValuesAndTimes": { - "BinaryString": "AAAAAAAAAAAAAAAAAAAWRQAAAAA=" + "BinaryString": "AQAAAAAAAAAAAAAAAAAWRQAAAAA=" } } }, @@ -49201,9 +49543,125 @@ "Properties": {}, "DefaultProperties": {} }, + "StudioAttachment": { + "Name": "StudioAttachment", + "Tags": [], + "Superclass": "Instance", + "Properties": { + "AutoHideParent": { + "Name": "AutoHideParent", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "IsArrowVisible": { + "Name": "IsArrowVisible", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Offset": { + "Name": "Offset", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector2" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SourceAnchorPoint": { + "Name": "SourceAnchorPoint", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector2" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TargetAnchorPoint": { + "Name": "TargetAnchorPoint", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector2" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Attributes": { + "Attributes": {} + }, + "AutoHideParent": { + "Bool": false + }, + "Capabilities": { + "SecurityCapabilities": 0 + }, + "DefinesCapabilities": { + "Bool": false + }, + "IsArrowVisible": { + "Bool": false + }, + "Offset": { + "Vector2": [ + 0.0, + 0.0 + ] + }, + "SourceAnchorPoint": { + "Vector2": [ + 0.0, + 0.0 + ] + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "Tags": [] + }, + "TargetAnchorPoint": { + "Vector2": [ + 0.0, + 0.0 + ] + } + } + }, "StudioCallout": { "Name": "StudioCallout", - "Tags": [], + "Tags": [ + "NotCreatable", + "NotReplicated" + ], "Superclass": "Instance", "Properties": { "AnchorPoint": { @@ -49303,23 +49761,7 @@ } } }, - "DefaultProperties": { - "Attributes": { - "Attributes": {} - }, - "Capabilities": { - "SecurityCapabilities": 0 - }, - "DefinesCapabilities": { - "Bool": false - }, - "SourceAssetId": { - "Int64": -1 - }, - "Tags": { - "Tags": [] - } - } + "DefaultProperties": {} }, "StudioData": { "Name": "StudioData", @@ -49447,26 +49889,13 @@ }, "StudioObjectBase": { "Name": "StudioObjectBase", - "Tags": [], + "Tags": [ + "NotCreatable", + "NotReplicated" + ], "Superclass": "Instance", "Properties": {}, - "DefaultProperties": { - "Attributes": { - "Attributes": {} - }, - "Capabilities": { - "SecurityCapabilities": 0 - }, - "DefinesCapabilities": { - "Bool": false - }, - "SourceAssetId": { - "Int64": -1 - }, - "Tags": { - "Tags": [] - } - } + "DefaultProperties": {} }, "StudioPublishService": { "Name": "StudioPublishService", @@ -49720,26 +50149,13 @@ }, "StudioWidget": { "Name": "StudioWidget", - "Tags": [], + "Tags": [ + "NotCreatable", + "NotReplicated" + ], "Superclass": "StudioObjectBase", "Properties": {}, - "DefaultProperties": { - "Attributes": { - "Attributes": {} - }, - "Capabilities": { - "SecurityCapabilities": 0 - }, - "DefinesCapabilities": { - "Bool": false - }, - "SourceAssetId": { - "Int64": -1 - }, - "Tags": { - "Tags": [] - } - } + "DefaultProperties": {} }, "StudioWidgetsService": { "Name": "StudioWidgetsService", @@ -50603,9 +51019,7 @@ }, "SwimController": { "Name": "SwimController", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "ControllerBase", "Properties": { "AccelerationTime": { @@ -51311,6 +51725,22 @@ } } }, + "GrassLength": { + "Name": "GrassLength", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotBrowsable", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "IsSmooth": { "Name": "IsSmooth", "Scriptability": "Read", @@ -51617,6 +52047,9 @@ "FrontSurfaceInput": { "Enum": 0 }, + "GrassLength": { + "Float32": 0.7 + }, "LeftParamA": { "Float32": -0.5 }, @@ -53710,6 +54143,19 @@ "Tags": [], "Superclass": "Instance", "Properties": { + "AutocompleteVisible": { + "Name": "AutocompleteVisible", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Enabled": { "Name": "Enabled", "Scriptability": "ReadWrite", @@ -53754,6 +54200,9 @@ "Attributes": { "Attributes": {} }, + "AutocompleteVisible": { + "Bool": true + }, "Capabilities": { "SecurityCapabilities": 0 }, @@ -53897,6 +54346,19 @@ "Serialization": "Serializes" } } + }, + "Translation": { + "Name": "Translation", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": {} @@ -53931,6 +54393,19 @@ "Serialization": "DoesNotSerialize" } } + }, + "Translation": { + "Name": "Translation", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -53959,6 +54434,32 @@ ], "Superclass": "Instance", "Properties": { + "ChatTranslationEnabled": { + "Name": "ChatTranslationEnabled", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ChatTranslationToggleEnabled": { + "Name": "ChatTranslationToggleEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "ChatVersion": { "Name": "ChatVersion", "Scriptability": "Read", @@ -54006,6 +54507,12 @@ "Capabilities": { "SecurityCapabilities": 0 }, + "ChatTranslationEnabled": { + "Bool": true + }, + "ChatTranslationToggleEnabled": { + "Bool": false + }, "ChatVersion": { "Enum": 0 }, @@ -62476,6 +62983,21 @@ } } }, + "EditorLiveScripting": { + "Name": "EditorLiveScripting", + "Scriptability": "None", + "DataType": { + "Enum": "EditorLiveScripting" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "ExplicitAutoJoints": { "Name": "ExplicitAutoJoints", "Scriptability": "None", @@ -62563,21 +63085,6 @@ } } }, - "HumanoidOnlySetCollisionsOnStateChange": { - "Name": "HumanoidOnlySetCollisionsOnStateChange", - "Scriptability": "None", - "DataType": { - "Enum": "HumanoidOnlySetCollisionsOnStateChange" - }, - "Tags": [ - "NotScriptable" - ], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, "IKControlConstraintSupport": { "Name": "IKControlConstraintSupport", "Scriptability": "None", @@ -62894,6 +63401,9 @@ "DistributedGameTime": { "Float64": 0.0 }, + "EditorLiveScripting": { + "Enum": 0 + }, "ExplicitAutoJoints": { "Bool": true }, @@ -62913,9 +63423,6 @@ "Gravity": { "Float32": 196.2 }, - "HumanoidOnlySetCollisionsOnStateChange": { - "Enum": 0 - }, "IKControlConstraintSupport": { "Enum": 0 }, @@ -64866,6 +65373,14 @@ "Sine": 1 } }, + "EditorLiveScripting": { + "name": "EditorLiveScripting", + "items": { + "Default": 0, + "Disabled": 1, + "Enabled": 2 + } + }, "ElasticBehavior": { "name": "ElasticBehavior", "items": { @@ -65285,14 +65800,6 @@ "DisplayWhenDamaged": 0 } }, - "HumanoidOnlySetCollisionsOnStateChange": { - "name": "HumanoidOnlySetCollisionsOnStateChange", - "items": { - "Default": 0, - "Disabled": 1, - "Enabled": 2 - } - }, "HumanoidRigType": { "name": "HumanoidRigType", "items": { @@ -66001,6 +66508,16 @@ "Top": 1 } }, + "OperationType": { + "name": "OperationType", + "items": { + "Intersection": 3, + "Null": 0, + "Primitive": 4, + "Subtraction": 2, + "Union": 1 + } + }, "OrientationAlignmentMode": { "name": "OrientationAlignmentMode", "items": { @@ -66243,6 +66760,17 @@ "TwoAttachment": 1 } }, + "PrimitiveType": { + "name": "PrimitiveType", + "items": { + "Ball": 1, + "Block": 3, + "CornerWedge": 5, + "Cylinder": 2, + "Null": 0, + "Wedge": 4 + } + }, "PrivilegeType": { "name": "PrivilegeType", "items": { @@ -66573,7 +67101,8 @@ "BadFieldOfViewDeg": 3, "BadThumbnailType": 1, "BadYRotDeg": 2, - "Other": 5 + "Other": 5, + "Throttled": 6 } }, "SaveFilter": { @@ -66628,7 +67157,8 @@ "items": { "CoreUISafeInsets": 2, "DeviceSafeInsets": 1, - "None": 0 + "None": 0, + "TopbarSafeInsets": 3 } }, "ScreenOrientation": { @@ -66704,6 +67234,14 @@ "OnlineGame": 2 } }, + "ServerLiveEditingMode": { + "name": "ServerLiveEditingMode", + "items": { + "Disabled": 2, + "Enabled": 1, + "Uninitialized": 0 + } + }, "ServiceVisibility": { "name": "ServiceVisibility", "items": { diff --git a/rbx_reflection_database/CHANGELOG.md b/rbx_reflection_database/CHANGELOG.md index ef10767eb..f925ea920 100644 --- a/rbx_reflection_database/CHANGELOG.md +++ b/rbx_reflection_database/CHANGELOG.md @@ -1,6 +1,7 @@ # rbx\_reflection_database Changelog ## Unreleased Changes +* Updated to Roblox version 596. * Added properties of type `SecurityCapabilities`. ([#359]) [#359]: https://github.com/rojo-rbx/rbx-dom/pull/359 diff --git a/rbx_reflection_database/database.msgpack b/rbx_reflection_database/database.msgpack index 750ab3ed812ed6d9efabd6908cf97d0b3e137336..4df967b6cdcc2c5e88d84a2185e52236180049b7 100644 GIT binary patch delta 2332 zcmZ`*dr(wW80XxV3Idy;u(&LXh6@JI1b zCv!C7x}BM(DQqAl#1^+aJuDTQ9GgL_acZm?#ine=!Hm*Bn#QKP58m5fd%xfLecw6f z_kHL4_REQse-1B?SC2)F5_WJU>bbw}-XJax$L|4aKeRX;P?klhr2xtfiSsC&D0m~H z>aC)rl!HT44)zug^iG?|Qba6$eQ$>9+Ot9(dti(`Q6k6+D>$H6`%=f=Nm6y?hJ=9< zxs+{z5_EbeKh@#iveEc5rX%Ck>2QJQ?Y)IUV?$KGMV6sb;%x6L5tL22DogE7oAiaw z_Fk(f@*{l}k`qcnia93={hq=kt4Cv3`0K&?g`msdzo;b(>{rusN0+_7QxuglF?iAG zZ^S+z5`l`osUeo5bA|Nk^l4f(zjk96YG}+`RZoVDzxz)z1v^3QP+{_w~Ee| zN>);4N*W0aD5@PQESUPquLbH=)#&wrw20!R#?Mzmub#b~i#&(uJk)cEUg@vK*q~k4 zaIGm*`{{WYt6BInJwT-PTayZWF~;G139^CP7g%jjYT~p6&43VqU=!A5f>fX8@ziy2 zv>0VyA@um3iD*?S+CK{TK&g~#f`v{_;RIKi=!D+LaBsONgtHi#pdK$Z<9aW#wKa99 z!ULt?x$F|u3Tu{$+TSJ*;M4JBZys2Kt4qlA=tuoUd?V*95+w&Lkl1FMgXN)j4v0Lr zfgYJ2qx87NMjj#_x&FA#EjCYk%4kCwXy;9IoU8C0oV8<|)Odp^##k z%_R49%J5ED$3sUz-6>`WLKEBRCvmr*)H0HUd#;iVO!@~^EYCSv1@3Y=0yX2E3#b#( z>u~J%WLq@qx&RXK@iFq#8^u1G(&*$wi=wa&cLNl(%AAXIO+CH?r!0+%xRrB4ts(>5 zDI4jIlS%3yrqtw9C9*}5#O5ka=4v$&CvA1dcUh?B3v#jQ+iZH{KADy>Y!e$by)A;n zElQOlr^O3HDE%JL?r&!$7gT1ghoIm(>e)%_r6P7OScN;!QE3Ed!-f%Rh(sf=kgIX|SJV%T zYI$f#2rE@lTd!rw%F3{<4WAyR1`@Sm=YFPaI*@=r|C4%x&<_?%tSpy8!KJvpGYvFh zBNOAgPnL^{RTE8SHObJo=RpR(f1kQWfi3v*-_#uTdN{pvaRg4$*|}%uuLUnU7a->TCCMT5SP-h~0%NuzOGNyCqRkv{GU4_+jQQ0Q=F8N0_W7 zKD+3tWhEP12em&CP?1SY9c3zr%E%L>J2KpPqJRs&OefJFPCFRVE+%Lf)|zfBbVgxY I7qf58f4i-p=Kufz delta 834 zcma)$TS!xJ9LM*+oWHl+bd*^;)C^p?Na^OS(xF6A;6{6J7z@twkhAR^ZO23lw3$$f z!#u`cygX$OT}0O&en|#J^&-s+6~mXkS6cL}U}SH5+UxK8`Fwxh%|Xk@Kl@Gks3DH8 z7?uo8Pmd+>Lez8>#VoWe)A;CRgR0ftQaeMEFCfP*@9MInu>Pq$&Rsp&6I-s#3&++L zUW=*V$lC3alpACblq>458uxZ$Mp^QEJx6`~nJ z@o`?AOB_5{C5&@NJND?-854h4EhNzcXgMRun2R-n1BJP_Mu_a};x8(NEdI7us6c%X zbqEao6VE|;o#2VXmWf$$&zkLGM^I8!f3s5wbh%}%UJV5NA-}4GoQhkMG`YS-Qf|nP z(*>s+R7JiweO~DZrlANs3;TY};Am z37GV