diff --git a/Assets/ScriptedAssets/Characters/BlueShip.asset b/Assets/ScriptedAssets/Characters/BlueShip.asset index c2d7490..c13c10f 100644 --- a/Assets/ScriptedAssets/Characters/BlueShip.asset +++ b/Assets/ScriptedAssets/Characters/BlueShip.asset @@ -13,11 +13,11 @@ MonoBehaviour: m_Name: BlueShip m_EditorClassIdentifier: shipObject: {fileID: 1372816401649438144, guid: 65cd4fa5e050652409dd9b062365c7e8, type: 3} - shipName: BlueBlitz - thrustAcceleration: 1500 + shipName: Blue Blitz + thrustAcceleration: 1275 steerVelocity: 300 - normalMaxVelocity: 25 - absolutMaxVelocity: 45 + normalMaxVelocity: 22 + absolutMaxVelocity: 40 antiDriftAmount: 6 minAntiDriftFactor: 0.1 normalDrag: 3 @@ -32,4 +32,4 @@ MonoBehaviour: tackleCriticalStunTime: 0.6 tackleBodyStunTime: 0.2 criticalTacklePowerFactor: 60 - normalTacklePowerFactor: 20 + normalTacklePowerFactor: 30 diff --git a/Assets/ScriptedAssets/Characters/RedShip.asset b/Assets/ScriptedAssets/Characters/RedShip.asset index 7201ecb..ca1db49 100644 --- a/Assets/ScriptedAssets/Characters/RedShip.asset +++ b/Assets/ScriptedAssets/Characters/RedShip.asset @@ -13,11 +13,11 @@ MonoBehaviour: m_Name: RedShip m_EditorClassIdentifier: shipObject: {fileID: 1372816401649438144, guid: 46f84e56340e83e4ba7c6abbccd2ae3f, type: 3} - shipName: RedMenace - thrustAcceleration: 1500 + shipName: Red Menace + thrustAcceleration: 1300 steerVelocity: 300 normalMaxVelocity: 25 - absolutMaxVelocity: 45 + absolutMaxVelocity: 42 antiDriftAmount: 9 minAntiDriftFactor: 0.01 normalDrag: 3 @@ -31,5 +31,5 @@ MonoBehaviour: stunLooseControlFactor: 0.1 tackleCriticalStunTime: 0.6 tackleBodyStunTime: 0.2 - criticalTacklePowerFactor: 60 - normalTacklePowerFactor: 20 + criticalTacklePowerFactor: 65 + normalTacklePowerFactor: 32