# Education for a [Title]
country_event = {
id = tyw_events.7
title = "tyw_events.7.t"
desc = "tyw_events.7.d"
picture = MONARCH_CHILD_WITH_REGENT_eventPicture
trigger = {
has_dlc = "Art of War"
has_regency = yes
has_advisor = yes
NOT = { has_country_flag = heir_adm_education }
NOT = { has_country_flag = heir_dip_education }
NOT = { has_country_flag = heir_mil_education }
is_lesser_in_union = no
}
mean_time_to_happen = {
months = 800
}
option = {
name = "tyw_events.7.a"
trigger = {
OR = {
advisor = philosopher
advisor = natural_scientist
advisor = artist
advisor = treasurer
advisor = theologian
advisor = master_of_mint
advisor = inquisitor
}
}
set_country_flag = heir_adm_education
custom_tooltip = "tyw_events.7.a.tt"
}
option = {
name = "tyw_events.7.b"
trigger = {
OR = {
advisor = statesman
advisor = naval_reformer
advisor = trader
advisor = spymaster
advisor = colonial_governor
advisor = diplomat
advisor = navigator
}
}
set_country_flag = heir_dip_education
custom_tooltip = "tyw_events.7.b.tt"
}
option = {
name = "tyw_events.7.b"
trigger = {
OR = {
advisor = army_reformer
advisor = army_organiser
advisor = commandant
advisor = quartermaster
advisor = recruitmaster
advisor = fortification_expert
advisor = grand_captain
}
}
set_country_flag = heir_mil_education
custom_tooltip = "tyw_events.7.c.tt"
}
}
# An Educated [Ruler]
country_event = {
id = tyw_events.45
title = "tyw_events.45.t"
desc = "tyw_events.45.d"
picture = BIG_BOOK_eventPicture
trigger = {
has_dlc = "Art of War"
OR = {
has_country_flag = heir_adm_education
has_country_flag = heir_dip_education
has_country_flag = heir_mil_education
}
has_regency = no
}
mean_time_to_happen = {
days = 1
}
option = {
name = "tyw_events.45.a"
if = {
limit = { has_country_flag = heir_adm_education }
change_adm = 2
}
if = {
limit = { has_country_flag = heir_dip_education }
change_dip = 2
}
if = {
limit = { has_country_flag = heir_mil_education }
change_mil = 2
}
clr_country_flag = heir_adm_education
clr_country_flag = heir_dip_education
clr_country_flag = heir_mil_education
}
}
조건은 섭정 상태, 해당 조언자가 있을 것. 한 명당 한 번만 가능. MTTH는 800(6.7년)
못볼 확률이 높은 이벤트지만 일어날 경우 즉위시 능력 하나를 +2 가능.
# Jesuit Education for [Heir]
country_event = {
id = tyw_events.26
title = "tyw_events.26.t"
desc = "tyw_events.26.d"
picture = JESUIT_eventPicture
trigger = {
has_dlc = "Art of War"
religion = catholic
has_regency = yes
is_year = 1540
is_lesser_in_union = no
}
mean_time_to_happen = {
months = 1000
}
option = {
name = "tyw_events.26.a"
set_country_flag = jesuit_education
custom_tooltip = "tyw_events.26.a.tt"
every_neighbor_country = {
limit = {
OR = {
religion = protestant
religion = reformed
}
}
add_opinion = {
who = ROOT
modifier = jesuit_heir
}
}
}
option = {
name = "tyw_events.26.b"
add_adm_power = 25
}
}
# Jesuit Ascends to the Throne
country_event = {
id = tyw_events.27
title = "tyw_events.27.t"
desc = "tyw_events.27.d"
picture = JESUIT_eventPicture
trigger = {
has_dlc = "Art of War"
has_country_flag = jesuit_education
has_regency = no
}
mean_time_to_happen = {
days = 1
}
option = {
name = "tyw_events.27.a"
change_mil = 1
clr_country_flag = jesuit_education
add_ruler_modifier = {
name = jesuit_ruler
}
}
}
예수회 교육. 조건은 가톨릭, 1540년 이후, 섭정상태. MTTH는 1000(8.3년). 이것도 한 명당 한 번만 가능.
발생시 신교국가와 관계 -30. 즉위시 군사능력+1.
둘 다 AoW가 필요합니다.