########### Scripted Effects ###########
##### Shoutout to the Millennium Dawn Team for figuring this out.
nkmp_research_all_scripted_effect = {
	for_each_loop = {
		array = global.technology
		meta_effect = {
			text = {
				ROOT = {
					set_technology = {
						[TECH] = 1
						popup = no
					}
				}
			}
			TECH = "[?v.GetTokenKey]"
		}
	}
}

