Initial commit
This commit is contained in:
65
mod/history/countries/MEL - Mari El.txt
Normal file
65
mod/history/countries/MEL - Mari El.txt
Normal file
@ -0,0 +1,65 @@
|
||||
capital = 781
|
||||
|
||||
# Starting tech
|
||||
set_technology = {
|
||||
infantry_weapons = 1
|
||||
}
|
||||
set_technology = {
|
||||
MEL_templars = 1
|
||||
}
|
||||
|
||||
set_convoys = 0
|
||||
|
||||
|
||||
recruit_character = MEL_fac
|
||||
|
||||
|
||||
set_politics = {
|
||||
ruling_party = communism
|
||||
last_election = "1936.1.1"
|
||||
election_frequency = 48
|
||||
elections_allowed = no
|
||||
}
|
||||
set_popularities = {
|
||||
democratic = 0
|
||||
fascism = 0
|
||||
communism = 100
|
||||
neutrality = 0
|
||||
}
|
||||
|
||||
add_cic = 20000
|
||||
add_equipment_to_stockpile = {
|
||||
type = infantry_equipment
|
||||
amount = 500000
|
||||
}
|
||||
|
||||
|
||||
|
||||
division_template = {
|
||||
name = "Guards"
|
||||
regiments = {
|
||||
infantry = { x = 0 y = 0 }
|
||||
infantry = { x = 1 y = 0 }
|
||||
infantry = { x = 0 y = 1 }
|
||||
infantry = { x = 1 y = 1 }
|
||||
}
|
||||
}
|
||||
|
||||
add_manpower = 96000
|
||||
division_template = {
|
||||
name = "Crusaders"
|
||||
is_locked = yes
|
||||
regiments = {
|
||||
mountaineers = { x = 0 y = 0 }
|
||||
mountaineers = { x = 1 y = 0 }
|
||||
mountaineers = { x = 0 y = 1 }
|
||||
mountaineers = { x = 1 y = 1 }
|
||||
}
|
||||
}
|
||||
random_controlled_state = {
|
||||
create_unit = {
|
||||
division = "name = \"Crusaders\" division_template = \"Crusaders\" start_experience_factor = 1.0"
|
||||
owner = PREV
|
||||
count = 24
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user