defined_text = { name = GetYugoDominantName text = { trigger = { check_variable = { global.yugo_dominant = 0 } } localization_key = yugo_dominant_none } text = { trigger = { check_variable = { global.yugo_dominant = SER.id } } localization_key = "[SER.GetName]" } text = { trigger = { check_variable = { global.yugo_dominant = CRO.id } } localization_key = "[CRO.GetName]" } text = { trigger = { check_variable = { global.yugo_dominant = SLV.id } } localization_key = "[SLV.GetName]" } text = { trigger = { check_variable = { global.yugo_dominant = BOS.id } } localization_key = "[BOS.GetName]" } text = { trigger = { check_variable = { global.yugo_dominant = FYR.id } } localization_key = "[FYR.GetName]" } text = { trigger = { check_variable = { global.yugo_dominant = MNT.id } } localization_key = "[MNT.GetName]" } text = { trigger = { check_variable = { global.yugo_dominant = KOS.id } } localization_key = "[KOS.GetName]" } }