# 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가 필요합니다.
첫댓글 오오 왠지 모르게 교육 이벤트가 떠서 놀랐습니다. 근데 효과가 adm 증가였는데, 이미 관리 능력이 6이라 아무 변화 없었네요.
새로생긴건가요?
첫번째꺼는 여러번 봤는데 두번째꺼 처음떠서 검색해봤더니 친절하게 올려두신게 있네요! 덕분에 잘 읽고 갑니다!