I am trying to edit my own doctrines for DDG and CG.Now my Bureke and Ticonderoga can launch SM-2 automatically for each coming ASM or SSM when they found it.But the problem is that speed of Russian ASM or SSM is too fast.If SM-2 failed,maybe my ship will be damaged due to short range.I prefer to launch 2*SM-2 for missile which speed is more than 700 knots.
Can anybody teach me the order how to edit doctrines for launch 2*SM-2 for specified ASM.Thanks.........You can also check my doctines for DDG and CG,maybe that is more easy to understand.
TITLE CIWSAttack
RULE Watch incoming threats
IF SILOS < -400 AND ( ID = HOSTILE OR ID = UAE OR ID = UPD ) THEN
RULE Throw CM if applicable
IF TIMER1 = -1 AND CLASS = MISSILE THEN
COUNTERMEASURE Chaff
SET_TIMER 1 {120,150}
END
RULE SONIC MISSILE
IF CLASS = MISSILE AND SPD > 700 THEN (When target Speed more than 700,I prefer to launch two SAM for defending)
ATTACK_BEST
END
RULE Default Attack MISSILE
IF CLASS = MISSILE AND RNG < 30000 THEN
ATTACK_BEST
END
RULE ASSIGN GUN
IF CLASS = MISSILE AND RNG < 5000 THEN
PRIORITY 255
FIRE_CLASS Bullet
END
RULE Default Attack Air
IF CLASS = AIR AND RNG < 5000 THEN
FIRE_CLASS Bullet
END
END


Reply With Quote
) and Who Dares Wins
