Skip to content

Commit

Permalink
Updated and Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolferos committed Mar 8, 2018
1 parent 4f2d86f commit cc36cf9
Show file tree
Hide file tree
Showing 58 changed files with 680 additions and 1,555 deletions.
2 changes: 1 addition & 1 deletion mod/TheGreatWar.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ tags={
}
picture="tgw_picture.png"
remote_file_id="699709023"
supported_version="1.4.2"
supported_version="1.5"
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
174 changes: 174 additions & 0 deletions mod/thegreatwar/common/decisions/political_decisions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,174 @@
political_actions = {
give_refuge_ger = {

icon = generic_research

allowed = {
OR = {
original_tag = ENG
original_tag = USA
original_tag = FRA
original_tag = CAN
}
NOT = { has_government = fascism }
NOT = { has_government = communism }
}
cost = 100
fire_only_once = yes

days_remove = -1

available = {
GER = { NOT = { has_government = ROOT } }
}

modifier = {
research_time_factor = -0.03
stability_factor = -0.05
}

remove = {
OR = {
GER = { has_government = ROOT }
AND = {
country_exists = WGR
WGR = { has_government = ROOT }
}
AND = {
country_exists = DDR
DDR = { has_government = ROOT }
}
}
}

ai_will_do = {
factor = 1
}
}
give_refuge_ita = {

icon = generic_research

allowed = {
OR = {
original_tag = ENG
original_tag = USA
original_tag = FRA
original_tag = CAN
}
NOT = { has_government = fascism }
NOT = { has_government = communism }
}
cost = 100
fire_only_once = yes
days_remove = -1

available = {
ITA = { NOT = { has_government = ROOT } }
}

modifier = {
research_time_factor = -0.03
stability_factor = -0.05
}

remove = {
ITA = { has_government = ROOT }
}
ai_will_do = {
factor = 1
}
}

institute_press_censorship_fascist_state = {

icon = generic_political_discourse

visible = {
has_government = fascism
}

modifier = {
communism_drift = -0.01
fascism_drift = 0.03
democratic_drift = -0.01
neutrality_drift = -0.01
}

days_remove = 360
cost = 150

ai_will_do = {
factor = 0
}
}

institute_press_censorship_democratic_state = {

icon = generic_political_discourse

visible = {
has_government = democratic
}

modifier = {
communism_drift = -0.01
fascism_drift = -0.01
democratic_drift = 0.03
neutrality_drift = -0.01
}

days_remove = 360
cost = 150

ai_will_do = {
factor = 0
}
}

institute_press_censorship_communist_state = {

icon = generic_political_discourse

visible = {
has_government = communism
}

modifier = {
communism_drift = 0.03
fascism_drift = -0.01
democratic_drift = -0.01
neutrality_drift = -0.01
}

days_remove = 360
cost = 150

ai_will_do = {
factor = 0
}
}

institute_press_censorship_neutrality_state = {

icon = generic_political_discourse

visible = {
has_government = neutrality
}

modifier = {
communism_drift = -0.01
fascism_drift = -0.01
democratic_drift = -0.01
neutrality_drift = 0.03
}

days_remove = 360
cost = 150

ai_will_do = {
factor = 0
}
}
}
Loading

0 comments on commit cc36cf9

Please sign in to comment.