"Blocked" - Can't defend when transported
"Alight" - Can defend if can alight or unload (current default)
But I'd like to have Marines defend a ship transporting them, even when not in a port (so they can't alight or unload). I tried experimenting with Attack action enabler with target reqs
Code: Select all
target_reqs={"type","name","range","present"
"UnitType","Marines","Local",TRUE
"UnitState","Transported","Local",TRUE
}
If I could use action enablers, I'd allow Marines to defend, while transported, against all naval units except submarines, and against Helicopters. Or would be good to have 3rd value for the field - "Always".