#block_LAW_increase - blocks a country from increasing the law to a higher level #block_LAW_decrease - blocks a country from decreasing the law to a lower level #block_LAW_change - blocks a country from changing the law either way #Supported LAWs: #bureau #defence #police #edu #health #social #trade #conscription #women_conscription #intervention #officer_training block_bureau_increase = { custom_effect_tooltip = BLOCK_BUREAU_INCREASE_TT clr_country_flag = bureau_increase_blocked set_country_flag = { flag = bureau_increase_blocked days = 365 value = 1 } } block_bureau_decrease = { custom_effect_tooltip = BLOCK_BUREAU_DECREASE_TT clr_country_flag = bureau_decrease_blocked set_country_flag = { flag = bureau_decrease_blocked days = 365 value = 1 } } block_bureau_change = { block_bureau_increase = yes block_bureau_decrease = yes } block_defence_increase = { custom_effect_tooltip = BLOCK_DEFENCE_INCREASE_TT clr_country_flag = defence_increase_blocked set_country_flag = { flag = defence_increase_blocked days = 365 value = 1 } } block_defence_decrease = { custom_effect_tooltip = BLOCK_DEFENCE_DECREASE_TT clr_country_flag = defence_decrease_blocked set_country_flag = { flag = defence_decrease_blocked days = 365 value = 1 } } block_defence_change = { block_defence_increase = yes block_defence_decrease = yes } block_police_increase = { custom_effect_tooltip = BLOCK_POLICE_INCREASE_TT clr_country_flag = police_increase_blocked set_country_flag = { flag = police_increase_blocked days = 365 value = 1 } } block_police_decrease = { custom_effect_tooltip = BLOCK_POLICE_DECREASE_TT clr_country_flag = police_decrease_blocked set_country_flag = { flag = police_decrease_blocked days = 365 value = 1 } } block_police_change = { block_police_increase = yes block_police_decrease = yes } block_edu_increase = { custom_effect_tooltip = BLOCK_EDU_INCREASE_TT clr_country_flag = edu_increase_blocked set_country_flag = { flag = edu_increase_blocked days = 365 value = 1 } } block_edu_decrease = { custom_effect_tooltip = BLOCK_EDU_DECREASE_TT clr_country_flag = edu_decrease_blocked set_country_flag = { flag = edu_decrease_blocked days = 365 value = 1 } } block_edu_change = { block_edu_increase = yes block_edu_decrease = yes } block_health_increase = { custom_effect_tooltip = BLOCK_HEALTH_INCREASE_TT clr_country_flag = health_increase_blocked set_country_flag = { flag = health_increase_blocked days = 365 value = 1 } } block_health_decrease = { custom_effect_tooltip = BLOCK_HEALTH_DECREASE_TT clr_country_flag = health_decrease_blocked set_country_flag = { flag = health_decrease_blocked days = 365 value = 1 } } block_health_change = { block_health_increase = yes block_health_decrease = yes } block_social_increase = { custom_effect_tooltip = BLOCK_SOCIAL_INCREASE_TT clr_country_flag = social_increase_blocked set_country_flag = { flag = social_increase_blocked days = 365 value = 1 } } block_social_decrease = { custom_effect_tooltip = BLOCK_SOCIAL_DECREASE_TT clr_country_flag = social_decrease_blocked set_country_flag = { flag = social_decrease_blocked days = 365 value = 1 } } block_social_change = { block_social_increase = yes block_social_decrease = yes } block_trade_increase = { custom_effect_tooltip = BLOCK_TRADE_INCREASE_TT clr_country_flag = trade_increase_blocked set_country_flag = { flag = trade_increase_blocked days = 365 value = 1 } } block_trade_decrease = { custom_effect_tooltip = BLOCK_TRADE_DECREASE_TT clr_country_flag = trade_decrease_blocked set_country_flag = { flag = trade_decrease_blocked days = 365 value = 1 } } block_trade_change = { block_trade_increase = yes block_trade_decrease = yes } block_conscription_increase = { custom_effect_tooltip = BLOCK_CONSCRIPTION_INCREASE_TT clr_country_flag = conscription_increase_blocked set_country_flag = { flag = conscription_increase_blocked days = 365 value = 1 } } block_conscription_decrease = { custom_effect_tooltip = BLOCK_CONSCRIPTION_DECREASE_TT clr_country_flag = conscription_decrease_blocked set_country_flag = { flag = conscription_decrease_blocked days = 365 value = 1 } } block_conscription_change = { block_conscription_increase = yes block_conscription_decrease = yes } block_women_conscription_increase = { custom_effect_tooltip = BLOCK_WOMEN_CONSCRIPTION_INCREASE_TT clr_country_flag = women_conscription_increase_blocked set_country_flag = { flag = women_conscription_increase_blocked days = 365 value = 1 } } block_women_conscription_decrease = { custom_effect_tooltip = BLOCK_WOMEN_CONSCRIPTION_DECREASE_TT clr_country_flag = women_conscription_decrease_blocked set_country_flag = { flag = women_conscription_decrease_blocked days = 365 value = 1 } } block_women_conscription_change = { block_women_conscription_increase = yes block_women_conscription_decrease = yes } block_intervention_increase = { custom_effect_tooltip = BLOCK_INTERVENTION_INCREASE_TT clr_country_flag = intervention_increase_blocked set_country_flag = { flag = intervention_increase_blocked days = 365 value = 1 } } block_intervention_decrease = { custom_effect_tooltip = BLOCK_INTERVENTION_DECREASE_TT clr_country_flag = intervention_decrease_blocked set_country_flag = { flag = intervention_decrease_blocked days = 365 value = 1 } } block_intervention_change = { block_intervention_increase = yes block_intervention_decrease = yes } block_officer_training_increase = { custom_effect_tooltip = BLOCK_OFFICER_TRAINING_INCREASE_TT clr_country_flag = officer_training_increase_blocked set_country_flag = { flag = officer_training_increase_blocked days = 365 value = 1 } } block_officer_training_decrease = { custom_effect_tooltip = BLOCK_OFFICER_TRAINING_DECREASE_TT clr_country_flag = officer_training_decrease_blocked set_country_flag = { flag = officer_training_decrease_blocked days = 365 value = 1 } } block_officer_training_change = { block_officer_training_increase = yes block_officer_training_decrease = yes } block_migration_law_increase = { custom_effect_tooltip = BLOCK_MIGRATION_LAW_INCREASE_TT clr_country_flag = migration_law_increase_blocked set_country_flag = { flag = migration_law_increase_blocked days = 365 value = 1 } } block_migration_law_decrease = { custom_effect_tooltip = BLOCK_MIGRATION_LAW_DECREASE_TT clr_country_flag = migration_law_decrease_blocked set_country_flag = { flag = migration_law_decrease_blocked days = 365 value = 1 } } block_migration_law_change = { block_migration_law_increase = yes block_migration_law_decrease = yes }