NGameplay = {
    COUNTRY_POP_UPDATE_INTERVAL = 365    # (Vanilla: 90) Reduces how often pops update = big performance boost
}

NAI = {
    AI_DIPLO_ACTION_INTERVAL = 90        # (Vanilla: 30) Makes AI take diplomacy decisions less often = less lag
    AI_POPULATION_CHECK_INTERVAL = 120   # Custom value to reduce pop-related AI checks
}


NGraphics = {
    # Disable clouds and weather
    CLOUDS_ENABLED = 0
    WEATHER_EFFECTS_ENABLED = 0
    PARTICLE_EFFECTS_ENABLED = 0
    ANIMATED_OBJECTS_ENABLED = 0
}



