##################
### TECH COSTS ###
##################
#If you change any of these, use replace in files so the values are the same across all files

@tier1cost1 = 360
@tier1cost2 = 480
@tier1cost3 = 600
@tier1cost4 = 720

@tier2cost1 = 1000
@tier2cost2 = 1400
@tier2cost3 = 1800
@tier2cost4 = 2200

@tier3cost1 = 3000
@tier3cost2 = 4000
@tier3cost3 = 5000
@tier3cost4 = 6000

@tier4cost1 = 10000

####################
### TECH WEIGHTS ###
####################

@tier1weight1 = 100
@tier1weight2 = 95
@tier1weight3 = 90
@tier1weight4 = 85

@tier2weight1 = 75
@tier2weight2 = 70
@tier2weight3 = 65
@tier2weight4 = 60

@tier3weight1 = 50
@tier3weight2 = 45
@tier3weight3 = 40
@tier3weight4 = 35


# ## physics technologies

#ϣƼϵ(֤ϣӵеΨһ)
tech_xilin_knowledge_architecture = {
	area = physics
	cost = @tier4cost1
	tier = 4
	category = { computing }
	is_rare = yes
	weight = 0
	
#	feature_flags = { assist_research }
	
	modifier = {		
		ship_sensor_range_add = 2
	}
	
	prereqfor_desc = {		
		custom = {
			title = "enigmatic_engineering"
			desc = "no_rev_engineering"
		}
	}

}