UnlockTech Behaviour - jrossignol/ContractConfigurator GitHub Wiki
Behaviour for unlocking a technology. Note that this does not respect the ordering in the tech tree (it can unlock a node that doesn't have its prerequisites unlocked). Use the CanResearchTech requirement to guard against that condition.
BEHAVIOUR
{
name = UnlockTech
type = UnlockTech
// The ID of the technology to unlock on completion of the contract
// this behaviour is tied to.
//
// Type: string
// Required: Yes (multiples allowed)
//
techID = engineering101
}