# Philippines Corruption System Dynamic Modifier # Author: Millennium Dawn Team # Enhanced corruption effects based on severity levels dynamic_modifier = { modifier = PHI_corruption_dynamic_modifier # Stage 1: Minor Corruption (0-24) # Base negative effects that scale with corruption level stability_factor = PHI_stability_factor_effect political_power_factor = PHI_political_power_factor_effect tax_gain_multiplier_modifier = PHI_tax_gain_multiplier_effect civilian_factories_productivity = PHI_production_factor_effect army_morale_factor = PHI_army_morale_factor_effect army_org_factor = PHI_army_org_factor_effect # Additional corruption-specific penalties bureaucracy_cost_multiplier_modifier = PHI_bureaucracy_cost_effect corruption_cost_factor = PHI_corruption_law_cost_effect personnel_cost_multiplier_modifier = PHI_personnel_cost_effect }