Загрузка данных


d_betharian_deposit = {
	is_for_colonizable = yes
	category = deposit_cat_rare

	potential = {
		OR = {
			can_have_habitable_deposits = yes
			is_planet_class = pc_hive
			is_planet_class = pc_machine
		}
	}
	custom_tooltip = unlocks_zone_betharian
	planet_modifier = {
		district_mining_max_add = 4
	}

	drop_weight = {
		weight = @deposit_chance_med_rare
		modifier = {
			factor = @deposit_chance_gaia_bonus
			is_planet_class = pc_gaia
		}
		modifier = {
			factor = 0
			solar_system = {
				OR = {
					has_star_flag = empire_home_system
					has_star_flag = sol_system
					has_star_flag = deneb_system
				}
			}
		}
	}
}