diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 57b2fbae..4ae88640 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -57,6 +57,7 @@ GlobalDefaultGameMode=/Game/Blueprints/Player/myGM.myGM_C +EditProfiles=(Name="UI",CustomResponses=((Channel="UI",Response=ECR_Overlap))) +EditProfiles=(Name="Pawn",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="walls"),(Channel="WorldStatic",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore),(Channel="GrassFinding",Response=ECR_Ignore))) +EditProfiles=(Name="Spectator",CustomResponses=((Channel="walls"))) ++EditProfiles=(Name="InvisibleWall",CustomResponses=((Channel="Camera",Response=ECR_Ignore))) -ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") -ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn") -ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic") diff --git a/Config/DefaultInput.ini b/Config/DefaultInput.ini index 2e5a10b1..4c9da35a 100644 --- a/Config/DefaultInput.ini +++ b/Config/DefaultInput.ini @@ -1,14 +1,6 @@ <<<<<<< Updated upstream -[/Script/Engine.InputSettings] -bUseMouseForTouch=True -DefaultTouchInterface=None -bEnableMouseSmoothing=False -DefaultViewportMouseCaptureMode=NoCapture -DefaultViewportMouseLockMode=LockOnCapture -bCaptureMouseOnLaunch=False -======= [/Script/Engine.InputSettings] -AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) -AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) @@ -90,10 +82,12 @@ DefaultViewportMouseCaptureMode=NoCapture DefaultViewportMouseLockMode=LockOnCapture FOVScale=0.011110 DoubleClickTime=0.200000 -+ActionMappings=(ActionName="teleportL",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Vive_Left_Trackpad_Click) +ActionMappings=(ActionName="triggerL",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Vive_Left_Trigger_Click) -+ActionMappings=(ActionName="teleportR",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Vive_Right_Trackpad_Click) +ActionMappings=(ActionName="troggerR",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Vive_Right_Trigger_Click) ++ActionMappings=(ActionName="triggerL",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Left_Trigger_Click) ++ActionMappings=(ActionName="troggerR",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Right_Trigger_Click) ++ActionMappings=(ActionName="menu",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Left_X_Click) ++ActionMappings=(ActionName="menu",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Right_A_Click) +AxisMappings=(AxisName="right",Scale=1.000000,Key=Right) +AxisMappings=(AxisName="forward",Scale=1.000000,Key=Up) +AxisMappings=(AxisName="right",Scale=-1.000000,Key=Left) @@ -102,9 +96,9 @@ DoubleClickTime=0.200000 +AxisMappings=(AxisName="forward",Scale=-1.000000,Key=Down) +AxisMappings=(AxisName="forward",Scale=1.000000,Key=W) +AxisMappings=(AxisName="forward",Scale=-1.000000,Key=S) ++AxisMappings=(AxisName="VRtrigger",Scale=1.000000,Key=OculusTouch_Right_Trigger_Axis) DefaultTouchInterface=None -ConsoleKeys=Tilde +ConsoleKeys=Tilde +ConsoleKeys=None ->>>>>>> Stashed changes diff --git a/Content/Assetpacks/Flowers_Plants_Part1/Materials/Instances/MI_CornusAlba_01.uasset b/Content/Assetpacks/Flowers_Plants_Part1/Materials/Instances/MI_CornusAlba_01.uasset index 2aa33786..98ad6e6c 100644 Binary files a/Content/Assetpacks/Flowers_Plants_Part1/Materials/Instances/MI_CornusAlba_01.uasset and b/Content/Assetpacks/Flowers_Plants_Part1/Materials/Instances/MI_CornusAlba_01.uasset differ diff --git a/Content/Assetpacks/Flowers_Plants_Part1/Materials/M_PlantsMasterMaterial.uasset b/Content/Assetpacks/Flowers_Plants_Part1/Materials/M_PlantsMasterMaterial.uasset index e46e0977..2f4af958 100644 Binary files a/Content/Assetpacks/Flowers_Plants_Part1/Materials/M_PlantsMasterMaterial.uasset and b/Content/Assetpacks/Flowers_Plants_Part1/Materials/M_PlantsMasterMaterial.uasset differ diff --git a/Content/Assetpacks/ThreeDee/Meshes/Furniture/Fruits/SM_Apple_Red.uasset b/Content/Assetpacks/ThreeDee/Meshes/Furniture/Fruits/SM_Apple_Red.uasset index 94eff4b7..7cada2fa 100644 Binary files a/Content/Assetpacks/ThreeDee/Meshes/Furniture/Fruits/SM_Apple_Red.uasset and b/Content/Assetpacks/ThreeDee/Meshes/Furniture/Fruits/SM_Apple_Red.uasset differ diff --git a/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_big.uasset b/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_big.uasset new file mode 100644 index 00000000..5f14a8bc Binary files /dev/null and b/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_big.uasset differ diff --git a/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_out.uasset b/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_out.uasset new file mode 100644 index 00000000..2fed6793 Binary files /dev/null and b/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_out.uasset differ diff --git a/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_small.uasset b/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_small.uasset new file mode 100644 index 00000000..088766df Binary files /dev/null and b/Content/Blueprints/Lamp/BP_lampStreet_Bars_lamp_small.uasset differ diff --git a/Content/Blueprints/Player/CM.uasset b/Content/Blueprints/Player/CM.uasset index 8bb00f9e..d3354f7f 100644 Binary files a/Content/Blueprints/Player/CM.uasset and b/Content/Blueprints/Player/CM.uasset differ diff --git a/Content/Blueprints/Player/GameplayFunctions.uasset b/Content/Blueprints/Player/GameplayFunctions.uasset index 1bfc10d3..a9c18567 100644 Binary files a/Content/Blueprints/Player/GameplayFunctions.uasset and b/Content/Blueprints/Player/GameplayFunctions.uasset differ diff --git a/Content/Blueprints/Player/MyPawn.uasset b/Content/Blueprints/Player/MyPawn.uasset index 8d9471d0..ed6be02a 100644 Binary files a/Content/Blueprints/Player/MyPawn.uasset and b/Content/Blueprints/Player/MyPawn.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/InteraktivnyaBlyamda/Blyamda_LP_M_Blyamda_Emissive.uasset b/Content/Blueprints/Player/VR/Materials/InteraktivnyaBlyamda/Blyamda_LP_M_Blyamda_Emissive.uasset index 36dfce76..2ec0a220 100644 Binary files a/Content/Blueprints/Player/VR/Materials/InteraktivnyaBlyamda/Blyamda_LP_M_Blyamda_Emissive.uasset and b/Content/Blueprints/Player/VR/Materials/InteraktivnyaBlyamda/Blyamda_LP_M_Blyamda_Emissive.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/InteraktivnyaBlyamda/MI_blyambda.uasset b/Content/Blueprints/Player/VR/Materials/InteraktivnyaBlyamda/MI_blyambda.uasset index fc29ab59..fad66b24 100644 Binary files a/Content/Blueprints/Player/VR/Materials/InteraktivnyaBlyamda/MI_blyambda.uasset and b/Content/Blueprints/Player/VR/Materials/InteraktivnyaBlyamda/MI_blyambda.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/M_SplineArcMat.uasset b/Content/Blueprints/Player/VR/Materials/M_SplineArcMat.uasset index 01862ce6..de9608ec 100644 Binary files a/Content/Blueprints/Player/VR/Materials/M_SplineArcMat.uasset and b/Content/Blueprints/Player/VR/Materials/M_SplineArcMat.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/Quest2/DefaultPose.uasset b/Content/Blueprints/Player/VR/Materials/Quest2/DefaultPose.uasset new file mode 100644 index 00000000..3400810d Binary files /dev/null and b/Content/Blueprints/Player/VR/Materials/Quest2/DefaultPose.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/Quest2/quest2Left.uasset b/Content/Blueprints/Player/VR/Materials/Quest2/quest2Left.uasset new file mode 100644 index 00000000..ed7c2370 Binary files /dev/null and b/Content/Blueprints/Player/VR/Materials/Quest2/quest2Left.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/Quest2/quest2LeftPhys.uasset b/Content/Blueprints/Player/VR/Materials/Quest2/quest2LeftPhys.uasset new file mode 100644 index 00000000..3ea1090f Binary files /dev/null and b/Content/Blueprints/Player/VR/Materials/Quest2/quest2LeftPhys.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/Quest2/quest2LeftSkel.uasset b/Content/Blueprints/Player/VR/Materials/Quest2/quest2LeftSkel.uasset new file mode 100644 index 00000000..1aaf36f4 Binary files /dev/null and b/Content/Blueprints/Player/VR/Materials/Quest2/quest2LeftSkel.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/Quest2/quest2Right.uasset b/Content/Blueprints/Player/VR/Materials/Quest2/quest2Right.uasset new file mode 100644 index 00000000..c0679391 Binary files /dev/null and b/Content/Blueprints/Player/VR/Materials/Quest2/quest2Right.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/Quest2/quest2RightAB.uasset b/Content/Blueprints/Player/VR/Materials/Quest2/quest2RightAB.uasset new file mode 100644 index 00000000..43de6989 Binary files /dev/null and b/Content/Blueprints/Player/VR/Materials/Quest2/quest2RightAB.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/Quest2/quest2RightPhys.uasset b/Content/Blueprints/Player/VR/Materials/Quest2/quest2RightPhys.uasset new file mode 100644 index 00000000..3e1098d0 Binary files /dev/null and b/Content/Blueprints/Player/VR/Materials/Quest2/quest2RightPhys.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/Quest2/quest2RightSkel.uasset b/Content/Blueprints/Player/VR/Materials/Quest2/quest2RightSkel.uasset new file mode 100644 index 00000000..967a04ac Binary files /dev/null and b/Content/Blueprints/Player/VR/Materials/Quest2/quest2RightSkel.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/Quest2/quest2_contollers_div0.uasset b/Content/Blueprints/Player/VR/Materials/Quest2/quest2_contollers_div0.uasset deleted file mode 100644 index 63e4b230..00000000 Binary files a/Content/Blueprints/Player/VR/Materials/Quest2/quest2_contollers_div0.uasset and /dev/null differ diff --git a/Content/Blueprints/Player/VR/Materials/Quest2/quest2_contollers_div0_left_quest2_mesh_PhysicsAsset.uasset b/Content/Blueprints/Player/VR/Materials/Quest2/quest2_contollers_div0_left_quest2_mesh_PhysicsAsset.uasset deleted file mode 100644 index e934b339..00000000 Binary files a/Content/Blueprints/Player/VR/Materials/Quest2/quest2_contollers_div0_left_quest2_mesh_PhysicsAsset.uasset and /dev/null differ diff --git a/Content/Blueprints/Player/VR/Materials/Quest2/quest2_contollers_div0_left_quest2_mesh_Skeleton.uasset b/Content/Blueprints/Player/VR/Materials/Quest2/quest2_contollers_div0_left_quest2_mesh_Skeleton.uasset deleted file mode 100644 index 1b3e9162..00000000 Binary files a/Content/Blueprints/Player/VR/Materials/Quest2/quest2_contollers_div0_left_quest2_mesh_Skeleton.uasset and /dev/null differ diff --git a/Content/Blueprints/Player/VR/Materials/Quest2/quest2_contollers_div0_right_quest2_mesh_PhysicsAsset.uasset b/Content/Blueprints/Player/VR/Materials/Quest2/quest2_contollers_div0_right_quest2_mesh_PhysicsAsset.uasset deleted file mode 100644 index 70ad0d49..00000000 Binary files a/Content/Blueprints/Player/VR/Materials/Quest2/quest2_contollers_div0_right_quest2_mesh_PhysicsAsset.uasset and /dev/null differ diff --git a/Content/Blueprints/Player/VR/Materials/Quest2/quest2_contollers_div0_right_quest2_mesh_Skeleton.uasset b/Content/Blueprints/Player/VR/Materials/Quest2/quest2_contollers_div0_right_quest2_mesh_Skeleton.uasset deleted file mode 100644 index 49b6f46e..00000000 Binary files a/Content/Blueprints/Player/VR/Materials/Quest2/quest2_contollers_div0_right_quest2_mesh_Skeleton.uasset and /dev/null differ diff --git a/Content/Blueprints/Player/VR/Materials/Quest2/rightTrigger.uasset b/Content/Blueprints/Player/VR/Materials/Quest2/rightTrigger.uasset new file mode 100644 index 00000000..fd9de78e Binary files /dev/null and b/Content/Blueprints/Player/VR/Materials/Quest2/rightTrigger.uasset differ diff --git a/Content/Blueprints/Player/VR/Materials/Quest2/triggerPress.uasset b/Content/Blueprints/Player/VR/Materials/Quest2/triggerPress.uasset new file mode 100644 index 00000000..6f270ccc Binary files /dev/null and b/Content/Blueprints/Player/VR/Materials/Quest2/triggerPress.uasset differ diff --git a/Content/Blueprints/Player/VR/VRHand.uasset b/Content/Blueprints/Player/VR/VRHand.uasset index 9f6ccfcc..61cda2b3 100644 Binary files a/Content/Blueprints/Player/VR/VRHand.uasset and b/Content/Blueprints/Player/VR/VRHand.uasset differ diff --git a/Content/Blueprints/Player/VR/VRPawn.uasset b/Content/Blueprints/Player/VR/VRPawn.uasset index 55788233..ea10d4aa 100644 Binary files a/Content/Blueprints/Player/VR/VRPawn.uasset and b/Content/Blueprints/Player/VR/VRPawn.uasset differ diff --git a/Content/Blueprints/Player/VR/VRscreen.uasset b/Content/Blueprints/Player/VR/VRscreen.uasset index 796099ea..b6a89142 100644 Binary files a/Content/Blueprints/Player/VR/VRscreen.uasset and b/Content/Blueprints/Player/VR/VRscreen.uasset differ diff --git a/Content/Blueprints/Player/getFunctions.uasset b/Content/Blueprints/Player/getFunctions.uasset index e5035401..bfaefffb 100644 Binary files a/Content/Blueprints/Player/getFunctions.uasset and b/Content/Blueprints/Player/getFunctions.uasset differ diff --git a/Content/Blueprints/Player/infoHud.uasset b/Content/Blueprints/Player/infoHud.uasset index e6fd33dc..6a93ae4a 100644 Binary files a/Content/Blueprints/Player/infoHud.uasset and b/Content/Blueprints/Player/infoHud.uasset differ diff --git a/Content/Blueprints/Player/myGM.uasset b/Content/Blueprints/Player/myGM.uasset index 04a15f1b..8402cc14 100644 Binary files a/Content/Blueprints/Player/myGM.uasset and b/Content/Blueprints/Player/myGM.uasset differ diff --git a/Content/Blueprints/UI/Actors/InfraPoint.uasset b/Content/Blueprints/UI/Actors/InfraPoint.uasset index 36068faa..d751d3fd 100644 Binary files a/Content/Blueprints/UI/Actors/InfraPoint.uasset and b/Content/Blueprints/UI/Actors/InfraPoint.uasset differ diff --git a/Content/Blueprints/UI/Imgs/VR_Components/Pop_ups/VR_Start/VR_start_pop-up.uasset b/Content/Blueprints/UI/Imgs/VR_Components/Pop_ups/VR_Start/VR_start_pop-up.uasset new file mode 100644 index 00000000..9867934e Binary files /dev/null and b/Content/Blueprints/UI/Imgs/VR_Components/Pop_ups/VR_Start/VR_start_pop-up.uasset differ diff --git a/Content/Blueprints/UI/Materials/M_flatCap.uasset b/Content/Blueprints/UI/Materials/M_flatCap.uasset index 841a1427..11a0c496 100644 Binary files a/Content/Blueprints/UI/Materials/M_flatCap.uasset and b/Content/Blueprints/UI/Materials/M_flatCap.uasset differ diff --git a/Content/Blueprints/UI/Materials/WidgetMatTrans.uasset b/Content/Blueprints/UI/Materials/WidgetMatTrans.uasset index c9ae4ef7..92496dbc 100644 Binary files a/Content/Blueprints/UI/Materials/WidgetMatTrans.uasset and b/Content/Blueprints/UI/Materials/WidgetMatTrans.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/MainMenu.uasset b/Content/Blueprints/UI/WBPS/Menu/MainMenu.uasset index d598911e..67f5f0ed 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/MainMenu.uasset and b/Content/Blueprints/UI/WBPS/Menu/MainMenu.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/SideMenu.uasset b/Content/Blueprints/UI/WBPS/Menu/SideMenu.uasset index f46d41aa..df2020c0 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/SideMenu.uasset and b/Content/Blueprints/UI/WBPS/Menu/SideMenu.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/infraInfo.uasset b/Content/Blueprints/UI/WBPS/Menu/infraInfo.uasset index 532dda50..3e79f626 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/infraInfo.uasset and b/Content/Blueprints/UI/WBPS/Menu/infraInfo.uasset differ diff --git a/Content/Blueprints/UI/WBPS/VR/VRhelpWindow.uasset b/Content/Blueprints/UI/WBPS/VR/VRhelpWindow.uasset index 571de8c8..10cff8a5 100644 Binary files a/Content/Blueprints/UI/WBPS/VR/VRhelpWindow.uasset and b/Content/Blueprints/UI/WBPS/VR/VRhelpWindow.uasset differ diff --git a/Content/Blueprints/UI/WBPS/VR/VRmainWin.uasset b/Content/Blueprints/UI/WBPS/VR/VRmainWin.uasset index 698f3d89..63ec3ee9 100644 Binary files a/Content/Blueprints/UI/WBPS/VR/VRmainWin.uasset and b/Content/Blueprints/UI/WBPS/VR/VRmainWin.uasset differ diff --git a/Content/Blueprints/Utils/3dNumberSum.uasset b/Content/Blueprints/Utils/3dNumberSum.uasset new file mode 100644 index 00000000..c2e5ed92 Binary files /dev/null and b/Content/Blueprints/Utils/3dNumberSum.uasset differ diff --git a/Content/Blueprints/Utils/Generators/Fonar.uasset b/Content/Blueprints/Utils/Generators/Fonar.uasset new file mode 100644 index 00000000..7c9704dc Binary files /dev/null and b/Content/Blueprints/Utils/Generators/Fonar.uasset differ diff --git a/Content/Blueprints/Utils/Generators/appleSpawner.uasset b/Content/Blueprints/Utils/Generators/appleSpawner.uasset new file mode 100644 index 00000000..2abbb808 Binary files /dev/null and b/Content/Blueprints/Utils/Generators/appleSpawner.uasset differ diff --git a/Content/Blueprints/Utils/Generators/floorCap.uasset b/Content/Blueprints/Utils/Generators/floorCap.uasset index e45eed56..99e93bed 100644 Binary files a/Content/Blueprints/Utils/Generators/floorCap.uasset and b/Content/Blueprints/Utils/Generators/floorCap.uasset differ diff --git a/Content/Maps/Buildings_Outside_p1.umap b/Content/Maps/Buildings_Outside_p1.umap index ba4c81cc..4a621eb4 100644 Binary files a/Content/Maps/Buildings_Outside_p1.umap and b/Content/Maps/Buildings_Outside_p1.umap differ diff --git a/Content/Maps/Buildings_Outside_p2.umap b/Content/Maps/Buildings_Outside_p2.umap index 51426908..c5f6c556 100644 Binary files a/Content/Maps/Buildings_Outside_p2.umap and b/Content/Maps/Buildings_Outside_p2.umap differ diff --git a/Content/Maps/Buildings_Outside_p3.umap b/Content/Maps/Buildings_Outside_p3.umap index 1b7201bc..877a79a8 100644 Binary files a/Content/Maps/Buildings_Outside_p3.umap and b/Content/Maps/Buildings_Outside_p3.umap differ diff --git a/Content/Maps/Cars_p2-3.umap b/Content/Maps/Cars_p2-3.umap index c5034312..6b05b04f 100644 Binary files a/Content/Maps/Cars_p2-3.umap and b/Content/Maps/Cars_p2-3.umap differ diff --git a/Content/Maps/DayLight.umap b/Content/Maps/DayLight.umap index 8205d1e3..2b3fe2cb 100644 Binary files a/Content/Maps/DayLight.umap and b/Content/Maps/DayLight.umap differ diff --git a/Content/Maps/Interiors/K1_S1/Furniture/K1_S1_furniture.umap b/Content/Maps/Interiors/K1_S1/Furniture/K1_S1_furniture.umap index d0eb74a2..b8549aad 100644 Binary files a/Content/Maps/Interiors/K1_S1/Furniture/K1_S1_furniture.umap and b/Content/Maps/Interiors/K1_S1/Furniture/K1_S1_furniture.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F1.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F1.umap index 9cadde7f..ee8f8032 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F1.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F1.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F2.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F2.umap index 9ffa64c6..feaa1965 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F2.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F2.umap differ diff --git a/Content/Maps/Interiors/K1_S1/K1_S1_F3.umap b/Content/Maps/Interiors/K1_S1/K1_S1_F3.umap index f1dd8b4f..46f77e37 100644 Binary files a/Content/Maps/Interiors/K1_S1/K1_S1_F3.umap and b/Content/Maps/Interiors/K1_S1/K1_S1_F3.umap differ diff --git a/Content/Maps/Interiors/K1_S1/Reflections/K1_S1_Rfflections_General.umap b/Content/Maps/Interiors/K1_S1/Reflections/K1_S1_Rfflections_General.umap index 52cf5866..a8cbdd94 100644 Binary files a/Content/Maps/Interiors/K1_S1/Reflections/K1_S1_Rfflections_General.umap and b/Content/Maps/Interiors/K1_S1/Reflections/K1_S1_Rfflections_General.umap differ diff --git a/Content/Maps/Interiors/K1_S2/Furniture/K1_S2_Furniture.umap b/Content/Maps/Interiors/K1_S2/Furniture/K1_S2_Furniture.umap index 8c1cb2ab..e7eedc77 100644 Binary files a/Content/Maps/Interiors/K1_S2/Furniture/K1_S2_Furniture.umap and b/Content/Maps/Interiors/K1_S2/Furniture/K1_S2_Furniture.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F1.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F1.umap index dae86cfd..609c70d6 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F1.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F1.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F10.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F10.umap index 019aa40c..151ce872 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F10.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F10.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F11.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F11.umap index cd4cd17a..0eeecc82 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F11.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F11.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F12.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F12.umap index 98721506..8ca25f6b 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F12.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F12.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F13.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F13.umap index fce69b2e..c189ca09 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F13.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F13.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F15.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F15.umap index d5e04e53..a04ca0f8 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F15.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F15.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F16.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F16.umap index e431c544..4d8f9b4b 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F16.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F16.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F17.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F17.umap index c8eb7790..cb588cfd 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F17.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F17.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F18.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F18.umap index e4633c20..d78dbedf 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F18.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F18.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F2.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F2.umap index d16a7acf..8da63bc7 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F2.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F2.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F3.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F3.umap index cf2dddae..b922a6ba 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F3.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F3.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F4.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F4.umap index 962a7315..c5143ce9 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F4.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F4.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F5.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F5.umap index 1dd8989c..7a1566b1 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F5.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F5.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F6.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F6.umap index 366807e4..cb41ecc5 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F6.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F6.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F7.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F7.umap index e18e75e3..d680d675 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F7.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F7.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F8.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F8.umap index 3482c5c2..a034792b 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F8.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F8.umap differ diff --git a/Content/Maps/Interiors/K1_S2/K1_S2_F9.umap b/Content/Maps/Interiors/K1_S2/K1_S2_F9.umap index 9c2ac9df..6265a3bb 100644 Binary files a/Content/Maps/Interiors/K1_S2/K1_S2_F9.umap and b/Content/Maps/Interiors/K1_S2/K1_S2_F9.umap differ diff --git a/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniture.umap b/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniture.umap index 648aaabc..b3ba7f62 100644 Binary files a/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniture.umap and b/Content/Maps/Interiors/K1_S3/Furniture/K1_S3_Furniture.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F1.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F1.umap index e9bc5c68..a4dfbed1 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F1.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F1.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F10.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F10.umap index cff4ce3f..175811a5 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F10.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F10.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F11.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F11.umap index a447bc04..38d657ec 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F11.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F11.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F12.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F12.umap index 0c89c4b6..5937aaea 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F12.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F12.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F13.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F13.umap index dbb538aa..8102f441 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F13.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F13.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F14.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F14.umap index 4319dbec..7438533c 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F14.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F14.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F15.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F15.umap index ba8a14a5..b90ee0e9 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F15.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F15.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F16.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F16.umap index 3c90302c..e9824d6f 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F16.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F16.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F17.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F17.umap index fe2fc56d..06689722 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F17.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F17.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F18.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F18.umap index ddef1d46..239babc6 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F18.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F18.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F2.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F2.umap index c6fbf239..9fad5ad6 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F2.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F2.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F3.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F3.umap index 3c9099e0..824fafd8 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F3.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F3.umap differ diff --git a/Content/Maps/Interiors/K1_S3/K1_S3_F9.umap b/Content/Maps/Interiors/K1_S3/K1_S3_F9.umap index ea0bf275..d02b7a04 100644 Binary files a/Content/Maps/Interiors/K1_S3/K1_S3_F9.umap and b/Content/Maps/Interiors/K1_S3/K1_S3_F9.umap differ diff --git a/Content/Maps/Landscape_textures.umap b/Content/Maps/Landscape_textures.umap index 01f4ae0f..7c60c853 100644 Binary files a/Content/Maps/Landscape_textures.umap and b/Content/Maps/Landscape_textures.umap differ diff --git a/Content/Maps/MAF_Yard.umap b/Content/Maps/MAF_Yard.umap index f1d9ffbb..883898de 100644 Binary files a/Content/Maps/MAF_Yard.umap and b/Content/Maps/MAF_Yard.umap differ diff --git a/Content/Maps/MainScene.umap b/Content/Maps/MainScene.umap index 39b2586b..f1ad1c8b 100644 Binary files a/Content/Maps/MainScene.umap and b/Content/Maps/MainScene.umap differ diff --git a/Content/Maps/NightLight.umap b/Content/Maps/NightLight.umap index 3dd0e873..c0effd13 100644 Binary files a/Content/Maps/NightLight.umap and b/Content/Maps/NightLight.umap differ diff --git a/Content/Maps/Outside_Buildings_p3.umap b/Content/Maps/Outside_Buildings_p3.umap index 3e660a82..d7b9c84b 100644 Binary files a/Content/Maps/Outside_Buildings_p3.umap and b/Content/Maps/Outside_Buildings_p3.umap differ diff --git a/Content/Maps/Yard.umap b/Content/Maps/Yard.umap index 4c0e1b05..8d62faa1 100644 Binary files a/Content/Maps/Yard.umap and b/Content/Maps/Yard.umap differ diff --git a/Content/Materials/Chrome.uasset b/Content/Materials/Chrome.uasset index 3cbd9d2c..6c83a088 100644 Binary files a/Content/Materials/Chrome.uasset and b/Content/Materials/Chrome.uasset differ diff --git a/Content/Materials/Chrome_Stones.uasset b/Content/Materials/Chrome_Stones.uasset new file mode 100644 index 00000000..5cd987cd Binary files /dev/null and b/Content/Materials/Chrome_Stones.uasset differ diff --git a/Content/Materials/M_cap.uasset b/Content/Materials/M_cap.uasset index 104b1fba..4aee9472 100644 Binary files a/Content/Materials/M_cap.uasset and b/Content/Materials/M_cap.uasset differ diff --git a/Content/Mavis/Materials/Master/M_Master_ORM.uasset b/Content/Mavis/Materials/Master/M_Master_ORM.uasset index 420ee5a0..27348ed6 100644 Binary files a/Content/Mavis/Materials/Master/M_Master_ORM.uasset and b/Content/Mavis/Materials/Master/M_Master_ORM.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K1/SM_K1_S1_windows_1.uasset b/Content/Mavis/Meshes/Exterior/K1/SM_K1_S1_windows_1.uasset index 15358fd9..116fb17e 100644 Binary files a/Content/Mavis/Meshes/Exterior/K1/SM_K1_S1_windows_1.uasset and b/Content/Mavis/Meshes/Exterior/K1/SM_K1_S1_windows_1.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K1/SM_K1_S1_windows_2.uasset b/Content/Mavis/Meshes/Exterior/K1/SM_K1_S1_windows_2.uasset index 3d4b2a5b..36bc97a9 100644 Binary files a/Content/Mavis/Meshes/Exterior/K1/SM_K1_S1_windows_2.uasset and b/Content/Mavis/Meshes/Exterior/K1/SM_K1_S1_windows_2.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K1/SM_K1_S1_windows_3.uasset b/Content/Mavis/Meshes/Exterior/K1/SM_K1_S1_windows_3.uasset index 236994bd..eccaa0de 100644 Binary files a/Content/Mavis/Meshes/Exterior/K1/SM_K1_S1_windows_3.uasset and b/Content/Mavis/Meshes/Exterior/K1/SM_K1_S1_windows_3.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K1/SM_K1_S2_windows_1.uasset b/Content/Mavis/Meshes/Exterior/K1/SM_K1_S2_windows_1.uasset index bb69c340..457d6263 100644 Binary files a/Content/Mavis/Meshes/Exterior/K1/SM_K1_S2_windows_1.uasset and b/Content/Mavis/Meshes/Exterior/K1/SM_K1_S2_windows_1.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K1/SM_K1_S2_windows_2.uasset b/Content/Mavis/Meshes/Exterior/K1/SM_K1_S2_windows_2.uasset index 3774abdb..9cd3fd0e 100644 Binary files a/Content/Mavis/Meshes/Exterior/K1/SM_K1_S2_windows_2.uasset and b/Content/Mavis/Meshes/Exterior/K1/SM_K1_S2_windows_2.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K1/SM_K1_S3_windows_1.uasset b/Content/Mavis/Meshes/Exterior/K1/SM_K1_S3_windows_1.uasset index 34475c2b..ae9b241f 100644 Binary files a/Content/Mavis/Meshes/Exterior/K1/SM_K1_S3_windows_1.uasset and b/Content/Mavis/Meshes/Exterior/K1/SM_K1_S3_windows_1.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K1/SM_K1_S3_windows_2.uasset b/Content/Mavis/Meshes/Exterior/K1/SM_K1_S3_windows_2.uasset index 07918c47..13a617d6 100644 Binary files a/Content/Mavis/Meshes/Exterior/K1/SM_K1_S3_windows_2.uasset and b/Content/Mavis/Meshes/Exterior/K1/SM_K1_S3_windows_2.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K1/SM_K1_S3_windows_3.uasset b/Content/Mavis/Meshes/Exterior/K1/SM_K1_S3_windows_3.uasset index fb0f202e..60e79697 100644 Binary files a/Content/Mavis/Meshes/Exterior/K1/SM_K1_S3_windows_3.uasset and b/Content/Mavis/Meshes/Exterior/K1/SM_K1_S3_windows_3.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_1.uasset b/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_1.uasset index 757640e4..bd91ba58 100644 Binary files a/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_1.uasset and b/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_1.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_2.uasset b/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_2.uasset index c65b3cdd..8d5a3022 100644 Binary files a/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_2.uasset and b/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_2.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_3.uasset b/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_3.uasset index b774c626..d3f3388c 100644 Binary files a/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_3.uasset and b/Content/Mavis/Meshes/Exterior/K2/SM_K1_S4_windows_3.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_1.uasset b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_1.uasset index 69bcc801..4ef2633b 100644 Binary files a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_1.uasset and b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_1.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_2.uasset b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_2.uasset index 836e2c11..e110cee0 100644 Binary files a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_2.uasset and b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_2.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_3.uasset b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_3.uasset index e30afedd..cad8d264 100644 Binary files a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_3.uasset and b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S1_windows_3.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S2_windows_1.uasset b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S2_windows_1.uasset index ee34b964..1b1f51c8 100644 Binary files a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S2_windows_1.uasset and b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S2_windows_1.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S2_windows_2.uasset b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S2_windows_2.uasset index 7e9fd36d..21f51540 100644 Binary files a/Content/Mavis/Meshes/Exterior/K2/SM_K2_S2_windows_2.uasset and b/Content/Mavis/Meshes/Exterior/K2/SM_K2_S2_windows_2.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S1_windows_1.uasset b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S1_windows_1.uasset index 5e899f82..0d269b89 100644 Binary files a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S1_windows_1.uasset and b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S1_windows_1.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S1_windows_2.uasset b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S1_windows_2.uasset index cc39b4b8..af895159 100644 Binary files a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S1_windows_2.uasset and b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S1_windows_2.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S1_windows_3.uasset b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S1_windows_3.uasset index 18d02043..5a5b00d9 100644 Binary files a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S1_windows_3.uasset and b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S1_windows_3.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S2_windows_1.uasset b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S2_windows_1.uasset index 35c17128..7df50f05 100644 Binary files a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S2_windows_1.uasset and b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S2_windows_1.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S2_windows_2.uasset b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S2_windows_2.uasset index b8ad1e7c..40e4c7e3 100644 Binary files a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S2_windows_2.uasset and b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S2_windows_2.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S3_windows_1.uasset b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S3_windows_1.uasset index c5b41ea9..2680819c 100644 Binary files a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S3_windows_1.uasset and b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S3_windows_1.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S3_windows_2.uasset b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S3_windows_2.uasset index 3c4a721a..3654cc89 100644 Binary files a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S3_windows_2.uasset and b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S3_windows_2.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S3_windows_3.uasset b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S3_windows_3.uasset index 5fcdf145..7d5b673a 100644 Binary files a/Content/Mavis/Meshes/Exterior/K3/SM_K3_S3_windows_3.uasset and b/Content/Mavis/Meshes/Exterior/K3/SM_K3_S3_windows_3.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/LandscapeTextured/Meshes/yard2p_polySurface29.uasset b/Content/Mavis/Meshes/Exterior/LandscapeTextured/Meshes/yard2p_polySurface29.uasset new file mode 100644 index 00000000..b1348591 Binary files /dev/null and b/Content/Mavis/Meshes/Exterior/LandscapeTextured/Meshes/yard2p_polySurface29.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/LandscapeTextured/Meshes/yard2p_polySurface30.uasset b/Content/Mavis/Meshes/Exterior/LandscapeTextured/Meshes/yard2p_polySurface30.uasset new file mode 100644 index 00000000..e298049d Binary files /dev/null and b/Content/Mavis/Meshes/Exterior/LandscapeTextured/Meshes/yard2p_polySurface30.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/LandscapeTextured/Meshes/yard2p_polySurface31.uasset b/Content/Mavis/Meshes/Exterior/LandscapeTextured/Meshes/yard2p_polySurface31.uasset new file mode 100644 index 00000000..2bc6e8eb Binary files /dev/null and b/Content/Mavis/Meshes/Exterior/LandscapeTextured/Meshes/yard2p_polySurface31.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/LandscapeTextured/TileTex_Landscape/Displacement_4K_tkynejer.uasset b/Content/Mavis/Meshes/Exterior/LandscapeTextured/TileTex_Landscape/Displacement_4K_tkynejer.uasset new file mode 100644 index 00000000..e9b71063 Binary files /dev/null and b/Content/Mavis/Meshes/Exterior/LandscapeTextured/TileTex_Landscape/Displacement_4K_tkynejer.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/LandscapeTextured/TileTex_Landscape/M_TileTex.uasset b/Content/Mavis/Meshes/Exterior/LandscapeTextured/TileTex_Landscape/M_TileTex.uasset new file mode 100644 index 00000000..6a2f9ab7 Binary files /dev/null and b/Content/Mavis/Meshes/Exterior/LandscapeTextured/TileTex_Landscape/M_TileTex.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/LandscapeTextured/TileTex_Landscape/M_TileTex_Landscape_main.uasset b/Content/Mavis/Meshes/Exterior/LandscapeTextured/TileTex_Landscape/M_TileTex_Landscape_main.uasset new file mode 100644 index 00000000..9f1a61cc Binary files /dev/null and b/Content/Mavis/Meshes/Exterior/LandscapeTextured/TileTex_Landscape/M_TileTex_Landscape_main.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/LandscapeTextured/TileTex_Landscape/Masks/T_Landscape_91_jpg.uasset b/Content/Mavis/Meshes/Exterior/LandscapeTextured/TileTex_Landscape/Masks/T_Landscape_91_jpg.uasset new file mode 100644 index 00000000..20dcb5de Binary files /dev/null and b/Content/Mavis/Meshes/Exterior/LandscapeTextured/TileTex_Landscape/Masks/T_Landscape_91_jpg.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/LandscapeTextured/TileTex_Landscape/T_Asphalt10_R.uasset b/Content/Mavis/Meshes/Exterior/LandscapeTextured/TileTex_Landscape/T_Asphalt10_R.uasset new file mode 100644 index 00000000..8f5fc260 Binary files /dev/null and b/Content/Mavis/Meshes/Exterior/LandscapeTextured/TileTex_Landscape/T_Asphalt10_R.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/LandscapeTextured/TileTex_Landscape/T_Landscape_73.uasset b/Content/Mavis/Meshes/Exterior/LandscapeTextured/TileTex_Landscape/T_Landscape_73.uasset new file mode 100644 index 00000000..9d7a4db5 Binary files /dev/null and b/Content/Mavis/Meshes/Exterior/LandscapeTextured/TileTex_Landscape/T_Landscape_73.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/Playground_houses/House_Blue/SM_Playground_House_blue.uasset b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/Playground_houses/House_Blue/SM_Playground_House_blue.uasset index c3cb7885..ac1bf77f 100644 Binary files a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/Playground_houses/House_Blue/SM_Playground_House_blue.uasset and b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/Playground_houses/House_Blue/SM_Playground_House_blue.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/Playground_houses/House_Orange/SM_Playground_House_orange.uasset b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/Playground_houses/House_Orange/SM_Playground_House_orange.uasset index 112e358b..fc14140c 100644 Binary files a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/Playground_houses/House_Orange/SM_Playground_House_orange.uasset and b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/Playground_houses/House_Orange/SM_Playground_House_orange.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/Playground_houses/House_Yellow/SM_Playground_Yellow_House.uasset b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/Playground_houses/House_Yellow/SM_Playground_Yellow_House.uasset index bfbb172a..87017ebd 100644 Binary files a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/Playground_houses/House_Yellow/SM_Playground_Yellow_House.uasset and b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/Playground_houses/House_Yellow/SM_Playground_Yellow_House.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/MI_LampStreet_Bars_ORM.uasset b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/MI_LampStreet_Bars_ORM.uasset index c08e2124..cb0b9580 100644 Binary files a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/MI_LampStreet_Bars_ORM.uasset and b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/MI_LampStreet_Bars_ORM.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/NewFolder/lampStreet_Bars_LampSmoll.uasset b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/NewFolder/lampStreet_Bars_LampSmoll.uasset new file mode 100644 index 00000000..dfdece51 Binary files /dev/null and b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/NewFolder/lampStreet_Bars_LampSmoll.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/NewFolder/lampStreet_Bars_barsSquare.uasset b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/NewFolder/lampStreet_Bars_barsSquare.uasset new file mode 100644 index 00000000..97189f26 Binary files /dev/null and b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/NewFolder/lampStreet_Bars_barsSquare.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/NewFolder/lampStreet_Bars_lamp_big.uasset b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/NewFolder/lampStreet_Bars_lamp_big.uasset new file mode 100644 index 00000000..accc8533 Binary files /dev/null and b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/NewFolder/lampStreet_Bars_lamp_big.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/NewFolder/lampStreet_Bars_wire.uasset b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/NewFolder/lampStreet_Bars_wire.uasset new file mode 100644 index 00000000..40245711 Binary files /dev/null and b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/NewFolder/lampStreet_Bars_wire.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/SM_LampStreet_Bars.uasset b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/SM_LampStreet_Bars.uasset index 17f5f20e..d05c1efd 100644 Binary files a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/SM_LampStreet_Bars.uasset and b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/SM_LampStreet_Bars.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/SM_lampStreet_Bars_LampSmoll.uasset b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/SM_lampStreet_Bars_LampSmoll.uasset index a9ca5744..1963d1be 100644 Binary files a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/SM_lampStreet_Bars_LampSmoll.uasset and b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/SM_lampStreet_Bars_LampSmoll.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/SM_lampStreet_Bars_lamp_big.uasset b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/SM_lampStreet_Bars_lamp_big.uasset index cefa68d1..1c48c834 100644 Binary files a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/SM_lampStreet_Bars_lamp_big.uasset and b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/SM_lampStreet_Bars_lamp_big.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/SM_lampStreet_Bars_wire.uasset b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/SM_lampStreet_Bars_wire.uasset index 731cbbf0..6b91c69e 100644 Binary files a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/SM_lampStreet_Bars_wire.uasset and b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/SM_lampStreet_Bars_wire.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/T_lampStreet_Bars_Emissive.uasset b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/T_lampStreet_Bars_Emissive.uasset new file mode 100644 index 00000000..9729b184 Binary files /dev/null and b/Content/Mavis/Meshes/Exterior/MAF/ChildSquare/lampStreet_Bars/T_lampStreet_Bars_Emissive.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/MAF/Oct/SM_grooves.uasset b/Content/Mavis/Meshes/Exterior/MAF/Oct/SM_grooves.uasset index e9a87e8c..6b475ead 100644 Binary files a/Content/Mavis/Meshes/Exterior/MAF/Oct/SM_grooves.uasset and b/Content/Mavis/Meshes/Exterior/MAF/Oct/SM_grooves.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/MAF/Swings/SM_Swings_1.uasset b/Content/Mavis/Meshes/Exterior/MAF/Swings/SM_Swings_1.uasset index 61b5b885..3ef90a52 100644 Binary files a/Content/Mavis/Meshes/Exterior/MAF/Swings/SM_Swings_1.uasset and b/Content/Mavis/Meshes/Exterior/MAF/Swings/SM_Swings_1.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/OutsideBuildings/SM_Transformator.uasset b/Content/Mavis/Meshes/Exterior/OutsideBuildings/SM_Transformator.uasset index f2c42bc6..36602394 100644 Binary files a/Content/Mavis/Meshes/Exterior/OutsideBuildings/SM_Transformator.uasset and b/Content/Mavis/Meshes/Exterior/OutsideBuildings/SM_Transformator.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/OutsideBuildings/SM_Transformator_2.uasset b/Content/Mavis/Meshes/Exterior/OutsideBuildings/SM_Transformator_2.uasset index 167dd236..999dd93f 100644 Binary files a/Content/Mavis/Meshes/Exterior/OutsideBuildings/SM_Transformator_2.uasset and b/Content/Mavis/Meshes/Exterior/OutsideBuildings/SM_Transformator_2.uasset differ diff --git a/Content/Mavis/Meshes/Exterior/OutsideBuildings/SM_Trash_2.uasset b/Content/Mavis/Meshes/Exterior/OutsideBuildings/SM_Trash_2.uasset index 6eaefce6..9b8b1ae0 100644 Binary files a/Content/Mavis/Meshes/Exterior/OutsideBuildings/SM_Trash_2.uasset and b/Content/Mavis/Meshes/Exterior/OutsideBuildings/SM_Trash_2.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A01_plinth.uasset index af0f1fad..be567108 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A02_plinth.uasset index c1ee36a3..abca8979 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A03_plinth.uasset index a5d94cdd..57d559da 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A04_plinth.uasset index 7d497065..142c6761 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A05_plinth.uasset index a59adcd9..51d42a4e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A06_plinth.uasset index 2a085400..26323711 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A07_plinth.uasset index 8f08db9f..ca604509 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A08_plinth.uasset index 90505b44..c26d6b92 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A09_plinth.uasset index 2c92edae..a9e0a50a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A10_plinth.uasset index b1f5b787..1d77aa4b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A11_plinth.uasset index 040580cc..3d2e6fc3 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A12_plinth.uasset index 5146799c..3ca75bef 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A13_plinth.uasset index 290863ab..66d6ef0e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A14_plinth.uasset index 6f8fe5f0..d0237e8b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F10/Plinth/SM_Plinth_K01S01F10_SM_K01S01F10A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A01_plinth.uasset index 3e024d4c..534c27aa 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A02_plinth.uasset index c25f4962..7a7aa55c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A03_plinth.uasset index f9af2131..c8953822 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A04_plinth.uasset index 08069ed1..57ab191d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A05_plinth.uasset index 4da7a627..9e7b7692 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A06_plinth.uasset index 9f37ee8a..0954bec1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A07_plinth.uasset index eb07d0be..a21c61f9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A08_plinth.uasset index 6136f473..7ac52871 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A09_plinth.uasset index ade8383d..f44f909b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A10_plinth.uasset index 2f0495f0..faf94f82 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A11_plinth.uasset index a01e29c7..43a640d0 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A12_plinth.uasset index adba5fa4..66918e0a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A13_plinth.uasset index 3e970f92..fefe4b45 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A14_plinth.uasset index ed2aa276..47625875 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F11/Plinth/SM_Plinth_K01S01F11_SM_K01S01F11A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A01_plinth.uasset index 8dc01b6d..c4cf4384 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A02_plinth.uasset index 368c30a9..2e947d52 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A03_plinth.uasset index cfd519d7..fd609699 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A04_plinth.uasset index 9dccb257..91069a70 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A05_plinth.uasset index 43e35ae4..11194cc1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A06_plinth.uasset index 0e3722fc..1f5a1cb9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A07_plinth.uasset index 232c9e91..bf5f97ed 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A08_plinth.uasset index 6c6a57d9..6c6f6fb3 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A09_plinth.uasset index 4f8a0a3c..99eeb49a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A10_plinth.uasset index c1e89162..bb78383a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A11_plinth.uasset index 8f1c78a9..a0eb8ad9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A12_plinth.uasset index 24c2cbb1..549e05f3 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A13_plinth.uasset index 5404f93b..6e3cef7c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A14_plinth.uasset index 37af85ec..a4fd71d9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F12/Plinth/SM_Plinth_K01S01F12_SM_K01S01F12A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A01_plinth.uasset index 5b278b14..1088938b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A02_plinth.uasset index 94b78737..baf77a25 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A03_plinth.uasset index a17267bd..fbc7a021 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A04_plinth.uasset index 6d2bdf15..0f5a82b9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A05_plinth.uasset index a54c85bf..a11ae16f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A06_plinth.uasset index b6ba72e0..b11b094e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A07_plinth.uasset index 80d11532..a4a6b742 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A08_plinth.uasset index a92098c4..064fb21a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A09_plinth.uasset index a3bcee2b..22ab6c86 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A10_plinth.uasset index c99f4c26..e58a17df 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A11_plinth.uasset index 1aed2ff6..670f3506 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A12_plinth.uasset index 85a56d97..b6ff1372 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A13_plinth.uasset index 555aa739..42636721 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A14_plinth.uasset index 0e058301..07eb51d8 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F13/Plinth/SM_Plinth_K01S01F13_SM_K01S01F13A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A01_plinth.uasset index 0c94a062..049df966 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A02_plinth.uasset index 353a6318..02acf8f1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A03_plinth.uasset index fcb42bdc..26adf055 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A04_plinth.uasset index b04a646e..15bd74e4 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A05_plinth.uasset index 065e3496..850dd529 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A06_plinth.uasset index e9d2408b..3fc2c24b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A07_plinth.uasset index ba62d404..0b53c215 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A08_plinth.uasset index 4849981e..416f3a01 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A09_plinth.uasset index dfe62de9..694db6c2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A10_plinth.uasset index 87eb3e00..c804523c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A11_plinth.uasset index 8d38829b..aea0c30d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A12_plinth.uasset index d8db5dcc..9ec6692f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A13_plinth.uasset index 7a7ceeee..a0a80726 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A14_plinth.uasset index 99595d93..c2c47fd9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F14/Plinth/SM_Plinth_K01S01F14_SM_K01S01F14A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A01_plinth.uasset index 63f2d131..2ce28f70 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A02_plinth.uasset index 0013e4c5..e4f290b2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A03_plinth.uasset index 944f0284..584a042a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A04_plinth.uasset index 83c8b9d2..a6550aa7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A05_plinth.uasset index 68099ef4..4882923e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A06_plinth.uasset index 508e3b86..f191f3e2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A07_plinth.uasset index ab95fdc2..57881a6c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A08_plinth.uasset index 7b6db3c5..489f5d32 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A09_plinth.uasset index 8b1345ad..78666b94 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A10_plinth.uasset index 4906c7ed..d63d3aec 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A11_plinth.uasset index 93b611c6..76b8c91b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A12_plinth.uasset index e0787fb5..639f2784 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A13_plinth.uasset index 00efbee9..00740d96 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A14_plinth.uasset index 71b4f668..c4653b98 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F15/Plinth/SM_Plinth_K01S01F15_SM_K01S01F15A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A01_plinth.uasset index 566e11ee..a33cd387 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A02_plinth.uasset index f7cb1af1..22035f4d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A03_plinth.uasset index 74bfb7d5..eb87f2b0 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A04_plinth.uasset index c4c9169a..0105657d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A05_plinth.uasset index 79fb5aaf..876fed78 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A06_plinth.uasset index c3fc2ceb..e957829f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A07_plinth.uasset index 47f18144..86e0f472 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A08_plinth.uasset index ee009615..f8e4265b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A09_plinth.uasset index 798d04c3..460394fa 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A10_plinth.uasset index 0a8f650d..8d85d3fb 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A11_plinth.uasset index 9ca6e25d..2dc14c35 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A12_plinth.uasset index a2b6259f..71655ebc 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A13_plinth.uasset index b8bf5386..35d1c865 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A14_plinth.uasset index 7453c107..fb67c885 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F16/Plinth/SM_Plinth_K01S01F16_SM_K01S01F16A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A01_plinth.uasset index f6ae5b28..b39ab65c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A02_plinth.uasset index d892ced9..488c49cb 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A03_plinth.uasset index 8ca2ec3e..c1b8ec98 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A04_plinth.uasset index 7cc5523b..d315c7c9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A05_plinth.uasset index 13a99f27..98f86375 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A06_plinth.uasset index 1dcade82..72012829 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A07_plinth.uasset index b94e9ed1..56871ae8 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A08_plinth.uasset index d33d4154..b179451c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A09_plinth.uasset index 22897ccd..f3b985d7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A10_plinth.uasset index b688eab3..023cae36 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A11_plinth.uasset index 3182d622..5e20ea59 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A12_plinth.uasset index 1b44c317..bc6265f6 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A13_plinth.uasset index 00f363ff..ce9287ca 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A14_plinth.uasset index 8483c4ca..bc39bf41 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F17/Plinth/SM_Plinth_K01S01F17_SM_K01S01F17A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A01_plinth.uasset index 5dbff9c1..5a2fe9ed 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A02_plinth.uasset index 38f9804c..9e55e25b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A03_plinth.uasset index e6b2bdd7..20edff04 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A04_plinth.uasset index ef7b4d84..6d077ed1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A05_plinth.uasset index ddb4749c..ea1abbc3 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A06_plinth.uasset index 5caef0c7..0457c996 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A07_plinth.uasset index 5441394b..3918a6ff 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A08_plinth.uasset index 43ef85a2..401f751f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A09_plinth.uasset index dd125093..9355f833 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A10_plinth.uasset index 5a1d1628..f5d9df34 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A11_plinth.uasset index 5d41c9b6..0e272892 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A12_plinth.uasset index ef29b19c..69587f40 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A13_plinth.uasset index 4896aec4..39f3b0d3 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A14_plinth.uasset index 7959d39c..cf6b010a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F18/Plinth/SM_K01S01F18A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A01_plinth.uasset index ec525ee5..5e5fac0f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A02_plinth.uasset index 46e38ee9..52ee0545 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A03_plinth.uasset index d48b1238..c492aeae 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A04_plinth.uasset index c1166676..17cfdc29 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A05_plinth.uasset index 8a8cfa82..5ff67c4c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A06_plinth.uasset index c925a108..931dc0fa 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A07_plinth.uasset index 046abb1e..15e2bd26 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A08_plinth.uasset index e8e7442e..df8e4963 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A09_plinth.uasset index 06958e7f..97f55b2d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A10_plinth.uasset index c1ca4217..98dfded3 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A11_plinth.uasset index a0c6bde9..29f609ed 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A12_plinth.uasset index ed3148e9..7541dba7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A13_plinth.uasset index 4a9dfe69..b904e8fa 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A14_plinth.uasset index ca158fce..b65dee6e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F2/Plinth/SM_Plinth_K01S01F02_SM_K01S01F02A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A01_plinth.uasset index 17f4bd3e..6f27f2a5 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A02_plinth.uasset index 6556f88a..1a068252 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A03_plinth.uasset index fd1827b4..916978fe 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A04_plinth.uasset index 12a089c5..17d1d94c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A05_plinth.uasset index 82a38ef6..dead2aba 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A06_plinth.uasset index 7d62615a..72be1324 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A07_plinth.uasset index df6c97b8..e0725a86 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A08_plinth.uasset index c6a0e0a5..b1c31add 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A09_plinth.uasset index 518f768a..4f07c848 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A10_plinth.uasset index 89285df8..91302fe1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A11_plinth.uasset index c9c41ebd..5467673e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A12_plinth.uasset index 3c67b987..bbef07a0 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A13_plinth.uasset index fd900a07..3f18049c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A14_plinth.uasset index fa0733d1..cb26c3d1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F3/Plinth/SM_Plinth_K01S01F03_SM_K01S01F03A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A01_plinth.uasset index fa0523c0..1d77a991 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A02_plinth.uasset index 8422d1e7..287ae1cd 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A03_plinth.uasset index e5c16477..f35e8805 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A04_plinth.uasset index 7f6c605a..ed649752 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A05_plinth.uasset index 37903f13..14b04227 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A06_plinth.uasset index 717ba41b..25459b23 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A07_plinth.uasset index f92783de..ad0081df 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A08_plinth.uasset index ca54edcc..16fbda07 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A09_plinth.uasset index f137df73..c58729d3 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A10_plinth.uasset index d33a577f..b0cabbec 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A11_plinth.uasset index be2cd420..cb4ef038 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A12_plinth.uasset index 0421c17a..a63133ba 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A13_plinth.uasset index e58e633d..e56cdac2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A14_plinth.uasset index bb2015c0..fd0c6f9f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F4/Plinth/SM_Plinth_K01S01F04_SM_K01S01F04A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A01_plinth.uasset index ac0a6289..1edb4078 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A02_plinth.uasset index b9f36ccb..9f115b73 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A03_plinth.uasset index b8dd7500..e92de8e8 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A04_plinth.uasset index 837d041e..e7876286 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A05_plinth.uasset index d4f7c5f3..42f831b3 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A06_plinth.uasset index 5c93ab1e..918a03e3 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A07_plinth.uasset index c76bb8f4..8a204ccf 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A08_plinth.uasset index 547d352b..d9a3c109 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A09_plinth.uasset index 231a1c0f..4f9760bd 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A10_plinth.uasset index 6c25a8d8..70e324a5 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A11_plinth.uasset index 47dc2697..a866b8be 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A12_plinth.uasset index ec0c33ec..3583e528 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A13_plinth.uasset index c9c2a3a6..c19d3e37 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A14_plinth.uasset index 131e0db8..af5d84b1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F5/Plinth/SM_Plinth_K01S01F05_SM_K01S01F05A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A01_plinth.uasset index b8746775..365ef9a1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A02_plinth.uasset index 22952ddc..bdbb8757 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A03_plinth.uasset index 4e2d9004..7707519e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A04_plinth.uasset index 0fc98597..d1bdb12c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A05_plinth.uasset index 3e2130e0..3fda0846 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A06_plinth.uasset index 3f6ba948..3b5a7d00 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A07_plinth.uasset index 81cb2ad5..ee4b505e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A08_plinth.uasset index 35a85878..d764553f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A09_plinth.uasset index d72f8227..5f4464de 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A10_plinth.uasset index 4549d8e8..c676288f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A11_plinth.uasset index f581ab90..e279288c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A12_plinth.uasset index 4ee38cb2..5192ca23 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A13_plinth.uasset index 2dfa28ea..fb7f4eed 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A14_plinth.uasset index 67858951..4a97ca00 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F6/Plinth/SM_Plinth_K01S01F06_SM_K01S01F06A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A01_plinth.uasset index de392eec..ba4247ad 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A02_plinth.uasset index 5958a541..90da4870 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A03_plinth.uasset index 140e0d90..49c0469a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A04_plinth.uasset index 4096d150..eced27d0 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A05_plinth.uasset index fa467c15..314fd077 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A06_plinth.uasset index 34dabaff..93ee7b09 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A07_plinth.uasset index 896c7c55..61c6e69e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A08_plinth.uasset index 99095c33..e06a691f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A09_plinth.uasset index ca1cec9a..b3d65c24 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A10_plinth.uasset index e83afa74..022aa474 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A11_plinth.uasset index b1862f03..72ae29cf 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A12_plinth.uasset index 61d4262c..25cac666 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A13_plinth.uasset index da2fea69..961b5473 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A14_plinth.uasset index 47aa3150..9548868c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F7/Plinth/SM_Plinth_K01S01F07_SM_K01S01F07A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A01_plinth.uasset index cf0fd590..69925c53 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A02_plinth.uasset index 14afcaa2..4d952b09 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A03_plinth.uasset index 01b101e5..831f77dc 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A04_plinth.uasset index 4e1cc4bf..b67abc4c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A05_plinth.uasset index 88a04c88..2ab1ea20 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A06_plinth.uasset index 9524f157..781beaed 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A07_plinth.uasset index 7c71de1e..f28892f0 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A08_plinth.uasset index 70db8432..28629e43 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A09_plinth.uasset index be3c852f..752c1074 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A10_plinth.uasset index 9ddf8251..ed58aaef 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A11_plinth.uasset index f4f934f1..aa17aee7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A12_plinth.uasset index 32d592b2..c4ab661d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A13_plinth.uasset index 42e6e605..6f0e00d6 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A14_plinth.uasset index 739ae060..bb28f8df 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F8/Plinth/SM_Plinth_K01S01F08_SM_K01S01F08A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A01_plinth.uasset index ed8104f8..8897d188 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A02_plinth.uasset index 3a05dc96..33d2b3bb 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A03_plinth.uasset index a3168174..b54ae9ff 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A04_plinth.uasset index 951fc542..89fcccfb 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A05_plinth.uasset index 8cbb6d35..5782ef20 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A06_plinth.uasset index c788983a..9987e348 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A07_plinth.uasset index 71ce98cb..ec276c13 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A08_plinth.uasset index e230dbd8..12e907b9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A09_plinth.uasset index 4540c6f5..72aebb67 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A10_plinth.uasset index daddcc90..fe196d6b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A11_plinth.uasset index eef4bb17..2a0c9ff2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A12_plinth.uasset index 50b0d0d5..3d4b9725 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A13_plinth.uasset index d5eb6a07..71691302 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A14_plinth.uasset index 74728a0f..50501305 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S1/F9/Plinth/SM_Plinth_K01S01F09_SM_K01S01F09A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A01_plnth.uasset index 1ab2f252..de72ce5b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A02_plnth.uasset index 54b8a046..6c1b6bc1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A03_plnth.uasset index b9e10f3a..0c42c245 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A04_plnth.uasset index 6d19e296..c0c4d378 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A05_plnth.uasset index 98a80fff..45223dab 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A06_plnth.uasset index f324e3ed..31c2f199 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A07_plnth.uasset index e79d163f..4b9bc79a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A08_plnth.uasset index bcdd8db0..d904885e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A09_plnth.uasset index 90fc5a7b..8b98ae84 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A10_plnth.uasset index 0fbfc26d..f64e9a3a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A11_plnth.uasset index c692dec3..2c8753c8 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A12_plnth.uasset index 16b0f7d2..008ca465 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A13_plnth.uasset index 055a9afa..5e9ac02f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A14_plnth.uasset index 9b38a961..21ba1b45 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F10/SM_Plinth_K01S02F10_SM_K01S02F10A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A01_plnth.uasset index efd0d43b..407defff 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A02_plnth.uasset index 01424788..7ae05269 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A03_plnth.uasset index 20cad402..dbf60ca9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A04_plnth.uasset index 40ce2301..1b0201fe 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A05_plnth.uasset index 7f62493b..cc9e2893 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A06_plnth.uasset index b18824a8..b9eceee8 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A07_plnth.uasset index dd604775..d71bae2c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A08_plnth.uasset index b79eabe8..7d58f399 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A09_plnth.uasset index aa823e49..bd329fe4 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A10_plnth.uasset index 35602917..083c942c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A11_plnth.uasset index 1a138773..5c120401 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A12_plnth.uasset index 329252e4..c1be5dee 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A13_plnth.uasset index 41bc51df..feaffcc1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A14_plnth.uasset index 7ba27e76..23a64cbb 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F11/SM_Plinth_K01S02F11_SM_K01S02F11A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A01_plnth.uasset index 56c362bc..6ac6c161 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A02_plnth.uasset index bfa9a76f..68fffaa5 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A03_plnth.uasset index 62d45d8c..97a78a72 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A04_plnth.uasset index 93b91460..a8dea737 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A05_plnth.uasset index 809bb550..6b0c2c01 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A06_plnth.uasset index 8c206beb..4c91eddb 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A07_plnth.uasset index db01ab5b..9f1452f6 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A08_plnth.uasset index 9212465a..2edadd5c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A09_plnth.uasset index a173d8be..ae0aeb11 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A10_plnth.uasset index 74d6da8d..e58d13d9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A11_plnth.uasset index d03655e7..55604921 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A12_plnth.uasset index 5ed05c37..2bc67934 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A13_plnth.uasset index 3466572f..0c7d7cac 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A14_plnth.uasset index dfa95286..fe47e122 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F12/SM_Plinth_K01S02F12_SM_K01S02F12A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A01_plnth.uasset index c6dcab65..3af7d3aa 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A02_plnth.uasset index b6fe67d6..bfc1cbd9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A03_plnth.uasset index 0ea9b3dc..c80db9f7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A04_plnth.uasset index d21a49b0..f998d083 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A05_plnth.uasset index aacc6a5b..5dc86ac4 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A06_plnth.uasset index 9b5b42a1..45ffef8d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A07_plnth.uasset index a6eba618..60405969 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A08_plnth.uasset index 4d704e4d..b3f7d248 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A09_plnth.uasset index a95b6f48..f0bd3d83 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A10_plnth.uasset index ad52c757..bc387503 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A11_plnth.uasset index 24eee59d..a0c8776b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A12_plnth.uasset index e255942c..8a48469a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A13_plnth.uasset index b60778ba..90013544 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A14_plnth.uasset index d731fb28..67dafaca 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F13/SM_Plinth_K01S02F13_SM_K01S02F13A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A01_plnth.uasset index 46d40270..a62591e4 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A02_plnth.uasset index 8eb704b5..3cf932fb 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A03_plnth.uasset index f60ad985..71c8afcb 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A04_plnth.uasset index 382523ee..3d820510 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A05_plnth.uasset index 83f2cce5..009c68f9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A06_plnth.uasset index 1c4fe7a8..8e30ba6b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A07_plnth.uasset index c277b7e4..42140ee1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A08_plnth.uasset index 1657a304..4584a07e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A09_plnth.uasset index 68f4ac9c..af2d4fb5 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A10_plnth.uasset index 13a4d8e2..b12fbe36 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A11_plnth.uasset index c069c946..12994642 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A12_plnth.uasset index e6b929b8..6475b7ea 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A13_plnth.uasset index da2053cb..9755126c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A14_plnth.uasset index fb847437..5f281101 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F14/SM_Plinth_K01S02F14_SM_K01S02F14A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A01_plnth.uasset index 7c4bdbf4..fef4fb37 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A02_plnth.uasset index fb02aa47..923015b5 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A03_plnth.uasset index 6cc899d3..3b0b1e6b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A04_plnth.uasset index a6b5a2ff..5e1a217d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A05_plnth.uasset index 3f7e3396..3725e3fc 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A06_plnth.uasset index 7a4a624f..96f0ba14 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A07_plnth.uasset index cc47f069..3f297370 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A08_plnth.uasset index af550f53..d857be8b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A09_plnth.uasset index 73f129bc..344bffa2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A10_plnth.uasset index 1f7d5ffb..b47a7beb 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A11_plnth.uasset index 0a1c9fa1..5f5648bf 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A12_plnth.uasset index ef23bbf8..6339bd39 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A13_plnth.uasset index b6ba94db..7733a428 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A14_plnth.uasset index 9c93304e..25f13ece 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F15/SM_Plinth_K01S02F15_SM_K01S02F15A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A01_plnth.uasset index 1f1f63c6..3d3a11e9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A02_plnth.uasset index 04307765..8cc5e6d8 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A03_plnth.uasset index 3f4317ee..d5d2935a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A04_plnth.uasset index ddb05b5b..5a9a3577 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A05_plnth.uasset index d1dccd12..b7001dda 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A06_plnth.uasset index b98920ea..0750a6f2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A07_plnth.uasset index 3fc5c319..52e20b54 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A08_plnth.uasset index 21ab18b7..58de1001 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A09_plnth.uasset index 16418ae8..d079555b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A10_plnth.uasset index 018bb2da..940daa3c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A11_plnth.uasset index ee0559de..e0d7f92f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A12_plnth.uasset index b956e4e5..fdb2dc83 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A13_plnth.uasset index b8ceb254..abe685d6 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A14_plnth.uasset index abe9de9e..8cdc2120 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F16/SM_Plinth_K01S02F16_SM_K01S02F16A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A01_plnth.uasset index d4cb3f33..aab052d2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A02_plnth.uasset index 98b9afd8..8dac03cb 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A03_plnth.uasset index 728c83bb..6be18b62 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A04_plnth.uasset index b01bb96d..fbbfad25 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A05_plnth.uasset index 288d2913..a376dbc5 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A06_plnth.uasset index 79e4bb64..f7b7015d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A07_plnth.uasset index 2ec039ab..013e5b7c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A08_plnth.uasset index cbcebe83..4f568943 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A09_plnth.uasset index 2f6f6e3a..8be84e8c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A10_plnth.uasset index 3e35e3f8..dd794bb7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A11_plnth.uasset index f5169a8e..f4c220ae 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A12_plnth.uasset index 29695954..cfb9877b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A13_plnth.uasset index 4850d73d..c2c806b9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A14_plnth.uasset index 2e3aef0a..05f7967d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F17/SM_Plinth_K01S02F17_SM_K01S02F17A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A01_plnth.uasset index ab1b0696..d0476561 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A02_plnth.uasset index 4e746d5e..115ddfda 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A03_plnth.uasset index 4bbcf051..07a7c691 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A04_plnth.uasset index e2e85fd0..9ce47757 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A05_plnth.uasset index e5b755fb..4ab0bc38 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A06_plnth.uasset index d31242eb..4bf4df51 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A07_plnth.uasset index 1919f618..59cd83b8 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A08_plnth.uasset index 6fd3e790..ab72e0ea 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A09_plnth.uasset index 433aa431..759593f5 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A10_plnth.uasset index 2325a3f8..164f0d40 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A11_plnth.uasset index e33c3e1e..53051793 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A12_plnth.uasset index 019e6530..6a29bddc 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A13_plnth.uasset index 5dedfadf..b8206ed5 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A14_plnth.uasset index c41ad02d..4806fb70 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F18/Plinth/SM_K01S02F18A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A01_plinth.uasset index c82e057b..596cbebb 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A02_plinth.uasset index dece787d..c3d280ba 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A03_plinth.uasset index 0a7c9bb9..a7c0e994 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A04_plinth.uasset index a9130f69..4574bb78 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A05_plinth.uasset index 3529e153..ba6863b6 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A06_plinth.uasset index 2ea7fac9..bf9f539a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A07_plinth.uasset index 2cdf7701..12ab467d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A08_plinth.uasset index 9f0ca7f3..fcf8b279 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A09_plinth.uasset index b439483d..a38e4b9e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A10_plinth.uasset index b875cddb..41c99dc9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A11_plinth.uasset index d4eeb389..11e02510 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A12_plinth.uasset index 5f7ee816..aee2d4eb 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A13_plinth.uasset index 12944460..5ad77cb7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A14_plinth.uasset index 6057d715..d7288842 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F2/SM_Plinth_K01S02F02_SM_K01S02F02A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A01_plnth.uasset index 92536807..a505fea2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A02_plnth.uasset index 650c3d7d..d50e1e23 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A03_plnth.uasset index 47716919..42b3bd48 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A04_plnth.uasset index d5ed0a31..05874ec0 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A05_plnth.uasset index d973350f..5205e12b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A06_plnth.uasset index df2dcfff..652d255e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A07_plnth.uasset index 637d51dd..cbb619bd 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A08_plnth.uasset index 0af76add..02b6cf9b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A09_plnth.uasset index 2e1669fc..56d5b61b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A10_plnth.uasset index 7593d738..484023b9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A11_plnth.uasset index abbbfc29..3bae1226 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A12_plnth.uasset index ad2cbcf2..c7e16e96 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A13_plnth.uasset index 2ab92f3e..facd2636 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A14_plnth.uasset index 1ee3b335..fd3e1602 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F3/SM_Plinth_K01S02F03_SM_K01S02F03A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A01_plnth.uasset index e6ba39d7..f70c4e26 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A02_plnth.uasset index 4c6e0c95..26adbe70 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A03_plnth.uasset index 8d6104e7..4c50e30a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A04_plnth.uasset index d09c7e7f..3a82f9c9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A05_plnth.uasset index 62eabec9..436eddd1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A06_plnth.uasset index 7c7554bf..3d95c7a7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A07_plnth.uasset index e62a2903..dfb7c67e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A08_plnth.uasset index 7c1a699b..2416b6ab 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A09_plnth.uasset index 0c2a8c6b..9797966d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A10_plnth.uasset index 97607fce..2929b563 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A11_plnth.uasset index 899647b3..2cbcd8db 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A12_plnth.uasset index 74c0cc2d..340b76c7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A13_plnth.uasset index d772d438..9bd945fd 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A14_plnth.uasset index da341ae4..656e81e3 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F4/SM_Plinth_K01S02F04_SM_K01S02F04A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A01_plnth.uasset index 5ec63ca9..9a1a59be 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A02_plnth.uasset index a5c00694..5ec1350d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A03_plnth.uasset index 5ad29909..3f5a7084 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A04_plnth.uasset index a81c841c..66b8c22c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A05_plnth.uasset index 7544de8e..aab421fb 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A06_plnth.uasset index 640b15d8..78bca9d1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A07_plnth.uasset index 6e666aaf..854356e2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A08_plnth.uasset index fc779596..904d4297 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A09_plnth.uasset index 6ccd994c..fe3a129b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A10_plnth.uasset index ccd008cb..396272ac 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A11_plnth.uasset index dedebedc..fb89337b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A12_plnth.uasset index 98336512..1704d629 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A13_plnth.uasset index 26a7e127..d0d7906d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A14_plnth.uasset index 713547ab..18377325 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F5/SM_Plinth_K01S02F05_SM_K01S02F05A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A01_plnth.uasset index d8508c91..c3f10113 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A02_plnth.uasset index 7b15f944..6d5952e1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A03_plnth.uasset index 2775965a..9948447e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A04_plnth.uasset index f5219cfc..3d9fafa1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A05_plnth.uasset index fbc635d8..0e43be1c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A06_plnth.uasset index e6e77067..08a1663b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A07_plnth.uasset index 5fc35136..a9b921d5 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A08_plnth.uasset index 79f3c6fa..e9257b89 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A09_plnth.uasset index 0b5192e3..5c5597a0 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A10_plnth.uasset index a2d0bc81..c34cd901 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A11_plnth.uasset index f3affeda..a8f403bf 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A12_plnth.uasset index 15b22d9e..dd83be14 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A13_plnth.uasset index 629345da..3ce77530 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A14_plnth.uasset index 9d48346b..55f373f1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F6/SM_Plinth_K01S02F06_SM_K01S02F06A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A01_plnth.uasset index 6b59a1d3..1a3dcd78 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A02_plnth.uasset index 0ae6dab5..4bf4ebe7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A03_plnth.uasset index 961b0060..7cebe474 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A04_plnth.uasset index 1cbcdb3a..442728b2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A05_plnth.uasset index e21f18ff..71c6b528 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A06_plnth.uasset index 83fd146a..0e93f940 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A07_plnth.uasset index 934314b1..64ceefa1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A08_plnth.uasset index 620ab27b..ea6d3dc7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A09_plnth.uasset index 03e7710b..f5121416 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A10_plnth.uasset index a690e774..6393b189 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A11_plnth.uasset index 0e307301..76f999b7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A12_plnth.uasset index b853b798..355f1dd7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A13_plnth.uasset index 5b416016..8c5af30f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A14_plnth.uasset index c74717af..9a04bf2c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F7/SM_Plinth_K01S02F07_SM_K01S02F07A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A01_plnth.uasset index ab9511a9..60c74cea 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A02_plnth.uasset index ee3c2db5..09463e70 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A03_plnth.uasset index 841ca308..b3d1b3d8 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A04_plnth.uasset index 89f263dd..fee88e12 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A05_plnth.uasset index d3109d52..f9c9d943 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A06_plnth.uasset index 909c00db..90eb355f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A07_plnth.uasset index dd8383b1..a1edd9b0 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A08_plnth.uasset index 389e8f76..7cd27008 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A09_plnth.uasset index b1e93181..6191849e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A10_plnth.uasset index 1d7e9748..b97f1fa0 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A11_plnth.uasset index e3aa95b3..b2b75441 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A12_plnth.uasset index a5ca7d1d..d1a37db9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A13_plnth.uasset index 26e71a45..effd52f9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A14_plnth.uasset index 986b2e7e..acb49bd7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F8/SM_Plinth_K01S02F08_SM_K01S02F08A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A01_plnth.uasset index f6dd8d50..a6ddd9ec 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A02_plnth.uasset index a4f22b10..475e3785 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A03_plnth.uasset index 679ac304..135a5e9b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A04_plnth.uasset index 0bb44a98..50b18fc0 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A05_plnth.uasset index 4e2e01f1..2e2a3f80 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A06_plnth.uasset index fbe821a6..7c960112 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A07_plnth.uasset index 24599ea9..3dba9aff 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A08_plnth.uasset index 8ac1d099..7d9137a4 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A09_plnth.uasset index 44f1bd25..7852e832 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A10_plnth.uasset index dcc1f213..6ed87e31 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A11_plnth.uasset index f1f68ae0..271cb4f2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A12_plnth.uasset index ab783dfc..d06b359b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A13_plnth.uasset index 3be32591..956d6f94 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A14_plnth.uasset index a8f50914..da0533ad 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S2/F9/SM_Plinth_K01S02F09_SM_K01S02F09A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A01_plnth.uasset index b02f8e64..1b860c34 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A02_plnth.uasset index e8ea803a..05235cd4 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A03_plnth.uasset index d627dcbd..daa57b18 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A04_plnth.uasset index 725499b7..7c286bc7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A05_plnth.uasset index 0ac414a7..19d7fe5d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A06_plnth.uasset index 2549a7a3..5f02c69d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A07_plnth.uasset index 6e0fe4da..3bb3f9c3 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A08_plnth.uasset index 61c9aa67..96443f25 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A09_plnth.uasset index 8af10ba4..9345278d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A10_plnth.uasset index 15007afa..8bcc5d95 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A11_plnth.uasset index e7fd085e..3e6566f9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A12_plnth.uasset index 824d5044..14b7b5d6 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A13_plnth.uasset index 90b6efc5..0f73f9ca 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A14_plnth.uasset index a308b7d2..29460f8c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F10/SM_Plinth_K01S03F10_SM_K01S03F10A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A01_plnth.uasset index b97a5ba1..df8c337b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A02_plnth.uasset index d7f7359a..d5cbebbe 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A03_plnth.uasset index 06a38528..2b0709e7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A04_plnth.uasset index 04816960..d7fedffc 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A05_plnth.uasset index 564633d1..4e3005e1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A06_plnth.uasset index a56c65f4..153d9541 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A07_plnth.uasset index 348d9adf..353be6dc 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A08_plnth.uasset index 0d10b9d5..7476384b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A09_plnth.uasset index a2eb4d39..bc5b5567 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A10_plnth.uasset index 54358dbb..70672708 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A11_plnth.uasset index e9a4b65e..b5796a7c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A12_plnth.uasset index 931c4639..8158329e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A13_plnth.uasset index f2eccf13..7da856e1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A14_plnth.uasset index 08a7aff2..34cd5c3d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F11/SM_Plinth_K01S03F11_SM_K01S03F11A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A01_plnth.uasset index 043c2d8a..60d2f81b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A02_plnth.uasset index 238b260b..97e2db86 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A03_plnth.uasset index 985f8911..09d2701b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A04_plnth.uasset index 8f9ebed7..a99764b5 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A05_plnth.uasset index 46169ee2..5620a164 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A06_plnth.uasset index 45804b33..80d5d7d6 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A07_plnth.uasset index 2460095d..f5dc07ec 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A08_plnth.uasset index c300a567..6ed53cab 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A09_plnth.uasset index 348b605f..8a4d7f2d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A10_plnth.uasset index f10cd8a7..b5c72201 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A11_plnth.uasset index d9c0d403..454c4275 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A12_plnth.uasset index 47d9928d..218299cb 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A13_plnth.uasset index 64e509c1..9ee3052b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A14_plnth.uasset index 040fe44a..3c4bdc61 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F12/SM_Plinth_K01S03F12_SM_K01S03F12A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A01_plnth.uasset index 6cda0d03..66797502 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A02_plnth.uasset index bfc6486b..d7c0059f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A03_plnth.uasset index 5f0efe29..d8f608b8 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A04_plnth.uasset index 4c7a89a7..5074a3af 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A05_plnth.uasset index 4c95d1f3..2b5728f1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A06_plnth.uasset index dfb2303e..5296f4ad 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A07_plnth.uasset index f15f79ad..3740f592 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A08_plnth.uasset index f27d30bf..103f7414 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A09_plnth.uasset index 6b02ee69..8c8f195d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A10_plnth.uasset index 4c9a819d..62fe48d7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A11_plnth.uasset index cdf75ae7..a3c22951 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A12_plnth.uasset index 7253f794..45918d9e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A13_plnth.uasset index 6711fcf3..019eef6b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A14_plnth.uasset index f52a86a9..5678b61f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F13/SM_Plinth_K01S03F13_SM_K01S03F13A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A01_plnth.uasset index 424a4345..140afc35 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A02_plnth.uasset index d88d9ddd..e2b7a688 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A03_plnth.uasset index 0fbaaaca..61bebc7f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A04_plnth.uasset index 9a9b2b66..b949e3d4 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A05_plnth.uasset index bbcc3e78..e85cda5b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A06_plnth.uasset index 8c47375e..08912dfa 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A07_plnth.uasset index ccabf8f7..e9416eda 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A08_plnth.uasset index daf20eda..1a5c176e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A09_plnth.uasset index 52755ae2..870a87ff 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A10_plnth.uasset index bcf32a4d..82b5ffda 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A11_plnth.uasset index 10e9335a..0351744e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A12_plnth.uasset index 3b2a9205..876868ed 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A13_plnth.uasset index 75870416..f6f03d95 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A14_plnth.uasset index 579296d9..c7e23541 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F14/SM_Plinth_K01S03F14_SM_K01S03F14A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A01_plnth.uasset index ce855b9a..94cfafd0 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A02_plnth.uasset index 8bdbe00b..b5f8c6bb 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A03_plnth.uasset index 0a4fc3b9..a89b84d7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A04_plnth.uasset index 88f5f9ec..52860b99 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A05_plnth.uasset index 0e53957d..9b64c3da 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A06_plnth.uasset index ba4e489a..948de414 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A07_plnth.uasset index ffaf4adb..d96a4248 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A08_plnth.uasset index c6cf09ff..907070fe 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A09_plnth.uasset index b4fff0d9..af9f6a2c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A10_plnth.uasset index 51d09af2..f2ef0cef 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A11_plnth.uasset index 4934729e..aaeb3548 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A12_plnth.uasset index 8a6d697a..fcd9cad0 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A13_plnth.uasset index 1dab50e4..35818d64 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A14_plnth.uasset index 665a4d65..2bf4a255 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F15/SM_Plinth_K01S03F15_SM_K01S03F15A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A01_plnth.uasset index b91e5af5..6e282b60 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A02_plnth.uasset index f3b38b4d..28e1461b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A03_plnth.uasset index 74685123..66db739e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A04_plnth.uasset index 2fe8c72a..981cbbce 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A05_plnth.uasset index 0a5c6cc7..a20c86ef 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A06_plnth.uasset index 91a22905..f9856d26 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A07_plnth.uasset index 1ab46eaf..92173d7e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A08_plnth.uasset index 9366b682..592b1565 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A09_plnth.uasset index 031e1240..c47aac91 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A10_plnth.uasset index 6d62b369..902b9a71 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A11_plnth.uasset index 4ce4e789..d0121613 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A12_plnth.uasset index e8c2e7e8..4181cb09 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A13_plnth.uasset index dfd8d473..f1d0b844 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A14_plnth.uasset index 751a1696..7ed61690 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F16/SM_Plinth_K01S03F16_SM_K01S03F16A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A01_plnth.uasset index a2b777a5..d91720d4 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A02_plnth.uasset index da2d1ed6..e404628f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A03_plnth.uasset index 30b1bcad..17d540bf 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A04_plnth.uasset index 017857d5..dbfaf1dc 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A05_plnth.uasset index 213f2af6..bf28e398 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A06_plnth.uasset index a0abc41c..fc437bab 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A07_plnth.uasset index 8ed7c41a..6a216667 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A08_plnth.uasset index 6239b7b9..a0964e2d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A09_plnth.uasset index 690172fb..37367be0 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A10_plnth.uasset index 1116dd70..78c1dc85 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A11_plnth.uasset index 29d2c42d..d888312e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A12_plnth.uasset index faa3021c..dafec8a7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A13_plnth.uasset index ed4bc00b..b89d51aa 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A14_plnth.uasset index 6d143693..e4ef1ec2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F17/SM_Plinth_K01S03F17_SM_K01S03F17A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A01_plnth.uasset index 5d9aa478..e1d7f23e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A02_plnth.uasset index 82230a39..0a075f3d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A03_plnth.uasset index 80ed9e7d..1e05c153 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A04_plnth.uasset index adb41160..f6395eb2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A05_plnth.uasset index aefdd6ba..9408b46b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A06_plnth.uasset index e04f925f..dddc5907 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A07_plnth.uasset index 668a2a35..3de609b7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A08_plnth.uasset index 15ac3e97..c32b4d86 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A09_plnth.uasset index b88fd783..6dd91187 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A10_plnth.uasset index e0cfbc08..68c83e46 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A11_plnth.uasset index 96e4d586..6cfeabc5 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A12_plnth.uasset index 38ae603d..469c86a8 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A13_plnth.uasset index 05b5dae6..38c313a1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A14_plnth.uasset index 0611f21f..2ae02a18 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F18/Plinth/SM_K01S03F18A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A01_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A01_plinth.uasset index 27fce418..409679da 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A01_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A01_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A02_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A02_plinth.uasset index c5990bdc..603f682a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A02_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A02_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A03_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A03_plinth.uasset index 772d2674..9162a4ef 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A03_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A03_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A04_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A04_plinth.uasset index 88ff8160..b87f64de 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A04_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A04_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A05_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A05_plinth.uasset index d78e5fb6..d491417d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A05_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A05_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A06_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A06_plinth.uasset index aeecf63b..35b8574a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A06_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A06_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A07_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A07_plinth.uasset index 749e1dec..a571a0a8 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A07_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A07_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A08_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A08_plinth.uasset index 4b0ef19f..3cd71f20 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A08_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A08_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A09_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A09_plinth.uasset index 4d9f5911..fd07566c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A09_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A09_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A10_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A10_plinth.uasset index 8cdda659..09ae1d02 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A10_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A10_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A11_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A11_plinth.uasset index dac316a7..d4aea041 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A11_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A11_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A12_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A12_plinth.uasset index 8b96dc10..b64c2299 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A12_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A12_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A13_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A13_plinth.uasset index f61c4725..32d38db1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A13_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A13_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A14_plinth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A14_plinth.uasset index 7bdac659..c9e065bf 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A14_plinth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F2/SM_Plinth_K01S03F02_SM_K01S03F02A14_plinth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A01_plnth.uasset index a20e2aca..bb5fea34 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A02_plnth.uasset index 3e1041f9..5f9ea013 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A03_plnth.uasset index 3f8f081a..fcf1def0 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A04_plnth.uasset index 64c2345b..86eabbc1 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A05_plnth.uasset index 9cb1a070..5c5fe718 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A06_plnth.uasset index 8cf199cc..bbe7ca5f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A07_plnth.uasset index d27eeef2..74dd093b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A08_plnth.uasset index 2a108324..cacb21ce 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A09_plnth.uasset index 6cc566c1..9734d898 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A10_plnth.uasset index c719bcac..0ed6f344 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A11_plnth.uasset index 1e434a3c..c12985a0 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A12_plnth.uasset index 3dcbaaf2..e5e4ef23 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A13_plnth.uasset index e9b33f1b..46692451 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A14_plnth.uasset index cb80ed43..336a09d5 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F3/SM_Plinth_K01S03F3_SM_K01S03F03A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A01_plnth.uasset index 29314853..2ed18c00 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A02_plnth.uasset index 4980c8de..99c5098b 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A03_plnth.uasset index 6b9f64be..9bc13e7e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A04_plnth.uasset index 22b30278..39de3257 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A05_plnth.uasset index e39e8cd1..a226d766 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A06_plnth.uasset index bc67afc8..9c2816a6 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A07_plnth.uasset index be77f04f..fe1ce897 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A08_plnth.uasset index 2a4ec952..afa12cba 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A09_plnth.uasset index 9988836b..6479e8f2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A10_plnth.uasset index 796fb681..8a1f88d2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A11_plnth.uasset index 20732320..96a06916 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A12_plnth.uasset index b426fd13..57e4bec3 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A13_plnth.uasset index 98b05b0e..9c83fb9a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A14_plnth.uasset index c5288f64..ca41cef8 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F4/SM_Plinth_K01S03F4_SM_K01S03F04A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A01_plnth.uasset index a6967394..84f3eb05 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A02_plnth.uasset index e3742346..dece1c09 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A03_plnth.uasset index e9b2ab5e..f12ee871 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A04_plnth.uasset index 3c61cb82..118554ac 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A05_plnth.uasset index 5eb4cb31..744c5167 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A06_plnth.uasset index ce345c93..7b0b57ce 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A07_plnth.uasset index 6323b0d2..13caa919 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A08_plnth.uasset index 5a2951f3..910530c4 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A09_plnth.uasset index 46b5cb38..8111e3ae 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A10_plnth.uasset index 51ece1be..294f57fe 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A11_plnth.uasset index 525cd906..cfbd77ab 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A12_plnth.uasset index aa42a4a3..b4977ac3 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A13_plnth.uasset index 77646147..ce937beb 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A14_plnth.uasset index 49863f99..cd58abfc 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F5/SM_Plinth_K01S03F5_SM_K01S03F05A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A01_plnth.uasset index 55d08364..d7388914 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A02_plnth.uasset index 84afe0d2..1bb3eba7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A03_plnth.uasset index 4531ea61..70e4dd07 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A04_plnth.uasset index e6bbda44..928bae3f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A05_plnth.uasset index 2f6d3fec..48f30fc7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A06_plnth.uasset index 43cc460c..c82b4797 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A07_plnth.uasset index 42deb61c..1d804532 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A08_plnth.uasset index 9bd8fd78..74854114 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A09_plnth.uasset index 66ff98a1..ccc534b8 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A10_plnth.uasset index 027610d1..d8b7b7f8 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A11_plnth.uasset index 8c94346d..b5c6a2cd 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A12_plnth.uasset index 96d87b0f..1d2be3ee 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A13_plnth.uasset index 9fe0e1e1..00a07fa8 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A14_plnth.uasset index 1d4f1a5b..5f8a29ad 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F6/SM_Plinth_K01S03F6_SM_K01S03F06A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A01_plnth.uasset index 8acdfaa4..0b86954c 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A02_plnth.uasset index 56e86634..12a4aa26 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A03_plnth.uasset index 4dc715a0..856f0784 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A04_plnth.uasset index 24362dc3..ddb751f2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A05_plnth.uasset index 6d316575..6eda3e41 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A06_plnth.uasset index f5444fc7..7a38e809 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A07_plnth.uasset index 042474ce..098efc33 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A08_plnth.uasset index a624d536..b7f72403 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A09_plnth.uasset index 115adbe0..b20370f7 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A10_plnth.uasset index 9c09b6a6..8a6a8aa2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A11_plnth.uasset index 3893130e..db7c54cd 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A12_plnth.uasset index 497b7720..624fbd71 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A13_plnth.uasset index 377fa860..90c4ef36 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A14_plnth.uasset index c4b51dc8..6e23ef05 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F7/SM_Plinth_K01S03F7_SM_K01S03F07A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A01_plnth.uasset index 0c0d6319..9978ad6d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A02_plnth.uasset index d2ee3ef8..00555ef4 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A03_plnth.uasset index 878a0541..df1fd6f9 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A04_plnth.uasset index edecc808..157aeeed 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A05_plnth.uasset index 8b10ef9e..5fa30c58 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A06_plnth.uasset index d3d6b656..bb707f68 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A07_plnth.uasset index 8b827b47..7f069657 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A08_plnth.uasset index b8d3d238..4a4d82f2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A09_plnth.uasset index d645b5cf..8e12a7ba 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A10_plnth.uasset index f66c1e1e..b6807313 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A11_plnth.uasset index 133d6a76..2588a38d 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A12_plnth.uasset index a2334307..a0c9ee9f 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A13_plnth.uasset index 6105f113..f9ebfbfe 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A14_plnth.uasset index 4078656d..fef8cdf2 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F8/SM_Plinth_K01S03F8_SM_K01S03F08A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A01_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A01_plnth.uasset index 989b1800..51cb7589 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A01_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A01_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A02_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A02_plnth.uasset index d4401905..3a93ee58 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A02_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A02_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A03_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A03_plnth.uasset index eed6cec6..bcb5a22a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A03_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A03_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A04_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A04_plnth.uasset index 5a69f470..6475903e 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A04_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A04_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A05_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A05_plnth.uasset index 1d34d851..78b69827 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A05_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A05_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A06_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A06_plnth.uasset index 74be605c..1fc99d4a 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A06_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A06_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A07_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A07_plnth.uasset index 4c106a81..865166fb 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A07_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A07_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A08_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A08_plnth.uasset index c2469d81..69f5d680 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A08_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A08_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A09_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A09_plnth.uasset index 178c48be..00c7f7a5 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A09_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A09_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A10_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A10_plnth.uasset index 08a719fa..674ad372 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A10_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A10_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A11_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A11_plnth.uasset index 2937d640..3bef0656 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A11_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A11_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A12_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A12_plnth.uasset index 37368706..bf686142 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A12_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A12_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A13_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A13_plnth.uasset index 7dfe050f..8866abee 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A13_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A13_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A14_plnth.uasset b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A14_plnth.uasset index eef87331..42ac8da3 100644 Binary files a/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A14_plnth.uasset and b/Content/Mavis/Meshes/Interior/K1_S3/F9/SM_Plinth_K01S03F9_SM_K01S03F09A14_plnth.uasset differ diff --git a/Content/Mavis/Meshes/Interior/MI_Barrier_4.uasset b/Content/Mavis/Meshes/Interior/MI_Barrier_4.uasset new file mode 100644 index 00000000..871f4a92 Binary files /dev/null and b/Content/Mavis/Meshes/Interior/MI_Barrier_4.uasset differ diff --git a/Content/Mavis/Meshes/Interior/SM_MERGED_SM_MOP_Grass34.uasset b/Content/Mavis/Meshes/Interior/SM_MERGED_SM_MOP_Grass34.uasset new file mode 100644 index 00000000..5b7a19f1 Binary files /dev/null and b/Content/Mavis/Meshes/Interior/SM_MERGED_SM_MOP_Grass34.uasset differ diff --git a/Content/Mavis/Meshes/Interior/SM_MERGED_SM_MOP_Grass_2.uasset b/Content/Mavis/Meshes/Interior/SM_MERGED_SM_MOP_Grass_2.uasset new file mode 100644 index 00000000..edec5287 Binary files /dev/null and b/Content/Mavis/Meshes/Interior/SM_MERGED_SM_MOP_Grass_2.uasset differ diff --git a/Content/Mavis/Meshes/Interior/SM_MOP_Grass.uasset b/Content/Mavis/Meshes/Interior/SM_MOP_Grass.uasset new file mode 100644 index 00000000..42ef7ae5 Binary files /dev/null and b/Content/Mavis/Meshes/Interior/SM_MOP_Grass.uasset differ diff --git a/Content/Mavis/Meshes/Interior/T_Grass_mop.uasset b/Content/Mavis/Meshes/Interior/T_Grass_mop.uasset new file mode 100644 index 00000000..bad5cfa3 Binary files /dev/null and b/Content/Mavis/Meshes/Interior/T_Grass_mop.uasset differ diff --git a/Content/Meshes/Interior/K01/S01/F01/SM_K01S01F01_Wall1.uasset b/Content/Meshes/Interior/K01/S01/F01/SM_K01S01F01_Wall1.uasset new file mode 100644 index 00000000..9c4f1798 Binary files /dev/null and b/Content/Meshes/Interior/K01/S01/F01/SM_K01S01F01_Wall1.uasset differ diff --git a/Content/Meshes/Interior/K01/S01/F01/SM_Tablichka_l.uasset b/Content/Meshes/Interior/K01/S01/F01/SM_Tablichka_l.uasset new file mode 100644 index 00000000..aab34862 Binary files /dev/null and b/Content/Meshes/Interior/K01/S01/F01/SM_Tablichka_l.uasset differ diff --git a/Content/Meshes/Yard/SM_Plane.uasset b/Content/Meshes/Yard/SM_Plane.uasset index 9a4809e9..b7d4aabf 100644 Binary files a/Content/Meshes/Yard/SM_Plane.uasset and b/Content/Meshes/Yard/SM_Plane.uasset differ diff --git a/Content/Sequences/tour.uasset b/Content/Sequences/tour.uasset new file mode 100644 index 00000000..8166b3d1 Binary files /dev/null and b/Content/Sequences/tour.uasset differ diff --git a/piterGraphicsC.uproject b/piterGraphicsC.uproject index 3fd69bb5..38236b05 100644 --- a/piterGraphicsC.uproject +++ b/piterGraphicsC.uproject @@ -230,12 +230,13 @@ "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/1bf89025ddf246e3af3c196d0426e0d3" }, { - "Name": "OculusVR", + "Name": "SteamVR", "Enabled": false, "SupportedTargetPlatforms": [ "Win32", "Win64", - "Android" + "Linux", + "Mac" ] } ]