########################################
# Jannisaries #
########################################
# The Janissaries
country_event = {
id = flavor_tur.100
title = "flavor_tur.EVTNAME100"
desc = "flavor_tur.EVTDESC100"
picture = MILITARY_CAMP_eventPicture
fire_only_once = yes
major = yes
trigger ={
tag = TUR
army_tradition = 50
OR = {
adm = 5
dip = 5
mil = 5
}
}
mean_time_to_happen = {
months = 32
}
option = {# Continue building up the Janissaries
name = "flavor_tur.EVTOPTA100"
add_country_modifier = {
name = tur_janissary
duration = -1
}
custom_tooltip = janissary_disaster_notifier
set_country_flag = janissary_timer
}
option = {# Disband them
name = "flavor_tur.EVTOPTB100"
ai_chance = { factor = 0 }
add_prestige = -5
}
}
# The Devsirme System
country_event = {
id = flavor_tur.101
title = "flavor_tur.EVTNAME101"
desc = "flavor_tur.EVTDESC101"
picture = MILITARY_CAMP_eventPicture
fire_only_once = yes
trigger ={
has_country_modifier = tur_janissary
has_country_modifier = the_provincial_system
NOT = { has_disaster = janissary_decadence }
}
mean_time_to_happen = {
months = 300
}
option = {# Increase recruiting through the devsirme system
name = "flavor_tur.EVTOPTA101"
add_army_tradition = 50
}
option = {# Our military focus should be elsehwere
name = "flavor_tur.EVTOPTB101"
add_mil_power = 200
}
}
# Janissary Reward
country_event = {
id = flavor_tur.102
title = "flavor_tur.EVTNAME102"
desc = "flavor_tur.EVTDESC102"
picture = MILITARY_CAMP_eventPicture
trigger ={
has_country_modifier = tur_janissary
NOT = { has_disaster = janissary_decadence }
}
is_triggered_only = yes
option = {# Give a reward and higher wages
name = "flavor_tur.EVTOPTA102"
add_years_of_income = -0.5
}
option = {# Refuse such blackmail
name = "flavor_tur.EVTOPTB102"
add_ruler_modifier = {
name = janissaries_denied_reward
}
}
}
# Janissaries Demand Pay
country_event = {
id = flavor_tur.111
title = "flavor_tur.EVTNAME111"
desc = "flavor_tur.EVTDESC111"
picture = LAND_MILITARY_eventPicture
trigger = {
has_country_modifier = tur_janissary
NOT = { has_disaster = janissary_decadence }
NOT = {
has_country_modifier = tur_janissaries_timer
}
num_of_owned_provinces_with = {
value = 30
is_core = ROOT
}
is_at_war = no
NOT = {
war_exhaustion = 1
}
NOT = {
adm = 6
}
NOT = {
mil = 6
}
}
mean_time_to_happen = {
months = 1000
}
immediate = {
hidden_effect = {
add_country_modifier = {
name = tur_janissaries_timer
duration = 18250
hidden = yes
}
}
}
option = {
name = "flavor_tur.EVTOPTA111"
add_years_of_income = -0.5
}
option = {
name = "flavor_tur.EVTOPTB111"
add_ruler_modifier = {
name = tur_janissaries_salary
}
}
option = {
name = "flavor_tur.EVTOPTC111"
add_stability = -1
}
}
# Janissary Revolt
country_event = {
id = flavor_tur.110
title = "flavor_tur.EVTNAME110"
desc = "flavor_tur.EVTDESC110"
picture = ANGRY_MOB_eventPicture
fire_only_once = yes
trigger = {
has_country_modifier = tur_janissary
is_westernising = yes
}
mean_time_to_happen = {
months = 300
modifier = {
factor = 0.1
has_disaster = janissary_decadence
}
}
option = {# They will not be able to stop progress
name = "flavor_tur.EVTOPTA110"
capital_scope = {
spawn_rebels = {
type = reactionary_rebels
size = 3
unrest = 10
}
}
random_owned_province = {
limit = {
region = anatolia_region
is_capital = no
}
spawn_rebels = {
type = reactionary_rebels
size = 2
}
}
}
}
# Janissary Landholders
country_event = {
id = flavor_tur.105
title = "flavor_tur.EVTNAME105"
desc = "flavor_tur.EVTDESC105"
picture = MILITARY_CAMP_eventPicture
fire_only_once = yes
trigger = {
has_country_modifier = tur_janissary
NOT = { has_disaster = janissary_decadence }
}
mean_time_to_happen = {
months = 1000
}
immediate = {
set_country_flag = TUR_had_event_105
}
option = {# Allow them to hold land
name = "flavor_tur.EVTOPTA105"
add_ruler_modifier = {
name = janissary_landholders
}
}
option = {# They should know their place
name = "flavor_tur.EVTOPTB105"
add_ruler_modifier = {
name = janissaries_upset
}
}
}
# Janissary Landholders
country_event = {
id = flavor_tur.106
title = "flavor_tur.106.t"
desc = "flavor_tur.106.d"
picture = MILITARY_CAMP_eventPicture
trigger = {
has_country_modifier = tur_janissary
NOT = { tag = TUR }
}
mean_time_to_happen = {
months = 10
}
immediate = {
remove_country_modifier = tur_janissary
}
option = {# Ok.
name = "flavor_tur.106.a"
}
}
是这些吗?