I just noticed this tech in the HOI tree.
application = { # Combat Unit Transport Procedure
id = 13004
...
effects = {
command = { type = activate_unit_type which = transports }
command = { type = max_organization which = transports when = now value = 10 }
command = { type = max_organization which = destroyer when = now value = 10 }
}
}
It has been removed in CORE.
Is this a fake tech or do transports really get activated by this?
So far I had the impression they are standard units, and the tech file format states doesn't have them in the activasion list.
application = { # Combat Unit Transport Procedure
id = 13004
...
effects = {
command = { type = activate_unit_type which = transports }
command = { type = max_organization which = transports when = now value = 10 }
command = { type = max_organization which = destroyer when = now value = 10 }
}
}
It has been removed in CORE.
Is this a fake tech or do transports really get activated by this?
So far I had the impression they are standard units, and the tech file format states doesn't have them in the activasion list.