From daa073761a5e2401fbf0a5b05a323f1575f0950f Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Sat, 28 Sep 2024 15:22:18 -0500 Subject: [PATCH] adjust physics values (#1932) Co-authored-by: Velcroboy --- Resources/Maps/arena.yml | 7 ++----- Resources/Maps/hammurabi.yml | 7 ++----- Resources/Maps/hive.yml | 7 ++----- Resources/Maps/tortuga.yml | 7 ++----- 4 files changed, 8 insertions(+), 20 deletions(-) diff --git a/Resources/Maps/arena.yml b/Resources/Maps/arena.yml index 426a614bb1c..49b7daf6b60 100644 --- a/Resources/Maps/arena.yml +++ b/Resources/Maps/arena.yml @@ -530,8 +530,8 @@ entities: - type: Broadphase - type: Physics bodyStatus: InAir - angularDamping: 10000 - linearDamping: 10000 + angularDamping: 0.05 + linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Fixtures @@ -11356,9 +11356,6 @@ entities: - 0 chunkSize: 4 - type: OccluderTree - - type: Shuttle - angularDamping: 10000 - linearDamping: 10000 - type: GridPathfinding - type: RadiationGridResistance - type: BecomesStation diff --git a/Resources/Maps/hammurabi.yml b/Resources/Maps/hammurabi.yml index afe6e3c6d38..8918fe2f0d0 100644 --- a/Resources/Maps/hammurabi.yml +++ b/Resources/Maps/hammurabi.yml @@ -712,16 +712,13 @@ entities: - type: Broadphase - type: Physics bodyStatus: InAir - angularDamping: 10000 - linearDamping: 10000 + angularDamping: 0.05 + linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Fixtures fixtures: {} - type: OccluderTree - - type: Shuttle - angularDamping: 10000 - linearDamping: 10000 - type: GridPathfinding - type: Gravity gravityShakeSound: !type:SoundPathSpecifier diff --git a/Resources/Maps/hive.yml b/Resources/Maps/hive.yml index 3b87acf9188..400c13bc653 100644 --- a/Resources/Maps/hive.yml +++ b/Resources/Maps/hive.yml @@ -516,16 +516,13 @@ entities: - type: Broadphase - type: Physics bodyStatus: InAir - angularDamping: 10000 - linearDamping: 10000 + angularDamping: 0.05 + linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Fixtures fixtures: {} - type: OccluderTree - - type: Shuttle - angularDamping: 10000 - linearDamping: 10000 - type: GridPathfinding - type: Gravity gravityShakeSound: !type:SoundPathSpecifier diff --git a/Resources/Maps/tortuga.yml b/Resources/Maps/tortuga.yml index d02e1724476..7b3ddc0bded 100644 --- a/Resources/Maps/tortuga.yml +++ b/Resources/Maps/tortuga.yml @@ -601,8 +601,8 @@ entities: - type: Broadphase - type: Physics bodyStatus: InAir - angularDamping: 10000 - linearDamping: 10000 + angularDamping: 0.05 + linearDamping: 0.05 fixedRotation: False bodyType: Dynamic - type: Fixtures @@ -12847,9 +12847,6 @@ entities: - type: BecomesStation id: Tortuga - type: OccluderTree - - type: Shuttle - angularDamping: 10000 - linearDamping: 10000 - type: GridPathfinding - type: RadiationGridResistance - type: GasTileOverlay