# BULGARIAN DYNAMIC MODIFIERS # Replaces scripted localisation wrapper ideas with variable-driven dynamic modifiers BUL_economy_modifier = { icon = "GFX_idea_bul_economy_idea" army_speed_factor = BUL_economy_army_speed_factor repair_speed_infrastructure_factor = BUL_economy_repair_speed_infrastructure_factor production_speed_infrastructure_factor = BUL_economy_production_speed_infrastructure_factor corporate_tax_income_multiplier_modifier = BUL_economy_corporate_tax_income_multiplier_modifier production_speed_air_base_factor = BUL_economy_production_speed_air_base_factor economic_cycles_cost_factor = BUL_economy_economic_cycles_cost_factor steel_export_multiplier_modifier = BUL_economy_steel_export_multiplier_modifier research_speed_factor = BUL_economy_research_speed_factor energy_use_multiplier = BUL_economy_energy_use_multiplier energy_gain_multiplier = BUL_economy_energy_gain_multiplier production_speed_internet_station_factor = BUL_economy_production_speed_internet_station_factor agriculture_workers_modifier = BUL_economy_agriculture_workers_modifier agricolture_productivity_modifier = BUL_economy_agricolture_productivity_modifier fuel_gain_factor = BUL_economy_fuel_gain_factor trade_opinion_factor = BUL_economy_trade_opinion_factor tax_gain_multiplier_modifier = BUL_economy_tax_gain_multiplier_modifier interest_rate_multiplier_modifier = BUL_economy_interest_rate_multiplier_modifier productivity_growth_modifier = BUL_economy_productivity_growth_modifier bureaucracy_cost_multiplier_modifier = BUL_economy_bureaucracy_cost_multiplier_modifier civilian_factories_productivity = BUL_economy_civilian_factories_productivity military_factories_productivity = BUL_economy_military_factories_productivity } BUL_army_modifier = { icon = "GFX_idea_bul_all_army" air_accidents_factor = BUL_army_air_accidents_factor air_superiority_bonus_in_combat = BUL_army_air_superiority_bonus_in_combat naval_invasion_penalty = BUL_army_naval_invasion_penalty naval_mine_hit_chance = BUL_army_naval_mine_hit_chance naval_accidents_chance = BUL_army_naval_accidents_chance army_attack_factor = BUL_army_army_attack_factor army_defence_factor = BUL_army_army_defence_factor army_org_factor = BUL_army_army_org_factor stability_factor = BUL_army_stability_factor supply_combat_penalties_on_core_factor = BUL_army_supply_combat_penalties_on_core_factor out_of_supply_factor = BUL_army_out_of_supply_factor military_spending_cost_factor = BUL_army_military_spending_cost_factor org_loss_when_moving = BUL_army_org_loss_when_moving special_forces_attack_factor = BUL_army_special_forces_attack_factor special_forces_defence_factor = BUL_army_special_forces_defence_factor special_forces_training_time_factor = BUL_army_special_forces_training_time_factor air_escort_efficiency = BUL_army_air_escort_efficiency air_night_penalty = BUL_army_air_night_penalty navy_max_range_factor = BUL_army_navy_max_range_factor naval_invasion_capacity = BUL_army_naval_invasion_capacity invasion_preparation = BUL_army_invasion_preparation send_volunteer_size = BUL_army_send_volunteer_size rocket_attack_factor = BUL_army_rocket_attack_factor supply_consumption_factor = BUL_army_supply_consumption_factor repair_speed_rail_way_factor = BUL_army_repair_speed_rail_way_factor conscription_factor = BUL_army_conscription_factor nationalist_drift = BUL_army_nationalist_drift send_volunteer_factor = BUL_army_send_volunteer_factor send_volunteer_divisions_required = BUL_army_send_volunteer_divisions_required } BUL_services_modifier = { icon = "GFX_idea_bul_all_special_service_idea" intelligence_agency_defense = BUL_services_intelligence_agency_defense encryption_factor = BUL_services_encryption_factor foreign_influence_defense_modifier = BUL_services_foreign_influence_defense_modifier intel_network_gain_factor = BUL_services_intel_network_gain_factor root_out_resistance_effectiveness_factor = BUL_services_root_out_resistance_effectiveness_factor foreign_subversive_activites = BUL_services_foreign_subversive_activites police_cost_multiplier_modifier = BUL_services_police_cost_multiplier_modifier } BUL_sanctions_modifier = { icon = "GFX_idea_bul_economy_idea" tax_gain_multiplier_modifier = BUL_sanctions_tax_value }