#this file ( and all files in this folder ) is reloadable with console command "reload behavior"
#filewatcher is enabled for all files in this folder

ship_behavior = {
	name = "default"
	preferred_attack_range = median		#max/min/median/12/412..	#this is the distance to target the ship wants to keep when attacking
	
	formation_distance = 1.6				#when orbing/following ship will try to keep this distance to assigned position
	return_to_formation_distance = 10	#when attacking the ship will switch to passive mode if distance to assigned position is greater that this

	collision_awareness = 0.75			#how much we try to avoid other ships
	attack_move_pattern = none			#stationary/charge/follow/stationary/none
	passive_move_pattern = orbit

	desc = "DEFAULT_BEHAVIOR_DESC"
}