From 01ef7fc860e3271a1d00177fa94200fd529fa3fc Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Thu, 13 Aug 2015 23:00:30 +0600 Subject: [PATCH] new sorting done --- .../Examples/Prefabs/Kenney/AlienBall.prefab | 2 +- .../Examples/Prefabs/Kenney/Building.prefab | 2 +- .../Examples/Prefabs/Kenney/Building2.prefab | 2 +- .../Examples/Prefabs/Kenney/Building3.prefab | 2 +- .../Examples/Prefabs/Kenney/Column.prefab | 2 +- .../Examples/Prefabs/Kenney/Column2.prefab | 2 +- .../Examples/Prefabs/Kenney/Fence.prefab | 2 +- .../Examples/Prefabs/Kenney/Fence2.prefab | 2 +- .../Examples/Prefabs/Kenney/Player.prefab | 2 +- .../Examples/Prefabs/Kenney/Road.prefab | 2 +- .../Examples/Prefabs/Kenney/Road2.prefab | 2 +- .../Examples/Prefabs/Kenney/Road3.prefab | 2 +- .../Examples/Prefabs/Kenney/Road4.prefab | 2 +- .../Examples/Prefabs/Kenney/Tree.prefab | 2 +- .../Examples/Prefabs/Kenney/Water.prefab | 2 +- .../Examples/Prefabs/Kenney/Water2.prefab | 2 +- .../Examples/Prefabs/Kenney/Water3.prefab | 2 +- .../Examples/Prefabs/Kenney/Water4.prefab | 2 +- Assets/IsoTools/Examples/Scenes/Scene01.unity | 130 +- Assets/IsoTools/Examples/Scenes/Scene04.unity | 1172 +++++-- Assets/IsoTools/Examples/Scenes/Scene05.unity | 2780 ++++++++--------- Assets/IsoTools/Scripts/IsoWorld.cs | 18 +- 22 files changed, 2452 insertions(+), 1684 deletions(-) diff --git a/Assets/IsoTools/Examples/Prefabs/Kenney/AlienBall.prefab b/Assets/IsoTools/Examples/Prefabs/Kenney/AlienBall.prefab index 5f2ce34..dd3f40b 100644 --- a/Assets/IsoTools/Examples/Prefabs/Kenney/AlienBall.prefab +++ b/Assets/IsoTools/Examples/Prefabs/Kenney/AlienBall.prefab @@ -42,7 +42,7 @@ Transform: m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 124842} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -23.7793617, y: 45.2162933, z: 14.0350876} + m_LocalPosition: {x: -.966036558, y: 1.8369118, z: 14.0350876} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 491986} diff --git a/Assets/IsoTools/Examples/Prefabs/Kenney/Building.prefab b/Assets/IsoTools/Examples/Prefabs/Kenney/Building.prefab index 346b51b..374547c 100644 --- a/Assets/IsoTools/Examples/Prefabs/Kenney/Building.prefab +++ b/Assets/IsoTools/Examples/Prefabs/Kenney/Building.prefab @@ -83,7 +83,7 @@ Transform: m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 199876} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 16, y: 56, z: 52.7777863} + m_LocalPosition: {x: .649999976, y: 2.27499986, z: 52.7777863} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 492676} diff --git a/Assets/IsoTools/Examples/Prefabs/Kenney/Building2.prefab b/Assets/IsoTools/Examples/Prefabs/Kenney/Building2.prefab index 60393ef..7ad0354 100644 --- a/Assets/IsoTools/Examples/Prefabs/Kenney/Building2.prefab +++ b/Assets/IsoTools/Examples/Prefabs/Kenney/Building2.prefab @@ -111,7 +111,7 @@ Transform: m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 118226} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 128, y: 32, z: 0} + m_LocalPosition: {x: 5.19999981, y: 1.29999995, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 465650} diff --git a/Assets/IsoTools/Examples/Prefabs/Kenney/Building3.prefab b/Assets/IsoTools/Examples/Prefabs/Kenney/Building3.prefab index 6b024d3..6b1eef5 100644 --- a/Assets/IsoTools/Examples/Prefabs/Kenney/Building3.prefab +++ b/Assets/IsoTools/Examples/Prefabs/Kenney/Building3.prefab @@ -83,7 +83,7 @@ Transform: m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 179380} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 48, y: 40, z: 33.9285774} + m_LocalPosition: {x: 1.94999993, y: 1.625, z: 33.9285774} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 454690} diff --git a/Assets/IsoTools/Examples/Prefabs/Kenney/Column.prefab b/Assets/IsoTools/Examples/Prefabs/Kenney/Column.prefab index b74437e..7cc8c69 100644 --- a/Assets/IsoTools/Examples/Prefabs/Kenney/Column.prefab +++ b/Assets/IsoTools/Examples/Prefabs/Kenney/Column.prefab @@ -51,7 +51,7 @@ Transform: m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 167384} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 40.4799995, z: 3.70370364} + m_LocalPosition: {x: 0, y: 1.6444999, z: 3.70370364} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 427722} diff --git a/Assets/IsoTools/Examples/Prefabs/Kenney/Column2.prefab b/Assets/IsoTools/Examples/Prefabs/Kenney/Column2.prefab index b8eaa8d..c8a2665 100644 --- a/Assets/IsoTools/Examples/Prefabs/Kenney/Column2.prefab +++ b/Assets/IsoTools/Examples/Prefabs/Kenney/Column2.prefab @@ -51,7 +51,7 @@ Transform: m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 147772} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 11.2000008, y: 46.0800018, z: 14.8148146} + m_LocalPosition: {x: .455000013, y: 1.87199998, z: 14.8148146} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 442410} diff --git a/Assets/IsoTools/Examples/Prefabs/Kenney/Fence.prefab b/Assets/IsoTools/Examples/Prefabs/Kenney/Fence.prefab index 39fb419..5506a94 100644 --- a/Assets/IsoTools/Examples/Prefabs/Kenney/Fence.prefab +++ b/Assets/IsoTools/Examples/Prefabs/Kenney/Fence.prefab @@ -51,7 +51,7 @@ Transform: m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 129934} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 8.47999954, z: 0} + m_LocalPosition: {x: 0, y: .344499975, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 403766} diff --git a/Assets/IsoTools/Examples/Prefabs/Kenney/Fence2.prefab b/Assets/IsoTools/Examples/Prefabs/Kenney/Fence2.prefab index dbcbdbf..5f5ded0 100644 --- a/Assets/IsoTools/Examples/Prefabs/Kenney/Fence2.prefab +++ b/Assets/IsoTools/Examples/Prefabs/Kenney/Fence2.prefab @@ -51,7 +51,7 @@ Transform: m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 110900} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -28.8951912, y: 1.42384696, z: 0} + m_LocalPosition: {x: -1.17386711, y: .057843782, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 449742} diff --git a/Assets/IsoTools/Examples/Prefabs/Kenney/Player.prefab b/Assets/IsoTools/Examples/Prefabs/Kenney/Player.prefab index bb8d48f..94067f4 100644 --- a/Assets/IsoTools/Examples/Prefabs/Kenney/Player.prefab +++ b/Assets/IsoTools/Examples/Prefabs/Kenney/Player.prefab @@ -43,7 +43,7 @@ Transform: m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 121016} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -39.274662, y: 38.1394615, z: 30.3571491} + m_LocalPosition: {x: -1.59553313, y: 1.54941559, z: 30.3571491} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 442418} diff --git a/Assets/IsoTools/Examples/Prefabs/Kenney/Road.prefab b/Assets/IsoTools/Examples/Prefabs/Kenney/Road.prefab index f84b2e1..99e6fe5 100644 --- a/Assets/IsoTools/Examples/Prefabs/Kenney/Road.prefab +++ b/Assets/IsoTools/Examples/Prefabs/Kenney/Road.prefab @@ -39,7 +39,7 @@ Transform: m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 114888} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 32, y: 16, z: 22.2222233} + m_LocalPosition: {x: 1.29999995, y: .649999976, z: 22.2222233} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 483872} diff --git a/Assets/IsoTools/Examples/Prefabs/Kenney/Road2.prefab b/Assets/IsoTools/Examples/Prefabs/Kenney/Road2.prefab index 99c39e1..b357ec6 100644 --- a/Assets/IsoTools/Examples/Prefabs/Kenney/Road2.prefab +++ b/Assets/IsoTools/Examples/Prefabs/Kenney/Road2.prefab @@ -39,7 +39,7 @@ Transform: m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 155780} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -64, y: 0, z: 0} + m_LocalPosition: {x: -2.5999999, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 457334} diff --git a/Assets/IsoTools/Examples/Prefabs/Kenney/Road3.prefab b/Assets/IsoTools/Examples/Prefabs/Kenney/Road3.prefab index de029f0..8fac9b7 100644 --- a/Assets/IsoTools/Examples/Prefabs/Kenney/Road3.prefab +++ b/Assets/IsoTools/Examples/Prefabs/Kenney/Road3.prefab @@ -51,7 +51,7 @@ Transform: m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 112436} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 32, y: -16, z: 0} + m_LocalPosition: {x: 1.29999995, y: -.649999976, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 400788} diff --git a/Assets/IsoTools/Examples/Prefabs/Kenney/Road4.prefab b/Assets/IsoTools/Examples/Prefabs/Kenney/Road4.prefab index 9043f3a..2c08fb4 100644 --- a/Assets/IsoTools/Examples/Prefabs/Kenney/Road4.prefab +++ b/Assets/IsoTools/Examples/Prefabs/Kenney/Road4.prefab @@ -51,7 +51,7 @@ Transform: m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 189540} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 32, y: 48, z: 51.1110992} + m_LocalPosition: {x: 1.29999995, y: 1.94999993, z: 51.1110992} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 482346} diff --git a/Assets/IsoTools/Examples/Prefabs/Kenney/Tree.prefab b/Assets/IsoTools/Examples/Prefabs/Kenney/Tree.prefab index b888023..79413e0 100644 --- a/Assets/IsoTools/Examples/Prefabs/Kenney/Tree.prefab +++ b/Assets/IsoTools/Examples/Prefabs/Kenney/Tree.prefab @@ -51,7 +51,7 @@ Transform: m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 128698} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 52.3754539, y: 64.95784, z: 43.75} + m_LocalPosition: {x: 2.12775278, y: 2.6389122, z: 43.75} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 461496} diff --git a/Assets/IsoTools/Examples/Prefabs/Kenney/Water.prefab b/Assets/IsoTools/Examples/Prefabs/Kenney/Water.prefab index eb2be51..515c75f 100644 --- a/Assets/IsoTools/Examples/Prefabs/Kenney/Water.prefab +++ b/Assets/IsoTools/Examples/Prefabs/Kenney/Water.prefab @@ -51,7 +51,7 @@ Transform: m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 149682} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 80, z: 97.7777481} + m_LocalPosition: {x: 0, y: 3.25, z: 97.7777481} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 469780} diff --git a/Assets/IsoTools/Examples/Prefabs/Kenney/Water2.prefab b/Assets/IsoTools/Examples/Prefabs/Kenney/Water2.prefab index bc4aac6..aa8e818 100644 --- a/Assets/IsoTools/Examples/Prefabs/Kenney/Water2.prefab +++ b/Assets/IsoTools/Examples/Prefabs/Kenney/Water2.prefab @@ -39,7 +39,7 @@ Transform: m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 136960} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -16, y: 72, z: 95.5555267} + m_LocalPosition: {x: -.649999976, y: 2.92499995, z: 95.5555267} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 438130} diff --git a/Assets/IsoTools/Examples/Prefabs/Kenney/Water3.prefab b/Assets/IsoTools/Examples/Prefabs/Kenney/Water3.prefab index f1b44e9..a13c16b 100644 --- a/Assets/IsoTools/Examples/Prefabs/Kenney/Water3.prefab +++ b/Assets/IsoTools/Examples/Prefabs/Kenney/Water3.prefab @@ -51,7 +51,7 @@ Transform: m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 107490} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -32, y: 64, z: 93.3333054} + m_LocalPosition: {x: -1.29999995, y: 2.5999999, z: 93.3333054} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 433840} diff --git a/Assets/IsoTools/Examples/Prefabs/Kenney/Water4.prefab b/Assets/IsoTools/Examples/Prefabs/Kenney/Water4.prefab index 916f252..587a96c 100644 --- a/Assets/IsoTools/Examples/Prefabs/Kenney/Water4.prefab +++ b/Assets/IsoTools/Examples/Prefabs/Kenney/Water4.prefab @@ -56,7 +56,7 @@ Transform: m_PrefabInternal: {fileID: 100100000} m_GameObject: {fileID: 194730} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -16, y: -24, z: 3.125} + m_LocalPosition: {x: -.649999976, y: -.974999964, z: 3.125} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 458188} diff --git a/Assets/IsoTools/Examples/Scenes/Scene01.unity b/Assets/IsoTools/Examples/Scenes/Scene01.unity index 090a111..19339b4 100644 --- a/Assets/IsoTools/Examples/Scenes/Scene01.unity +++ b/Assets/IsoTools/Examples/Scenes/Scene01.unity @@ -104,7 +104,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2} propertyPath: m_LocalPosition.z - value: 81.25 + value: 78.34375 objectReference: {fileID: 0} - target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2} propertyPath: m_LocalRotation.x @@ -199,7 +199,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 96.875 + value: 96.90625 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -281,7 +281,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalPosition.z - value: 20.3125 + value: 14.921875 objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalRotation.x @@ -380,7 +380,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 23.4375 + value: 31.9375 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -454,7 +454,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 460460, guid: d0e2c3af2985847769c6fc2e016c0e4d, type: 2} propertyPath: m_LocalPosition.z - value: 42.1875 + value: 47.40625 objectReference: {fileID: 0} - target: {fileID: 460460, guid: d0e2c3af2985847769c6fc2e016c0e4d, type: 2} propertyPath: m_LocalRotation.x @@ -516,7 +516,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalPosition.z - value: 32.8125 + value: 18.015625 objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalRotation.x @@ -615,7 +615,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 78.125 + value: 76.796875 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -697,7 +697,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalPosition.z - value: 73.4375 + value: 56.6875 objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalRotation.x @@ -834,7 +834,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 85.9375 + value: 73.703125 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -912,7 +912,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 84.375 + value: 72.15625 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -990,7 +990,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 4.6875 + value: 4.09375 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -1064,7 +1064,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalPosition.z - value: 59.375 + value: 61.328125 objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalRotation.x @@ -1159,7 +1159,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2} propertyPath: m_LocalPosition.z - value: 35.9375 + value: 39.671875 objectReference: {fileID: 0} - target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2} propertyPath: m_LocalRotation.x @@ -1287,7 +1287,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalPosition.z - value: 76.5625 + value: 75.25 objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalRotation.x @@ -1386,7 +1386,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 460460, guid: d0e2c3af2985847769c6fc2e016c0e4d, type: 2} propertyPath: m_LocalPosition.z - value: 98.4375 + value: 98.453125 objectReference: {fileID: 0} - target: {fileID: 460460, guid: d0e2c3af2985847769c6fc2e016c0e4d, type: 2} propertyPath: m_LocalRotation.x @@ -1444,7 +1444,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 21.875 + value: 16.46875 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -1584,7 +1584,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2} propertyPath: m_LocalPosition.z - value: 48.4375 + value: 87.625 objectReference: {fileID: 0} - target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2} propertyPath: m_LocalRotation.x @@ -1683,7 +1683,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalPosition.z - value: 43.75 + value: 48.953125 objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalRotation.x @@ -1766,7 +1766,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 434702, guid: b89b96b93724d4f7489cd31f4f2fda48, type: 2} propertyPath: m_LocalPosition.z - value: 26.5625 + value: 27.296875 objectReference: {fileID: 0} - target: {fileID: 434702, guid: b89b96b93724d4f7489cd31f4f2fda48, type: 2} propertyPath: m_LocalRotation.x @@ -1832,7 +1832,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2} propertyPath: m_LocalPosition.z - value: 82.8125 + value: 79.890625 objectReference: {fileID: 0} - target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2} propertyPath: m_LocalRotation.x @@ -1927,7 +1927,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 67.1875 + value: 53.59375 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -2005,7 +2005,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 39.0625 + value: 21.109375 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -2083,7 +2083,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalPosition.z - value: 17.1875 + value: 25.75 objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalRotation.x @@ -2182,7 +2182,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 95.3125 + value: 95.359375 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -2323,7 +2323,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 87.5 + value: 81.4375 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -2405,7 +2405,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 14.0625 + value: 8.734375 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -2479,7 +2479,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2} propertyPath: m_LocalPosition.z - value: 45.3125 + value: 86.078125 objectReference: {fileID: 0} - target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2} propertyPath: m_LocalRotation.x @@ -2574,7 +2574,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 70.3125 + value: 58.234375 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -2687,7 +2687,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalPosition.z - value: 46.875 + value: 41.21875 objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalRotation.x @@ -2786,7 +2786,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2} propertyPath: m_LocalPosition.z - value: 10.9375 + value: 10.28125 objectReference: {fileID: 0} - target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2} propertyPath: m_LocalRotation.x @@ -2881,7 +2881,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 68.75 + value: 55.140625 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -2959,7 +2959,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2} propertyPath: m_LocalPosition.z - value: 93.75 + value: 93.8125 objectReference: {fileID: 0} - target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2} propertyPath: m_LocalRotation.x @@ -3058,7 +3058,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 29.6875 + value: 33.484375 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -3136,7 +3136,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2} propertyPath: m_LocalPosition.z - value: 92.1875 + value: 92.265625 objectReference: {fileID: 0} - target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2} propertyPath: m_LocalRotation.x @@ -3235,7 +3235,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 64.0625 + value: 64.421875 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -3313,7 +3313,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 90.625 + value: 90.71875 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -3391,7 +3391,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 56.25 + value: 62.875 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -3502,7 +3502,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2} propertyPath: m_LocalPosition.z - value: 60.9375 + value: 69.0625 objectReference: {fileID: 0} - target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2} propertyPath: m_LocalRotation.x @@ -3597,7 +3597,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 37.5 + value: 45.859375 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -3675,7 +3675,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 75 + value: 59.78125 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -3772,7 +3772,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: _tileSize: .649999976 - _minDepth: 0 + _minDepth: 1 _maxDepth: 100 --- !u!81 &1054981426 AudioListener: @@ -3857,7 +3857,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 9.375 + value: 7.1875 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -3964,7 +3964,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2} propertyPath: m_LocalPosition.z - value: 1.5625 + value: 2.546875 objectReference: {fileID: 0} - target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2} propertyPath: m_LocalRotation.x @@ -4063,7 +4063,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 460460, guid: d0e2c3af2985847769c6fc2e016c0e4d, type: 2} propertyPath: m_LocalPosition.z - value: 57.8125 + value: 67.515625 objectReference: {fileID: 0} - target: {fileID: 460460, guid: d0e2c3af2985847769c6fc2e016c0e4d, type: 2} propertyPath: m_LocalRotation.x @@ -4125,7 +4125,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 460460, guid: d0e2c3af2985847769c6fc2e016c0e4d, type: 2} propertyPath: m_LocalPosition.z - value: 0 + value: 1 objectReference: {fileID: 0} - target: {fileID: 460460, guid: d0e2c3af2985847769c6fc2e016c0e4d, type: 2} propertyPath: m_LocalRotation.x @@ -4187,7 +4187,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 79.6875 + value: 82.984375 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -4302,7 +4302,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalPosition.z - value: 71.875 + value: 50.5 objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalRotation.x @@ -4401,7 +4401,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalPosition.z - value: 28.125 + value: 28.84375 objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalRotation.x @@ -4500,7 +4500,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 65.625 + value: 65.96875 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -4693,7 +4693,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 89.0625 + value: 84.53125 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -4775,7 +4775,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2} propertyPath: m_LocalPosition.z - value: 18.75 + value: 13.375 objectReference: {fileID: 0} - target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2} propertyPath: m_LocalRotation.x @@ -4870,7 +4870,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2} propertyPath: m_LocalPosition.z - value: 53.125 + value: 42.765625 objectReference: {fileID: 0} - target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2} propertyPath: m_LocalRotation.x @@ -4969,7 +4969,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2} propertyPath: m_LocalPosition.z - value: 62.5 + value: 70.609375 objectReference: {fileID: 0} - target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2} propertyPath: m_LocalRotation.x @@ -5064,7 +5064,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2} propertyPath: m_LocalPosition.z - value: 3.125 + value: 22.65625 objectReference: {fileID: 0} - target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2} propertyPath: m_LocalRotation.x @@ -5163,7 +5163,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalPosition.z - value: 54.6875 + value: 44.3125 objectReference: {fileID: 0} - target: {fileID: 482272, guid: c1da36e1b472b4195a4780c9d03c52de, type: 2} propertyPath: m_LocalRotation.x @@ -5305,7 +5305,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 40.625 + value: 52.046875 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -5383,7 +5383,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2} propertyPath: m_LocalPosition.z - value: 15.625 + value: 24.203125 objectReference: {fileID: 0} - target: {fileID: 452232, guid: bdd4e0dbed4fd4ea980de2f39dac8c71, type: 2} propertyPath: m_LocalRotation.x @@ -5482,7 +5482,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 51.5625 + value: 38.125 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -5560,7 +5560,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 12.5 + value: 11.828125 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -5724,7 +5724,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 50 + value: 89.171875 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -5802,7 +5802,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2} propertyPath: m_LocalPosition.z - value: 7.8125 + value: 5.640625 objectReference: {fileID: 0} - target: {fileID: 436798, guid: a60889c79802a4d04a26f078003a2a8d, type: 2} propertyPath: m_LocalRotation.x @@ -5893,7 +5893,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 34.375 + value: 19.5625 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -5971,7 +5971,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 6.25 + value: 30.390625 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -6045,7 +6045,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 31.25 + value: 35.03125 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x @@ -6123,7 +6123,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalPosition.z - value: 25 + value: 36.578125 objectReference: {fileID: 0} - target: {fileID: 436736, guid: 30a269be2fc864c9ea00c7a65636d543, type: 2} propertyPath: m_LocalRotation.x diff --git a/Assets/IsoTools/Examples/Scenes/Scene04.unity b/Assets/IsoTools/Examples/Scenes/Scene04.unity index 3766615..d0ba819 100644 --- a/Assets/IsoTools/Examples/Scenes/Scene04.unity +++ b/Assets/IsoTools/Examples/Scenes/Scene04.unity @@ -104,7 +104,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 99.4792786 + value: 13.5416641 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -134,6 +134,10 @@ Prefab: propertyPath: _position.y value: -4 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -154,7 +158,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 98.9584427 + value: 14.0624971 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -184,6 +188,10 @@ Prefab: propertyPath: _position.y value: -13 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -204,7 +212,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 98.4376068 + value: 15.1041632 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -234,6 +242,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -254,7 +266,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 97.9167709 + value: 20.8333359 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -284,6 +296,10 @@ Prefab: propertyPath: _position.y value: -5 objectReference: {fileID: 0} + - target: {fileID: 153404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} m_IsPrefabParent: 0 @@ -304,7 +320,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 97.3959351 + value: 21.3541698 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -334,6 +350,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -354,7 +374,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 96.8750992 + value: 28.1250114 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -374,7 +394,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_RootOrder - value: 11 + value: 12 objectReference: {fileID: 0} - target: {fileID: 11418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: _position.x @@ -384,6 +404,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -404,7 +428,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 10.416666 + value: 2.08333325 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -434,6 +458,10 @@ Prefab: propertyPath: _position.y value: -13 objectReference: {fileID: 0} + - target: {fileID: 117528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} m_IsPrefabParent: 0 @@ -454,7 +482,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 96.3542633 + value: 28.6458454 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -484,6 +512,10 @@ Prefab: propertyPath: _position.y value: -9 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -504,7 +536,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 95.8334274 + value: 29.1666794 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -524,7 +556,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_RootOrder - value: 10 + value: 11 objectReference: {fileID: 0} - target: {fileID: 11418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: _position.x @@ -534,6 +566,10 @@ Prefab: propertyPath: _position.y value: -1 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -554,7 +590,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 51.0416374 + value: 31.7708492 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -584,6 +620,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 153620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} m_IsPrefabParent: 0 @@ -604,7 +644,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 15.6249962 + value: 21.8750038 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -634,6 +674,10 @@ Prefab: propertyPath: _position.y value: -13 objectReference: {fileID: 0} + - target: {fileID: 117528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} m_IsPrefabParent: 0 @@ -654,7 +698,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 30.7291813 + value: 32.8125153 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -684,6 +728,10 @@ Prefab: propertyPath: _position.y value: 1 objectReference: {fileID: 0} + - target: {fileID: 163702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} m_IsPrefabParent: 0 @@ -704,7 +752,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 51.5624695 + value: 33.3333473 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -734,6 +782,10 @@ Prefab: propertyPath: _position.y value: -3 objectReference: {fileID: 0} + - target: {fileID: 163702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} m_IsPrefabParent: 0 @@ -754,7 +806,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 95.3125916 + value: 33.8541794 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -784,6 +836,10 @@ Prefab: propertyPath: _position.y value: -5 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -804,7 +860,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 27.6041775 + value: 26.5625095 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -834,6 +890,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 153620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} m_IsPrefabParent: 0 @@ -884,6 +944,10 @@ Prefab: propertyPath: _position.y value: -7 objectReference: {fileID: 0} + - target: {fileID: 163702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} m_IsPrefabParent: 0 @@ -972,7 +1036,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 12 + m_RootOrder: 0 --- !u!114 &112541535 MonoBehaviour: m_ObjectHideFlags: 0 @@ -1004,7 +1068,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 94.7917557 + value: 34.3750114 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -1034,6 +1098,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -1054,7 +1122,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 94.2709198 + value: 34.8958435 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -1084,6 +1152,10 @@ Prefab: propertyPath: _position.y value: -13 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -1104,7 +1176,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 93.7500839 + value: 35.4166756 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -1134,6 +1206,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -1154,7 +1230,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 11.9791651 + value: 10.937499 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -1184,6 +1260,10 @@ Prefab: propertyPath: _position.y value: -7 objectReference: {fileID: 0} + - target: {fileID: 162204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} m_IsPrefabParent: 0 @@ -1204,7 +1284,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 93.229248 + value: 35.9375076 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -1234,6 +1314,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -1254,7 +1338,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 92.7084122 + value: 36.4583397 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -1284,6 +1368,10 @@ Prefab: propertyPath: _position.y value: -8 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -1304,7 +1392,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 8.85416698 + value: 7.29166746 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -1334,6 +1422,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 153620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} m_IsPrefabParent: 0 @@ -1354,7 +1446,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 92.1875763 + value: 36.9791718 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -1384,6 +1476,10 @@ Prefab: propertyPath: _position.y value: -5 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -1404,7 +1500,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 91.6667404 + value: 37.5000038 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -1434,6 +1530,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -1454,7 +1554,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.5625 + value: 7.81250095 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -1484,6 +1584,10 @@ Prefab: propertyPath: _position.y value: -7 objectReference: {fileID: 0} + - target: {fileID: 162204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} m_IsPrefabParent: 0 @@ -1504,7 +1608,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 22.9166718 + value: 30.7291813 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -1534,6 +1638,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 153620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} m_IsPrefabParent: 0 @@ -1554,7 +1662,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 91.1459045 + value: 38.0208359 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -1584,6 +1692,10 @@ Prefab: propertyPath: _position.y value: -13 objectReference: {fileID: 0} + - target: {fileID: 153404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} m_IsPrefabParent: 0 @@ -1621,7 +1733,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 90.6250687 + value: 38.5416679 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -1651,6 +1763,10 @@ Prefab: propertyPath: _position.y value: -7 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -1671,7 +1787,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 90.1042328 + value: 39.0625 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -1701,6 +1817,10 @@ Prefab: propertyPath: _position.y value: -5 objectReference: {fileID: 0} + - target: {fileID: 153404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} m_IsPrefabParent: 0 @@ -1721,7 +1841,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 3.64583302 + value: 5.20833349 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -1751,6 +1871,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 153620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} m_IsPrefabParent: 0 @@ -1771,7 +1895,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 16.1458302 + value: 22.3958378 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -1801,6 +1925,10 @@ Prefab: propertyPath: _position.y value: -11 objectReference: {fileID: 0} + - target: {fileID: 162204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} m_IsPrefabParent: 0 @@ -1821,7 +1949,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 89.5833969 + value: 39.5833321 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -1851,6 +1979,10 @@ Prefab: propertyPath: _position.y value: -8 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -1888,7 +2020,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 89.062561 + value: 40.1041641 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -1918,6 +2050,10 @@ Prefab: propertyPath: _position.y value: -4 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -1938,7 +2074,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 88.5417252 + value: 40.6249962 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -1968,6 +2104,10 @@ Prefab: propertyPath: _position.y value: -3 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -1988,7 +2128,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 88.0208893 + value: 41.1458282 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -2018,6 +2158,10 @@ Prefab: propertyPath: _position.y value: -5 objectReference: {fileID: 0} + - target: {fileID: 153404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} m_IsPrefabParent: 0 @@ -2038,7 +2182,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 15.1041632 + value: 17.7083321 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -2068,6 +2212,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 153620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} m_IsPrefabParent: 0 @@ -2088,7 +2236,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 5.20833349 + value: 1.04166663 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -2118,6 +2266,10 @@ Prefab: propertyPath: _position.y value: -13 objectReference: {fileID: 0} + - target: {fileID: 117528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} m_IsPrefabParent: 0 @@ -2138,7 +2290,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 87.5000534 + value: 41.6666603 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -2168,6 +2320,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -2188,7 +2344,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 86.9792175 + value: 42.1874924 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -2218,6 +2374,10 @@ Prefab: propertyPath: _position.y value: -9 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -2238,7 +2398,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 7.29166746 + value: 12.4999981 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -2268,6 +2428,10 @@ Prefab: propertyPath: _position.y value: -5 objectReference: {fileID: 0} + - target: {fileID: 117528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} m_IsPrefabParent: 0 @@ -2288,7 +2452,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 52.0833015 + value: 47.9166451 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -2308,7 +2472,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_RootOrder - value: 9 + value: 10 objectReference: {fileID: 0} - target: {fileID: 11417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: _position.x @@ -2318,6 +2482,10 @@ Prefab: propertyPath: _position.y value: -1 objectReference: {fileID: 0} + - target: {fileID: 117528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} m_IsPrefabParent: 0 @@ -2338,7 +2506,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 86.4583817 + value: 42.7083244 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -2368,6 +2536,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -2388,7 +2560,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 6.77083397 + value: 8.85416698 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -2418,6 +2590,10 @@ Prefab: propertyPath: _position.y value: -7 objectReference: {fileID: 0} + - target: {fileID: 162204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} m_IsPrefabParent: 0 @@ -2438,7 +2614,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 33.8541794 + value: 44.7916527 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -2468,6 +2644,10 @@ Prefab: propertyPath: _position.y value: 1 objectReference: {fileID: 0} + - target: {fileID: 163702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} m_IsPrefabParent: 0 @@ -2488,7 +2668,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 85.9375458 + value: 45.3124847 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -2518,6 +2698,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -2538,7 +2722,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 85.4167099 + value: 45.8333168 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -2568,6 +2752,10 @@ Prefab: propertyPath: _position.y value: -3 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -2588,7 +2776,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 84.895874 + value: 46.3541489 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -2618,6 +2806,10 @@ Prefab: propertyPath: _position.y value: -5 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -2638,7 +2830,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 84.3750381 + value: 46.8749809 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -2668,6 +2860,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -2688,7 +2884,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 83.8542023 + value: 47.395813 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -2718,6 +2914,10 @@ Prefab: propertyPath: _position.y value: -12 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -2738,7 +2938,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 83.3333664 + value: 49.9999733 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -2758,7 +2958,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_RootOrder - value: 8 + value: 9 objectReference: {fileID: 0} - target: {fileID: 11453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: _position.x @@ -2768,6 +2968,10 @@ Prefab: propertyPath: _position.y value: -1 objectReference: {fileID: 0} + - target: {fileID: 153404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} m_IsPrefabParent: 0 @@ -2805,7 +3009,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 82.8125305 + value: 50.5208054 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -2835,6 +3039,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -2855,7 +3063,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 12.4999981 + value: 17.1874981 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -2885,6 +3093,10 @@ Prefab: propertyPath: _position.y value: -5 objectReference: {fileID: 0} + - target: {fileID: 117528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} m_IsPrefabParent: 0 @@ -2905,7 +3117,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 82.2916946 + value: 51.0416374 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -2935,6 +3147,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -2955,7 +3171,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 47.9166451 + value: 23.9583397 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -2985,6 +3201,10 @@ Prefab: propertyPath: _position.y value: -5 objectReference: {fileID: 0} + - target: {fileID: 117528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} m_IsPrefabParent: 0 @@ -3005,7 +3225,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 81.7708588 + value: 51.5624695 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -3035,6 +3255,10 @@ Prefab: propertyPath: _position.y value: -5 objectReference: {fileID: 0} + - target: {fileID: 153404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} m_IsPrefabParent: 0 @@ -3055,7 +3279,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 19.7916679 + value: 18.75 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -3085,6 +3309,10 @@ Prefab: propertyPath: _position.y value: -3 objectReference: {fileID: 0} + - target: {fileID: 162204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} m_IsPrefabParent: 0 @@ -3105,7 +3333,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 48.4374771 + value: 24.4791737 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -3135,6 +3363,10 @@ Prefab: propertyPath: _position.y value: -3 objectReference: {fileID: 0} + - target: {fileID: 162204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} m_IsPrefabParent: 0 @@ -3155,7 +3387,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 52.6041336 + value: 48.4374771 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -3175,7 +3407,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_RootOrder - value: 7 + value: 8 objectReference: {fileID: 0} - target: {fileID: 11453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: _position.x @@ -3185,6 +3417,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 153620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} m_IsPrefabParent: 0 @@ -3205,7 +3441,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 81.2500229 + value: 52.0833015 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -3235,6 +3471,10 @@ Prefab: propertyPath: _position.y value: -13 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -3255,7 +3495,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 27.0833435 + value: 26.0416756 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -3285,6 +3525,10 @@ Prefab: propertyPath: _position.y value: -1 objectReference: {fileID: 0} + - target: {fileID: 117528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} m_IsPrefabParent: 0 @@ -3305,7 +3549,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 80.729187 + value: 52.6041336 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -3335,6 +3579,10 @@ Prefab: propertyPath: _position.y value: -13 objectReference: {fileID: 0} + - target: {fileID: 153404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} m_IsPrefabParent: 0 @@ -3355,7 +3603,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 25.0000076 + value: 19.7916679 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -3385,6 +3633,10 @@ Prefab: propertyPath: _position.y value: -3 objectReference: {fileID: 0} + - target: {fileID: 162204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} m_IsPrefabParent: 0 @@ -3405,7 +3657,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 80.2083511 + value: 49.4791412 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -3425,7 +3677,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_RootOrder - value: 6 + value: 7 objectReference: {fileID: 0} - target: {fileID: 11463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: _position.x @@ -3435,6 +3687,10 @@ Prefab: propertyPath: _position.y value: 1 objectReference: {fileID: 0} + - target: {fileID: 163702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} m_IsPrefabParent: 0 @@ -3455,7 +3711,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 79.6875153 + value: 53.1249657 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -3485,6 +3741,10 @@ Prefab: propertyPath: _position.y value: -9 objectReference: {fileID: 0} + - target: {fileID: 153404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} m_IsPrefabParent: 0 @@ -3505,7 +3765,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 79.1666794 + value: 53.6457977 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -3535,6 +3795,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -3555,7 +3819,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 78.6458435 + value: 54.1666298 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -3585,6 +3849,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -3605,7 +3873,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 78.1250076 + value: 54.6874619 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -3635,6 +3903,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -3655,7 +3927,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 77.6041718 + value: 55.2082939 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -3685,6 +3957,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -3722,7 +3998,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 77.0833359 + value: 55.729126 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -3752,6 +4028,10 @@ Prefab: propertyPath: _position.y value: 1 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -3772,7 +4052,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 76.5625 + value: 56.249958 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -3802,6 +4082,10 @@ Prefab: propertyPath: _position.y value: -11 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -3822,7 +4106,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 76.0416641 + value: 56.7707901 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -3852,6 +4136,10 @@ Prefab: propertyPath: _position.y value: -9 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -3872,7 +4160,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 10.937499 + value: 9.89583302 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -3902,6 +4190,10 @@ Prefab: propertyPath: _position.y value: -11 objectReference: {fileID: 0} + - target: {fileID: 162204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} m_IsPrefabParent: 0 @@ -3922,7 +4214,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 75.5208282 + value: 57.2916222 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -3952,6 +4244,10 @@ Prefab: propertyPath: _position.y value: -12 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -3972,7 +4268,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 74.9999924 + value: 57.8124542 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -4002,6 +4298,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -4022,7 +4322,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 74.4791565 + value: 58.3332863 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -4052,6 +4352,10 @@ Prefab: propertyPath: _position.y value: -1 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -4072,7 +4376,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 73.9583206 + value: 58.8541183 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -4102,6 +4406,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -4122,7 +4430,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 73.4374847 + value: 59.3749504 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -4142,7 +4450,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_RootOrder - value: 5 + value: 6 objectReference: {fileID: 0} - target: {fileID: 11418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: _position.x @@ -4152,6 +4460,10 @@ Prefab: propertyPath: _position.y value: 0 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -4172,7 +4484,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 72.9166489 + value: 59.8957825 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -4202,6 +4514,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -4239,7 +4555,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 72.395813 + value: 60.4166145 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -4269,6 +4585,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -4289,7 +4609,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 71.8749771 + value: 60.9374466 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -4319,6 +4639,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -4339,7 +4663,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 71.3541412 + value: 61.4582787 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -4369,6 +4693,10 @@ Prefab: propertyPath: _position.y value: -1 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -4389,7 +4717,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 70.8333054 + value: 61.9791107 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -4419,6 +4747,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -4439,7 +4771,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 70.3124695 + value: 62.4999428 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -4469,6 +4801,10 @@ Prefab: propertyPath: _position.y value: 0 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -4489,7 +4825,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 69.7916336 + value: 63.0207748 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -4519,6 +4855,10 @@ Prefab: propertyPath: _position.y value: -7 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -4539,7 +4879,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 69.2707977 + value: 63.5416069 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -4569,6 +4909,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -4589,7 +4933,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 28.1250114 + value: 27.0833435 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -4619,6 +4963,10 @@ Prefab: propertyPath: _position.y value: -1 objectReference: {fileID: 0} + - target: {fileID: 117528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} m_IsPrefabParent: 0 @@ -4639,7 +4987,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 30.2083473 + value: 32.2916832 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -4669,6 +5017,10 @@ Prefab: propertyPath: _position.y value: 1 objectReference: {fileID: 0} + - target: {fileID: 162204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} m_IsPrefabParent: 0 @@ -4689,7 +5041,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 68.7499619 + value: 64.062439 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -4719,6 +5071,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -4739,7 +5095,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 68.229126 + value: 64.5832748 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -4769,6 +5125,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -4789,7 +5149,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 67.7082901 + value: 65.1041107 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -4819,6 +5179,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -4839,7 +5203,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 67.1874542 + value: 65.6249466 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -4869,6 +5233,10 @@ Prefab: propertyPath: _position.y value: -9 objectReference: {fileID: 0} + - target: {fileID: 153404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} m_IsPrefabParent: 0 @@ -4889,7 +5257,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 66.6666183 + value: 66.1457825 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -4919,6 +5287,10 @@ Prefab: propertyPath: _position.y value: -1 objectReference: {fileID: 0} + - target: {fileID: 153404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} m_IsPrefabParent: 0 @@ -4939,7 +5311,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 25.5208416 + value: 20.3125019 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -4969,6 +5341,10 @@ Prefab: propertyPath: _position.y value: -3 objectReference: {fileID: 0} + - target: {fileID: 163702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} m_IsPrefabParent: 0 @@ -4989,7 +5365,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 26.5625095 + value: 25.5208416 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -5019,6 +5395,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 153620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} m_IsPrefabParent: 0 @@ -5039,7 +5419,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 66.1457825 + value: 66.6666183 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -5069,6 +5449,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -5089,7 +5473,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 16.6666641 + value: 22.9166718 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -5119,6 +5503,10 @@ Prefab: propertyPath: _position.y value: -9 objectReference: {fileID: 0} + - target: {fileID: 117528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} m_IsPrefabParent: 0 @@ -5156,7 +5544,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 65.6249466 + value: 67.1874542 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -5186,6 +5574,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -5206,7 +5598,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 65.1041107 + value: 67.7082901 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -5236,6 +5628,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -5273,7 +5669,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 18.75 + value: 14.5833302 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -5303,6 +5699,10 @@ Prefab: propertyPath: _position.y value: -3 objectReference: {fileID: 0} + - target: {fileID: 162204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} m_IsPrefabParent: 0 @@ -5323,7 +5723,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 64.5832748 + value: 68.229126 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -5343,7 +5743,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_RootOrder - value: 4 + value: 5 objectReference: {fileID: 0} - target: {fileID: 11418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: _position.x @@ -5353,6 +5753,10 @@ Prefab: propertyPath: _position.y value: 1 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -5373,7 +5777,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 64.062439 + value: 68.7499619 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -5403,6 +5807,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -5423,7 +5831,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 63.5416069 + value: 69.2707977 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -5453,6 +5861,10 @@ Prefab: propertyPath: _position.y value: -8 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -5473,7 +5885,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 63.0207748 + value: 69.7916336 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -5503,6 +5915,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -5523,7 +5939,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 62.4999428 + value: 70.3124695 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -5553,6 +5969,10 @@ Prefab: propertyPath: _position.y value: -13 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -5573,7 +5993,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 21.8750038 + value: 29.6875134 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -5603,6 +6023,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 153620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} m_IsPrefabParent: 0 @@ -5640,7 +6064,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 61.9791107 + value: 70.8333054 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -5670,6 +6094,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -5690,7 +6118,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 22.3958378 + value: 30.2083473 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -5720,6 +6148,10 @@ Prefab: propertyPath: _position.y value: -11 objectReference: {fileID: 0} + - target: {fileID: 163702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} m_IsPrefabParent: 0 @@ -5740,7 +6172,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 61.4582787 + value: 71.3541412 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -5770,6 +6202,10 @@ Prefab: propertyPath: _position.y value: 1 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -5790,7 +6226,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 60.9374466 + value: 71.8749771 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -5820,6 +6256,10 @@ Prefab: propertyPath: _position.y value: 0 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -5870,6 +6310,10 @@ Prefab: propertyPath: _position.y value: -13 objectReference: {fileID: 0} + - target: {fileID: 117528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} m_IsPrefabParent: 0 @@ -5890,7 +6334,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 3.12499976 + value: 4.16666651 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -5920,6 +6364,10 @@ Prefab: propertyPath: _position.y value: -11 objectReference: {fileID: 0} + - target: {fileID: 163702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} m_IsPrefabParent: 0 @@ -5940,7 +6388,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 60.4166145 + value: 72.395813 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -5970,6 +6418,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -5990,7 +6442,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.60416651 + value: .520833313 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -6020,6 +6472,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 153620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} m_IsPrefabParent: 0 @@ -6040,7 +6496,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 59.8957825 + value: 72.9166489 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -6070,6 +6526,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -6090,7 +6550,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 59.3749504 + value: 73.4374847 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -6110,7 +6570,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_RootOrder - value: 3 + value: 4 objectReference: {fileID: 0} - target: {fileID: 11418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: _position.x @@ -6120,6 +6580,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -6140,7 +6604,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 58.8541183 + value: 48.9583092 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -6160,7 +6624,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_RootOrder - value: 2 + value: 3 objectReference: {fileID: 0} - target: {fileID: 11462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: _position.x @@ -6170,6 +6634,10 @@ Prefab: propertyPath: _position.y value: 1 objectReference: {fileID: 0} + - target: {fileID: 162204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} m_IsPrefabParent: 0 @@ -6190,7 +6658,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 58.3332863 + value: 73.9583206 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -6220,6 +6688,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -6240,7 +6712,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 57.8124542 + value: 74.4791565 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -6270,6 +6742,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -6290,7 +6766,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 2.08333325 + value: 11.4583321 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -6320,6 +6796,10 @@ Prefab: propertyPath: _position.y value: -5 objectReference: {fileID: 0} + - target: {fileID: 117528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} m_IsPrefabParent: 0 @@ -6340,7 +6820,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 4.16666651 + value: 8.33333397 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -6370,6 +6850,10 @@ Prefab: propertyPath: _position.y value: -7 objectReference: {fileID: 0} + - target: {fileID: 163702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} m_IsPrefabParent: 0 @@ -6390,7 +6874,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 14.0624971 + value: 16.1458302 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -6420,6 +6904,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 153620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} m_IsPrefabParent: 0 @@ -6440,7 +6928,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 11.4583321 + value: 10.416666 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -6470,6 +6958,10 @@ Prefab: propertyPath: _position.y value: -9 objectReference: {fileID: 0} + - target: {fileID: 117528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} m_IsPrefabParent: 0 @@ -6490,7 +6982,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 57.2916222 + value: 74.9999924 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -6520,6 +7012,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -6540,7 +7036,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 56.7707901 + value: 75.5208282 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -6570,6 +7066,10 @@ Prefab: propertyPath: _position.y value: -9 objectReference: {fileID: 0} + - target: {fileID: 153404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} m_IsPrefabParent: 0 @@ -6590,7 +7090,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .520833313 + value: 3.64583302 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -6620,6 +7120,10 @@ Prefab: propertyPath: _position.y value: -11 objectReference: {fileID: 0} + - target: {fileID: 162204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} m_IsPrefabParent: 0 @@ -6640,7 +7144,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 4.6875 + value: 11.9791651 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -6670,6 +7174,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 153620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} m_IsPrefabParent: 0 @@ -6690,7 +7198,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 56.249958 + value: 76.0416641 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -6720,6 +7228,10 @@ Prefab: propertyPath: _position.y value: -12 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -6740,7 +7252,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 55.729126 + value: 76.5625 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -6770,6 +7282,10 @@ Prefab: propertyPath: _position.y value: -1 objectReference: {fileID: 0} + - target: {fileID: 153404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} m_IsPrefabParent: 0 @@ -6790,7 +7306,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 55.2082939 + value: 77.0833359 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -6820,6 +7336,10 @@ Prefab: propertyPath: _position.y value: -1 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -6840,7 +7360,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 54.6874619 + value: 77.6041718 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -6860,7 +7380,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_RootOrder - value: 1 + value: 2 objectReference: {fileID: 0} - target: {fileID: 11418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: _position.x @@ -6870,6 +7390,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -6907,7 +7431,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 54.1666298 + value: 78.1250076 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -6937,6 +7461,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -6957,7 +7485,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 53.6457977 + value: 78.6458435 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -6987,6 +7515,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -7007,7 +7539,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 50.5208054 + value: 31.2500153 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -7037,6 +7569,10 @@ Prefab: propertyPath: _position.y value: -7 objectReference: {fileID: 0} + - target: {fileID: 163702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} m_IsPrefabParent: 0 @@ -7057,7 +7593,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 53.1249657 + value: 79.1666794 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -7077,7 +7613,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_RootOrder - value: 0 + value: 1 objectReference: {fileID: 0} - target: {fileID: 11418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: _position.x @@ -7087,6 +7623,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -7107,7 +7647,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 13.0208311 + value: 2.60416651 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -7137,6 +7677,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 153620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} m_IsPrefabParent: 0 @@ -7157,7 +7701,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 49.9999733 + value: 79.6875153 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -7187,6 +7731,10 @@ Prefab: propertyPath: _position.y value: -13 objectReference: {fileID: 0} + - target: {fileID: 153404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} m_IsPrefabParent: 0 @@ -7207,7 +7755,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 49.4791412 + value: 80.2083511 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -7237,6 +7785,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -7257,7 +7809,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 48.9583092 + value: 80.729187 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -7287,6 +7839,10 @@ Prefab: propertyPath: _position.y value: -3 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -7324,7 +7880,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 47.395813 + value: 81.2500229 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -7354,6 +7910,10 @@ Prefab: propertyPath: _position.y value: -11 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -7374,7 +7934,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 28.6458454 + value: 27.6041775 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -7404,6 +7964,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 153620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} m_IsPrefabParent: 0 @@ -7424,7 +7988,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 46.8749809 + value: 81.7708588 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -7454,6 +8018,10 @@ Prefab: propertyPath: _position.y value: -11 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -7491,7 +8059,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 46.3541489 + value: 82.2916946 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -7521,6 +8089,10 @@ Prefab: propertyPath: _position.y value: -11 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -7541,7 +8113,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 45.8333168 + value: 82.8125305 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -7571,6 +8143,10 @@ Prefab: propertyPath: _position.y value: -5 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -7591,7 +8167,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 17.1874981 + value: 23.4375057 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -7621,6 +8197,10 @@ Prefab: propertyPath: _position.y value: -7 objectReference: {fileID: 0} + - target: {fileID: 162204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} m_IsPrefabParent: 0 @@ -7641,7 +8221,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 45.3124847 + value: 83.3333664 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -7671,6 +8251,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -7691,7 +8275,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 14.5833302 + value: 16.6666641 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -7721,6 +8305,10 @@ Prefab: propertyPath: _position.y value: -7 objectReference: {fileID: 0} + - target: {fileID: 163702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} m_IsPrefabParent: 0 @@ -7758,7 +8346,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 44.7916527 + value: 83.8542023 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -7788,6 +8376,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 153404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} m_IsPrefabParent: 0 @@ -7808,7 +8400,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 44.2708206 + value: 84.3750381 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -7838,6 +8430,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -7858,7 +8454,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 43.7499886 + value: 84.895874 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -7888,6 +8484,10 @@ Prefab: propertyPath: _position.y value: -7 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -7908,7 +8508,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 43.2291565 + value: 85.4167099 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -7938,6 +8538,10 @@ Prefab: propertyPath: _position.y value: -4 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -7958,7 +8562,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 42.7083244 + value: 85.9375458 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -7988,6 +8592,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -8008,7 +8616,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 42.1874924 + value: 86.4583817 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -8038,6 +8646,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -8058,7 +8670,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 41.6666603 + value: 86.9792175 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -8088,6 +8700,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -8108,7 +8724,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 31.2500153 + value: 43.2291565 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -8138,6 +8754,10 @@ Prefab: propertyPath: _position.y value: 1 objectReference: {fileID: 0} + - target: {fileID: 162204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} m_IsPrefabParent: 0 @@ -8158,7 +8778,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 41.1458282 + value: 87.5000534 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -8188,6 +8808,10 @@ Prefab: propertyPath: _position.y value: 1 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -8208,7 +8832,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 40.6249962 + value: 88.0208893 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -8238,6 +8862,10 @@ Prefab: propertyPath: _position.y value: -9 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -8258,7 +8886,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 40.1041641 + value: 88.5417252 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -8288,6 +8916,10 @@ Prefab: propertyPath: _position.y value: -13 objectReference: {fileID: 0} + - target: {fileID: 153404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} m_IsPrefabParent: 0 @@ -8308,7 +8940,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 39.5833321 + value: 89.062561 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -8338,6 +8970,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -8358,7 +8994,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 39.0625 + value: 89.5833969 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -8388,6 +9024,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -8408,7 +9048,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 9.89583302 + value: 13.0208311 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -8438,6 +9078,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 153620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} m_IsPrefabParent: 0 @@ -8458,7 +9102,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 38.5416679 + value: 90.1042328 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -8488,6 +9132,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -8508,7 +9156,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 38.0208359 + value: 90.6250687 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -8538,6 +9186,10 @@ Prefab: propertyPath: _position.y value: 0 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -8558,7 +9210,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 37.5000038 + value: 91.1459045 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -8588,6 +9240,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -8625,7 +9281,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 19.270834 + value: 18.229166 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -8655,6 +9311,10 @@ Prefab: propertyPath: _position.y value: -3 objectReference: {fileID: 0} + - target: {fileID: 163702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} m_IsPrefabParent: 0 @@ -8675,7 +9335,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 36.9791718 + value: 91.6667404 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -8705,6 +9365,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -8742,7 +9406,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 7.81250095 + value: 1.5625 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -8772,6 +9436,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 153620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} m_IsPrefabParent: 0 @@ -8792,7 +9460,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 36.4583397 + value: 92.1875763 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -8822,6 +9490,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -8842,7 +9514,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 6.25000048 + value: 6.77083397 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -8872,6 +9544,10 @@ Prefab: propertyPath: _position.y value: -9 objectReference: {fileID: 0} + - target: {fileID: 117528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} m_IsPrefabParent: 0 @@ -8892,7 +9568,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 35.9375076 + value: 92.7084122 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -8922,6 +9598,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -8942,7 +9622,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 26.0416756 + value: 25.0000076 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -8972,6 +9652,10 @@ Prefab: propertyPath: _position.y value: -1 objectReference: {fileID: 0} + - target: {fileID: 117528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} m_IsPrefabParent: 0 @@ -8992,7 +9676,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 35.4166756 + value: 93.229248 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -9022,6 +9706,10 @@ Prefab: propertyPath: _position.y value: -3 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -9059,7 +9747,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 34.8958435 + value: 93.7500839 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -9089,6 +9777,10 @@ Prefab: propertyPath: _position.y value: -4 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -9109,7 +9801,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 31.7708492 + value: 43.7499886 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -9139,6 +9831,10 @@ Prefab: propertyPath: _position.y value: 1 objectReference: {fileID: 0} + - target: {fileID: 163702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} m_IsPrefabParent: 0 @@ -9159,7 +9855,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 34.3750114 + value: 94.2709198 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -9189,6 +9885,10 @@ Prefab: propertyPath: _position.y value: -1 objectReference: {fileID: 0} + - target: {fileID: 153404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} m_IsPrefabParent: 0 @@ -9239,6 +9939,10 @@ Prefab: propertyPath: _position.y value: -11 objectReference: {fileID: 0} + - target: {fileID: 162204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} m_IsPrefabParent: 0 @@ -9259,7 +9963,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 33.3333473 + value: 94.7917557 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -9289,6 +9993,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -9309,7 +10017,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 1.04166663 + value: 4.6875 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -9339,6 +10047,10 @@ Prefab: propertyPath: _position.y value: -9 objectReference: {fileID: 0} + - target: {fileID: 117528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} m_IsPrefabParent: 0 @@ -9359,7 +10071,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 13.5416641 + value: 15.6249962 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -9389,6 +10101,10 @@ Prefab: propertyPath: _position.y value: -11 objectReference: {fileID: 0} + - target: {fileID: 163702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} m_IsPrefabParent: 0 @@ -9409,7 +10125,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 32.8125153 + value: 95.3125916 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -9439,6 +10155,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -9459,7 +10179,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 32.2916832 + value: 44.2708206 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -9489,6 +10209,10 @@ Prefab: propertyPath: _position.y value: 1 objectReference: {fileID: 0} + - target: {fileID: 162204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} m_IsPrefabParent: 0 @@ -9509,7 +10233,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 29.6875134 + value: 95.8334274 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -9539,6 +10263,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -9559,7 +10287,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 29.1666794 + value: 96.3542633 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -9589,6 +10317,10 @@ Prefab: propertyPath: _position.y value: -2 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -9609,7 +10341,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 8.33333397 + value: 6.25000048 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -9639,6 +10371,10 @@ Prefab: propertyPath: _position.y value: -11 objectReference: {fileID: 0} + - target: {fileID: 163702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} m_IsPrefabParent: 0 @@ -9659,7 +10395,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 24.4791737 + value: 96.8750992 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -9689,6 +10425,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -9709,7 +10449,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 23.9583397 + value: 97.3959351 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -9739,6 +10479,10 @@ Prefab: propertyPath: _position.y value: -8 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -9759,7 +10503,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 23.4375057 + value: 97.9167709 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -9789,6 +10533,10 @@ Prefab: propertyPath: _position.y value: -10 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -9809,7 +10557,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 21.3541698 + value: 98.4376068 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -9839,6 +10587,10 @@ Prefab: propertyPath: _position.y value: -7 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -9859,7 +10611,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 20.8333359 + value: 98.9584427 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -9889,6 +10641,10 @@ Prefab: propertyPath: _position.y value: -14 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -9909,7 +10665,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 20.3125019 + value: 19.270834 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -9939,6 +10695,10 @@ Prefab: propertyPath: _position.y value: -3 objectReference: {fileID: 0} + - target: {fileID: 163702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} m_IsPrefabParent: 0 @@ -9959,7 +10719,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 18.229166 + value: 3.12499976 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -9989,6 +10749,10 @@ Prefab: propertyPath: _position.y value: -12 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 @@ -10009,7 +10773,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalPosition.z - value: 17.7083321 + value: 99.4792786 objectReference: {fileID: 0} - target: {fileID: 418276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} propertyPath: m_LocalRotation.x @@ -10039,6 +10803,10 @@ Prefab: propertyPath: _position.y value: -6 objectReference: {fileID: 0} + - target: {fileID: 118276, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} m_RemovedComponents: [] m_ParentPrefab: {fileID: 100100000, guid: 31944869327494e44ad0bf31bbbaa122, type: 2} m_IsPrefabParent: 0 diff --git a/Assets/IsoTools/Examples/Scenes/Scene05.unity b/Assets/IsoTools/Examples/Scenes/Scene05.unity index e9524fa..fe4692e 100644 --- a/Assets/IsoTools/Examples/Scenes/Scene05.unity +++ b/Assets/IsoTools/Examples/Scenes/Scene05.unity @@ -104,7 +104,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 14.1652813 + value: 29.5639076 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -190,7 +190,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 6.57640362 + value: 41.3155594 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -272,7 +272,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 74.1862869 + value: 73.7624512 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -394,7 +394,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 7.125 + value: 28.529171 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -508,7 +508,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 99.7543716 + value: 99.9278564 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -590,7 +590,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 4.96542835 + value: 10.8647375 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -750,7 +750,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 58.0770302 + value: 57.427887 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -832,7 +832,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 12.9005232 + value: 27.5683441 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -934,7 +934,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.62626243 + value: 38.8765373 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -1044,7 +1044,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 99.8610764 + value: 99.8539429 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -1126,7 +1126,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 4.44874239 + value: 28.9726295 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -1236,7 +1236,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 99.8104248 + value: 99.7800293 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -1318,7 +1318,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 4.02262831 + value: 9.38654232 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -1416,7 +1416,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 40.4537239 + value: 49.3717232 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -1526,7 +1526,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 58.0882492 + value: 68.8841553 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -1628,7 +1628,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 55.3380394 + value: 56.8366089 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -1710,7 +1710,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 23.9725838 + value: 26.5336075 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -2004,7 +2004,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 59.0686417 + value: 69.1798096 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -2126,7 +2126,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 62.5000153 + value: 70.2885132 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -2232,7 +2232,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 15.2011709 + value: 27.3466148 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -2392,7 +2392,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 99.5092773 + value: 99.7061157 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -2572,7 +2572,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 9.31372738 + value: 40.206913 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -2678,7 +2678,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 99.264183 + value: 99.6322021 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -2760,7 +2760,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .942803442 + value: 3.25203204 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -2846,7 +2846,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 3.98724079 + value: 23.8728561 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -2956,7 +2956,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 53.783535 + value: 54.3236771 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -3038,7 +3038,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 38.9705963 + value: 62.9711189 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -3148,7 +3148,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 99.6635971 + value: 99.5582886 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -3250,7 +3250,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 7.38342333 + value: 23.4293976 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -3356,7 +3356,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 5.88235378 + value: 43.5328522 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -3466,7 +3466,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 99.4809418 + value: 99.484375 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -3703,7 +3703,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 60.2140923 + value: 75.0928955 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -3781,7 +3781,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 99.3552856 + value: 99.4104614 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -4133,7 +4133,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 99.3735352 + value: 99.3365479 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -4207,7 +4207,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.96289968 + value: 18.8469925 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -4293,7 +4293,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.41187382 + value: 21.138195 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -4571,7 +4571,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 99.2085953 + value: 99.2626343 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -4727,7 +4727,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 50.4902077 + value: 66.666748 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -4829,7 +4829,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 60.276947 + value: 75.2407227 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -4911,7 +4911,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 22.2602615 + value: 23.0598488 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -5103,7 +5103,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 48.5778503 + value: 52.4759331 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -5209,7 +5209,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 6.55106258 + value: 45.3651924 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -5319,7 +5319,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 7.33558798 + value: 21.9512024 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -5397,7 +5397,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 72.0587158 + value: 77.7537842 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -5479,7 +5479,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.55896783 + value: 7.90834713 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -5557,7 +5557,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 98.5289001 + value: 99.1887207 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -5667,7 +5667,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 40.1960869 + value: 63.7102165 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -5773,7 +5773,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 98.7874451 + value: 99.1148071 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -5900,7 +5900,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 70.3214951 + value: 70.9537354 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -6026,7 +6026,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.48423004 + value: 36.9548836 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -6218,7 +6218,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 36.5196152 + value: 62.0102921 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -6328,7 +6328,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 14.5339785 + value: 28.3813515 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -6434,7 +6434,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 98.9047165 + value: 99.0408936 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -6557,7 +6557,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 11.8793249 + value: 18.1078949 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -6639,7 +6639,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 81.3722992 + value: 83.2233887 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -6836,7 +6836,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 57.5271225 + value: 57.0583382 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -6914,7 +6914,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 26.4248867 + value: 26.1640587 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -7024,7 +7024,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 61.5196228 + value: 69.8450317 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -7106,7 +7106,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 0 + value: 38.06353 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -7204,7 +7204,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 82.9577179 + value: 80.6364136 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -7368,7 +7368,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 8.13953781 + value: 27.7900734 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -7490,7 +7490,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 28.6764774 + value: 60.0886383 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -7600,7 +7600,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 98.7346725 + value: 98.96698 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -7682,7 +7682,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 22.4371471 + value: 26.681427 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -7792,7 +7792,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 98.7360764 + value: 98.8930664 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -8062,7 +8062,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 56.8034668 + value: 57.2800674 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -8296,7 +8296,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 47.30159 + value: 51.0716476 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -8402,7 +8402,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 51.165554 + value: 58.0930748 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -8594,7 +8594,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 5.96125507 + value: 17.7383461 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -8676,7 +8676,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 21.323534 + value: 46.341423 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -8774,7 +8774,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: .125707105 + value: 1.25646722 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -8852,7 +8852,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 4.58136129 + value: 18.5513535 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -8942,7 +8942,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 27.9411831 + value: 59.866909 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -9052,7 +9052,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 50.1683426 + value: 55.2105942 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -9158,7 +9158,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 54.4228973 + value: 58.6104431 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -9236,7 +9236,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 46.0784416 + value: 65.4102173 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -9350,7 +9350,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 36.0294189 + value: 61.8624725 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -9555,7 +9555,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 8.82353115 + value: 35.1810493 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -9837,7 +9837,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .843170285 + value: 13.8950377 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -9923,7 +9923,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 13.2352972 + value: 40.9460106 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -10033,7 +10033,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 55.2485657 + value: 54.9149551 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -10115,7 +10115,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 9.76431084 + value: 31.1160126 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -10197,7 +10197,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 37.0098114 + value: 61.9363823 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -10307,7 +10307,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 74.7547531 + value: 93.7930298 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -10389,7 +10389,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 72.7939987 + value: 77.9755249 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -10467,7 +10467,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.38108826 + value: 3.3259418 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -10549,7 +10549,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 98.8533096 + value: 98.8191528 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -10713,7 +10713,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 6.99482203 + value: 34.1292305 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -10815,7 +10815,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 7.66812181 + value: 7.76052761 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -10897,7 +10897,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 84.1592102 + value: 82.2625122 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -11053,7 +11053,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 38.235302 + value: 63.4145775 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -11163,7 +11163,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.84331799 + value: 42.1285667 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -11273,7 +11273,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 8.6046524 + value: 28.7509003 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -11387,7 +11387,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 26.7156925 + value: 49.6673622 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -11575,7 +11575,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 3.10880899 + value: 39.6067619 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -11763,7 +11763,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.49572659 + value: 41.1677399 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -11841,7 +11841,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 98.6517563 + value: 98.7452393 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -11947,7 +11947,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 3.54131484 + value: 15.5949621 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -12029,7 +12029,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 43.3647003 + value: 47.0805206 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -12135,7 +12135,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 5.21327353 + value: 19.5860901 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -12213,7 +12213,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 8.95348835 + value: 30.376915 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -12319,7 +12319,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 37.9902039 + value: 63.266758 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -12421,7 +12421,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 48.5844612 + value: 50.4803696 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -12577,7 +12577,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 98.6791077 + value: 98.6713257 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -12659,7 +12659,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 9.91058159 + value: 21.7294731 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -12737,7 +12737,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 41.4215775 + value: 64.0058594 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -12843,7 +12843,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 98.7037506 + value: 98.5974121 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -12957,7 +12957,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 98.625 + value: 98.5234985 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -13063,7 +13063,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 1.08882535 + value: 7.30337381 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -13145,7 +13145,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 98.6050034 + value: 98.449585 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -13259,7 +13259,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 0 + value: 11.3821058 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -13341,7 +13341,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .691389143 + value: 2.73466372 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -13423,7 +13423,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 9.00474644 + value: 22.7642097 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -13522,7 +13522,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 55.8823662 + value: 68.2928467 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -13604,7 +13604,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 3.32378173 + value: 3.17812228 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -13682,7 +13682,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 6.00316381 + value: 19.2165413 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -13764,7 +13764,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 98.314476 + value: 98.3756714 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -13924,7 +13924,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 63.7255058 + value: 71.9146118 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -14030,7 +14030,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.19224334 + value: 14.6341352 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -14194,7 +14194,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .168634057 + value: 11.8994741 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -14280,7 +14280,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 98.2838058 + value: 98.3017578 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -14362,7 +14362,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 5.99613237 + value: 38.8026276 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -14472,7 +14472,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 53.6632652 + value: 54.5454063 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -14550,7 +14550,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 98.0387115 + value: 98.2278442 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -14660,7 +14660,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 43.6274605 + value: 64.8189087 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -14770,7 +14770,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 69.375 + value: 70.8059082 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -14872,7 +14872,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 29.1666737 + value: 60.3103676 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -14982,7 +14982,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 2.84974146 + value: 14.8558645 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -15096,7 +15096,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 32.8431435 + value: 61.419014 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -15223,7 +15223,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 31.1274586 + value: 60.8277359 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -15411,7 +15411,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 98.239151 + value: 98.1539307 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -15493,7 +15493,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 83.0920715 + value: 80.5625 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -15571,7 +15571,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 82.5977707 + value: 96.8973999 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -15653,7 +15653,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 55.8175316 + value: 59.4234505 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -15759,7 +15759,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 6.9341054 + value: 8.49962521 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -15919,7 +15919,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 6.78092909 + value: 18.994812 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -16001,7 +16001,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 6.78817511 + value: 5.69105434 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -16083,7 +16083,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 64.7058868 + value: 72.5059204 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -16431,7 +16431,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 40.2020111 + value: 61.2711945 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -16537,7 +16537,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 13.4064264 + value: 28.0118027 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -16639,7 +16639,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 1.35396516 + value: 25.7945099 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -16831,7 +16831,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 23.7745152 + value: 48.6326256 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -16941,7 +16941,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .817096293 + value: 2.88248324 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -17023,7 +17023,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.22549021 + value: 42.5720253 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -17121,7 +17121,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 98.0237885 + value: 98.0800171 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -17203,7 +17203,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 3.87858272 + value: 18.7730827 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -17289,7 +17289,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.42424226 + value: 38.4330788 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -17559,7 +17559,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.31992483 + value: 4.28676891 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -17736,7 +17736,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 60.0490341 + value: 69.4754639 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -17842,7 +17842,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 53.1862869 + value: 67.4797974 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -17924,7 +17924,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 1.12429738 + value: 3.54767108 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -18002,7 +18002,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 5.93692017 + value: 37.5461617 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -18084,7 +18084,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 47.4702225 + value: 51.589016 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -18186,7 +18186,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 11.2745123 + value: 40.2808228 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -18292,7 +18292,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 7.25388956 + value: 23.3554878 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -18402,7 +18402,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 98.5488205 + value: 98.0061035 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -18590,7 +18590,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 7.09302616 + value: 26.0901489 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -18708,7 +18708,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 77.9090195 + value: 84.2581787 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -18790,7 +18790,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.97927523 + value: 23.2815781 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -18900,7 +18900,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 7.62178659 + value: 9.6082716 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -19064,7 +19064,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 10.7466688 + value: 21.3599243 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -19142,7 +19142,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 50.0000114 + value: 66.5189209 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -19350,7 +19350,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 1.49906349 + value: 4.21285915 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -19428,7 +19428,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 24.1187801 + value: 24.9815025 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -19542,7 +19542,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 30.8823605 + value: 60.7538261 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -19730,7 +19730,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 97.9264679 + value: 97.9321899 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -19840,7 +19840,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 97.7936172 + value: 97.8582764 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -19954,7 +19954,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.60576892 + value: 39.6156349 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -20064,7 +20064,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 51.9742966 + value: 56.5409698 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -20252,7 +20252,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 10.0490217 + value: 43.2372131 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -20358,7 +20358,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 4.27404165 + value: 9.9778204 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -20440,7 +20440,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 23.5067654 + value: 25.3510513 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -20554,7 +20554,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: .927487314 + value: 8.05616665 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -20636,7 +20636,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 46.9191208 + value: 50.5542793 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -20714,7 +20714,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 97.5485229 + value: 97.7843628 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -20824,7 +20824,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 10.4651108 + value: 36.1418762 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -20906,7 +20906,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 18.7879009 + value: 35.0332298 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -21016,7 +21016,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 13.7254934 + value: 44.493679 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -21228,7 +21228,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 52.7641678 + value: 56.9105186 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -21416,7 +21416,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 15.1960821 + value: 44.2719498 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -21530,7 +21530,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 15.9313765 + value: 53.0694237 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -21657,7 +21657,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: .386847198 + value: 33.1115761 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -21767,7 +21767,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 97.3181152 + value: 97.7104492 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -21849,7 +21849,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.29870129 + value: 33.1854858 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -21959,7 +21959,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 45.7778702 + value: 46.9327011 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -22041,7 +22041,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 15.5982981 + value: 34.368042 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -22147,7 +22147,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 51.225502 + value: 66.9624023 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -22229,7 +22229,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 3.77121425 + value: 9.01699352 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -22307,7 +22307,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 23.4404526 + value: 25.2771416 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -22417,7 +22417,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 15.4300394 + value: 30.7464638 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -22737,7 +22737,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 56.3234291 + value: 79.2320557 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -22843,7 +22843,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 11.3136406 + value: 17.5905266 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -23245,7 +23245,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 41.1916008 + value: 66.2921677 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -23372,7 +23372,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 7.25127077 + value: 21.8772926 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -23454,7 +23454,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 53.6771965 + value: 53.5106697 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -23532,7 +23532,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 15.5143566 + value: 30.8203735 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -23614,7 +23614,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.50078988 + value: 6.35624218 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -23712,7 +23712,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 54.1312065 + value: 59.3495407 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -23818,7 +23818,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 97.3034286 + value: 97.6365356 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -23928,7 +23928,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.04321909 + value: 11.2342863 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -24010,7 +24010,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 10.3488321 + value: 31.9290199 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -24116,7 +24116,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 97.5555954 + value: 97.5626221 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -24202,7 +24202,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 97.4362335 + value: 97.4887085 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -24304,7 +24304,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 15.7188139 + value: 29.9334564 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -24382,7 +24382,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 15.0084534 + value: 30.5247345 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -24464,7 +24464,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 58.8235435 + value: 69.105896 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -24546,7 +24546,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .0628535524 + value: .517368793 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -24644,7 +24644,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 30.3921642 + value: 70.3955765 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -24771,7 +24771,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 77.9933395 + value: 84.3320923 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -24853,7 +24853,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.93423605 + value: 37.1766129 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -25045,7 +25045,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 46.7611465 + value: 50.2586403 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -25151,7 +25151,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 97.4850845 + value: 97.4147949 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -25261,7 +25261,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 5.56492662 + value: 20.3251877 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -25343,7 +25343,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 97.3026352 + value: 97.3408813 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -25511,7 +25511,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 3.83721066 + value: 23.7250366 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -25621,7 +25621,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 4.83558989 + value: 34.663681 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -25813,7 +25813,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 87.1235657 + value: 82.3364258 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -25891,7 +25891,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 96.9179688 + value: 97.2669678 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -25977,7 +25977,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: .496806264 + value: 6.57797146 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -26059,7 +26059,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 55.39217 + value: 68.1450195 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -26256,7 +26256,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .439974844 + value: 2.21729541 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -26342,7 +26342,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 6.61764812 + value: 44.5675888 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -26452,7 +26452,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 3.4974103 + value: 32.1507492 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -26558,7 +26558,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 4.43472672 + value: 9.75609112 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -26636,7 +26636,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.88461518 + value: 40.0590935 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -26746,7 +26746,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .116279073 + value: 14.1167669 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -26860,7 +26860,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 5.14334059 + value: 20.3990974 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -26962,7 +26962,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 31.8627529 + value: 61.0494652 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -27072,7 +27072,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 5.10396957 + value: 32.8898468 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -27178,7 +27178,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: .427350432 + value: 34.5897713 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -27366,7 +27366,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 97.1706848 + value: 97.1930542 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -27530,7 +27530,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 50.4716034 + value: 51.4411964 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -27612,7 +27612,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 48.3977013 + value: 52.5498428 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -27718,7 +27718,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 51.6860352 + value: 56.3931503 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -27902,7 +27902,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 97.0583344 + value: 97.1191406 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -28012,7 +28012,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 72.3038101 + value: 77.8276978 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -28348,7 +28348,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 77.1501389 + value: 79.3059692 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -28454,7 +28454,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 97.0088806 + value: 97.0452271 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -28610,7 +28610,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 55.1857109 + value: 54.8410454 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -28692,7 +28692,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 16.3293304 + value: 27.1248856 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -28774,7 +28774,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 4.23892117 + value: 37.6200714 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -28856,7 +28856,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 76.9606018 + value: 83.8146973 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -29012,7 +29012,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 6.11028671 + value: 18.6252632 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -29094,7 +29094,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 47.7941284 + value: 65.9276123 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -29204,7 +29204,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 65.9313583 + value: 72.7276611 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -29306,7 +29306,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 55.812542 + value: 58.5365334 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -29384,7 +29384,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 13.0691576 + value: 27.7161636 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -29490,7 +29490,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 74.6692657 + value: 72.2102661 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -29678,7 +29678,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 12.8939686 + value: 16.7775192 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -29760,7 +29760,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 27.2058887 + value: 50.036911 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -29870,7 +29870,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 96.8132401 + value: 96.9713135 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -29952,7 +29952,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 8.16326523 + value: 24.0945854 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -30148,7 +30148,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 11.680191 + value: 17.3687973 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -30324,7 +30324,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 53.6143417 + value: 53.3628502 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -30566,7 +30566,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 83.1364822 + value: 80.8581543 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -30648,7 +30648,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.06851053 + value: 3.62158084 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -30808,7 +30808,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 96.7967148 + value: 96.8234863 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -30914,7 +30914,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 17.0640678 + value: 29.7117271 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -31078,7 +31078,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 96.5681458 + value: 96.7495728 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -31270,7 +31270,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 66.9117355 + value: 73.0233154 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -31454,7 +31454,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 75.75 + value: 84.036438 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -31556,7 +31556,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 15.7673082 + value: 30.9681931 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -31720,7 +31720,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .193423599 + value: 36.4375153 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -31908,7 +31908,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: .229226366 + value: .295639306 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -31978,7 +31978,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 52.4448814 + value: 55.9496918 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -32088,7 +32088,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 23.0392208 + value: 48.4108963 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -32198,7 +32198,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 30.6372623 + value: 60.6799164 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -32308,7 +32308,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 60.4026566 + value: 75.7581177 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -32386,7 +32386,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 34.7475052 + value: 49.8151817 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -32496,7 +32496,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 19.8529453 + value: 45.8979645 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -32578,7 +32578,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 47.0700302 + value: 56.2453308 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -32688,7 +32688,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 41.1628799 + value: 48.2630768 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -32802,7 +32802,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 7.54241514 + value: 7.53879833 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -32888,7 +32888,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 2.94117665 + value: 42.4981155 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -33072,7 +33072,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 75.490036 + value: 79.6016235 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -33178,7 +33178,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 5.39215755 + value: 43.0893936 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -33284,7 +33284,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 96.0779572 + value: 96.6756592 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -33394,7 +33394,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 96.4520111 + value: 96.6017456 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -33504,7 +33504,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 12.2549047 + value: 39.5417252 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -33618,7 +33618,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 7.50422239 + value: 22.0251122 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -33810,7 +33810,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 95.9404984 + value: 96.527832 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -33912,7 +33912,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 60.5392303 + value: 69.623291 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -34018,7 +34018,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 71.0467377 + value: 71.6189575 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -34124,7 +34124,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 9.18604565 + value: 31.1899223 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -34234,7 +34234,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 63.4804077 + value: 71.1015625 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -34332,7 +34332,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 95.757164 + value: 96.4539185 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -34442,7 +34442,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 86.8683395 + value: 88.1016846 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -34705,7 +34705,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 23.529417 + value: 48.5587158 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -34831,7 +34831,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 71.8136215 + value: 77.6798706 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -35008,7 +35008,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 53.551487 + value: 53.1411209 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -35090,7 +35090,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 16.6914864 + value: 29.3421783 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -35172,7 +35172,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 50.625 + value: 56.3192406 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -35278,7 +35278,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 18.3823566 + value: 45.4545059 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -35438,7 +35438,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 44.3505211 + value: 48.0413475 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -35626,7 +35626,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 95.8328629 + value: 96.3800049 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -35736,7 +35736,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.38277841 + value: 4.36067867 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -35814,7 +35814,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 7.75717402 + value: 22.3207512 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -35896,7 +35896,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 20.8333378 + value: 46.1936035 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -36006,7 +36006,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: .259067357 + value: 23.6511269 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -36214,7 +36214,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 96.0378342 + value: 96.3060913 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -36300,7 +36300,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 6.75 + value: 26.7553368 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -36496,7 +36496,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 40.6862831 + value: 63.858036 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -36606,7 +36606,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 2.81923747 + value: 21.0642853 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -36798,7 +36798,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 50.2451096 + value: 66.5928345 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -36900,7 +36900,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.54727852 + value: 2.29120517 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -36982,7 +36982,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 47.0486412 + value: 50.8499184 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -37088,7 +37088,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 96.1131134 + value: 96.2321777 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -37194,7 +37194,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 7.73598623 + value: 18.0339851 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -37374,7 +37374,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 35.2941246 + value: 62.7493896 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -37562,7 +37562,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 7.67620516 + value: 19.1426315 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -37742,7 +37742,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 95.6042404 + value: 96.1582642 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -37902,7 +37902,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 38.356163 + value: 46.6370621 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -38016,7 +38016,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 61.2745247 + value: 69.7711182 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -38122,7 +38122,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 3.8969214 + value: 9.16481304 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -38204,7 +38204,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 58.9637451 + value: 58.7582626 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -38286,7 +38286,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 95.6541748 + value: 96.0843506 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -38372,7 +38372,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 39.7667503 + value: 46.7109718 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -38646,7 +38646,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 95.3531265 + value: 96.010437 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -38838,7 +38838,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 95.7753754 + value: 95.9365234 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -38920,7 +38920,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 71.2331161 + value: 71.7667847 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -39112,7 +39112,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .129533678 + value: 30.4508247 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -39226,7 +39226,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 9.86510372 + value: 24.4641342 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -39304,7 +39304,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 55.9861641 + value: 73.6885376 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -39406,7 +39406,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 95.5271988 + value: 95.8626099 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -39488,7 +39488,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 95.5877686 + value: 95.7886963 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -39598,7 +39598,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 31.6176548 + value: 60.9755554 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -39708,7 +39708,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 4.04624271 + value: 37.4722519 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -39818,7 +39818,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 96.2898407 + value: 95.7147827 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -39928,7 +39928,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 40.0685043 + value: 48.3369865 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -40042,7 +40042,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 87.1093826 + value: 82.1885986 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -40120,7 +40120,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.60804772 + value: 6.28233242 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -40202,7 +40202,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 55.6372681 + value: 68.2189331 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -40284,7 +40284,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 4.30622005 + value: 16.4079704 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -40398,7 +40398,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 65.1960754 + value: 72.1363525 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -40500,7 +40500,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 95.6162338 + value: 95.6408691 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -40598,7 +40598,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 56.2391129 + value: 75.4624634 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -40700,7 +40700,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 49.0576363 + value: 50.1847305 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -40782,7 +40782,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 95.3426743 + value: 95.5669556 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -40974,7 +40974,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.35320354 + value: 12.6385717 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -41056,7 +41056,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.43137288 + value: 43.6806717 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -41138,7 +41138,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 95.09758 + value: 95.493042 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -41248,7 +41248,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 4.30016851 + value: 19.7339096 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -41347,7 +41347,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 71.3234329 + value: 77.5320435 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -41429,7 +41429,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 42.1568718 + value: 64.3015137 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -41539,7 +41539,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 22.9032497 + value: 24.9075928 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -41649,7 +41649,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 10.1382465 + value: 33.8506737 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -41763,7 +41763,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 67.6470184 + value: 82.4842529 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -41865,7 +41865,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 11.3355751 + value: 36.0679665 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -41943,7 +41943,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 6.45879793 + value: 34.8115005 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -42053,7 +42053,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 21.8137302 + value: 46.4892426 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -42135,7 +42135,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.20192313 + value: 42.7937546 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -42245,7 +42245,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.89017344 + value: 33.2593956 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -42355,7 +42355,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 82.3526764 + value: 90.7625732 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -42519,7 +42519,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 2.1327014 + value: 12.860301 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -42597,7 +42597,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.45128918 + value: 5.02586651 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -42675,7 +42675,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 95.3632736 + value: 95.4191284 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -42761,7 +42761,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 45.3431473 + value: 65.1884766 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -42867,7 +42867,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .687679112 + value: .886917889 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -42949,7 +42949,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 95.4414673 + value: 95.3452148 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -43031,7 +43031,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 15.6862783 + value: 44.4197693 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -43379,7 +43379,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 51.0115051 + value: 55.4323235 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -43501,7 +43501,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 13.4907436 + value: 28.4552612 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -43685,7 +43685,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 6.9042325 + value: 39.0982666 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -43791,7 +43791,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 95.4108582 + value: 95.2713013 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -43873,7 +43873,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 54.4117775 + value: 67.8493652 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -44033,7 +44033,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 26.4705944 + value: 49.5934525 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -44139,7 +44139,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 3.79426575 + value: 18.699173 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -44221,7 +44221,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 77.8246994 + value: 82.1146851 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -44405,7 +44405,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .628535569 + value: 2.66075397 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -44487,7 +44487,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 69.6886139 + value: 70.5102539 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -44593,7 +44593,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 95.2789536 + value: 95.1973877 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -44679,7 +44679,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 24.2647114 + value: 49.0021744 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -44789,7 +44789,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 23.629488 + value: 34.072403 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -44903,7 +44903,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 10.7479563 + value: 16.6296997 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -44989,7 +44989,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.15398884 + value: 32.3724785 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -45099,7 +45099,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 48.0392265 + value: 66.0015259 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -45209,7 +45209,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 54.9019737 + value: 67.9971924 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -45319,7 +45319,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .670640826 + value: 11.6038351 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -45401,7 +45401,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 1.86289179 + value: 24.4382153 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -45483,7 +45483,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 94.8524857 + value: 95.1234741 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -45593,7 +45593,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .141944647 + value: 2.956393 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -45691,7 +45691,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.60502458 + value: 11.0864668 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -45769,7 +45769,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 94.6073914 + value: 95.0495605 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -45933,7 +45933,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 20.0980434 + value: 45.9718742 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -46011,7 +46011,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 16.5304985 + value: 22.5424805 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -46171,7 +46171,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 48.9180717 + value: 50.1108208 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -46241,7 +46241,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.97994256 + value: 2.06947589 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -46323,7 +46323,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 22.7941227 + value: 47.5978889 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -46515,7 +46515,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 41.9117737 + value: 64.2276001 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -46699,7 +46699,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 3.86847115 + value: 37.9157104 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -46805,7 +46805,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.28820062 + value: 37.3983421 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -46903,7 +46903,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 7.37380362 + value: 8.72135448 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -46981,7 +46981,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 47.3039322 + value: 65.7797852 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -47087,7 +47087,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 71.0783386 + value: 77.4581299 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -47394,7 +47394,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 94.3622971 + value: 94.975647 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -47504,7 +47504,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 54.2428894 + value: 54.1019478 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -47582,7 +47582,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 10.9365177 + value: 16.9992485 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -47664,7 +47664,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 11.8632002 + value: 37.21912 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -47746,7 +47746,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 94.9416733 + value: 94.9017334 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -47852,7 +47852,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 51.5150604 + value: 63.1928482 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -47962,7 +47962,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 5.05902338 + value: 20.546917 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -48048,7 +48048,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.34680128 + value: 20.9164658 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -48130,7 +48130,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.72020769 + value: 20.1034584 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -48326,7 +48326,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.82421243 + value: 36.8070641 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -48404,7 +48404,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 0 + value: 14.0428572 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -48678,7 +48678,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 95.0337524 + value: 94.8278198 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -48760,7 +48760,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: .510493517 + value: 1.03473759 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -48920,7 +48920,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 94.9709015 + value: 94.7539062 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -49084,7 +49084,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 10.8862352 + value: 21.5077438 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -49166,7 +49166,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 56.7336845 + value: 57.2061577 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -49498,7 +49498,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 4.83870888 + value: 39.1721764 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -49608,7 +49608,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 8.60034561 + value: 23.5772171 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -49694,7 +49694,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 94.1172028 + value: 94.6799927 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -49886,7 +49886,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.99004996 + value: 36.8809738 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -49972,7 +49972,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 1.16580319 + value: 31.8551102 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -50054,7 +50054,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 2.95411777 + value: 7.02143002 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -50132,7 +50132,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.43338978 + value: 13.0081205 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -50218,7 +50218,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.61290324 + value: 39.9851837 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -50328,7 +50328,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 94.3552017 + value: 94.6060791 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -50434,7 +50434,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 7.375 + value: 28.6769905 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -50630,7 +50630,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 93.8721085 + value: 94.5321655 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -50831,7 +50831,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 50.9417572 + value: 52.3281136 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -50995,7 +50995,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 34.5588303 + value: 62.3798409 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -51101,7 +51101,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 12.1307402 + value: 18.3296242 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -51179,7 +51179,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 94.7194977 + value: 94.458252 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -51278,7 +51278,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 94.1139145 + value: 94.3843384 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -51360,7 +51360,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 94.1969376 + value: 94.3104248 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -51470,7 +51470,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 46.3235397 + value: 65.4841309 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -51580,7 +51580,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 86.6131363 + value: 84.1103516 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -51682,7 +51682,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 94.5309448 + value: 94.2365112 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -51764,7 +51764,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 88.1829987 + value: 92.6843262 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -51846,7 +51846,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 43.2544098 + value: 63.6236305 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -51944,7 +51944,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 94.3497238 + value: 94.1625977 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -52026,7 +52026,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 21.0831776 + value: 33.6289444 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -52157,7 +52157,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 4.27350473 + value: 38.359169 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -52263,7 +52263,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 39.3781548 + value: 28.6030807 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -52365,7 +52365,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 13.7473469 + value: 24.6119537 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -52447,7 +52447,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 19.6078472 + value: 45.8240547 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -52529,7 +52529,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 93.6270142 + value: 94.0886841 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -52635,7 +52635,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 35.0490265 + value: 84.3113174 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -52754,7 +52754,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 94.1386185 + value: 94.0147705 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -52836,7 +52836,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 7.35294247 + value: 39.2460861 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -53020,7 +53020,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 25.129549 + value: 24.1684952 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -53130,7 +53130,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 43.548378 + value: 52.6976624 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -53236,7 +53236,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 2.69607854 + value: 42.9415741 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -53342,7 +53342,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 49.9648056 + value: 51.2933769 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -53420,7 +53420,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .465116292 + value: 19.9556389 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -53530,7 +53530,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.55814028 + value: 22.1729317 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -53660,7 +53660,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 43.1700935 + value: 47.1544304 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -53766,7 +53766,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 12.816206 + value: 27.4944344 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -53872,7 +53872,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.34075665 + value: 41.9807472 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -53950,7 +53950,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 28.4313793 + value: 60.0147285 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -54060,7 +54060,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 62.2549171 + value: 70.2145996 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -54264,7 +54264,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 51.1054382 + value: 53.8063087 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -54370,7 +54370,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 2.90986371 + value: 10.7908278 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -54452,7 +54452,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 11.1250792 + value: 17.2948875 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -54534,7 +54534,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.01010108 + value: 15.6688719 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -54698,7 +54698,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 15.682991 + value: 30.8942833 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -54784,7 +54784,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 94.279541 + value: 93.9408569 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -54866,7 +54866,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 93.3819199 + value: 93.8669434 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -54948,7 +54948,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 59.036499 + value: 75.9059448 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -55026,7 +55026,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 44.1176567 + value: 64.5232544 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -55136,7 +55136,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 50.4087486 + value: 51.3672867 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -55300,7 +55300,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 5.56995058 + value: 14.1906767 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -55430,7 +55430,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 29.6568699 + value: 60.4581871 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -55540,7 +55540,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 2.76461363 + value: 13.4515791 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -55626,7 +55626,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .421585143 + value: 13.6733084 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -55712,7 +55712,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 13.2378063 + value: 17.147068 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -55794,7 +55794,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 74.1440964 + value: 72.2841797 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -55900,7 +55900,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 6.47668695 + value: 16.2601509 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -56096,7 +56096,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 94.2671127 + value: 93.7191162 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -56182,7 +56182,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .894187748 + value: 10.1995497 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -56264,7 +56264,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 5.1342845 + value: 19.5121803 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -56342,7 +56342,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.25707126 + value: 4.13894939 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -56506,7 +56506,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 93.9824371 + value: 93.6452026 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -56588,7 +56588,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 13.140316 + value: 34.8854103 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -56698,7 +56698,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 94.1827927 + value: 93.5712891 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -56784,7 +56784,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 93.2261505 + value: 93.4973755 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -56898,7 +56898,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: .490196079 + value: 39.911274 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -57106,7 +57106,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 5.63725567 + value: 43.1633034 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -57216,7 +57216,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .630372524 + value: .81300807 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -57376,7 +57376,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 16.4215717 + value: 44.9371376 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -57486,7 +57486,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 2.05371237 + value: 12.7863913 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -57564,7 +57564,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.52951121 + value: 14.7819548 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -57650,7 +57650,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 53.3841362 + value: 53.6584892 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -57806,7 +57806,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 93.1368256 + value: 93.4234619 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -57916,7 +57916,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .185528755 + value: 31.4116516 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -58026,7 +58026,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 6.63189745 + value: 19.290451 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -58108,7 +58108,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.43540668 + value: 33.0376663 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -58214,7 +58214,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.53353214 + value: 6.20842266 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -58296,7 +58296,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 92.8917313 + value: 93.3495483 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -58406,7 +58406,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 68.8374252 + value: 58.019165 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -58528,7 +58528,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 28.1862812 + value: 59.9408188 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -58634,7 +58634,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 17.3063087 + value: 48.735981 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -58716,7 +58716,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 4.25680447 + value: 12.4907522 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -58794,7 +58794,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 92.646637 + value: 93.2756348 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -58876,7 +58876,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 15.0927706 + value: 30.5986443 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -58962,7 +58962,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.94846058 + value: 6.79970074 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -59044,7 +59044,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 92.4015427 + value: 93.2017212 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -59154,7 +59154,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 93.3929443 + value: 93.1278076 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -59342,7 +59342,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 0 + value: 32.9637566 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -59468,7 +59468,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 92.1564484 + value: 93.053894 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -59738,7 +59738,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: .947867453 + value: 13.2298498 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -59816,7 +59816,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 47.5490303 + value: 65.8536987 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -59922,7 +59922,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 14.9220543 + value: 34.9593201 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -60032,7 +60032,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 3.49570131 + value: 3.03030276 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -60114,7 +60114,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 91.9113541 + value: 92.9799805 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -60220,7 +60220,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 23.2843189 + value: 48.4848061 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -60330,7 +60330,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 37.7451057 + value: 63.3406677 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -60444,7 +60444,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 82.6607437 + value: 80.4885864 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -60530,7 +60530,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 25.7353001 + value: 48.7804451 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -60640,7 +60640,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .343839556 + value: .369549125 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -60722,7 +60722,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .354861617 + value: 6.43015194 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -60820,7 +60820,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 6.86528826 + value: 16.1862411 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -60934,7 +60934,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 92.9686127 + value: 92.9060669 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -61102,7 +61102,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 64.4607925 + value: 72.062439 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -61204,7 +61204,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 55.1228561 + value: 53.8802185 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -61290,7 +61290,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 24.5098095 + value: 76.6854324 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -61409,7 +61409,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 91.6662598 + value: 92.8321533 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -61663,7 +61663,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 2.8912642 + value: 6.94752026 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -61741,7 +61741,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 54.1666794 + value: 67.7754517 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -61823,7 +61823,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 49.019619 + value: 66.2232666 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -62015,7 +62015,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 47.0588341 + value: 65.7058716 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -62121,7 +62121,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 54.2649231 + value: 58.4626236 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -62227,7 +62227,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 70.9304581 + value: 71.4711304 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -62337,7 +62337,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 9.67117977 + value: 26.0162392 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -62468,7 +62468,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .157977879 + value: 10.3473692 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -62570,7 +62570,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 57.4646606 + value: 55.7279625 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -62652,7 +62652,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 3.78071809 + value: 37.3244324 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -62758,7 +62758,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 6.97673512 + value: 6.06060314 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -62840,7 +62840,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.94300508 + value: 32.0029297 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -63044,7 +63044,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .24509804 + value: 39.7634544 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -63170,7 +63170,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 64.2156982 + value: 72.4320068 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -63292,7 +63292,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 93.0220413 + value: 92.7582397 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -63374,7 +63374,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 87.5624084 + value: 88.1755981 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -63456,7 +63456,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 28.1088257 + value: 26.8292465 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -63570,7 +63570,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 82.1075821 + value: 90.6886597 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -63738,7 +63738,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .213675216 + value: 34.4419518 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -63856,7 +63856,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 58.9667168 + value: 75.8320312 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -63938,7 +63938,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 0 + value: 37.2505226 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -64044,7 +64044,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 14.3339157 + value: 29.8595467 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -64126,7 +64126,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.96846008 + value: 25.8684196 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -64236,7 +64236,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 44.8838272 + value: 51.9585648 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -64420,7 +64420,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.28836393 + value: 15.4471426 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -64502,7 +64502,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 20.5882397 + value: 46.1196938 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -64616,7 +64616,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 91.4211655 + value: 92.6104126 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -64804,7 +64804,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 12.0267296 + value: 33.7028542 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -64906,7 +64906,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 71.5685272 + value: 77.605957 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -64984,7 +64984,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 92.9768066 + value: 92.536499 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -65066,7 +65066,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 1.18483424 + value: 5.46932507 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -65234,7 +65234,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 12.9848404 + value: 27.6422539 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -65426,7 +65426,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 41.875 + value: 49.1499939 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -65540,7 +65540,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 53.4671021 + value: 53.4367599 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -65618,7 +65618,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 92.919693 + value: 92.4625854 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -65700,7 +65700,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 93.065567 + value: 92.3886719 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -65782,7 +65782,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 44.1708336 + value: 51.7368355 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -65888,7 +65888,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 92.9013596 + value: 92.3147583 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -66052,7 +66052,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 10.8173122 + value: 60.81464 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -66179,7 +66179,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 91.1760712 + value: 92.2408447 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -66289,7 +66289,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: .663349926 + value: 36.215786 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -66367,7 +66367,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 43.875 + value: 52.0324745 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -66555,7 +66555,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.23456788 + value: 20.842556 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -66637,7 +66637,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 69.6077728 + value: 77.088562 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -66719,7 +66719,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 75.7351303 + value: 79.6755371 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -66801,7 +66801,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 48.2843246 + value: 66.0754395 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -66907,7 +66907,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 36.2745171 + value: 83.0834579 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -67034,7 +67034,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 5.09113503 + value: 19.6629314 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -67116,7 +67116,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 60.2941322 + value: 69.5493774 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -67321,7 +67321,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 34.3137321 + value: 61.7885628 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -67431,7 +67431,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 45.0980492 + value: 65.114563 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -67541,7 +67541,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 55.9018478 + value: 73.5407104 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -67643,7 +67643,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.23285484 + value: 36.7331543 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -67725,7 +67725,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 57.3856277 + value: 54.9888649 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -67803,7 +67803,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 53.593483 + value: 53.732399 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -67967,7 +67967,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 56.8627586 + value: 68.5145874 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -68073,7 +68073,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 77.2056961 + value: 87.9538574 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -68155,7 +68155,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 9.65207767 + value: 31.0421028 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -68237,7 +68237,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 17.1568661 + value: 45.1588669 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -68319,7 +68319,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 92.9502716 + value: 92.1669312 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -68429,7 +68429,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 4.1315341 + value: 19.4382706 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -68515,7 +68515,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 76.1630402 + value: 79.1581421 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -68621,7 +68621,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.6744194 + value: 22.9120293 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -68735,7 +68735,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.12916946 + value: 10.6430082 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -68833,7 +68833,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 91.3127518 + value: 92.0930176 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -68939,7 +68939,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.6484251 + value: 23.9467659 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -69049,7 +69049,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 70.58815 + value: 77.3103027 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -69131,7 +69131,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 46.813736 + value: 65.631958 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -69237,7 +69237,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.19421768 + value: 3.91721988 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -69515,7 +69515,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 11.0294142 + value: 44.0502205 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -69621,7 +69621,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 9.20314503 + value: 30.2290955 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -69703,7 +69703,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 58.8271523 + value: 75.3885498 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -69785,7 +69785,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 77.093277 + value: 84.4060059 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -70044,7 +70044,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 57.8431511 + value: 68.8102417 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -70154,7 +70154,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 54.5006523 + value: 77.0805893 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -70335,7 +70335,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 90.9309769 + value: 92.019104 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -70441,7 +70441,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 90.6858826 + value: 91.9451904 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -70629,7 +70629,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 90.4407883 + value: 91.8712769 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -70728,7 +70728,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 92.1787415 + value: 91.7973633 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -70909,7 +70909,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 67.1568298 + value: 73.097229 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -71011,7 +71011,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 18.8725529 + value: 45.6023254 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -71175,7 +71175,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 92.0997543 + value: 91.7234497 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -71257,7 +71257,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 69.692009 + value: 70.5841675 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -71367,7 +71367,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 30.1470661 + value: 60.6060066 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -71477,7 +71477,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 6.76901722 + value: 17.6644363 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -71555,7 +71555,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.7156862 + value: 42.2763863 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -71665,7 +71665,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.6398499 + value: 5.24759579 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -71764,7 +71764,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: .453772008 + value: .960827708 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -71842,7 +71842,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 43.3823624 + value: 64.7449951 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -71924,7 +71924,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 82.7868423 + value: 80.7103271 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -72006,7 +72006,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.68269229 + value: 42.7198448 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -72280,7 +72280,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.27591705 + value: 32.0768394 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -72468,7 +72468,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 63.9706039 + value: 71.9885254 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -72574,7 +72574,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.86677909 + value: 15.2254133 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -72660,7 +72660,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.16054153 + value: 25.6466904 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -72786,7 +72786,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.22634506 + value: 21.2121048 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -72896,7 +72896,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 14.0809641 + value: 29.4899979 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -72978,7 +72978,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 48.5663338 + value: 52.6237526 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -73351,7 +73351,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .97421205 + value: 3.99112964 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -73511,7 +73511,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 14.5868673 + value: 30.1551857 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -73597,7 +73597,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 15.0869017 + value: 29.1943588 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -73683,7 +73683,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 89.9505997 + value: 91.6495361 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -73773,7 +73773,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 12.8366623 + value: 16.7036095 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -73933,7 +73933,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 38.3743134 + value: 47.7457085 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -74133,7 +74133,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 92.049736 + value: 91.5756226 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -74215,7 +74215,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 91.5794983 + value: 91.501709 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -74329,7 +74329,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .505902171 + value: 13.7472181 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -74411,7 +74411,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.18043852 + value: 12.1212034 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -74612,7 +74612,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.44519424 + value: 14.708045 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -74698,7 +74698,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.48918414 + value: 7.83443737 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -74960,7 +74960,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 76.8128662 + value: 84.1842651 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -75062,7 +75062,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 51.9607964 + value: 67.0363159 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -75148,7 +75148,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 89.7055054 + value: 91.4277954 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -75258,7 +75258,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 20.8897533 + value: 26.6075172 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -75368,7 +75368,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 4.18702078 + value: 12.4168425 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -75450,7 +75450,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.24466848 + value: 16.0384216 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -75532,7 +75532,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 42.6164513 + value: 49.2239037 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -75642,7 +75642,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 52.5291977 + value: 58.3148041 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -75748,7 +75748,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .25141421 + value: 1.40428698 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -75830,7 +75830,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 89.8619308 + value: 91.3538818 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -75944,7 +75944,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: .737379551 + value: .591278613 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -76022,7 +76022,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 5.22765779 + value: 20.6208267 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -76108,7 +76108,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 90.3285294 + value: 91.2799683 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -76218,7 +76218,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 56.3185883 + value: 73.614624 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -76324,7 +76324,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 7.84149122 + value: 22.3946609 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -76402,7 +76402,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 33.8235359 + value: 62.2320213 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -76594,7 +76594,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 52.6828575 + value: 54.4714966 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -76672,7 +76672,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.66189182 + value: 2.58684421 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -76836,7 +76836,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 3.67647099 + value: 43.7545815 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -76918,7 +76918,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 59.1760635 + value: 82.0407715 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -77160,7 +77160,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .596125185 + value: 11.5299253 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -77242,7 +77242,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 8.08823681 + value: 39.3199959 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -77352,7 +77352,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 90.1351089 + value: 91.2060547 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -77548,7 +77548,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 88.7251282 + value: 91.1321411 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -77630,7 +77630,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 59.803936 + value: 69.4015503 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -77740,7 +77740,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 5.05050468 + value: 55.6180077 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -77842,7 +77842,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 21.7472858 + value: 28.3074417 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -77924,7 +77924,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 15.1709471 + value: 34.2941322 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -78034,7 +78034,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.03626955 + value: 31.7072906 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -78156,7 +78156,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 70.0772095 + value: 70.7319946 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -78344,7 +78344,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 46.7113762 + value: 50.33255 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -78548,7 +78548,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.34907269 + value: 12.9342108 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -78630,7 +78630,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .742115021 + value: 36.2896957 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -78736,7 +78736,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 25.8561382 + value: 26.9031563 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -78850,7 +78850,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 7.50717306 + value: 9.53436184 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -79088,7 +79088,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 88.7098541 + value: 91.0582275 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -79198,7 +79198,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 10.8736639 + value: 16.9253387 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -79280,7 +79280,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 60.3398018 + value: 75.6102905 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -79518,7 +79518,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 12.6647434 + value: 16.5557899 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -79600,7 +79600,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 91.3159103 + value: 90.984314 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -79764,7 +79764,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .149031296 + value: 4.65631771 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -79846,7 +79846,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 12.745101 + value: 40.4286423 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -79956,7 +79956,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 16.6947899 + value: 31.7812004 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -80038,7 +80038,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 90.7569733 + value: 90.9104004 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -80124,7 +80124,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 7.30792809 + value: 5.91278362 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -80284,7 +80284,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 7.56447983 + value: 9.46045208 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -80366,7 +80366,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 54.6568756 + value: 67.9232788 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -80452,7 +80452,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 37.0510521 + value: 47.3761597 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -80582,7 +80582,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 58.5784454 + value: 69.0319824 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -80664,7 +80664,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 3.875 + value: 24.3163147 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -80872,7 +80872,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 6.72532177 + value: 5.61714458 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -80954,7 +80954,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 88.4800339 + value: 90.8364868 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -81036,7 +81036,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 62.7451134 + value: 70.3624268 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -81142,7 +81142,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 10.0580263 + value: 33.4811249 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -81248,7 +81248,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 48.7745209 + value: 66.2971802 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -81374,7 +81374,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 14.5025501 + value: 30.0812759 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -81456,7 +81456,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 13.8230772 + value: 27.4205246 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -81612,7 +81612,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 41.6666756 + value: 64.1536865 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -81718,7 +81718,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 91.0629501 + value: 90.6147461 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -81824,7 +81824,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 69.8528671 + value: 77.1624756 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -81910,7 +81910,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 14.2495985 + value: 29.6378174 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -82000,7 +82000,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 53.7939415 + value: 58.3887138 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -82106,7 +82106,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 90.4410248 + value: 90.5408325 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -82188,7 +82188,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 15.4818468 + value: 29.7856369 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -82266,7 +82266,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 69.6513824 + value: 58.2408943 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -82389,7 +82389,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 6.37255001 + value: 43.9763107 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -82499,7 +82499,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 75.6470795 + value: 76.7189941 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -82601,7 +82601,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.7441864 + value: 16.1123314 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -82715,7 +82715,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 89.629509 + value: 88.8408203 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -82924,7 +82924,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 18.1372585 + value: 45.3805962 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -83006,7 +83006,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 6.90858459 + value: 18.2557144 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -83088,7 +83088,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .837404072 + value: 7.16924953 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -83166,7 +83166,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .252951086 + value: 11.9733839 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -83338,7 +83338,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 4.21585131 + value: 19.6599998 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -83420,7 +83420,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 49.266983 + value: 50.4064598 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -83576,7 +83576,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 90.375 + value: 90.4669189 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -83682,7 +83682,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 50.0840263 + value: 53.9541283 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -83788,7 +83788,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 89.1680069 + value: 90.3930054 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -83878,7 +83878,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 88.675499 + value: 90.3190918 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -83984,7 +83984,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 12.9901991 + value: 67.977562 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -84189,7 +84189,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 44.06987 + value: 50.9238281 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -84311,7 +84311,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 59.5588379 + value: 69.3276367 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -84417,7 +84417,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 88.1201477 + value: 90.2451782 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -84499,7 +84499,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 26.2254963 + value: 49.5195427 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -84691,7 +84691,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 90.8880005 + value: 90.1712646 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -84773,7 +84773,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 59.3137398 + value: 69.2537231 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -84879,7 +84879,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 74.5096588 + value: 90.0973511 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -84961,7 +84961,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 4.64646435 + value: 34.2202225 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -85071,7 +85071,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 9.61538696 + value: 35.6245079 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -85181,7 +85181,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 4.84848452 + value: 34.7375908 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -85455,7 +85455,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: .868878484 + value: 13.1559401 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -85533,7 +85533,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .460829496 + value: 41.5372887 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -85615,7 +85615,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.44563198 + value: 4.43458843 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -85783,7 +85783,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 90.5097427 + value: 90.0234375 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -85947,7 +85947,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 70.8332443 + value: 77.3842163 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -86107,7 +86107,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 66.1764526 + value: 72.8015747 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -86267,7 +86267,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 50.7353058 + value: 66.7406616 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -86373,7 +86373,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 54.0468903 + value: 59.275631 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -86577,7 +86577,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 11.7647085 + value: 35.7723274 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -86691,7 +86691,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 8.13586712 + value: 21.4338341 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -86773,7 +86773,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 68.137207 + value: 82.5581665 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -86855,7 +86855,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 46.5686378 + value: 65.5580444 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -87043,7 +87043,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 21.684433 + value: 28.233532 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -87125,7 +87125,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 48.5749168 + value: 55.1366844 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -87231,7 +87231,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 43.5 + value: 51.6629257 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -87337,7 +87337,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.92263603 + value: 1.99556601 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -87415,7 +87415,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: .502828419 + value: 2.36511493 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -87485,7 +87485,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 12.9175987 + value: 34.1463127 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -87595,7 +87595,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 51.0115395 + value: 52.4020233 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -87763,7 +87763,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: .0709723234 + value: 2.80857348 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -87837,7 +87837,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 3.17640209 + value: 1.92165613 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -87915,7 +87915,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 90.6413498 + value: 89.9495239 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -88021,7 +88021,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 18.6274548 + value: 45.5284157 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -88103,7 +88103,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .209351018 + value: 8.20398617 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -88185,7 +88185,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 9.06862926 + value: 35.6984177 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -88295,7 +88295,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 48.7044487 + value: 67.2577133 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -88422,7 +88422,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.67260551 + value: 39.0243568 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -88528,7 +88528,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 21.5500984 + value: 25.5727806 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -88638,7 +88638,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 0 + value: 31.2638321 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -88744,7 +88744,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.55902004 + value: 39.8373642 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -88854,7 +88854,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 88.5877457 + value: 89.8756104 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -88964,7 +88964,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 89.875 + value: 89.8016968 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -89078,7 +89078,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 7.04871893 + value: 8.79526424 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -89361,7 +89361,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 44.852951 + value: 65.0406494 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -89467,7 +89467,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 40.9313812 + value: 63.9319458 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -89581,7 +89581,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .930232584 + value: 20.9903755 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -89818,7 +89818,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 17.8921604 + value: 45.3066864 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -89896,7 +89896,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 15.4411802 + value: 44.3458595 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -90105,7 +90105,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 3.42771912 + value: 22.4719219 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -90187,7 +90187,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 55.1470718 + value: 68.071106 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -90297,7 +90297,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.70793009 + value: 34.5158615 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -90407,7 +90407,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 6.60622072 + value: 15.9645109 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -90525,7 +90525,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 89.75 + value: 89.7277832 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -90631,7 +90631,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 90.3040695 + value: 89.6538696 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -90717,7 +90717,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 35.3535614 + value: 52.8454819 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -90827,7 +90827,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 89.717453 + value: 89.5799561 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -90909,7 +90909,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 90.5383606 + value: 89.5060425 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -91023,7 +91023,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .674536228 + value: 11.7516546 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -91109,7 +91109,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.20588231 + value: 38.2852592 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -91223,7 +91223,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 31.7172222 + value: 47.8196182 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -91510,7 +91510,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 4.08548164 + value: 9.68218136 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -91592,7 +91592,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 87.9898453 + value: 89.4321289 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -91702,7 +91702,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 6.35838413 + value: 25.4988708 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -91898,7 +91898,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 89.25 + value: 89.3582153 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -92094,7 +92094,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 4.91493368 + value: 32.815937 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -92200,7 +92200,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 6.81949186 + value: 8.35180569 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -92278,7 +92278,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 50.472702 + value: 62.5276604 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -92392,7 +92392,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 57.3529549 + value: 68.6624146 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -92498,7 +92498,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 53.5409927 + value: 59.1278114 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -92604,7 +92604,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 21.5686321 + value: 46.4153328 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -92686,7 +92686,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 90.1430435 + value: 89.2843018 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -92768,7 +92768,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: .758853257 + value: 11.8255644 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -92846,7 +92846,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 89.9667892 + value: 89.2103882 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -92952,7 +92952,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 51.0958214 + value: 55.5062332 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -93058,7 +93058,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 83.2177734 + value: 80.7842407 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -93218,7 +93218,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 89.125 + value: 89.1364746 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -93324,7 +93324,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 89.2703552 + value: 89.062561 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -93488,7 +93488,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 34.8039284 + value: 62.4537506 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -93676,7 +93676,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 9.090909 + value: 16.3340607 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -93790,7 +93790,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 48.8373337 + value: 56.1714211 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -93896,7 +93896,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 10.5990753 + value: 35.5505981 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -94170,7 +94170,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 12.5000029 + value: 40.3547325 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -94280,7 +94280,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 87.744751 + value: 88.9886475 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -94362,7 +94362,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 35.5392227 + value: 61.6407433 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -94488,7 +94488,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 53.8782578 + value: 59.2017212 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -94594,7 +94594,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 6.18955612 + value: 41.0938301 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -94758,7 +94758,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 89.713829 + value: 88.9147339 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -95160,7 +95160,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .488485664 + value: 7.09533978 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -95320,7 +95320,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 88.0074844 + value: 88.7669067 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -95516,7 +95516,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 37.3737488 + value: 60.2364578 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -95626,7 +95626,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 57.6370468 + value: 55.8018723 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -95724,7 +95724,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 4.37226582 + value: 9.31263256 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -95802,7 +95802,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 87.4996567 + value: 88.6929932 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -95884,7 +95884,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 88.7822952 + value: 88.6190796 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -95966,7 +95966,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 87.6206436 + value: 88.545166 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -96076,7 +96076,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 10.2514496 + value: 33.5550346 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -96186,7 +96186,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 87.5808945 + value: 88.4712524 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -96460,7 +96460,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 41.0620689 + value: 47.893528 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -96668,7 +96668,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 80.8821106 + value: 83.0755615 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -96770,7 +96770,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: .735294104 + value: 42.2024765 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -97217,7 +97217,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 87.2545624 + value: 88.3973389 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -97344,7 +97344,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 69 + value: 70.6580811 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -97450,7 +97450,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 16.1616325 + value: 58.5674477 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -97557,7 +97557,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 56.6176605 + value: 68.4406738 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -97663,7 +97663,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 49.2647171 + value: 66.3710938 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -97933,7 +97933,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.63934469 + value: 13.5254889 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -98015,7 +98015,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 48.7210541 + value: 55.2845039 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -98125,7 +98125,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 15.1770878 + value: 30.672554 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -98223,7 +98223,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 58.0711479 + value: 57.723526 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -98305,7 +98305,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 87.0094681 + value: 88.3234253 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -98497,7 +98497,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 43.0857773 + value: 46.8587914 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -98599,7 +98599,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 7.16529512 + value: 7.31706905 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -98677,7 +98677,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 3.11973 + value: 15.2993231 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -98759,7 +98759,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 87.0703583 + value: 88.2495117 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -98841,7 +98841,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 7.60526848 + value: 7.68661785 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -98923,7 +98923,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .565681994 + value: 2.43902469 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -99005,7 +99005,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 60.4655113 + value: 75.3146362 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -99103,7 +99103,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 14.1025696 + value: 28.8987198 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -99225,7 +99225,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 4.38448572 + value: 19.8078194 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -99311,7 +99311,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 77.4507904 + value: 88.027771 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -99475,7 +99475,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 3.70836067 + value: 8.57353497 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -99561,7 +99561,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 8.29384518 + value: 21.8033829 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -99639,7 +99639,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.20404696 + value: 15.3732328 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -99721,7 +99721,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 10.2941198 + value: 43.3111229 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -99831,7 +99831,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 88.5722733 + value: 87.8799438 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -99913,7 +99913,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .0843170285 + value: 11.4560156 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -99999,7 +99999,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.67480826 + value: 11.1603765 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -100077,7 +100077,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 88.3083725 + value: 87.8060303 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -100159,7 +100159,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .906735837 + value: 35.9940567 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -100245,7 +100245,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 88.2293854 + value: 87.7321167 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -100327,7 +100327,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 10.7843161 + value: 43.4589424 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -100437,7 +100437,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 52.3605652 + value: 56.6887894 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -100539,7 +100539,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 7.47956181 + value: 7.61270809 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -100617,7 +100617,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 13.6650991 + value: 27.0509758 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -100719,7 +100719,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 14.4607878 + value: 44.19804 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -100989,7 +100989,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 76.4704132 + value: 87.6582031 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -101252,7 +101252,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 54.4308701 + value: 54.6932259 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -101330,7 +101330,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 89.062912 + value: 87.5842896 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -101412,7 +101412,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 39.2156944 + value: 63.0450287 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -101522,7 +101522,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 20.3431416 + value: 46.045784 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -101608,7 +101608,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 89.000061 + value: 87.510376 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -101690,7 +101690,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 26.9607906 + value: 49.741272 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -101796,7 +101796,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 81.1272049 + value: 83.1494751 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -101898,7 +101898,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 86.7643738 + value: 87.4364624 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -102000,7 +102000,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 57.1523781 + value: 57.8713455 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -102078,7 +102078,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 3.5634737 + value: 42.054657 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -102164,7 +102164,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 86.5192795 + value: 87.3625488 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -102246,7 +102246,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.01180434 + value: 8.13007641 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -102332,7 +102332,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.57699633 + value: 5.17368603 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -102414,7 +102414,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 53.962574 + value: 71.5450439 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -102598,7 +102598,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 2.69340992 + value: 1.55210674 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -102676,7 +102676,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 3.36787653 + value: 31.6333809 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -102782,7 +102782,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 11.187933 + value: 17.4427071 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -102860,7 +102860,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 38.7254982 + value: 62.8972092 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -103003,7 +103003,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 20.4158859 + value: 23.2076683 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -103232,7 +103232,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 57.598053 + value: 68.7363281 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -103695,7 +103695,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.60458517 + value: 2.51293445 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -103777,7 +103777,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 7.59804058 + value: 39.4678154 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -103887,7 +103887,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.67504764 + value: 37.8418007 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -103993,7 +103993,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 31.1111603 + value: 47.6717987 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -104103,7 +104103,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 47.2172737 + value: 50.9977379 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -104205,7 +104205,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 25.490202 + value: 48.8543549 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -104315,7 +104315,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 88.2174301 + value: 87.2886353 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -104397,7 +104397,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 86.2741852 + value: 87.2147217 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -104507,7 +104507,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 32.1078491 + value: 61.1233749 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -104699,7 +104699,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .967117906 + value: 31.4855614 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -104813,7 +104813,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 64.9509811 + value: 72.579834 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -104919,7 +104919,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .348918349 + value: 5.39541531 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -105079,7 +105079,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 31.3725567 + value: 60.9016457 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -105185,7 +105185,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 86.0290909 + value: 87.1408081 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -105291,7 +105291,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 55.0286484 + value: 54.7671356 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -105451,7 +105451,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 12.6728048 + value: 35.2549591 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -105565,7 +105565,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 74.0194702 + value: 85.588623 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -105647,7 +105647,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 87.7554626 + value: 87.0668945 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -105725,7 +105725,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 85.7839966 + value: 86.992981 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -105897,7 +105897,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 54.2155228 + value: 73.2450562 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -105999,7 +105999,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 85.5389023 + value: 86.9190674 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -106265,7 +106265,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 3.55300784 + value: 5.89887857 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -106347,7 +106347,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 58.2027397 + value: 57.5017967 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -106425,7 +106425,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 85.4542084 + value: 86.8451538 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -106539,7 +106539,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.23307776 + value: 13.3776693 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -106720,7 +106720,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 4.80607176 + value: 20.1773682 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -106802,7 +106802,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 88.2803879 + value: 86.7712402 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -106990,7 +106990,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 3.84615445 + value: 32.6681175 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -107178,7 +107178,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 38.4804001 + value: 63.4884872 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -107288,7 +107288,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 53.4046402 + value: 53.2150307 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -107452,7 +107452,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 19.3627491 + value: 45.750145 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -107562,7 +107562,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 1.43660247 + value: 3.84331012 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -107718,7 +107718,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 16.6666698 + value: 45.0110474 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -107828,7 +107828,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.59067392 + value: 23.7989464 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -107938,7 +107938,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 87.8058929 + value: 86.6973267 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -108020,7 +108020,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 11.6279097 + value: 17.9600754 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -108102,7 +108102,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 10.5392179 + value: 43.3850327 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -108208,7 +108208,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 87.1987915 + value: 86.6234131 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -108318,7 +108318,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 3.11803961 + value: 41.9068375 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -108400,7 +108400,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 68.548317 + value: 70.8798218 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -108506,7 +108506,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 55.3114204 + value: 56.4670601 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -108588,7 +108588,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 88.1117477 + value: 86.5494995 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -108670,7 +108670,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 58.3333473 + value: 68.9580688 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -108772,7 +108772,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 88.0274277 + value: 86.4755859 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -108878,7 +108878,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 11.8043995 + value: 26.2379684 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -108980,7 +108980,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .348837227 + value: 20.0295486 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -109090,7 +109090,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.51414275 + value: 5.09977627 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -109172,7 +109172,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 8.8372097 + value: 30.3030052 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -109278,7 +109278,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .114613183 + value: .147819653 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -109360,7 +109360,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 4.58830833 + value: 10.421279 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -109438,7 +109438,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 13.9705915 + value: 44.7154083 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -109548,7 +109548,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.27656031 + value: 14.5602255 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -109729,7 +109729,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 10.0337381 + value: 41.5730553 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -109835,7 +109835,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 4.64216614 + value: 33.4072151 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -109941,7 +109941,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 4.11723709 + value: 12.3429327 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -110023,7 +110023,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 52.2058945 + value: 67.1841431 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -110105,7 +110105,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 87.1529007 + value: 86.4016724 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -110187,7 +110187,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.32558203 + value: 4.87804699 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -110269,7 +110269,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 51.5174026 + value: 56.0236015 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -110375,7 +110375,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.18627477 + value: 43.0154839 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -110481,7 +110481,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 39.9509888 + value: 63.6363068 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -110591,7 +110591,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 68.625 + value: 58.1669846 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -110697,7 +110697,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 13.9966469 + value: 29.4160881 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -110775,7 +110775,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 85.293808 + value: 86.3277588 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -111049,7 +111049,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 87.6747208 + value: 86.2538452 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -111159,7 +111159,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 87.3214264 + value: 86.1799316 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -111258,7 +111258,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 86.7286301 + value: 86.1060181 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -111418,7 +111418,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 64.8482971 + value: 71.0276489 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -111528,7 +111528,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .0789889395 + value: 10.2734594 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -111618,7 +111618,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 50.3458939 + value: 51.2194672 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -111704,7 +111704,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 3.03541303 + value: 15.1515036 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -111868,7 +111868,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .552922606 + value: 4.73022747 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -111958,7 +111958,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.9607842 + value: 43.6067619 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -112084,7 +112084,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 48.4820175 + value: 79.2135239 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -112207,7 +112207,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 87.2402344 + value: 86.0321045 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -112289,7 +112289,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 85.0487137 + value: 85.9581909 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -112379,7 +112379,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 85.4703522 + value: 85.8842773 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -112481,7 +112481,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 67.8921127 + value: 83.0016479 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -112563,7 +112563,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.78837609 + value: 13.0820303 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -112645,7 +112645,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 86.4916687 + value: 85.8103638 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -112813,7 +112813,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 19.117651 + value: 45.6762352 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -112973,7 +112973,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 13.4803953 + value: 44.1241302 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -113079,7 +113079,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 4.14507914 + value: 36.511425 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -113161,7 +113161,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 54.4684715 + value: 75.0189819 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -113271,7 +113271,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 76.3633652 + value: 83.7407837 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -113377,7 +113377,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 0 + value: 8.27789593 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -113463,7 +113463,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 7.10784435 + value: 33.9245834 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -113589,7 +113589,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 57.7106361 + value: 58.6843529 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -113745,7 +113745,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 3.98010015 + value: 32.2985687 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -113851,7 +113851,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 47.3859062 + value: 51.1455574 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -113953,7 +113953,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: .445434302 + value: 41.3894691 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -114023,7 +114023,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 5.60928488 + value: 38.654808 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -114105,7 +114105,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 72.5489044 + value: 77.9016113 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -114183,7 +114183,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 84.3324966 + value: 85.7364502 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -114265,7 +114265,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 3.5916822 + value: 37.7678909 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -114371,7 +114371,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 74.2645645 + value: 85.6625366 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -114453,7 +114453,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 50.6617393 + value: 62.6754799 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -114563,7 +114563,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 7.35385513 + value: 7.39097881 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -114645,7 +114645,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 4.76744366 + value: 24.2424049 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -114759,7 +114759,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 84.8036194 + value: 85.5147095 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -114841,7 +114841,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 3.48162413 + value: 37.6939812 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -114968,7 +114968,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 14.2156897 + value: 44.7893181 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -115078,7 +115078,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 84.5585251 + value: 85.4407959 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -115188,7 +115188,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 84.3134308 + value: 85.3668823 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -115298,7 +115298,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 4.01554537 + value: 36.6592445 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -115376,7 +115376,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 87.184227 + value: 85.2929688 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -115458,7 +115458,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 66.6666412 + value: 72.9494019 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -115540,7 +115540,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.45098042 + value: 40.5764618 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -115650,7 +115650,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 51.7156982 + value: 67.1102295 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -115806,7 +115806,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .773694336 + value: 37.1027031 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -115916,7 +115916,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 27.696085 + value: 59.7929993 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -116042,7 +116042,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 2.70270348 + value: 10.8146114 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -116251,7 +116251,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 84.6156464 + value: 85.2190552 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -116333,7 +116333,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 41.7808456 + value: 49.2978134 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -116443,7 +116443,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 6.23946428 + value: 15.8166914 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -116525,7 +116525,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .3771213 + value: 1.77383637 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -116721,7 +116721,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 84.0683365 + value: 85.1451416 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -116902,7 +116902,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.69704628 + value: 6.5040617 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -116984,7 +116984,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 53.8904228 + value: 54.2497673 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -117066,7 +117066,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 5.88673925 + value: 17.8861656 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -117148,7 +117148,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 86.8469467 + value: 85.071228 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -117304,7 +117304,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 43.6644211 + value: 51.8107452 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -117652,7 +117652,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 55.2682571 + value: 56.7626991 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -117816,7 +117816,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 51.3487701 + value: 55.6540527 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -117922,7 +117922,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 2.01131415 + value: 9.26966667 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -118082,7 +118082,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 24.7409477 + value: 22.985939 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -118368,7 +118368,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 7.04815197 + value: 18.4035339 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -118446,7 +118446,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 32.3529472 + value: 61.1972847 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -118552,7 +118552,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 4.4117651 + value: 43.902401 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -118662,7 +118662,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 8.57843304 + value: 40.502552 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -118964,7 +118964,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.81347144 + value: 31.5594711 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -119074,7 +119074,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 46.8800087 + value: 50.7020988 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -119258,7 +119258,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 41.1764793 + value: 64.0797729 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -119442,7 +119442,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 43.338726 + value: 47.2283401 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -119638,7 +119638,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 3.63247919 + value: 38.5069885 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -119744,7 +119744,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 86.5939865 + value: 84.9973145 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -119830,7 +119830,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 86.1132202 + value: 84.9234009 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -119912,7 +119912,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 7.41670847 + value: 7.46488857 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -119990,7 +119990,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 10.1180553 + value: 24.833683 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -120104,7 +120104,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 11.5196104 + value: 35.1071396 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -120288,7 +120288,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 58.0080948 + value: 57.5757065 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -120374,7 +120374,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 85.7145386 + value: 84.8494873 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -120562,7 +120562,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 3.8461535 + value: 57.3034019 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -120689,7 +120689,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.44988847 + value: 35.4027786 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -120799,7 +120799,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 86.2793655 + value: 84.7755737 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -120905,7 +120905,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 51.7703514 + value: 56.6148796 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -121159,7 +121159,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 86.2567062 + value: 84.7016602 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -121241,7 +121241,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.75707889 + value: 7.98225689 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -121323,7 +121323,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 14.4182329 + value: 30.0073662 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -121569,7 +121569,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 85.9203644 + value: 84.6277466 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -121651,7 +121651,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 2.0236094 + value: 14.412406 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -121737,7 +121737,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 85.8575134 + value: 84.553833 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -121819,7 +121819,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 53.7400513 + value: 53.2889404 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -121917,7 +121917,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 53.6764832 + value: 67.6276245 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -122031,7 +122031,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 1.54738879 + value: 32.4463882 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -122137,7 +122137,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 85.625 + value: 84.4799194 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -122219,7 +122219,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 42.3440971 + value: 52.7715721 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -122345,7 +122345,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 66.4215469 + value: 72.8754883 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -122464,7 +122464,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 85.6974182 + value: 83.9625244 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -122546,7 +122546,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 24.7549076 + value: 49.4456329 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -122738,7 +122738,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 83.8232422 + value: 83.8886108 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -122836,7 +122836,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 85.6091461 + value: 83.6668701 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -122918,7 +122918,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.49253738 + value: 32.224659 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -123024,7 +123024,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 70.3430557 + value: 77.2363892 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -123102,7 +123102,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 75.625 + value: 83.5929565 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -123184,7 +123184,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 53.4886322 + value: 53.0672112 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -123286,7 +123286,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 71.2429962 + value: 71.3972168 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -123474,7 +123474,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 83.5781479 + value: 83.519043 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -123584,7 +123584,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 83.3330536 + value: 83.4451294 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -123711,7 +123711,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 7.24546719 + value: 5.83887386 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -123789,7 +123789,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 7.16333246 + value: 8.94308376 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -123871,7 +123871,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 5.311975 + value: 20.6947365 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -123957,7 +123957,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .521609545 + value: 7.24315929 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -124039,7 +124039,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 50.2526588 + value: 55.3584137 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -124145,7 +124145,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 48.313385 + value: 52.2542038 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -124354,7 +124354,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 53.431385 + value: 67.5537109 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -124695,7 +124695,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 9.55882549 + value: 40.7242813 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -124805,7 +124805,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 51.1801376 + value: 55.580143 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -124989,7 +124989,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.27868795 + value: 12.564662 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -125071,7 +125071,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 4.06189489 + value: 37.9896202 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -125345,7 +125345,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 83.0879593 + value: 83.3712158 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -125529,7 +125529,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 81.6173935 + value: 83.2973022 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -125611,7 +125611,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.74081242 + value: 32.5942078 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -125820,7 +125820,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 85.2918549 + value: 82.9277344 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -125902,7 +125902,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.85497522 + value: 14.2645864 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -126004,7 +126004,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 85.5816879 + value: 82.8538208 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -126299,7 +126299,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 44.4348373 + value: 48.1152573 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -126405,7 +126405,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .18856065 + value: 1.3303771 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -126487,7 +126487,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 25.9803982 + value: 49.9630013 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -126601,7 +126601,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .230414748 + value: 41.4633789 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -126711,7 +126711,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 80.6370163 + value: 82.7799072 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -126801,7 +126801,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 8.33333492 + value: 39.3939056 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -126907,7 +126907,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 84.4383545 + value: 82.7059937 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -126989,7 +126989,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 16.5386829 + value: 27.2727051 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -127157,7 +127157,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 0 + value: 31.3377419 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -127267,7 +127267,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 80.391922 + value: 82.6320801 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -127369,7 +127369,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 84.2987823 + value: 82.4103394 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -127447,7 +127447,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 5.39629221 + value: 29.7752972 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -127533,7 +127533,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 80.1468277 + value: 81.9668579 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -127643,7 +127643,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 80.4037399 + value: 81.8929443 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -127753,7 +127753,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.83406782 + value: 9.09090328 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -127995,7 +127995,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 7.73097515 + value: 15.8707943 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -128077,7 +128077,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.80802298 + value: 1.62601662 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -128159,7 +128159,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 5.48060942 + value: 20.7686462 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -128245,7 +128245,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 65.686264 + value: 72.6537476 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -128351,7 +128351,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 1.28205132 + value: 38.7287178 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -128433,7 +128433,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 0 + value: 41.6111984 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -128547,7 +128547,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 7.20930529 + value: 26.4596977 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -128661,7 +128661,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 83.8800659 + value: 81.8190308 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -128743,7 +128743,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 17.2365246 + value: 28.0857124 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -128821,7 +128821,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.885607 + value: 6.72579098 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -128903,7 +128903,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 83.8102798 + value: 81.7451172 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -128985,7 +128985,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.26475561 + value: 12.7124815 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -129067,7 +129067,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .139567345 + value: 6.8736105 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -129247,7 +129247,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 16.6562042 + value: 22.6903 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -129329,7 +129329,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 63.2353096 + value: 70.4363403 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -129435,7 +129435,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 84.4016647 + value: 81.6712036 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -129521,7 +129521,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 83.6780548 + value: 81.59729 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -129631,7 +129631,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 58.8941422 + value: 58.9060822 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -129799,7 +129799,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 11.9730339 + value: 26.385788 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -129913,7 +129913,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 79.8838272 + value: 81.5233765 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -130023,7 +130023,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 79.9017334 + value: 81.4494629 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -130249,7 +130249,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .921658993 + value: 38.2113495 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -130359,7 +130359,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 83.3090515 + value: 81.3755493 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -130523,7 +130523,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 83.462532 + value: 81.3016357 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -130605,7 +130605,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 83.6049347 + value: 81.2277222 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -130687,7 +130687,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 34.068634 + value: 62.3059311 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -130793,7 +130793,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .697836697 + value: 5.32150555 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -130875,7 +130875,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 5.02828169 + value: 10.9386473 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -130957,7 +130957,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 59.0198517 + value: 58.9799919 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -131039,7 +131039,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 57.5113373 + value: 56.9844284 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -131117,7 +131117,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 38.3871231 + value: 47.3022499 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -131227,7 +131227,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 44.6078529 + value: 64.9667358 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -131337,7 +131337,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 79.6566391 + value: 81.1538086 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -131447,7 +131447,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 7.41990519 + value: 22.0990219 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -131627,7 +131627,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 16.1764736 + value: 44.8632278 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -131737,7 +131737,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .458452731 + value: 1.10864747 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -131815,7 +131815,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 12.7318888 + value: 27.1987953 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -131937,7 +131937,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .337268114 + value: 11.6777449 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -132023,7 +132023,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 60.5252914 + value: 75.6842041 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -132101,7 +132101,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 79.4115448 + value: 81.079895 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -132211,7 +132211,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 54.3685989 + value: 54.3975868 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -132293,7 +132293,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.7649765 + value: 42.6459351 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -132375,7 +132375,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 9.4777565 + value: 16.4818802 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -132481,7 +132481,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 50.0345879 + value: 71.0674515 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -132580,7 +132580,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 83.3434753 + value: 81.0059814 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -132662,7 +132662,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 26.5544205 + value: 43.3988991 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -132772,7 +132772,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 0 + value: 38.1374397 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -132882,7 +132882,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 43.8725586 + value: 64.8928223 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -132992,7 +132992,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 43.001461 + value: 46.7848816 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -133094,7 +133094,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 6.73575449 + value: 15.8906012 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -133331,7 +133331,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 83.2806244 + value: 80.9320679 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -133495,7 +133495,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 4.21118832 + value: 9.90391064 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -133675,7 +133675,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 42.8921661 + value: 64.597168 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -133899,7 +133899,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 7.31708193 + value: 8.64744473 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -133977,7 +133977,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 83.0109863 + value: 80.4146729 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -134059,7 +134059,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 54.1171799 + value: 54.028038 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -134141,7 +134141,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 79.1664505 + value: 80.3407593 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -134223,7 +134223,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 78.9213562 + value: 80.2668457 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -134407,7 +134407,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 52.6135139 + value: 81.7191696 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -134530,7 +134530,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.32108307 + value: 32.520298 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -134640,7 +134640,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 79.262825 + value: 80.1929321 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -134750,7 +134750,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .298062593 + value: 11.3081961 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -134832,7 +134832,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.93929231 + value: 14.3384962 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -135000,7 +135000,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 51.1844254 + value: 54.6193161 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -135078,7 +135078,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 78.5298843 + value: 80.1190186 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -135188,7 +135188,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 13.3221092 + value: 27.9378929 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -135294,7 +135294,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 3.20417237 + value: 12.1951132 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -135376,7 +135376,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 46.964325 + value: 50.7760086 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -135482,7 +135482,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 52.9411888 + value: 67.4058838 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -135564,7 +135564,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 45.5882454 + value: 65.2623901 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -135769,7 +135769,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.75071645 + value: 1.6999265 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -135851,7 +135851,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 40.441185 + value: 63.7841263 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -136051,7 +136051,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 10.8108101 + value: 16.851429 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -136129,7 +136129,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: .745156467 + value: 12.9213543 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -136285,7 +136285,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 82.8080826 + value: 80.045105 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -136482,7 +136482,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 83.3898239 + value: 79.9711914 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -136588,7 +136588,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 7.67285681 + value: 22.2468414 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -136666,7 +136666,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 78.7097778 + value: 79.8972778 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -136780,7 +136780,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 40.2646866 + value: 49.0760841 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -136894,7 +136894,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.53524089 + value: 11.012557 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -136976,7 +136976,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.75438595 + value: 25.7206001 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -137086,7 +137086,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 1.25610614 + value: 10.0517302 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -137164,7 +137164,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 10.2739735 + value: 41.2416496 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -137242,7 +137242,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 13.237792 + value: 27.8639832 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -137344,7 +137344,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.8860116 + value: 36.5853348 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -137426,7 +137426,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 11.8887167 + value: 26.3118782 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -137532,7 +137532,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 35.7843208 + value: 61.714653 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -137642,7 +137642,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.43839478 + value: 3.39985156 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -137724,7 +137724,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.95109606 + value: 15.0775938 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -137974,7 +137974,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 25.0000057 + value: 49.8890915 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -138076,7 +138076,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 7.16695356 + value: 21.5816536 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -138174,7 +138174,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 4.89038897 + value: 20.2512779 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -138260,7 +138260,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 54.3841553 + value: 73.3189697 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -138465,7 +138465,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 43.1372643 + value: 64.6710815 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -138629,7 +138629,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 21.0784359 + value: 46.2675133 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -138821,7 +138821,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 37.5000076 + value: 63.1189384 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -139009,7 +139009,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 4.04721689 + value: 18.9209023 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -139099,7 +139099,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 82.6361694 + value: 79.8233643 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -139181,7 +139181,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.97444677 + value: 5.7649641 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -139361,7 +139361,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 44.25 + value: 52.1063843 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -139463,7 +139463,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.71386039 + value: 13.5993986 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -139545,7 +139545,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 57.1078568 + value: 68.588501 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -139811,7 +139811,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 76.2253189 + value: 79.7494507 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -140087,7 +140087,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 78.6762619 + value: 79.52771 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -140193,7 +140193,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 3.08285165 + value: 52.6685677 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -140303,7 +140303,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 82.0039062 + value: 79.4537964 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -140503,7 +140503,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.77430809 + value: 9.2387228 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -140589,7 +140589,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 51.5411911 + value: 62.6015701 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -140699,7 +140699,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 9.80392361 + value: 40.7981911 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -140826,7 +140826,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 81.875 + value: 79.3798828 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -140932,7 +140932,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 79.2811203 + value: 76.7929077 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -141014,7 +141014,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 82.9682236 + value: 79.0842285 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -141096,7 +141096,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 14.950984 + value: 41.0199203 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -141288,7 +141288,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 0 + value: 4.58240795 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -141370,7 +141370,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.0315187 + value: 4.06503963 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -141452,7 +141452,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 47.6300049 + value: 51.5151062 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -141558,7 +141558,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.125 + value: 23.1337585 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -141750,7 +141750,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 48.2290688 + value: 52.180294 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -141852,7 +141852,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: .580270767 + value: 37.0287933 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -142040,7 +142040,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 20.5029049 + value: 25.1293221 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -142154,7 +142154,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 17.4019642 + value: 45.2327766 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -142240,7 +142240,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 6.91388178 + value: 5.98669338 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -142318,7 +142318,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 82.327034 + value: 79.0103149 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -142392,7 +142392,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 10.9794722 + value: 24.6858635 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -142572,7 +142572,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 55.7332153 + value: 73.3928833 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -142674,7 +142674,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 24.0196133 + value: 48.9282646 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -142784,7 +142784,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 53.9215813 + value: 67.7015381 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -142866,7 +142866,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 29.901968 + value: 60.5320969 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -142972,7 +142972,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 4.65686321 + value: 35.4766884 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -143164,7 +143164,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 5.14705944 + value: 40.6503716 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -143274,7 +143274,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 56.3725624 + value: 68.3667603 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -143384,7 +143384,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 82.1850967 + value: 78.9364014 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -143548,7 +143548,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 6.87679863 + value: 8.42571545 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -143630,7 +143630,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 74.8582993 + value: 72.3580933 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -143736,7 +143736,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 2.69749522 + value: 32.7420273 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -143846,7 +143846,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.09612143 + value: 12.0472937 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -143928,7 +143928,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 52.6960907 + value: 67.3319702 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -144038,7 +144038,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .0573065914 + value: .0739098266 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -144202,7 +144202,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.69814515 + value: 14.9297743 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -144288,7 +144288,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 79.273735 + value: 78.8624878 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -144382,7 +144382,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .515759349 + value: 1.18255734 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -144464,7 +144464,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 48.5294228 + value: 66.149353 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -144574,7 +144574,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 37.2549095 + value: 62.0842018 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -144684,7 +144684,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 32.5980453 + value: 61.3451042 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -144790,7 +144790,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 3.21004939 + value: 6.1345129 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -144868,7 +144868,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 54.299839 + value: 73.4667969 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -144974,7 +144974,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 82.12043 + value: 78.7885742 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -145056,7 +145056,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 11.9421787 + value: 18.1818047 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -145138,7 +145138,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 82.0864563 + value: 78.7146606 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -145302,7 +145302,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.89573443 + value: 12.2690229 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -145552,7 +145552,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 81.632843 + value: 78.6407471 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -145634,7 +145634,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.33630288 + value: 38.9504471 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -145744,7 +145744,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.47058821 + value: 42.8676643 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -145854,7 +145854,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 4.83972168 + value: 10.716918 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -146018,7 +146018,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .286532968 + value: .443458945 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -146100,7 +146100,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 7.84313869 + value: 39.6895447 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -146206,7 +146206,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 82.5466232 + value: 78.5668335 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -146329,7 +146329,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 21.6215801 + value: 28.1596222 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -146415,7 +146415,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 81.7722015 + value: 78.4929199 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -146497,7 +146497,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 58.3284492 + value: 57.7974358 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -146579,7 +146579,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 65.8583908 + value: 71.3233032 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -146685,7 +146685,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .980392158 + value: 42.350296 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -146795,7 +146795,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 3.3726809 + value: 31.88204 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -146980,7 +146980,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 59.0827065 + value: 59.0539017 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -147062,7 +147062,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 20.3094807 + value: 25.2032318 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -147357,7 +147357,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 53.3143539 + value: 53.5845795 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -147439,7 +147439,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 80.25 + value: 78.4190063 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -147553,7 +147553,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 22.5490246 + value: 47.5239792 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -147655,7 +147655,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 13.6775637 + value: 24.538044 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -147737,7 +147737,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 81.5347824 + value: 78.3450928 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -147823,7 +147823,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 4.65116167 + value: 10.4951887 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -148004,7 +148004,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 7.11793566 + value: 18.4774437 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -148082,7 +148082,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 4.90196133 + value: 40.1330032 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -148192,7 +148192,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.48997188 + value: 2.14338565 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -148270,7 +148270,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 56.7135239 + value: 75.536377 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -148376,7 +148376,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 30.5050983 + value: 47.4500694 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -148490,7 +148490,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .573065937 + value: .739098251 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -148568,7 +148568,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 45.8333435 + value: 65.3363037 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -148756,7 +148756,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 4.71401501 + value: 10.5690985 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -148834,7 +148834,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 2.36087728 + value: 28.9326 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -148920,7 +148920,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 60.4628296 + value: 75.1668091 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -149166,7 +149166,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 79.6987762 + value: 78.2711792 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -149248,7 +149248,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 73.2841873 + value: 78.1972656 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -149436,7 +149436,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.13136411 + value: 3.6954906 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -149518,7 +149518,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 42.647068 + value: 64.4493408 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -149628,7 +149628,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 79.6514282 + value: 78.1233521 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -149738,7 +149738,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 73.039093 + value: 78.0494385 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -149820,7 +149820,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 78.8299179 + value: 77.0146484 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -149906,7 +149906,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 39.7058907 + value: 63.562397 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -150016,7 +150016,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 0 + value: 4.50849819 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -150086,7 +150086,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 74.6614761 + value: 76.9407349 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -150274,7 +150274,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 5.12820482 + value: 41.6851082 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -150356,7 +150356,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 46.7956924 + value: 50.6281891 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -150462,7 +150462,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 11.0258017 + value: 21.6555634 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -150540,7 +150540,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 3.45699787 + value: 15.5210524 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -150626,7 +150626,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 33.5784378 + value: 62.1581116 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -150736,7 +150736,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.06837606 + value: 38.5808983 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -150854,7 +150854,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 1.71919847 + value: 3.0898881 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -151010,7 +151010,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 45.8476524 + value: 47.0066109 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -151092,7 +151092,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 1.06183636 + value: 3.10421252 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -151170,7 +151170,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 20.1160564 + value: 25.0554123 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -151272,7 +151272,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 76.1652069 + value: 76.8668213 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -151374,7 +151374,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .556586266 + value: 36.3636055 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -151456,7 +151456,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 79.4267807 + value: 76.6450806 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -151562,7 +151562,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 69.3626785 + value: 76.571167 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -151672,7 +151672,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 0 + value: 1.47819686 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -151758,7 +151758,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 79.1953125 + value: 76.4972534 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -151840,7 +151840,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 58.9569969 + value: 58.8321724 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -151922,7 +151922,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 0 + value: 13.9689474 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -151996,7 +151996,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 79.2581406 + value: 76.4233398 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -152102,7 +152102,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 0 + value: .221729487 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -152188,7 +152188,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 11.2507868 + value: 17.5166168 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -152266,7 +152266,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 11.793417 + value: 22.4685707 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -152426,7 +152426,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 41.0466003 + value: 47.9674377 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -152544,7 +152544,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 79.2552109 + value: 76.3494263 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -152626,7 +152626,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 4.97630644 + value: 19.0687218 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -152806,7 +152806,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 3.11968064 + value: 1.84774625 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -152884,7 +152884,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 79.0067596 + value: 76.2755127 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -152966,7 +152966,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 78.5400085 + value: 76.2015991 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -153048,7 +153048,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 69.1175842 + value: 76.1276855 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -153158,7 +153158,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 51.2644539 + value: 55.875782 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -153264,7 +153264,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 68.8724899 + value: 76.053772 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -153346,7 +153346,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 72.875 + value: 71.6928711 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -153452,7 +153452,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 5.97302723 + value: 25.9423294 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -153644,7 +153644,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 54.8968201 + value: 75.9798584 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -153726,7 +153726,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 42.4019699 + value: 64.3754272 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -153832,7 +153832,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 78.9208603 + value: 74.9450684 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -153914,7 +153914,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 44.5594292 + value: 51.884655 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -154020,7 +154020,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 6.66246843 + value: 5.54323483 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -154180,7 +154180,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 65.6563721 + value: 71.1754761 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -154286,7 +154286,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 78.7158966 + value: 74.8711548 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -154467,7 +154467,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 68.6273956 + value: 74.7972412 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -154577,7 +154577,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 78.4237595 + value: 74.7233276 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -154659,7 +154659,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .5902192 + value: 13.8211279 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -154741,7 +154741,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 53.6574287 + value: 54.1758575 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -154827,7 +154827,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 78.7522202 + value: 74.6494141 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -154933,7 +154933,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 2.78246212 + value: 15.003684 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -155015,7 +155015,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 7.5230689 + value: 17.0731583 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -155101,7 +155101,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 6.86274624 + value: 44.6414986 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -155293,7 +155293,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 1.82275343 + value: 6.65188122 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -155392,7 +155392,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 36.7647133 + value: 62.8232994 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -155596,7 +155596,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 78.0183945 + value: 74.5755005 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -155678,7 +155678,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 71.4556961 + value: 71.2493896 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -155788,7 +155788,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 77.674675 + value: 74.5015869 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -156066,7 +156066,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.9013536 + value: 33.3333054 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -156176,7 +156176,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 4.97470617 + value: 20.4730072 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -156262,7 +156262,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 78.2525482 + value: 74.4276733 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -156426,7 +156426,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 21.361063 + value: 25.4249611 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -156536,7 +156536,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 44.5191536 + value: 48.189167 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -156650,7 +156650,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .813953519 + value: 15.7427816 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -156764,7 +156764,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 4.16666698 + value: 42.4242058 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -156878,7 +156878,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 61.0294266 + value: 69.6972046 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -157001,7 +157001,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 58.3276863 + value: 57.6496162 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -157083,7 +157083,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 29.4117718 + value: 60.3842773 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -157390,7 +157390,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 52.4509926 + value: 67.2580566 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -157554,7 +157554,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 9.76743889 + value: 35.9201469 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -157636,7 +157636,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 76.4927216 + value: 74.3537598 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -157718,7 +157718,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 6.70641327 + value: 19.3643608 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -157800,7 +157800,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 73.7041016 + value: 71.8406982 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -157906,7 +157906,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 9.94942093 + value: 24.7597733 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -158008,7 +158008,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 8.54700661 + value: 29.0465393 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -158122,7 +158122,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 76.2226181 + value: 74.2798462 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -158228,7 +158228,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 73.8709869 + value: 74.2059326 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -158666,7 +158666,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 75.9899139 + value: 74.132019 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -158748,7 +158748,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 73.8877945 + value: 74.0581055 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -158961,7 +158961,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 1.13555717 + value: 4.95195675 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -159125,7 +159125,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 4.14833498 + value: 9.83000088 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -159203,7 +159203,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 16.4679375 + value: 29.1204491 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -159285,7 +159285,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 11.502202 + value: 17.8122559 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -159445,7 +159445,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 56.9430313 + value: 57.3539772 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -159527,7 +159527,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 68.4333038 + value: 73.9841919 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -159687,7 +159687,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .819672108 + value: 10.1256399 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -159769,7 +159769,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 74.8805618 + value: 73.9102783 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -159855,7 +159855,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 73.875 + value: 73.8363647 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -159961,7 +159961,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 7.92580843 + value: 22.8381195 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -160039,7 +160039,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 51.6017189 + value: 56.0975113 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -160141,7 +160141,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 8.62354469 + value: 24.0206757 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -160251,7 +160251,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 67.4019241 + value: 73.1711426 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -160353,7 +160353,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 11.6177301 + value: 17.2209778 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -160431,7 +160431,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 62.009819 + value: 70.140686 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -160537,7 +160537,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: .709723234 + value: 4.80413723 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -160804,7 +160804,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 49.5098152 + value: 66.4450073 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -160914,7 +160914,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 68.1397476 + value: 70.0667725 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -161106,7 +161106,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 6.06060553 + value: 41.7590179 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -161188,7 +161188,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 73.6644287 + value: 69.9928589 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -161262,7 +161262,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 5.34187984 + value: 41.8329277 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -161340,7 +161340,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 61.7647209 + value: 69.9189453 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -161528,7 +161528,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: .680658042 + value: .665188432 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x @@ -161606,7 +161606,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 28.9215755 + value: 60.1625481 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -161720,7 +161720,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 9.78078651 + value: 24.3902245 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -161826,7 +161826,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 33.0882416 + value: 61.4929237 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -161932,7 +161932,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 14.7058859 + value: 40.8721008 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -162042,7 +162042,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 70.457283 + value: 66.8884888 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -162124,7 +162124,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 50.9804039 + value: 66.8145752 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -162230,7 +162230,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 57.4484825 + value: 55.0627747 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -162394,7 +162394,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 48.4589767 + value: 57.9452553 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -162504,7 +162504,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 3.92156911 + value: 43.8284912 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -162614,7 +162614,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 2.10792637 + value: 14.4863157 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -162810,7 +162810,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 25.2451038 + value: 48.7065353 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -162916,7 +162916,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 12.0098066 + value: 35.8462372 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -163026,7 +163026,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 9.90783215 + value: 33.7767639 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -163136,7 +163136,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .916905463 + value: 3.76940036 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -163218,7 +163218,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: .44893381 + value: 19.8817291 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -163382,7 +163382,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 15.7575922 + value: 33.9984932 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -163496,7 +163496,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 33.3333397 + value: 61.5668335 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -163606,7 +163606,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 18.283287 + value: 29.2682686 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -163684,7 +163684,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 1.00565696 + value: 3.47376132 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -163766,7 +163766,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 57.574192 + value: 57.1322479 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -163844,7 +163844,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 45.4661522 + value: 59.7190895 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -163926,7 +163926,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 7.1060257 + value: 8.869174 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -164004,7 +164004,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: .710900545 + value: 13.3037596 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -164106,7 +164106,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 4.25531864 + value: 21.2860146 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -164224,7 +164224,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 45.3366203 + value: 59.6451797 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -164314,7 +164314,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 61.4083328 + value: 59.57127 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -164536,7 +164536,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 10.5769272 + value: 35.3288689 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -164650,7 +164650,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 58.75737 + value: 59.4973602 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -164896,7 +164896,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 30.6451874 + value: 52.9933014 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -165006,7 +165006,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 16.1897621 + value: 26.977066 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -165084,7 +165084,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 16.5933514 + value: 22.6163902 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -165264,7 +165264,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalPosition.z - value: 27.4509869 + value: 52.9193916 objectReference: {fileID: 0} - target: {fileID: 463702, guid: 6dac6372d911f0646a34e2e83f03c30c, type: 2} propertyPath: m_LocalRotation.x @@ -165362,7 +165362,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalPosition.z - value: 22.3039265 + value: 46.5631523 objectReference: {fileID: 0} - target: {fileID: 453620, guid: dbd21aa1b9a2cdf4a944f50e64d145a1, type: 2} propertyPath: m_LocalRotation.x @@ -165472,7 +165472,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalPosition.z - value: 16.911768 + value: 45.0849571 objectReference: {fileID: 0} - target: {fileID: 453404, guid: d10e5320df9f84d4186bda0ba98db9ff, type: 2} propertyPath: m_LocalRotation.x @@ -165582,7 +165582,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalPosition.z - value: 0 + value: 23.5033073 objectReference: {fileID: 0} - target: {fileID: 462204, guid: fb3806e9ed7ada045b1b57419ac1ee53, type: 2} propertyPath: m_LocalRotation.x @@ -165708,7 +165708,7 @@ Prefab: objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalPosition.z - value: 7.5 + value: 28.82481 objectReference: {fileID: 0} - target: {fileID: 417528, guid: c1b9b2ad3a021c549aa9190df3101248, type: 2} propertyPath: m_LocalRotation.x diff --git a/Assets/IsoTools/Scripts/IsoWorld.cs b/Assets/IsoTools/Scripts/IsoWorld.cs index 8b80f05..08dc958 100644 --- a/Assets/IsoTools/Scripts/IsoWorld.cs +++ b/Assets/IsoTools/Scripts/IsoWorld.cs @@ -9,10 +9,10 @@ namespace IsoTools { [ExecuteInEditMode, DisallowMultipleComponent] public class IsoWorld : MonoBehaviour { - bool _dirty = true; - HashSet _objects = new HashSet(); - HashSet _visibles = new HashSet(); - HashSet _oldVisibles = new HashSet(); + bool _dirty = false; + HashSet _objects = new HashSet(); + HashSet _visibles = new HashSet(); + HashSet _oldVisibles = new HashSet(); class Sector { public List objects = new List(); @@ -21,11 +21,11 @@ namespace IsoTools { } } - List _sectors = new List(); - float _sectorsSize = 0.0f; - Vector3 _sectorsMinNumPos = Vector3.zero; - Vector3 _sectorsMaxNumPos = Vector3.zero; - Vector3 _sectorsNumPosCount = Vector3.zero; + List _sectors = new List(); + float _sectorsSize = 0.0f; + Vector3 _sectorsMinNumPos = Vector3.zero; + Vector3 _sectorsMaxNumPos = Vector3.zero; + Vector3 _sectorsNumPosCount = Vector3.zero; // ------------------------------------------------------------------------ //