Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1905 Revolution #284

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 46 additions & 3 deletions TGC/decisions/RUS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5232,6 +5232,49 @@ political_decisions = {

ai_will_do = { factor = 1 }
}


}

october_manifesto = {
picture = october_manifesto
potential = {
tag = RUS
has_country_flag = 1905_revolution
NOT = { has_country_flag = october_manifesto }
NOT = { has_country_flag = 1905_revolution_has_ended }
has_country_flag = absolute_monarchy_gov
}
allow = {
average_militancy = 5
rich_strata_consciousness = 4
NOT = { ruling_party_ideology = reactionary }
}
effect = {
any_owned = {
limit = { is_colonial = no }
any_pop = {
scaled_consciousness = {
ideology = liberal
factor = -8
}
scaled_militancy = {
ideology = liberal
factor = -8
}
scaled_militancy = {
ideology = conservative
factor = -6
}
scaled_militancy = {
ideology = socialist
factor = -6
}
}
}
political_reform = universal_weighted_voting
political_reform = proportional_representation
political_reform = harassment
political_reform = censored_press
political_reform = yes_meeting
}
ai_will_do = { factor = 1 }
}
}
Loading