Skip to content

Commit

Permalink
Give all Tech 3 Sonars a BackUpDistance of 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Basilisk3 authored Mar 10, 2024
1 parent 6e0b695 commit 3218fea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions units/UAS0305/UAS0305_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ UnitBlueprint{
LifeBarOffset = 0.45,
LifeBarSize = 1.25,
Physics = {
BackUpDistance = 0,
BackUpDistance = 10,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -150,7 +150,7 @@ UnitBlueprint{
MaxAcceleration = 4.5,
MaxBrake = 4.5,
MaxSpeed = 4.5,
MaxSpeedReverse = 0,
MaxSpeedReverse = 4.5,
MaxSteerForce = 5,
MeshExtentsX = 1.1,
MeshExtentsY = 2,
Expand Down
4 changes: 2 additions & 2 deletions units/UES0305/UES0305_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ UnitBlueprint{
LifeBarOffset = 0.45,
LifeBarSize = 1.25,
Physics = {
BackUpDistance = 0,
BackUpDistance = 10,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -161,7 +161,7 @@ UnitBlueprint{
MaxAcceleration = 4.5,
MaxBrake = 4.5,
MaxSpeed = 4.5,
MaxSpeedReverse = 0,
MaxSpeedReverse = 4.5,
MaxSteerForce = 5,
MeshExtentsOffsetY = -1.7,
MeshExtentsX = 1.25,
Expand Down
4 changes: 2 additions & 2 deletions units/URS0305/URS0305_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ UnitBlueprint{
LifeBarOffset = 0.35,
LifeBarSize = 1.25,
Physics = {
BackUpDistance = 0,
BackUpDistance = 10,
BankingSlope = 0,
BuildOnLayerCaps = {
LAYER_Air = false,
Expand All @@ -158,7 +158,7 @@ UnitBlueprint{
MaxAcceleration = 4.5,
MaxBrake = 4.5,
MaxSpeed = 4.5,
MaxSpeedReverse = 0,
MaxSpeedReverse = 4.5,
MaxSteerForce = 5,
MinSpeedPercent = 0,
MotionType = "RULEUMT_Water",
Expand Down

0 comments on commit 3218fea

Please sign in to comment.