Initial commit
This commit is contained in:
108
mod/history/countries/KOR - Korea.txt
Normal file
108
mod/history/countries/KOR - Korea.txt
Normal file
@ -0,0 +1,108 @@
|
||||
capital = 525 #South Korea - Seoul or Busan
|
||||
|
||||
oob = "KOR_1936"
|
||||
|
||||
# Starting tech
|
||||
set_technology = {
|
||||
infantry_weapons = 1
|
||||
tech_trucks = 1
|
||||
mass_assault = 1
|
||||
}
|
||||
|
||||
set_convoys = 5
|
||||
|
||||
set_politics = {
|
||||
ruling_party = democratic
|
||||
last_election = "1936.1.1"
|
||||
election_frequency = 48
|
||||
elections_allowed = yes
|
||||
}
|
||||
set_popularities = {
|
||||
democratic = 50
|
||||
fascism = 25
|
||||
communism = 25
|
||||
neutrality = 0
|
||||
}
|
||||
|
||||
create_country_leader = {
|
||||
name = "Syngman Rhee"
|
||||
desc = ""
|
||||
picture = GFX_portrait_Syngman_Rhee
|
||||
expire = "1965.1.1"
|
||||
ideology = conservatism
|
||||
traits = {
|
||||
#
|
||||
}
|
||||
}
|
||||
|
||||
create_country_leader = {
|
||||
name = "Yi Kang"
|
||||
desc = ""
|
||||
picture = GFX_portrait_Yi_Kang
|
||||
expire = "1965.1.1"
|
||||
ideology = despotism
|
||||
traits = {
|
||||
#
|
||||
}
|
||||
}
|
||||
|
||||
create_country_leader = {
|
||||
name = "Kim Jong-Un"
|
||||
desc = ""
|
||||
picture = GFX_portrait_Kim_Jong_Un
|
||||
expire = "1965.1.1"
|
||||
ideology = stalinism
|
||||
traits = {
|
||||
KOR_nukephile
|
||||
}
|
||||
}
|
||||
|
||||
create_country_leader = {
|
||||
name = "Yi Un"
|
||||
desc = ""
|
||||
picture = GFX_portrait_Yi_Un
|
||||
expire = "1965.1.1"
|
||||
ideology = fascism_ideology
|
||||
traits = {
|
||||
#
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
every_core_state = {
|
||||
add_extra_state_shared_building_slots = 10
|
||||
add_building_construction = {
|
||||
type = arms_factory
|
||||
level = 5
|
||||
instant_build = yes
|
||||
}
|
||||
add_building_construction = {
|
||||
type = industrial_complex
|
||||
level = 5
|
||||
instant_build = yes
|
||||
}
|
||||
}
|
||||
|
||||
add_ideas = KOR_idea_japan_rule
|
||||
|
||||
division_template = {
|
||||
name = "Guards"
|
||||
is_locked = yes
|
||||
division_names_group = JAP_INF_01
|
||||
priority = 0
|
||||
template_counter = 0
|
||||
regiments = {
|
||||
infantry = { x = 0 y = 0 }
|
||||
infantry = { x = 1 y = 0 }
|
||||
infantry = { x = 0 y = 1 }
|
||||
infantry = { x = 1 y = 1 }
|
||||
}
|
||||
}
|
||||
every_controlled_state = {
|
||||
create_unit = {
|
||||
division = "name = \"Guards\" division_template = \"Guards\" start_experience_factor = 0.5"
|
||||
owner = PREV
|
||||
count = 12
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user