Skip to content

Commit

Permalink
Merge pull request #175 from Libeccio-DD/unite-with-Greece
Browse files Browse the repository at this point in the history
Unite with Greece decision
  • Loading branch information
arkhometha authored May 26, 2020
2 parents ee92998 + 74a039a commit 12e9ddc
Showing 1 changed file with 18 additions and 29 deletions.
47 changes: 18 additions & 29 deletions HPM/decisions/GRE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,23 +172,16 @@ political_decisions = {

ai_will_do = {
factor = 1
modifier = {
factor = 0
government = fascist_dictatorship
GRE = {
NOT = { government = fascist_dictatorship }
}
}
modifier = {
factor = 0
NOT = { government = fascist_dictatorship }
GRE = { government = fascist_dictatorship }
}
modifier = {
factor = 0
NOT = { government = proletarian_dictatorship }
GRE = { government = proletarian_dictatorship }
}
modifier = {
factor = 0
government = fascist_dictatorship
GRE = { NOT = { government = fascist_dictatorship } }
}
modifier = {
factor = 0
government = proletarian_dictatorship
GRE = { NOT = { government = proletarian_dictatorship } }
}
modifier = {
factor = 0
OR = {
Expand All @@ -202,22 +195,18 @@ political_decisions = {
}
}
}
modifier = {
modifier = {
factor = 0
GRE = {
OR = {
government = democracy
government = hms_government
}
}
NOT = {
government = democracy
government = hms_government
}
government = prussian_constitutionalism
GRE = {
NOT = { government = absolute_monarchy }
NOT = { government = prussian_constitutionalism }
NOT = { government = hms_government }
}
}
modifier = {
factor = 0
OR = {
OR = {
government = presidential_dictatorship
government = bourgeois_dictatorship
government = absolute_monarchy
Expand Down

0 comments on commit 12e9ddc

Please sign in to comment.