스크립트 트리거
timur_could_form_mughals_or_mongol_empire
정의in_game/common/scripted_triggers/situation_triggers.txt:536
537custom_tooltip = {
538text = timur_could_form_mughals_or_mongol_empire_tt 티무르는 MGE 또는 MUG을 창설할 수 있습니다
539OR = {
541formable_country:MUG_f = {
541is_allowed_for = prev
}
542location_progress_for_formable = {
542formable_country = formable_country:MUG_f
542value >= 1.0
}
}
545formable_country:MGE_f = {
545is_allowed_for = prev
}
546location_progress_for_formable = {
546formable_country = formable_country:MGE_f
546value >= 1.0
}
}
}
}