on_actions = {
	on_startup = { #triggered on game start
		effect = {
			#BULGARIAN TERRITORIES =======================================
			if = {
				limit = {
					has_game_rule = {
						rule = bul_territorial_status
						option = BUL_1913_TERRITORIES
					}
				}
				every_state = {
					limit = {
						OR = {
							state = 77
							state = 184
							state = 341								
						}
					}
					BUL = { transfer_state = PREV }
					add_core_of = BUL
					set_demilitarized_zone = no
                }
			}
			if = {
				limit = {
					has_game_rule = {
						rule = bul_territorial_status
						option = BUL_WW1_TERRITORIES
					}
				}
				every_state = {
					limit = {
						OR = {
							state = 184							
						}
					}
					BUL = { transfer_state = PREV }
					add_core_of = BUL
                }
			}
			if = {
				limit = {
					has_game_rule = {
						rule = bul_territorial_status
						option = BUL_1945_TERRITORIES
					}
				}
				every_state = {
					limit = {
						OR = {
							state = 77								
						}
					}
					BUL = { transfer_state = PREV }
					add_core_of = BUL
                }
			}
			if = {
				limit = {
					has_game_rule = {
						rule = bul_territorial_status
						option = BUL_GREATER_BULGARIA_TERRITORIES
					}
				}
				every_state = {
					limit = {
						is_claimed_by = BUL
					}
					add_core_of = BUL
					BUL = {
						transfer_state = PREV
						transfer_state = 970
					}
				}
				#BUL = {
				#	complete_national_focus = BUL_the_return_of_ferdinand_i					
				#}
			}
			
			#BULGARIAN LEADERSHIP =======================================
			if = {
				limit = {
					has_game_rule = {
						rule = bul_leadership
						option = BUL_LEADER_FERDINAND_I
					}
				}
				BUL = {
					complete_national_focus = BUL_the_return_of_ferdinand_i
					#complete_national_focus = BUL_the_path_towards_a_greater_bulgaria
					complete_national_focus = BUL_power_to_the_tsar
					complete_national_focus = BUL_strengthen_the_royal_dictatorship
				}
			}
			if = {
				limit = {
					has_game_rule = {
						rule = bul_leadership
						option = BUL_LEADER_HRISTO_LUKOV
					}
				}
				BUL = {
					complete_national_focus = BUL_power_to_the_tsar
					complete_national_focus = BUL_the_tsars_regime
					complete_national_focus = BUL_promote_bulgarian_nationalism
					complete_national_focus = BUL_appoint_right_wing_ministers
					#complete_national_focus = BUL_depose_the_tsar
					complete_national_focus = BUL_military_dictatorship
				}
			}
			if = {
				limit = {
					has_game_rule = {
						rule = bul_leadership
						option = BUL_LEADER_ALEXANDER_TSANKOV
					}
				}
				BUL = {
					complete_national_focus = BUL_power_to_the_tsar
					complete_national_focus = BUL_the_tsars_regime
					complete_national_focus = BUL_promote_bulgarian_nationalism
					complete_national_focus = BUL_appoint_right_wing_ministers
					#complete_national_focus = BUL_depose_the_tsar
					complete_national_focus = BUL_empower_the_nsm
				}
			}
			if = {
				limit = {
					has_game_rule = {
						rule = bul_leadership
						option = BUL_LEADER_NIKOLA_PETKOV
					}
				}
				BUL = {
					complete_national_focus = BUL_oppose_the_royal_dictatorship
					complete_national_focus = BUL_democratic_principles
					complete_national_focus = BUL_legalize_the_agrarian_party
					complete_national_focus = BUL_abolish_the_monarchy
					complete_national_focus = BUL_legislative_elections
				}
			}
			if = {
				limit = {
					has_game_rule = {
						rule = bul_leadership
						option = BUL_LEADER_STOYCHO_MUSHANOV
					}
				}
				BUL = {
					complete_national_focus = BUL_oppose_the_royal_dictatorship
					complete_national_focus = BUL_democratic_principles
					complete_national_focus = BUL_seek_cooperation_with_the_tsar
					complete_national_focus = BUL_legislative_elections
				}
			}
			if = {
				limit = {
					has_game_rule = {
						rule = bul_leadership
						option = BUL_LEADER_GEORGY_DIMITROV
					}
				}
				BUL = {
					complete_national_focus = BUL_oppose_the_royal_dictatorship					
					complete_national_focus = BUL_appoint_communist_ministers
					complete_national_focus = BUL_overthrow_the_tsar
					complete_national_focus = BUL_the_peoples_republic_of_bulgaria
				}
			}
			if = {
				limit = {
					has_game_rule = {
						rule = bul_leadership
						option = BUL_LEADER_KIMON_GEORGIEV
					}
				}
				BUL = {
					complete_national_focus = BUL_oppose_the_royal_dictatorship					
					complete_national_focus = BUL_appoint_communist_ministers
					complete_national_focus = BUL_overthrow_the_tsar
					complete_national_focus = BUL_the_fatherland_front
					complete_national_focus = BUL_cooperate_with_the_zveno
				}
			}
			
			#MOD EXTRAS
			=======================================
			if = {
				limit = {
					has_game_rule = {
						rule = bul_extras
						option = ON
					}
				}
				801 = {
					add_building_construction = {
						type = synthetic_refinery
						level = 1
						instant_build = yes
					}
				}
			}
		}		
	}	
}
