Skip to content

Commit

Permalink
Reduce maximum speed of Tech 2 transports (FAForever#5423)
Browse files Browse the repository at this point in the history
  • Loading branch information
Basilisk3 authored and Garanas committed Nov 16, 2023
1 parent 671d60d commit 4245e12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion units/UAA0104/UAA0104_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ UnitBlueprint{
KTurn = 2,
KTurnDamping = 2,
LiftFactor = 8,
MaxAirspeed = 14.3,
MaxAirspeed = 13.5,
StartTurnDistance = 10,
TransportHoverHeight = 4,
},
Expand Down
2 changes: 1 addition & 1 deletion units/UEA0104/UEA0104_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ UnitBlueprint {
KTurn = 2,
KTurnDamping = 2,
LiftFactor = 8,
MaxAirspeed = 14.3,
MaxAirspeed = 13.5,
StartTurnDistance = 10,
TransportHoverHeight = 4,
},
Expand Down
2 changes: 1 addition & 1 deletion units/URA0104/URA0104_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ UnitBlueprint{
KTurn = 2,
KTurnDamping = 2,
LiftFactor = 8,
MaxAirspeed = 14.3,
MaxAirspeed = 13.5,
StartTurnDistance = 10,
TransportHoverHeight = 4,
},
Expand Down
2 changes: 1 addition & 1 deletion units/XSA0104/XSA0104_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ UnitBlueprint{
KTurn = 2,
KTurnDamping = 4,
LiftFactor = 8,
MaxAirspeed = 14.3,
MaxAirspeed = 13.5,
StartTurnDistance = 10,
TransportHoverHeight = 4,
},
Expand Down

0 comments on commit 4245e12

Please sign in to comment.