# Install Communist Government install_communist_gov_cb = { sprite_index = 12 is_triggered_only = yes months = 12 badboy_factor = 1 prestige_factor = 1 peace_cost_factor = 1 penalty_factor = 1 break_truce_prestige_factor = 1 break_truce_infamy_factor = 1 break_truce_militancy_factor = 1 truce_months = 0 good_relation_prestige_factor = 1 good_relation_infamy_factor = 1 good_relation_militancy_factor = 1 can_use = { THIS = { # If actor is a great power is_greater_power = yes # If actor gov truly communist government = proletarian_dictatorship # If actor ruling party is communist ruling_party_ideology = communist } AND = { # If reciever ruling party is not a communist #NOT = { # ruling_party_ideology = communist #} # There are some amount of communist already in the country communist = 0.1 # If reciever current gov is not proletarian_dictatorship NOT = { government = proletarian_dictatorship } # If reciever is not a great power is_greater_power = no } } po_install_communist_gov_type = yes war_name = WAR_NAME on_add = { move_issue_percentage = { from = jingoism to = pro_military value = 0.25 } } on_po_accepted = { political_reform = none_voting political_reform = party_appointed political_reform = no_meeting political_reform = state_press political_reform = state_controlled political_reform = underground_parties } } 扶植共产主义政府的战争理由,从AHD2.31原版的文件里找到的