I'm working with the OODA field in the Unit wrapper,
https://commandlua.github.io/#wrapper_Unit. I have three values to work with,
Detection,
Evasion, and
Targeting.
Code: Select all
unit.OODA = {detection = 900, evasion = 900, targeting = 1}
This gives me a ship that doesn't evade incoming missiles but almost instantly targets the incoming strike. Evasion and targeting have impacts to what I'd expect to see.
What is detection doing? I've manipulated it big, small, in between, and the incoming strike is detected at approximately the same point every time. I've tested it on aircraft and see no impact. Am I missing something to use it properly?