@alkexr said in Custom Firing Groups for units:
<firingGroup name="sub" display="Sub" canNotTarget="true">
<target value="$AIR_UNITS$" />
</firingGroup>
I'll want to spend some more time thinking about this proposal, kinda interesting!
For variables, I think it might be easier all round to natively reference the list instead of an implicit inline. EG:
<firingGroup name="sub" display="Sub" canNotTarget="true"> <target unitList="AIR_UNITS" /> </firingGroup>