From bdaa24f430b2da9baa40565cadd0dc1c894c4b37 Mon Sep 17 00:00:00 2001 From: Daniel Lovell Date: Sat, 12 Oct 2024 16:37:52 -0700 Subject: [PATCH] Lower MissileInterceptor navigation gain from 10->3 --- .../Prefabs/MissileInterceptor.prefab | 65 ++++++++++--------- 1 file changed, 36 insertions(+), 29 deletions(-) diff --git a/Assets/Resources/Prefabs/MissileInterceptor.prefab b/Assets/Resources/Prefabs/MissileInterceptor.prefab index 16dd5618..e7fe416d 100644 --- a/Assets/Resources/Prefabs/MissileInterceptor.prefab +++ b/Assets/Resources/Prefabs/MissileInterceptor.prefab @@ -331,9 +331,38 @@ MonoBehaviour: _acceleration: {x: 0, y: 0, z: 0} _dragAcceleration: {x: 0, y: 0, z: 0} _speed: 0 + _interceptors: [] _target: {fileID: 0} _timeSinceBoost: 0 _timeInPhase: 0 + _staticAgentConfig: + name: + agentClass: + powerTable: + IDLE: 0 + LOW: 0 + CRUISE: 0 + MIL: 0 + MAX: 0 + accelerationConfig: + maxReferenceNormalAcceleration: 300 + referenceSpeed: 1000 + maxForwardAcceleration: 50 + boostConfig: + boostTime: 0.3 + boostAcceleration: 350 + liftDragConfig: + liftCoefficient: 0.2 + dragCoefficient: 0.7 + liftDragRatio: 5 + bodyConfig: + mass: 0.37 + crossSectionalArea: 0.0003 + finArea: 0.0006 + bodyArea: 0.01 + hitConfig: + hitRadius: 1 + killProbability: 0.9 _dynamicAgentConfig: name: agent_model: @@ -351,6 +380,9 @@ MonoBehaviour: sensor_config: type: 0 frequency: 0 + flight_config: + evasionEnabled: 0 + evasionRangeThreshold: 0 plotting_config: color: 0 linestyle: 0 @@ -374,40 +406,15 @@ MonoBehaviour: sensor_config: type: 0 frequency: 0 + flight_config: + evasionEnabled: 0 + evasionRangeThreshold: 0 plotting_config: color: 0 linestyle: 0 marker: 0 - _staticAgentConfig: - name: - agentClass: - powerTable: - IDLE: 0 - LOW: 0 - CRUISE: 0 - MIL: 0 - MAX: 0 - accelerationConfig: - maxReferenceNormalAcceleration: 300 - referenceSpeed: 1000 - maxForwardAcceleration: 50 - boostConfig: - boostTime: 0.3 - boostAcceleration: 350 - liftDragConfig: - liftCoefficient: 0.2 - dragCoefficient: 0.7 - liftDragRatio: 5 - bodyConfig: - mass: 0.37 - crossSectionalArea: 0.0003 - finArea: 0.0006 - bodyArea: 0.01 - hitConfig: - hitRadius: 1 - killProbability: 0.9 + _navigationGain: 3 _showDebugVectors: 1 - _navigationGain: 10 --- !u!54 &8492474273001620913 Rigidbody: m_ObjectHideFlags: 0