# Deposit scope | Identifies a Natural Blocker on the world targeted by Operation Embed Planetary Roots, so we can then call it via 'GetRootsBlockerName' wilderness_get_natural_blocker_name = { switch = { trigger = is_deposit_type d_deep_sinkhole = { root = { set_espionage_operation_flag = d_deep_sinkhole } } d_quicksand_basin = { root = { set_espionage_operation_flag = d_quicksand_basin } } d_active_volcano = { root = { set_espionage_operation_flag = d_active_volcano } } d_mountain_range = { root = { set_espionage_operation_flag = d_mountain_range } } d_dangerous_wildlife_blocker = { root = { set_espionage_operation_flag = d_dangerous_wildlife_blocker } } d_dense_jungle = { root = { set_espionage_operation_flag = d_dense_jungle } } d_toxic_kelp = { root = { set_espionage_operation_flag = d_toxic_kelp } } d_noxious_swamp = { root = { set_espionage_operation_flag = d_noxious_swamp } } d_massive_glacier = { root = { set_espionage_operation_flag = d_massive_glacier } } } } # Planet scope | adds an extra District in response to Colonization Fever or related bonuses instead of 'colony_start_num_pops_add' wilderness_add_bonus_district = { random_list = { 1 = { add_district = district_craglands } 1 = { add_district = district_photosynthesis_fields } 1 = { add_district = district_hollow_mountains } 1 = { add_district = district_orchard_forests } } }