Skip to content

Commit

Permalink
Lower MissileInterceptor navigation gain from 10->3
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellovell committed Oct 12, 2024
1 parent 2998309 commit bdaa24f
Showing 1 changed file with 36 additions and 29 deletions.
65 changes: 36 additions & 29 deletions Assets/Resources/Prefabs/MissileInterceptor.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -351,6 +380,9 @@ MonoBehaviour:
sensor_config:
type: 0
frequency: 0
flight_config:
evasionEnabled: 0
evasionRangeThreshold: 0
plotting_config:
color: 0
linestyle: 0
Expand All @@ -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
Expand Down

0 comments on commit bdaa24f

Please sign in to comment.