Is it possible to move the TargetCountPerBank into the individual weapon descriptions?
Example:
A ship has laser turret and missiles. I want to make the laser bank fire forward at a single target. I want the missiles to fire in all directions at multiple targets. But I have to choose between
TargetCountPerBank:FRONT 4, in which case the laser incorrectly fires at 4 targets, or
TargetCountPerBank:FRONT 1, in which case the forward missiles incorrectly fire at 1 target.
If we move the target count per bank into the weapon descriptions you get much better control over it. The Mod I'm working on could sure use that ability.
Unless I'm reading it wrong? Is there a way to control that right now?
Thanks.