gt_trading_company_offices = {
	icon = "GFX_starbase_gt_trading_company_offices"
	construction_days = 360

	
	potential = {
		exists = owner
		owner = {
			has_technology = GT_starbase_trade_collection_range_add
			is_gestalt = no
		}
	}	
	
	possible = {
		custom_tooltip = {
			fail_text = "requires_starport"
			has_starbase_size >= starbase_starport
		}
		OR = {
			has_starbase_module = trading_hub
			starbase_buildable_is_in_queue_before = {
				first = trading_hub
				second = offworld_trading_company
			}
		}
	}

	resources = {
		category = starbase_buildings
		cost = {
			alloys = 250
		}
	}
	
	station_modifier = {
		starbase_trade_collection_range_add = 5
		trade_value_add = 5
	}


	show_in_tech = "GT_starbase_trade_collection_range_add"
	
	ai_build_at_chokepoint = no
	ai_build_outside_chokepoint = yes
	ai_weight = {
		weight = 200
		modifier = {
			factor = 0
			count_starbase_modules = {
				type = trading_hub
				count < 2
			}
		}
	}
}
gt_bounty_hunter_office = {
	icon = "GFX_starbase_gt_bounty_hunter_office"
	construction_days = 360

	
	potential = {
		exists = owner
		owner = {
			has_technology = GT_starbase_trade_protection_range_add
			is_gestalt = no
		}
	}	
	
	possible = {
		custom_tooltip = {
			fail_text = "requires_starport"
			has_starbase_size >= starbase_starport
		}
		OR = {
			has_starbase_module = trading_hub
			starbase_buildable_is_in_queue_before = {
				first = trading_hub
				second = offworld_trading_company
			}
		}
	}

	resources = {
		category = starbase_buildings
		cost = {
			alloys = 250
		}
	}
	
	station_modifier = {
		starbase_trade_protection_range_add = 5
	}


	show_in_tech = "GT_starbase_trade_protection_range_add"
	
	ai_build_at_chokepoint = no
	ai_build_outside_chokepoint = yes
	ai_weight = {
		weight = 200
		modifier = {
			factor = 0
			count_starbase_modules = {
				type = trading_hub
				count < 2
			}
		}
	}
}