feat(country/nederland): first focus tree stuff
This commit is contained in:
parent
ddf74dfdde
commit
83435f3b1c
5 changed files with 2248 additions and 1 deletions
245
common/ideas/_event.txt
Normal file
245
common/ideas/_event.txt
Normal file
|
|
@ -0,0 +1,245 @@
|
|||
ideas = {
|
||||
hidden_ideas = {
|
||||
GEN_cheaper_amphib = {
|
||||
allowed = {
|
||||
always = no # Triggered via tech
|
||||
}
|
||||
picture = generic_fascism_drift_bonus
|
||||
equipment_bonus = {
|
||||
amphibious_mechanized_equipment = {
|
||||
build_cost_ic = -0.15 instant = yes
|
||||
}
|
||||
}
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
country = {
|
||||
fascist_assault_divisions = {
|
||||
|
||||
allowed = {
|
||||
always = no # Triggered via event
|
||||
}
|
||||
|
||||
picture = generic_fascism_drift_bonus
|
||||
|
||||
modifier = {
|
||||
stability_factor = -0.05
|
||||
conscription = 0.002
|
||||
fascism_drift = 0.05
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
}
|
||||
|
||||
communist_partisans_recruiting = {
|
||||
|
||||
allowed = {
|
||||
always = no # Triggered via event
|
||||
}
|
||||
|
||||
picture = generic_communism_drift_bonus
|
||||
|
||||
modifier = {
|
||||
conscription = -0.002
|
||||
communism_drift = 0.05
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
}
|
||||
|
||||
democratic_opposition_voicing_protests = {
|
||||
|
||||
allowed = {
|
||||
always = no # Triggered via event
|
||||
}
|
||||
|
||||
picture = generic_democratic_drift_bonus
|
||||
|
||||
modifier = {
|
||||
political_power_factor = -0.2
|
||||
democratic_drift = 0.05
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
}
|
||||
|
||||
fascist_revolutionaries = {
|
||||
|
||||
removal_cost = -1
|
||||
|
||||
allowed = {
|
||||
always = no # Triggered via event
|
||||
}
|
||||
|
||||
picture = generic_fascism_drift_bonus
|
||||
|
||||
modifier = {
|
||||
stability_factor = -0.1
|
||||
}
|
||||
}
|
||||
|
||||
communist_revolutionaries = {
|
||||
|
||||
removal_cost = -1
|
||||
|
||||
allowed = {
|
||||
always = no # Triggered via event
|
||||
}
|
||||
|
||||
picture = generic_communism_drift_bonus
|
||||
|
||||
modifier = {
|
||||
stability_factor = -0.1
|
||||
}
|
||||
}
|
||||
|
||||
democratic_revolutionaries = {
|
||||
|
||||
removal_cost = -1
|
||||
|
||||
allowed = {
|
||||
always = no # Triggered via event
|
||||
}
|
||||
|
||||
picture = generic_democratic_drift_bonus
|
||||
|
||||
modifier = {
|
||||
stability_factor = -0.1
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
fascism_defeated = {
|
||||
removal_cost = -1
|
||||
|
||||
allowed = {
|
||||
always = no # Triggered via event
|
||||
}
|
||||
|
||||
picture = generic_democratic_drift_bonus
|
||||
|
||||
modifier = {
|
||||
stability_factor = 0.1
|
||||
}
|
||||
}
|
||||
|
||||
communism_defeated = {
|
||||
removal_cost = -1
|
||||
|
||||
allowed = {
|
||||
always = no # Triggered via event
|
||||
}
|
||||
|
||||
picture = generic_democratic_drift_bonus
|
||||
|
||||
modifier = {
|
||||
stability_factor = 0.1
|
||||
}
|
||||
}
|
||||
|
||||
reign_of_terror = {
|
||||
removal_cost = -1
|
||||
|
||||
allowed = {
|
||||
always = no # Triggered via event
|
||||
}
|
||||
|
||||
picture = generic_intel_bonus
|
||||
|
||||
modifier = {
|
||||
political_power_factor = 0.2
|
||||
stability_weekly = 0.005
|
||||
}
|
||||
}
|
||||
|
||||
anti_soviet_pact = {
|
||||
|
||||
removal_cost = -1 # Or make removable, with high cost?
|
||||
|
||||
available = {
|
||||
is_subject = no
|
||||
}
|
||||
|
||||
allowed = {
|
||||
always = no # Triggered via event
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
|
||||
picture = anti_soviet_pact
|
||||
}
|
||||
|
||||
anti_soviet_pact_refused_call = {
|
||||
|
||||
picture = generic_communism_drift_bonus
|
||||
|
||||
removal_cost = -1 # Or make removable, with high cost?
|
||||
|
||||
allowed = {
|
||||
always = no # Triggered via event
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
|
||||
modifier = {
|
||||
stability_factor = -0.1
|
||||
communism_drift = 0.05
|
||||
}
|
||||
}
|
||||
|
||||
anti_nazi_coup = {
|
||||
|
||||
allowed = {
|
||||
always = no
|
||||
}
|
||||
removal_cost = -1
|
||||
|
||||
picture = generic_democratic_drift_bonus
|
||||
|
||||
modifier = {
|
||||
fascism_acceptance = -50
|
||||
}
|
||||
}
|
||||
|
||||
shattered_government = {
|
||||
|
||||
allowed = {
|
||||
always = no
|
||||
}
|
||||
removal_cost = -1
|
||||
|
||||
picture = generic_democratic_drift_bonus
|
||||
|
||||
modifier = {
|
||||
stability_factor = -0.1
|
||||
}
|
||||
}
|
||||
|
||||
political_turmoil = {
|
||||
|
||||
allowed = {
|
||||
always = no
|
||||
}
|
||||
removal_cost = -1
|
||||
|
||||
picture = FRA_scw_intervention_republicans_focus
|
||||
|
||||
modifier = {
|
||||
stability_factor = -0.1
|
||||
war_support_factor = -0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue