Dragon - Update to new framework (#10025)

This commit is contained in:
Bailey Danyluk 2024-08-23 08:46:30 -06:00 committed by GitHub
parent a1cafef5ae
commit 8d2b2ce3b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,9 +38,8 @@ class CfgAmmo {
EGVAR(vehicle_damage,incendiary) = 1.0;
class ace_missileguidance {
minDeflection = 0;
maxDeflection = 0;
incDeflection = 0;
pitchRate = 0;
yawRate = 0;
canVanillaLock = 0;
@ -51,6 +50,9 @@ class CfgAmmo {
defaultSeekerLockMode = "LOAL";
seekerLockModes[] = { "LOAL", "LOBL" };
defaultNavigationType = "LineOfSight";
navigationTypes[] = { "LineOfSight" };
seekLastTargetPos = 0;
seekerAngle = 30;
seekerAccuracy = 1;
@ -82,6 +84,9 @@ class CfgAmmo {
class ace_missileguidance {
enabled = 1;
pitchRate = 0;
yawRate = 0;
// Guidance type for munitions
defaultSeekerType = "SACLOS";
seekerTypes[] = { "SACLOS" };