Jargon 2 somewhat working
This commit is contained in:
parent
8a92102bf8
commit
acd6ebbc02
7 changed files with 361 additions and 29 deletions
135
common/autonomous_states/floddstatt.txt
Normal file
135
common/autonomous_states/floddstatt.txt
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
autonomy_state = {
|
||||
id = fs_core_member
|
||||
|
||||
default = no #Will be a possible option for peace deals
|
||||
is_puppet = yes
|
||||
|
||||
use_overlord_color = yes
|
||||
|
||||
min_freedom_level = 0.5 #Puts it as 0.2 on the autonomy level scale, which is the same as an integrated puppet.
|
||||
|
||||
manpower_influence = 0.5
|
||||
|
||||
rule = {
|
||||
can_not_declare_war = yes
|
||||
can_decline_call_to_war = no
|
||||
units_deployed_to_overlord = no
|
||||
can_be_spymaster = no
|
||||
contributes_operatives = yes
|
||||
can_create_collaboration_government = no
|
||||
}
|
||||
|
||||
modifier = {
|
||||
autonomy_manpower_share = 0.2
|
||||
can_master_build_for_us = 1
|
||||
extra_trade_to_overlord_factor = 0.5
|
||||
overlord_trade_cost_factor = -0.25
|
||||
cic_to_overlord_factor = 0.1
|
||||
mic_to_overlord_factor = 0.1
|
||||
research_sharing_per_country_bonus_factor = 0.05
|
||||
}
|
||||
|
||||
ai_subject_wants_higher = {
|
||||
factor = 0.0
|
||||
}
|
||||
|
||||
ai_overlord_wants_lower = {
|
||||
factor = 0.0
|
||||
}
|
||||
|
||||
allowed = {
|
||||
OVERLORD = {
|
||||
has_idea = floddstatt_leader
|
||||
}
|
||||
}
|
||||
|
||||
use_for_peace_conference_weight = {
|
||||
base = 0
|
||||
modifier = {
|
||||
add = 10
|
||||
FROM = {
|
||||
has_wargoal_against = { target = ROOT type = puppet_wargoal_focus }
|
||||
} # Adds 10 to the chance if the overlord has a wargoal to puppet the country.
|
||||
}
|
||||
modifier = {
|
||||
factor = 2
|
||||
tag = ENG # Multiplies the chance by 2 if the subject is UK.
|
||||
}
|
||||
}
|
||||
|
||||
can_take_level = {
|
||||
always = no
|
||||
}
|
||||
|
||||
can_lose_level = {
|
||||
always = no
|
||||
}
|
||||
}
|
||||
|
||||
autonomy_state = {
|
||||
id = fs_border_state
|
||||
|
||||
default = no #Will be a possible option for peace deals
|
||||
is_puppet = yes
|
||||
|
||||
use_overlord_color = no
|
||||
|
||||
min_freedom_level = 0.5 #Puts it as 0.2 on the autonomy level scale, which is the same as an integrated puppet.
|
||||
|
||||
manpower_influence = 0.5
|
||||
|
||||
rule = {
|
||||
can_not_declare_war = yes
|
||||
can_decline_call_to_war = no
|
||||
units_deployed_to_overlord = no
|
||||
can_be_spymaster = no
|
||||
contributes_operatives = yes
|
||||
can_create_collaboration_government = no
|
||||
}
|
||||
|
||||
modifier = {
|
||||
autonomy_manpower_share = 0.2
|
||||
can_master_build_for_us = 1
|
||||
extra_trade_to_overlord_factor = 0.5
|
||||
overlord_trade_cost_factor = -0.25
|
||||
cic_to_overlord_factor = 0.1
|
||||
mic_to_overlord_factor = 0.1
|
||||
research_sharing_per_country_bonus_factor = 0.05
|
||||
}
|
||||
|
||||
ai_subject_wants_higher = {
|
||||
factor = 0.0
|
||||
}
|
||||
|
||||
ai_overlord_wants_lower = {
|
||||
factor = 0.0
|
||||
}
|
||||
|
||||
allowed = {
|
||||
OVERLORD = {
|
||||
has_idea = floddstatt_leader
|
||||
}
|
||||
}
|
||||
|
||||
use_for_peace_conference_weight = {
|
||||
base = 0
|
||||
modifier = {
|
||||
add = 10
|
||||
FROM = {
|
||||
has_wargoal_against = { target = ROOT type = puppet_wargoal_focus }
|
||||
} # Adds 10 to the chance if the overlord has a wargoal to puppet the country.
|
||||
}
|
||||
modifier = {
|
||||
factor = 2
|
||||
tag = ENG # Multiplies the chance by 2 if the subject is UK.
|
||||
}
|
||||
}
|
||||
|
||||
can_take_level = {
|
||||
always = no
|
||||
}
|
||||
|
||||
can_lose_level = {
|
||||
always = no
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue